0% found this document useful (0 votes)
54 views

RobotBodyCustomMods Lua

The document contains a Lua script that presents a menu with options to modify different character attributes in a game, such as changing the character's appearance or stats. It uses gg functions to search for and edit game memory addresses. The script will continuously run and display the menu until the user selects the "EXIT" option.

Uploaded by

ShioH Raizen
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
54 views

RobotBodyCustomMods Lua

The document contains a Lua script that presents a menu with options to modify different character attributes in a game, such as changing the character's appearance or stats. It uses gg functions to search for and edit game memory addresses. The script will continuously run and display the menu until the user selects the "EXIT" option.

Uploaded by

ShioH Raizen
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

function Home()

menu = gg.choice({
"Robot with cop hat (ultra red)",
"Robot female (random colour)",
"Naked female",
"Naked male",
"Muscle&tall body",
"Joker GG Scripter",
"EXIT"},6,"ㅤ")
if menu == nil then
else

if menu == 1 then
gg.setRanges(gg.REGION_C_BSS | gg.REGION_ANONYMOUS)
gg.searchNumber("964689920",gg.TYPE_DWORD)
w = gg.getResults(1)
local q = {}
q[1] = {}
q[1].address = w[1].address + 0x1C270D8
q[1].flags = gg.TYPE_DWORD
q[1].value = -20001
q[2] = {}
q[2].address = w[1].address + 0x1C270E0
q[2].flags = gg.TYPE_DWORD
q[2].value = -1
q[3] = {}
q[3].address = w[1].address + 0x1C270E4
q[3].flags = gg.TYPE_DWORD
q[3].value = -1
gg.setValues(q)
gg.clearResults()
end

if menu == 2 then
gg.setRanges(gg.REGION_C_BSS | gg.REGION_ANONYMOUS)
gg.searchNumber("964689920",gg.TYPE_DWORD)
w = gg.getResults(1)
local q = {}
q[1] = {}
q[1].address = w[1].address + 0x1C270D4
q[1].flags = gg.TYPE_DWORD
q[1].value = -200000
q[2] = {}
q[2].address = w[1].address + 0x1C270D8
q[2].flags = gg.TYPE_DWORD
q[2].value = -200000
gg.setValues(q)
gg.clearResults()
end

if menu == 3 then
gg.setRanges(gg.REGION_C_BSS | gg.REGION_ANONYMOUS)
gg.searchNumber("964689920",gg.TYPE_DWORD)
w = gg.getResults(1)
local q = {}
q[1] = {}
q[1].address = w[1].address + 0x1C270D6
q[1].flags = gg.TYPE_DWORD
q[1].value = -200000
q[2] = {}
q[2].address = w[1].address + 0x1C270D8
q[2].flags = gg.TYPE_DWORD
q[2].value = -200000
gg.setValues(q)
gg.clearResults()
end

if menu == 4 then
gg.setRanges(gg.REGION_C_BSS | gg.REGION_ANONYMOUS)
gg.searchNumber("964689920",gg.TYPE_DWORD)
w = gg.getResults(1)
local q = {}
q[1] = {}
q[1].address = w[1].address + 0x1C270D8
q[1].flags = gg.TYPE_DWORD
q[1].value = 4352
gg.setValues(q)
gg.clearResults()
end

if menu == 5 then
gg.setRanges(gg.REGION_C_BSS | gg.REGION_ANONYMOUS)
gg.searchNumber("1,684,300,800", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
revert = gg.getResults(100, nil, nil, nil, nil, nil, nil, nil, nil)
gg.editAll("-5", gg.TYPE_DWORD)
gg.clearResults()
gg.searchNumber("1684300900", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
revert = gg.getResults(100, nil, nil, nil, nil, nil, nil, nil, nil)
gg.editAll("-5", gg.TYPE_DWORD)
gg.clearResults()
end

if menu == 6 then
gg.setRanges(gg.REGION_C_BSS | gg.REGION_ANONYMOUS)
gg.searchNumber("964689920",gg.TYPE_DWORD)
w = gg.getResults(1)
local q = {}
q[1] = {}
q[1].address = w[1].address + 0x1C270D8
q[1].flags = gg.TYPE_DWORD
q[1].value = -666666
q[2] = {}
q[2].address = w[1].address + 0x1C270E0
q[2].flags = gg.TYPE_DWORD
q[2].value = -111111
q[3] = {}
q[3].address = w[1].address + 0x1C270E4
q[3].flags = gg.TYPE_DWORD
q[3].value = -1500
q[4] = {}
q[4].address = w[1].address + 0x1C270D4
q[4].flags = gg.TYPE_DWORD
q[4].value = 552165
gg.setValues(q)
gg.clearResults()
end

if menu == 7 then
print("━━━━━━━━━━━━━━━━━━━━━━━━━━━━━")
print(os.date("📆 ㅤ Date: %Y/%m/%d \n 🕑ㅤ Time: %H:%M:%S"))
print("━━━━━━━━━━━━━━━━━━━━━━━━━━━━━")
print("📌 You have successfully exited the script📌 ")
print("━━━━━━━━━━━━━━━━━━━━━━━━━━━━━")
print("💡 Join our WhatsApp group 💡")
print("━━━━━━━━━━━━━━━━━━━━━━━━━━━━━")
print("⚠ Subscribe to my YouTube channel ⚠")
print("━━━━━━━━━━━━━━━━━━━━━━━━━━━━━")
gg.skipRestoreState()
gg.setVisible(true)
os.exit()
end

JokerGGScripter = -1
end
end

while true do
if gg.isVisible(true) then
JokerGGScripter = 1
gg.setVisible(false)
JokerGGScripter = -1
Home()
end
end

You might also like