Jump to content
    1. Welcome to GTAForums!

    1. GTANet.com

    1. GTA Online

      1. The Criminal Enterprises
      2. Updates
      3. Find Lobbies & Players
      4. Guides & Strategies
      5. Vehicles
      6. Content Creator
      7. Help & Support
    2. Red Dead Online

      1. Blood Money
      2. Frontier Pursuits
      3. Find Lobbies & Outlaws
      4. Help & Support
    3. Crews

    1. Grand Theft Auto Series

      1. Bugs*
      2. St. Andrews Cathedral
    2. GTA VI

    3. GTA V

      1. Guides & Strategies
      2. Help & Support
    4. GTA IV

      1. The Lost and Damned
      2. The Ballad of Gay Tony
      3. Guides & Strategies
      4. Help & Support
    5. GTA San Andreas

      1. Classic GTA SA
      2. Guides & Strategies
      3. Help & Support
    6. GTA Vice City

      1. Classic GTA VC
      2. Guides & Strategies
      3. Help & Support
    7. GTA III

      1. Classic GTA III
      2. Guides & Strategies
      3. Help & Support
    8. Portable Games

      1. GTA Chinatown Wars
      2. GTA Vice City Stories
      3. GTA Liberty City Stories
    9. Top-Down Games

      1. GTA Advance
      2. GTA 2
      3. GTA
    1. Red Dead Redemption 2

      1. PC
      2. Help & Support
    2. Red Dead Redemption

    1. GTA Mods

      1. GTA V
      2. GTA IV
      3. GTA III, VC & SA
      4. Tutorials
    2. Red Dead Mods

      1. Documentation
    3. Mod Showroom

      1. Scripts & Plugins
      2. Maps
      3. Total Conversions
      4. Vehicles
      5. Textures
      6. Characters
      7. Tools
      8. Other
      9. Workshop
    4. Featured Mods

      1. Design Your Own Mission
      2. OpenIV
      3. GTA: Underground
      4. GTA: Liberty City
      5. GTA: State of Liberty
    1. Rockstar Games

    2. Rockstar Collectors

    1. Off-Topic

      1. General Chat
      2. Gaming
      3. Technology
      4. Movies & TV
      5. Music
      6. Sports
      7. Vehicles
    2. Expression

      1. Graphics / Visual Arts
      2. GFX Requests & Tutorials
      3. Writers' Discussion
      4. Debates & Discussion
    1. Announcements

    2. Support

    3. Suggestions

*DO NOT* SHARE MEDIA OR LINKS TO LEAKED COPYRIGHTED MATERIAL. Discussion is allowed.

[GTAIV|REL|ALPHA] Simple native trainer


dualCore
 Share

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

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

buttermilkchickenpig

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.

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

new version uploaded, past version had 260 downloads!! (just from rapidshare link, no idea about other)

 

that's 260 downloads in about 12 hours!!!

 

you guys are going to love the new version biggrin.gif

 

IX

Link to comment
Share on other sites

New version released.

Added: set car color+visual colorpicker.

Added: hotkeys for switchable modes.

Added: hotkey for forced Invincible mode.

Some minor fixes.

--

Check my first post for more info.

Enjoy!

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

@ dualCore

 

can you made a hotkey for this funtion??

 

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

Edited by Marcel051182
Link to comment
Share on other sites

@ 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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

 

@ 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
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

@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.

Link to comment
Share on other sites

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
 Share

  • 1 User Currently Viewing
    0 members, 0 Anonymous, 1 Guest

×
×
  • Create New...

Important Information

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