GTA Trainer [Godmode, WantedLevel, Teleport] AHK

Posts 115 of 19 · Page 1 of 2
GTA Trainer [Godmode, WantedLevel, Teleport] AHK
Mikes GTA AHK H4x

Still don't works with Steam

A very simple Trainer written in Auto Hotkeys 2.0
GUI will not show in FullScreen Mode, choose Window Borderless instead
There is an upx (Ultimate Packer for eXecuteables) Packed Compiled Executeable too for some People which don't want install Auto Hotkeys 2.0
You can open the Executeable with every Ressource Explorer and see the Script, but the Source Code is Commented

How it works?
You have to run the Hack after running GTA, otherwise it will have no Effect
With Autohotkey you can just Reload the Script after running GTA
The GUI is just a White Label, if you Lock Life or WantedLevel there would be displayed a * after them
It doesn't looks like, but you can Move the GUI

F5: Teleport - works with car
SHIFT + F5: Choose next Location
STRG + F5: Choose last Location
STRG + SHIFT + F5: Open "Save Position As" - Dialog

It will create a positions.txt for this if you save a Location

F6: Lock the WantedLevel
SHIFT + F6: Add 1 to WantedLevel
STRG + F6: Sub 1 from WantedLevel

F7: Godmode

F8: Hide / Show the GUI

Virusscans:
Code:
Source:
https://www.virustotal.com/de/file/0a2dd81cb238526853ffa8b5b128c49585d53cc13ab30a2d585c1a0ecef4dbb2/analysis/1460398902/
https://virusscan.jotti.org/de-DE/filescanjob/tr3sbbc8z3

Compiled:
https://virustotal.com/de/file/888bae3a11346a5603eaa83f935a3fb4f7c85849fd7870ffc5e10b86819950b8/analysis/1460400003/
https://virusscan.jotti.org/de-DE/filescanjob/hk131lks12
MGTAH4x_mpgh.net.rar402 KB · 779 downloads 1/61 malicious
MGTAH4x_source_mpgh.net.rar21 KB · 605 downloads Clean
Screenshot.PNG1 KB · 200 downloads
Looks good, use at your own risk.
//Approved
Quote Originally Posted by MikeRohsoft View Post
Mikes GTA AHK H4x

Still don't works with Steam

[/CODE]

What a pity.... :'(
Quote Originally Posted by usernamefederico View Post
What a pity.... :'(
I'm sorry, but i have no Steam Version, maybe someone is nice and Post the 3 Different Pointers.

In Post #47 on this this Thread i already explained how to Scan for Wanted Level, you only need the Pointer. Offsets should be the same.
You can also Scan scan with same Method for Life. Go Single Player, make sure u got full Life and scan for 200 as FLOAT Value in CE.
Got Damage and Next Scan for an decrised Value.
Repeat it until you got the Pointer.
Easy Way to find what is pointing to:
Use Pointer Scan, take the first 10 Values in your list, restart the Game and look what is still pointing to this.

Location Pointer is some more tricky.
The easiest way is to know your Coords, so you have to scan only for them withouth a Car.
If you found it, look what is changing if you get in a Car and Point back to you if you get off, otherwise you can only Teleport withouth Car, but it is enough to Teleport the Car if you are inside.

This are the Values you have should to Replace:
Code:
50: WantedLevelAddress := GTAMemory.read(BaseAddress + 0x022E0C80, "Int64") + (0x540 + 0x98)
53: PlayerInfoAddress := GTAMemory.read(BaseAddress + 0x1B29400, "Int64")
196: PlayerInfoAddress := GTAMemory.read(BaseAddress + 0x1B29400, "Int64")
58: LocationAddress := GTAMemory.read(BaseAddress + 0x1E9BE58, "Int64", 0x30)
Cool. Like the looks of this.
Props for making a menu with AHK
Is this cheat ud? Is it working on the newest version of gta V?
that ahk was sick my dude !!! keep up the good work, totes approved and preciated tho hope you get more like that
Nice man. Appreciate your work!
is this for online or offline?
Quote Originally Posted by zeroblu3 View Post
is this for online or offline?
Probably works for both.
Great work nice!
Posts 115 of 19 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

Need help?