Advertisement
GuiIherme

Vehicle_Sell_Price.ct

Aug 17th, 2020 (edited)
2,283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <CheatTable CheatEngineTableVersion="29">
  3. <CheatEntries>
  4. <CheatEntry>
  5. <ID>0</ID>
  6. <Description>"GTAO [1.52] Vehicle Sell Price"</Description>
  7. <LastState Value="45000000" RealAddress="96122B20"/>
  8. <VariableType>4 Bytes</VariableType>
  9. <Address>GA(99007+970)</Address>
  10. </CheatEntry>
  11. </CheatEntries>
  12. <UserdefinedSymbols/>
  13. <LuaScript>if GlobalPTR==nil then
  14. if not openProcess('GTA5.exe') then sleep(250) if getOpenedProcessID()==0 then getAutoAttachList().add('GTA5.exe') sleep(250) end end
  15. autoAssemble([[
  16. aobscanmodule(GlobalPTR,GTA5.exe,4C 8D 05 ? ? ? ? 4D 8B 08 4D 85 C9 74 11)
  17. registerSymbol(GlobalPTR)]])
  18. GlobalPTR=getAddress('GlobalPTR') GlobalPTR=GlobalPTR+readInteger(GlobalPTR+3)+7
  19. unregisterSymbol('GlobalPTR') registerSymbol('GlobalPTR',GlobalPTR,true)
  20. end
  21. function GA(Index) local p=getAddress('GlobalPTR') if not p then return end return readQword(p+(8*(Index&gt;&gt;0x12&amp;0x3F)))+(8*(Index&amp;0x3FFFF)) end
  22. </LuaScript>
  23. </CheatTable>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement