0% found this document useful (0 votes)
59 views2 pages

Script

The document outlines a script for a game hack called 'Solar Smash' that allows users to unlock achievements, enable infinite missiles, and remove ads. It includes a menu system for user interaction and requires a password for access. The script utilizes the GameGuardian app to manipulate game memory values for these features.

Uploaded by

buiban162008
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)
59 views2 pages

Script

The document outlines a script for a game hack called 'Solar Smash' that allows users to unlock achievements, enable infinite missiles, and remove ads. It includes a menu system for user interaction and requires a password for access. The script utilizes the GameGuardian app to manipulate game memory values for these features.

Uploaded by

buiban162008
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
You are on page 1/ 2

BaseAddress = gg.getRangesList('libil2cpp.

so')[2]['start']
function Home()
menu = gg.choice({
"[🔒]Unlock Achievement",
"[🟢]Infinite Misils",
"[🚫]Remove Ads",
"Exit"
},0,"Solar Smash[x64] Hack By Angel Yt Modzzz")
if menu ==1 then
gg.setValues({{address = BaseAddress + 0x1766BD0, flags = 32, value =
"h200080D2C0035FD6"}})
gg.toast("🔒Unlock Achievement")
end

if menu == 2 then
gg.setRanges(gg.REGION_C_ALLOC)
gg.searchNumber(BaseAddress + 0x17558B4, 32)
local t = gg.getResults(gg.getResultsCount())
t[1].address = t[1].address + 0x18
gg.addListItems(t)
gg.loadResults(gg.getListItems())
gg.clearList()
local t = gg.getResults(gg.getResultsCount())
gg.clearResults()
gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber(t[1].value, 32)
local t = gg.getResults(gg.getResultsCount())
gg.clearResults()
if #t > 100 or #t < 0 then gg.alert("an error occurred, activate the option
again !") Home() end
for i = 1, #t do
t[i].address = t[i].address + 0x10
t[i].flags = 4
end
gg.addListItems(t)
x = gg.getListItems()
gg.loadResults(x)
gg.clearList()
num = gg.prompt({"Number Of Missiles: "},{"10"},{"number"})
gg.refineNumber(num[1], 4)
local t = gg.getResults(gg.getResultsCount())
--t[1].value = 99999
t[1].flags = 4
t[1].freeze = true
gg.addListItems(t)
gg.clearResults()
gg.toast("🟢Infinite Misils")
end

if menu == 3 then
gg.setValues({{address = BaseAddress + 0x1734340, flags = 32, value =
"h200080D2C0035FD6"}})
gg.setValues({{address = BaseAddress + 0x1739990, flags = 32, value =
"h200080D2C0035FD6"}})
gg.toast("Remove Ads ON🚫")
end

if menu == 4 then
print("By Angel Yt Modzzz")--no rename
os.exit()
end
end

--
while (true) do
if gg.isVisible(true) then
gg.setVisible(false)
Home()
end
end
function Main()
menu = gg.multiChoice({
"xuyên tường",
"tàng hình",
"chạy nhanh",
"chưa ra chức năng này",
"THOÁT"
}, nil,'khata v0.01')
if menu == nil then else
if menu[1] == true then a1() end
if menu[2] == true then a2() end
if menu[3] == true then a3() end
end
XGCK = -1
end
function a1()
end
function a2()
end
function a3()
end
end
function a5()
os.exit()
end
while true do
if gg.isVisible(true) then
XGCK = 1
gg.setVisible(false)
end
gg.clearResults()
if XGCK == 1 then Main() end
end
Password = 'khata0992'
Pass = gg.prompt({"?nhập mk thì dùng k thì cút"},{},{"text"})
if not Pass then os.exit() end
if Pass[1] == Password then
gg.toast('?nhập đúng mk r đấy')
else
gg.alert('🔐sai mk rồi cu 🔐 ') os.exit()
end

You might also like