0% found this document useful (0 votes)
64 views

Script Rescate Dragon - Lua

Đra
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
64 views

Script Rescate Dragon - Lua

Đra
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

gg.

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

function START()
menu = gg.choice({'PARA RESCATAR DRAGON LEGENDARIO',
'PARA RESCATAR DRAGON EPICO',
'PARA RESCATAR DRAGON MUY RARO',
'PARA RESCATAR DRAGON RARO',
'PARA RESCATAR DRAGON COMUN',
'SALIR'},Last,'Script para ganar rapido rescate al dragon')
if menu == 1 then lvl="30~70" code1() end
if menu == 2 then lvl="10~70" code1() end
if menu == 3 then lvl="10~70" code1() end
if menu == 4 then lvl="10~70" code1() end
if menu == 5 then lvl="10~70" code1() end
if menu == 6 then gg.clearResults() os.exit() end
if menu == nil then noselect() end
menuk =-1
end
function code1()
gg.searchNumber("1000~5600;-1;"..lvl..";0~5::17", gg.TYPE_DWORD, false,
gg.SIGN_EQUAL, 0, -1, 0)
gg.refineNumber("1000~5600;-1;"..lvl.."::10", gg.TYPE_DWORD, false, gg.SIGN_EQUAL,
0, -1, 0)
gg.refineNumber("1000~5600;"..lvl.."::10", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0,
-1, 0)
gg.getResults(99999)
gg.editAll("1011;1", gg.TYPE_DWORD)
gg.clearResults()

end

function noselect()
gg.isVisible(true)
end

if menuk == 1 then START() end


end

-- NO USAR VELOCIDAD X10

You might also like