View previous topic :: View next topic |
Author |
Message |
anonypt How do I cheat?
Reputation: 0
Joined: 02 Feb 2022 Posts: 0
|
Posted: Wed Feb 02, 2022 4:11 pm Post subject: Im new to the forum and i need help about a old script |
|
|
Hello guys ive been using this script for years, mainly to change cars max speed and traction on gta 5... i didnt play for months and now its not working at all, i cant check the box literally nothing i can do. plus it was not writen by my and im very fresh to coding
[ENABLE]
{$lua}
autoAssemble([[
aobscanmodule(WorldPTR,FiveM_GTAProcess.exe,48 8B 05 ? ? ? ? 45 ? ? ? ? 48 8B 48 08 48 85 C9 74 07)
registersymbol(WorldPTR)
aobscanmodule(BlipPTR,FiveM_GTAProcess.exe,4C 8D 05 ? ? ? ? 0F B7 C1)
registersymbol(BlipPTR)
aobscanmodule(PlayerCountPTR,FiveM_GTAProcess.exe,48 8B 0D ? ? ? ? E8 ? ? ? ? 48 8B C8 E8 ? ? ? ? 48 8B CF)
registersymbol(PlayerCountPTR)
aobscanmodule(GetPointerAddressA,FiveM_GTAProcess.exe,4D 89 B4 F7 xx xx xx xx 48 8B 74 24)
registersymbol(GetPointerAddressA)
aobscanmodule(GlobalPTR,FiveM_GTAProcess.exe,4C 8D 05 ? ? ? ? 4D 8B 08 4D 85 C9 74 11)
registersymbol(GlobalPTR)
]])
local addr = getAddress("WorldPTR")
addr = addr + readInteger(addr + 3) + 7
unregisterSymbol("WorldPTR")
registerSymbol("WorldPTR", addr, true)
addr = getAddress("BlipPTR")
addr = addr + readInteger(addr + 3) + 7
unregisterSymbol("BlipPTR")
registerSymbol("BlipPTR", addr, true)
local addr = getAddress("playerCountPTR")
addr = addr + readInteger(addr + 3) + 7
unregisterSymbol("PlayerCountPTR")
registerSymbol("PlayerCountPTR", addr, true)
local addr = getAddress("GetPointerAddressA")
addr = addr + 4
addr = readInteger(addr)
addr = addr + getAddress("FiveM_GTAProcess.exe")
unregisterSymbol("GetPointerAddressA")
registerSymbol("GetPointerAddressA", addr, true)
local addr=getAddress("GlobalPTR")
addr=addr+readInteger(addr+3)+7
unregisterSymbol("GlobalPTR")
registerSymbol("GlobalPTR",addr,true)
[DISABLE]
unregisterSymbol("WorldPTR")
unregisterSymbol("BlipPTR")
unregisterSymbol("PlayerCountPTR")
unregistersymbol(GetPointerAddressA)
unregisterSymbol(GlobalPTR)
maybe its this error that gives me: Error in line 3 (autoassemble([[: this instruction cant be compiled
|
|
Back to top |
|
 |
M. Master Cheater
Reputation: 23
Joined: 09 Dec 2007 Posts: 267 Location: wat
|
Posted: Thu Feb 03, 2022 2:24 am Post subject: |
|
|
Install gentoo
|
|
Back to top |
|
 |
Csimbi I post too much
Reputation: 97
Joined: 14 Jul 2007 Posts: 3292
|
Posted: Thu Feb 03, 2022 6:21 am Post subject: |
|
|
I think you need Ubuntu for this.
|
|
Back to top |
|
 |
TheIndianGuy Advanced Cheater
Reputation: 102
Joined: 14 Jan 2007 Posts: 87
|
Posted: Fri Feb 04, 2022 2:53 am Post subject: |
|
|
would you like me to give you the ritual to summon terry davis?
|
|
Back to top |
|
 |
moon1 How do I cheat?
Reputation: 0
Joined: 11 Apr 2022 Posts: 5
|
Posted: Fri Apr 22, 2022 9:19 am Post subject: |
|
|
need a compiler and ubuntu
|
|
Back to top |
|
 |
Csimbi I post too much
Reputation: 97
Joined: 14 Jul 2007 Posts: 3292
|
Posted: Fri Apr 22, 2022 10:55 am Post subject: |
|
|
Jammy came out yesterday so you are good to go then.
|
|
Back to top |
|
 |
|