Skip to content

Instantly share code, notes, and snippets.

View 1337Nexo's full-sized avatar
😎

1337Nexo

😎
  • Airbus
  • Netherlands
View GitHub Profile
@1337Nexo
1337Nexo / GTA5.ct
Last active January 14, 2024 07:45
GTA5 CE Table (slots machine & three card poker)
<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="31">
<CheatEntries/>
<UserdefinedSymbols/>
<LuaScript>if not openProcess('GTA5.exe') then sleep(250) if getOpenedProcessID()==0 then getAutoAttachList().add('GTA5.exe') sleep(250) end end
autoAssemble([[
aobscanmodule(LocalScriptsPTR,GTA5.exe,48 8B 05 ? ? ? ? 8B CF 48 8B 0C C8 39 59 68)
registerSymbol(LocalScriptsPTR)
aobscanmodule(GlobalPTR,GTA5.exe,4C 8D 05 ? ? ? ? 4D 8B 08 4D 85 C9 74 11)
registerSymbol(GlobalPTR)
This file has been truncated, but you can view the full file.
// https://www.unknowncheats.me/forum/grand-theft-auto-v/275597-gtahax-1-50-external.html
(packed)MP_PSTAT_BOOL0 // Stat with Packed booleans index 0. Takes up to 64 booleans.
(packed)MP_PSTAT_BOOL1 // Stat with Packed booleans index 1. Takes up to 64 booleans.
(packed)MP_PSTAT_BOOL2 // Stat with Packed booleans index 2. Takes up to 64 booleans.
(packed)PSTAT_BOOL0 // Add MP0_ or MP1_ // Character Stat with Packed booleans index 0. Takes up to 64 booleans.
(packed)PSTAT_BOOL1 // Add MP0_ or MP1_ // Character Stat with Packed booleans index 1. Takes up to 64 booleans.
(packed)PSTAT_BOOL2 // Add MP0_ or MP1_ // Character Stat with Packed booleans index 2. Takes up to 64 booleans.
(packed)MP_PSTAT_INT0 // Stat with Packed integers index 0. Takes up to 8 integers.
(packed)MP_PSTAT_INT1 // Stat with Packed integers index 1. Takes up to 8 integers