|
ÿgg.toast('35层秘境 v1.0.0')
print('Cheat Crisis Action Script v1.0.0')
--Game guardian detection
if gg.BUILD < 5511 then
print('You need latest version of GameGuardian to run this script. Minimum GG v.8.42.1.')
goto update
end
if gg.isVisible(true) then
gg.setVisible(false)
end
gg.clearResults()
goto START
::START::
menu = gg.choice({'水牢','毒风','落岩','雷霆下一35层','阴阳下一35层','烈火下一35层','罡体下一35层',},nil,'35层免费')
if menu == 7 then goto G end
if menu == 2 then goto h end
if menu == 4 then goto o end
if menu == 1 then goto s end
if menu == 3 then goto t end
if menu == 5 then goto GG end
if menu == 6 then goto GM end
if menu == nil then print('Error') end
goto noselect
::G::
gg.clearResults()
gg.searchNumber('307860960;960;3', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(100)
gg.editAll('6', gg.TYPE_DWORD)
gg.toast('罡体成功')
goto START
::h::---
gg.clearResults()
gg.searchNumber('4082;960;3', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(100)
gg.editAll('6', gg.TYPE_DWORD)
gg.toast('毒风成功')
goto START
:::
gg.clearResults()
gg.searchNumber('15,467,767;960;3', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(100)
gg.editAll('6', gg.TYPE_DWORD)
gg.toast('雷霆成功')
goto START
::s::
gg.clearResults()
gg.searchNumber('4082;960;3', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(100)
gg.editAll('6', gg.TYPE_DWORD)
gg.toast('水牢成功')
goto START
::t::
gg.clearResults()
gg.searchNumber('4771;960;3', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(100)
gg.editAll('6', gg.TYPE_DWORD)
gg.toast('落岩成功')
goto START
::GG::
gg.clearResults()
gg.searchNumber('214010103;214010102', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(100)
gg.editAll('0', gg.TYPE_DWORD)
gg.clearResults()
gg.searchNumber('199538496;4082;960;3', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(100)
gg.editAll('6', gg.TYPE_DWORD)
gg.toast('阴阳成功')
goto START
::GM::
gg.clearResults()
gg.searchNumber('29341522', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(100)
gg.editAll('6', gg.TYPE_DWORD)
gg.clearResults()
gg.searchNumber('228043504;960;3', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(100)
gg.editAll('60', gg.TYPE_DWORD)
gg.toast('烈火成功')
goto START
::sdone::
print('科技火影')
gg.toast('科技火影')
os.exit()
::noselect::
print('You Not Select Anything')
gg.toast('免费')
::update::
print('UPDATE YOUR GAME GUARDIAN')
gg.toast('成功')
|
|