Search found 16 matches

by Norway-_-1999
Thu Oct 07, 2021 4:52 pm
Forum: Tables
Topic: Far Cry 6 [Engine: Dunia 2]
Replies: 134
Views: 92538

Re: Far Cry 6 [Engine: Dunia 2]

Amazing work as alwaysπŸ˜€
Keep it up πŸ‘
by Norway-_-1999
Tue Mar 05, 2019 2:36 pm
Forum: Trainers
Topic: Far Cry New Dawn Script Loader
Replies: 17
Views: 32072

Re: Far Cry New Dawn Script Loader

What are the params for GiveSkillPoints and GivePlayerReward? GiveSkillPoints = 1: EntityId, 2: unsigned long GivePlayerReward = 1: EntityId, 2: ndU64 To get the params you can use pcall. Anyway to add "refresh this script every X seconds or after key press". You can use os.clock :) Maybe you can f...
by Norway-_-1999
Mon Mar 04, 2019 5:03 pm
Forum: Trainers
Topic: Far Cry New Dawn Script Loader
Replies: 17
Views: 32072

Re: Far Cry New Dawn Script Loader

Jimbo-- wrote: ↑
Sat Mar 02, 2019 2:32 am
What are the params for GiveSkillPoints and GivePlayerReward?
GiveSkillPoints = 1: EntityId, 2: unsigned long
GivePlayerReward = 1: EntityId, 2: ndU64

To get the params you can use pcall.
by Norway-_-1999
Fri Mar 01, 2019 3:28 pm
Forum: Trainers
Topic: Far Cry New Dawn Script Loader
Replies: 17
Views: 32072

Re: Far Cry New Dawn Script Loader

Can't seem to find the correct arguments for: SetPlayerFOV SetPlayerNearFOV ChangeFOV local player = GetLocalPlayerId(); CAPI_Player.SetPlayerFOV(player,1,1,1); --EntityID, float, float, bool local player = GetLocalPlayerId(); CAPI_Player.SetPlayerNearFOV(player,1,1,1);--EntityID, float, float, boo...
by Norway-_-1999
Wed Feb 27, 2019 8:26 pm
Forum: Trainers
Topic: Far Cry New Dawn Script Loader
Replies: 17
Views: 32072

Re: Far Cry New Dawn Script Loader

BooBoo wrote: ↑
Wed Feb 27, 2019 8:18 pm
Nice Werk @Norway-_-1999
Thanks :D
by Norway-_-1999
Wed Feb 27, 2019 7:57 pm
Forum: Trainers
Topic: Far Cry New Dawn Script Loader
Replies: 17
Views: 32072

Re: Far Cry New Dawn Script Loader

Darkprince101 wrote: ↑
Wed Feb 27, 2019 6:54 pm
Can you please be more descriptive on how to properly use this because I've copy and pasted the dll into the games exe and pressed insert but nothing happens .
You will need a DLL injector and inject the dll into the game. :) Google DLL injector.
by Norway-_-1999
Wed Feb 27, 2019 6:14 pm
Forum: Trainers
Topic: Far Cry New Dawn Script Loader
Replies: 17
Views: 32072

Far Cry New Dawn Script Loader

Far Cry New Dawn Script Loader https://www.youtube.com/watch?v=D0z4Tto5VCo Function Dump SafeHouseDeactivateMissionBlockOnUnlock IsCarriable PlayMusicTrigger OverridePlayerPosition HasEntitiesAround UnregisterUiEventListener SetOverrideSunDirection SaveGame RemoveSpawnAIScriptCallback SetShadowOver...
by Norway-_-1999
Mon May 14, 2018 4:23 pm
Forum: Tools
Topic: Far Cry 5 Script Loader
Replies: 59
Views: 32401

Far Cry 5 Script Loader V2.1

I'm wondering if there is a command that let's you spawn any NPCs? (including story characters like Faith, Joseph and e.t.c.) And also how is it possible to load DLC weapons and NPCs? I would wanna know, and i'm not intend to upload that anywhere, just wanna play around with them myself! local play...
by Norway-_-1999
Thu May 10, 2018 11:01 am
Forum: Tools
Topic: Far Cry 5 Script Loader
Replies: 59
Views: 32401

Far Cry 5 Script Loader V2.1

[QUOTE="Seniler, post: 45377, member: 17159"]i have a similar issue like [B][USER=13492]JDimensional[/USER][/B]

it crashes when i try to load a script. i`m on the latest update (1.5.0)[/QUOTE]

Sorry,

I haven't got time to update the script loader to that version yet.
by Norway-_-1999
Wed Apr 25, 2018 2:44 pm
Forum: Tools
Topic: Far Cry 5 Script Loader
Replies: 59
Views: 32401

Far Cry 5 Script Loader V2.1

jehodonjohn, post: 43431, member: 14649 wrote:MediaFire is squatting your files like flies. Bummer. I lost the DLL on my PC.

Too bad though that i can't trigger that what i asked.
The link work, try a different browser or PM me :)
by Norway-_-1999
Wed Apr 25, 2018 2:06 pm
Forum: Tools
Topic: Far Cry 5 Script Loader
Replies: 59
Views: 32401

Far Cry 5 Script Loader V2.1

can someone upload again cause the mediafire deleted the file http://www.mediafire.com/file/cqnp22153wl297z/Norway-_-1999_FC5_SL.dll [automerge]1524665929[/automerge] I've found a speed modification here, help her do it right !? --PlayerSpeedModifierBox CAPI_Player.SetMovementSensitivity(e, 1) Is t...
by Norway-_-1999
Sat Apr 21, 2018 7:33 pm
Forum: Tools
Topic: Far Cry 5 Script Loader
Replies: 59
Views: 32401

Far Cry 5 Script Loader V2.1

[QUOTE="dirtydanisreal, post: 42907, member: 4926"]It keeps crashing the game everytime i inject the .dll[/QUOTE]

Pm me :)
by Norway-_-1999
Sun Apr 15, 2018 6:19 pm
Forum: Tools
Topic: Far Cry 5 - Lua Cleaner/Decompiler
Replies: 6
Views: 42303

Far Cry 5 - Lua Cleaner/Decompiler

[ 15.04.2018 - First Release ] What is this shit? Well, it's a tool designed to help you cleaning-up or decompiling extracted .lua files from Far Cry 5's .dat archives. How do you extract the Lua files? Ekey posted a Far Cry 5 DAT extractor here . You can find the various discussions and observatio...
by Norway-_-1999
Mon Apr 09, 2018 3:30 pm
Forum: Trainers
Topic: Far Cry 5 Script Loader
Replies: 59
Views: 32401

Re: Far Cry 5 Script Loader

--Give Player set ammo in held weapon CAPI_Player.GiveAmmoToPlayer(player, 999) --Enable flashlight CAPI_Player.SetFlashlightEnable(player, 1); --Disable Flashlight CAPI_Player.SetFlashlightEnable(player, 0); CAPI_Player.SetPlayerMoney(player, 999999); Change 999999 to amount you want. --Disable Fa...
by Norway-_-1999
Thu Apr 05, 2018 5:49 pm
Forum: Trainers
Topic: Far Cry 5 Script Loader
Replies: 59
Views: 32401

Re: Far Cry 5 Script Loader

budabum wrote: ↑
Thu Apr 05, 2018 5:45 pm
Ahh, perfect timing. just updated my post. now it works. Imgui was fighting with afterburner for access to body.
ok, nice to hear that you got it working :)