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

SCTemplate.lua

P

Uploaded by

ipul XD
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)
18 views2 pages

SCTemplate.lua

P

Uploaded by

ipul XD
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

gg.

setVisible(true)
local n, startAddress, endAddress = nil, 0, 0
local function name(lib)
if n == lib then
return startAddress, endAddress
end
local ranges = gg.getRangesList(lib or 'libil2cpp.so')
for i, v in ipairs(ranges) do
if v.state == "Xa" then
startAddress = v.start
endAddress = ranges[#ranges]['end']
break
end
end
return startAddress, endAddress
end

local function setHexMemory(libname, offset, hex)


name(libname)
local t, total = {}, 0
for h in string.gmatch(hex, "%S%S") do
table.insert(t, {
address = startAddress + offset + total,
flags = gg.TYPE_BYTE,
value = h .. "r"
})
total = total + 1
end
local res = gg.setValues(t)
if type(res) ~= 'string' then
return true
else
gg.alert(res)
return false
end
end

--██████████████████████████████████████████

gg.alert('SCRIPT BY YOU')

local function ozora()


local ozo = gg.choice({
"HACK 1",
"HACK 2",
"HACK 3",
"EXIT"
}, nil, "SCRIPT NAME/YOUR NAME")
if ozo == nil then
else
if ozo == 1 then
setHexMemory("libil2cpp.so", 0x16444FD, "01 00 A0 E3 1E FF 2F E1")
gg.toast("~complete~")
end
if ozo == 2 then
setHexMemory("libil2cpp.so", 0x16444FC, "00 00 A0 E3 1E FF 2F E1")
gg.toast("~complete~")
end
if ozo == 3 then
setHexMemory("libil2cpp.so", 0x16444FB, "00 00 A0 E3 1E FF 2F E1")
gg.toast("~complete~")
end
if ozo == 4 then
gg.setVisible(true)
print("see you again")
print("OzoraYuu")
os.exit()
end
end

end

while true do
if gg.isVisible() then
gg.setVisible(false)
ozora()
end
gg.sleep(100)
end

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy