gg.toast('✖----------✖')
gg.toast('----------------')
--Game guardian detection
if gg.isVisible(true) then gg.setVisible(false)
end
gg.clearResults()
kele0=0
Qjctx=1
function main()
gg.clearResults()
gg.setVisible(false)
menu = gg.choice({'GodeMode(Enable)','Exit'},nil,'Выбери кнопку для взлома')
if menu == 1 then GodeMode(Enable)
elseif menu == 2 then SM8(K)
end
Qjctx=-1
end
function GodeMode(Enable)
data = gg.prompt({[1]='life; damage', [2]='desired value', [3]='do not change'}, {[1]='580;301', [2]='99999', [3]='999'})
gg.searchNumber(data[1], gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
local found = gg.getResults(data[3])
for i, v in ipairs(found) do
if v.flags == gg.TYPE_DWORD then
v.value = data[2]
v.freeze = true
end
end
gg.addListItems(found)
found = nil
end
function SM8(K)
print('▶-------------------)◀')
gg.toast('▶Надеюсь вам понравилась◀')
gg.toast('▶Спасибо за использование◀')
os.exit()
end
while(true)
do
--gg.sleep(999999999999999990)
--Game guardian detection
if gg.isVisible(true) then
Qjctx=1
gg.setVisible(false)
end
gg.clearResults()
if Qjctx==1 then main() end
end