Jump to content

[GTAIV|REL|ALPHA] Simple native trainer


Recommended Posts

How can i used this Please smile.gifconfused.gif

As long as u replace the blinkw32.dll in main directory, it will automatically load all asi located with in the main directory.

 

For this specific MOD or Trainer, you simply load your save > See your charming NIKO standing straight > ALT-TAB out to desktop, then u'll see a trainer like window contain options, INCLUDING the infinite life you needed.

 

cheers

 

Is it possible to give EPISODIC weapons with this?

I'm working on new release now and this feature will be included. thnx for good replies mates!

And yes, all cutscenes are breaking the invincibility. I didnt use the way its done in Alice, cause I dont want any extra CPU-eater in my trainer, but i will fix this issue in another way.

Great job with your tool. Here is a suggestion:

 

Create hotkey toggles for certain settings like resetting max health since without it after you die you have to alt-tab out which gets old after a while.

Yeah I'm working on this right now smile.gif Thanks!

Still cannot solve the issue about non working invincible after taxi ride ?

It is fixed now. I've added hotkeys for all switchable functions and one extra hotkey for forcing invincibility ingame. It is no so bloodsucking as in Alice but also eats CPU. So if you want to use normal invincibility - use it, if you want to force - force it. This features are included in the next release, but I want to fix some other bugs before relesing it.

Answering the private message here:

 

Q: Can you intergrate clear wantedlevel in your trainer???

A: It's already done. Just press hotkey Alt + Numeric 3 twice - first time to clear the level and second time to disable never wanted mode. This will clear your wanted level.

@ dualCore

 

can you made a hotkey for this funtion??

 

Give ammo: refulls the ammo for all Niko's weapons <- hotkey

Hm as far as I know when you,ve used this option your ammo is 9999 and never goes down. Do you need anything else? just write smile.gif

ok guys, i need your help now...

i simply don't get gta to run with a diffrent binkhooked.dll or binkw32.dll, i obviously made the asi loader work, because when i start gta the trainer appears, but i'm not able to get in the game, as it crashes before even start..

I'm using windows vista...what am I doing wrong..i don't get it..please help

 

@ dualCore

 

can you made a hotkey for this funtion??

 

Give ammo: refulls the ammo for all Niko's weapons <- hotkey

Hm as far as I know when you,ve used this option your ammo is 9999 and never goes down. Do you need anything else? just write smile.gif

 

yes can you write a script with one damaged cars can repair again and can you integrate this 2 scripts???

 

---------- GTA IV Alice "BUllet Time" script example ----------

---------- © HippieCommunist 2008 And Reconstructed By Aceship ----------

-- Bullet time key is Mouse Middle Button

--global variables

PLAYER_ID, PLAYER_INDEX, PLAYER_CHAR, Time = 0

 

function InitScript()

-- blah-blah-blah

Wait(10000)

end

 

function WaitForPlayerPoolCreation()

while (IsPlayerPoolCreated() == 0) do

Wait(2000)

end

end

 

function WaitForValidPlayer()

PLAYER_CHAR = 0

repeat

CallNative("GET_PLAYER_ID")

PLAYER_ID = GetIntResult()

if (PLAYER_ID >= 0) then

PushInt(PLAYER_ID)

CallNative("CONVERT_INT_TO_PLAYERINDEX")

PLAYER_INDEX = GetIntResult()

PushInt(PLAYER_INDEX)

PushVarPtr()

CallNative("GET_PLAYER_CHAR")

PLAYER_CHAR = GetIntParam(1)

if (PLAYER_CHAR <= 0) then

Wait(1000)

end

end

until (PLAYER_CHAR > 0)

end

 

function Bullettime()

if Time == 0 then

Time = 1

else

Time=0

end

PushInt(Time)

CallNative("SET_GRAVITY_OFF")

if Time == 1 then

PushFloat(0.6)

CallNative("SET_TIME_SCALE")

Wait(1000)

PushFloat(0.3)

CallNative("SET_TIME_SCALE")

Wait(3000)

PushFloat(0.2)

CallNative("SET_TIME_SCALE")

end

if Time == 0 then

PushFloat(0.5)

CallNative("SET_TIME_SCALE")

Wait(1000)

PushFloat(0.75)

CallNative("SET_TIME_SCALE")

Wait(1000)

PushFloat(1.0)

CallNative("SET_TIME_SCALE")

end

end

 

function main()

InitScript()

while true do

if (IsKeyPressed(4) == 1) then

WaitForPlayerPoolCreation()

WaitForValidPlayer()

Bullettime()

Wait(1000)

end

end

end

 

-- start

main();

 

and

 

---------- GTA IV Alice "Save everywhere" script example ----------

---------- © Alexander Blade 2008 ----------

-- Save key is TAB

--global variables

PLAYER_ID, PLAYER_INDEX, PLAYER_CHAR, SAVEDONE, TIMER = 0

 

function InitScript()

-- blah-blah-blah

Wait(10000)

end

 

function WaitForPlayerPoolCreation()

while (IsPlayerPoolCreated() == 0) do

Wait(2000)

end

end

 

function WaitForValidPlayer()

PLAYER_CHAR = 0

repeat

CallNative("GET_PLAYER_ID")

PLAYER_ID = GetIntResult()

if (PLAYER_ID >= 0) then

PushInt(PLAYER_ID)

CallNative("CONVERT_INT_TO_PLAYERINDEX")

PLAYER_INDEX = GetIntResult()

PushInt(PLAYER_INDEX)

PushVarPtr()

CallNative("GET_PLAYER_CHAR")

PLAYER_CHAR = GetIntParam(1)

if (PLAYER_CHAR <= 0) then

Wait(1000)

end

end

until (PLAYER_CHAR > 0)

end

 

function SaveGame()

SAVEDONE = 0

TIMER = 0

CallNative("ACTIVATE_SAVE_MENU")

Wait(1000)

while (SAVEDONE == 0) and (TIMER < 10000) do

TIMER = TIMER + 100

Wait(100)

CallNative("DID_SAVE_COMPLETE_SUCCESSFULLY")

SAVEDONE = GetIntResult()

end

end

 

function main()

InitScript()

while true do

if (IsKeyPressed(9) == 1) then

WaitForPlayerPoolCreation()

WaitForValidPlayer()

if (IsKeyPressed(9) == 1) then

SaveGame()

Wait(2000)

end

end

Wait(300)

end

end

 

-- start

main();

 

the save Script on the tab-key

the bullet script on the middle mouse key

 

is the posible??

Edited by Marcel051182

Marcel051182

Yes, it is possible. I will include this stuff in my next release.

 

nero222

Did you try to reinstall the game? Or delete everything from tre root folder and select Repair in the autorun dialog? If the problem appears then, it is not bink*.dll problem. Let us know the result.

nice job indeed smile.gif

 

i PMed you, dualcore, about a maximum-health limiter option. i hope u can reply.

Answering on your PM:

 

Yes, for sure it is possible if it makes you happy smile.gif)) Will add a checkbox for doing this.

Marry x-mas too. BTW we have our x-mas on the 7th of January in Russia smile.gif

@dualcore

 

you are big icon14.gif

 

can you say when your next release come out??

I will collect all your requests, then I will pay some attention to my sweet wife and then... Mb tomorrow you will get a shiny new release to play with. Thanx for your support mates. Didnt even think this trainer will become popular.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • 0 User Currently Viewing
    0 members, 0 Anonymous, 0 Guests

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.