AutoHotKey SAMP Trainer that injects ASM Code

Ghost29

Member
Joined
Mar 11, 2015
Messages
10
Reaction score
1
Code:
ASMCodeObject[17] := Object("name", "SHud", "address", 0x859520 , "newInstruction", "E02D903A9F71E13A", "origInstruction", "CDCCCC3A2649123B", "description", "Scale down the HUD")
ASMCodeObject[18] := Object("name", "SetP", "address", 0x5E4110 , "newInstruction", "C21000", "origInstruction", "568BF1", "description", "Prevent SetPlayerPos")
ASMCodeObject[19] := Object("name", "removev", "address", sampDLL + 0x146e0, "newInstruction", "C390", "origInstruction", "E9D7", "description", "Servet cant Remove Player From Vehicle") ; 0.3.7 0x5880
ASMCodeObject[20] := Object("name", "vparams", "address", sampDLL + 0x164b0, "newInstruction", "C390", "origInstruction", "9090", "description", "Server cant Set Vehicle Params") ; 0.3.7 0x5880
ASMCodeObject[21] := Object("name", "canim", "address", sampDLL + 0x14c70, "newInstruction", "C390", "origInstruction", "9090", "description", "Server cant Clear Anims") ; 0.3.7 0x5880
 
Top