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

Script Premium V15 .Lua

The document is a script for a game modification tool that allows users to activate various cheats such as AWM AIM BOT, ANTINA, and CAMIRA HACK. It provides a menu for users to choose which cheat to activate and includes functions to manipulate game memory values. The script runs in a loop, checking for visibility and executing the main function when active.

Uploaded by

chandsri633
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)
415 views2 pages

Script Premium V15 .Lua

The document is a script for a game modification tool that allows users to activate various cheats such as AWM AIM BOT, ANTINA, and CAMIRA HACK. It provides a menu for users to choose which cheat to activate and includes functions to manipulate game memory values. The script runs in a loop, checking for visibility and executing the main function when active.

Uploaded by

chandsri633
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

function Main()

L = gg.multiChoice({
regiditt .. " [AWM AIM BOT ]",
regidittt .. " [ANTINA ]",
hi .. " [CAMIRA HACK ]",
" [EXIT ]"
})

if L == nil then
else
if L[1] == true then L2() end
if L[2] == true then L3() end
if L[3] == true then L9() end
if L[4] == true then exit() end
end
XGCK = -1
end

regiditt = '【❌】'
function L2()
if regiditt == '【❌】' then
gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber("h 40 CD CC 8C 3F 8F C2 F5 3C CD CC CC 3D 06 00 00 00 00 00
00 00 00 00 00 00 00 00 F0 41 00 00 48 42 00 00 00 3F 33 33 13 40 00 00 B0 3F 00 00
80 3F 01 00 00", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(100)
gg.editAll("h 40 e0 b1 ff ff e0 b1 ff ff e0 b1 ff ff e0 b1 ff ff e0 b1 ff
ff 00 00 00 00 00 00 f0 41 00 00 48 42 00 00 00 3f 33 33 13 40 00 00 b0 3f 00 00 80
3f 01 00 00", gg.TYPE_BYTE)
gg.clearResults()
gg.setRanges(gg.REGION_ANONYMOUS | gg.REGION_CODE_APP)
gg.searchNumber("h 00 00 00 00 3f 00 00 80 3e", gg.TYPE_BYTE)
gg.getResults(1000, nil, nil)
gg.editAll("h 00 ec 51 b8 3d 8f c2 f5 3c", gg.TYPE_BYTE)
gg.clearResults()
gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber("h9A 99 19 3F 00 00 80 3E 00 00 00 00 04", gg.TYPE_BYTE)
gg.getResults(1000, nil, nil)
gg.editAll("hEC 51 B8 3D 8F C2 F5 3C 00 00 00 00 04", gg.TYPE_BYTE)
gg.clearResults()
gg.toast(" - Mode AWM on 💡")
regiditt = '【💡】'
end
end

regidittt = '【❌】'
function L3()
if regidittt == '【❌】' then
gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber("QDB0A72BE1CFC2FB500000000", 1)
gg.refineNumber("Q00000000", 1)
gg.getResults(gg.getResultsCount())
gg.editAll("Q33F39543", 1)
gg.clearResults(gg.getResultsCount())
gg.searchNumber("QF36D9BBE2B0562B500000000", 1)
gg.refineNumber("Q00000000", 1)
gg.getResults(gg.getResultsCount())
gg.editAll("Q33F39543", 1)
gg.clearResults(gg.getResultsCount())
gg.toast("ACTIVADO 📡")
regidittt = '【💡】'
end
end

hi = '【❌】'
function L9()
if hi == '【❌】' then
gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber("h 00 00 00 00 00 00 80 3f 00 00 00 00 00 00 00 00 00 00 80
bf 00 00 00 00 00 00 80 bf 00 00 00 00 00 00 00 00 00 00 80 3f 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 80 3f 00 00 00 00 00 00 00 00 00 00 80 bf 00 00 80
7f 00 00 80 7f 00 00 80 7f 00 00 80 ff", gg.TYPE_BYTE)
gg.getResults(2000)
gg.editAll("h 00 00 00 00 00 00 3e 40 00 00 00 00 00 00 00 00 00 00 80 bf
00 00 00 00 00 00 80 bf 00 00 00 00 00 00 00 00 00 00 80 3f 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 80 3f 00 00 00 00 00 00 00 00 00 00 80 bf 00 00 80 7f
00 00 80 7f 00 00 80 7f 00 00 80 ff", gg.TYPE_BYTE)
gg.clearResults()
gg.toast(" - ActiVed Camira On 💡")
hi = '【💡】'
end
end

function exit()
gg.clearResults()
gg.skipRestoreState()
gg.setVisible(true)
os.exit()
print(' - Script End - Good Bye ')
end

while true do
if gg.isVisible(true) then
XGCK = 1
gg.setVisible(false)
end
gg.clearResults()
if XGCK == 1 then
Main()
end
end

You might also like