0% found this document useful (0 votes)
238 views3 pages

Game Guardian Script Menu Options

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
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
238 views3 pages

Game Guardian Script Menu Options

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
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

function Home()

menu = [Link]({
"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
[Link](gg.REGION_C_BSS | gg.REGION_ANONYMOUS)
[Link]("964689920",gg.TYPE_DWORD)
w = [Link](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
[Link](q)
[Link]()
end

if menu == 2 then
[Link](gg.REGION_C_BSS | gg.REGION_ANONYMOUS)
[Link]("964689920",gg.TYPE_DWORD)
w = [Link](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
[Link](q)
[Link]()
end

if menu == 3 then
[Link](gg.REGION_C_BSS | gg.REGION_ANONYMOUS)
[Link]("964689920",gg.TYPE_DWORD)
w = [Link](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
[Link](q)
[Link]()
end

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

if menu == 5 then
[Link](gg.REGION_C_BSS | gg.REGION_ANONYMOUS)
[Link]("1,684,300,800", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
revert = [Link](100, nil, nil, nil, nil, nil, nil, nil, nil)
[Link]("-5", gg.TYPE_DWORD)
[Link]()
[Link]("1684300900", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
revert = [Link](100, nil, nil, nil, nil, nil, nil, nil, nil)
[Link]("-5", gg.TYPE_DWORD)
[Link]()
end

if menu == 6 then
[Link](gg.REGION_C_BSS | gg.REGION_ANONYMOUS)
[Link]("964689920",gg.TYPE_DWORD)
w = [Link](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
[Link](q)
[Link]()
end

if menu == 7 then
print("━━━━━━━━━━━━━━━━━━━━━━━━━━━━━")
print([Link]("📆 ㅤ 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("━━━━━━━━━━━━━━━━━━━━━━━━━━━━━")
[Link]()
[Link](true)
[Link]()
end

JokerGGScripter = -1
end
end

while true do
if [Link](true) then
JokerGGScripter = 1
[Link](false)
JokerGGScripter = -1
Home()
end
end

You might also like