0% found this document useful (0 votes)
30 views3 pages

Selectlevel by Rdosk - Lua

The document is a script for a game modification tool that allows users to change the levels and abilities of dragons within the game. It features a menu with multiple options for modifying dragon levels and includes functions for searching and editing game data. The script runs in a continuous loop, checking for visibility and executing the selected modifications based on user input.

Uploaded by

Eliezel
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)
30 views3 pages

Selectlevel by Rdosk - Lua

The document is a script for a game modification tool that allows users to change the levels and abilities of dragons within the game. It features a menu with multiple options for modifying dragon levels and includes functions for searching and editing game data. The script runs in a continuous loop, checking for visibility and executing the selected modifications based on user input.

Uploaded by

Eliezel
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/ 3

while(true) do

if gg.isVisible(true) then
menuk = 1
menuk2 = 2
gg.setVisible(false)
end
gg.refineNumber("99999991", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)

START = 1

function START()
menu = gg.multiChoice({'CAMBIAR EL NIVEL DE TODOS LOS DRAGONES','CAMBIAR EL NIVEL Y
HABILIDADES DE TODOS LOS DRAGONES','CAMBIAR NIVEL DE DRAGONES NIVEL 7','1-CAMBIAR
NIVEL DE DRAGONES NIVEL 20','2-CAMBIAR NIVEL DE DRAGONES NIVEL 25','3-CAMBIAR NIVEL
DE DRAGONES NIVEL 30','4-CAMBIAR NIVEL DE DRAGONES NIVEL 35','5-CAMBIAR NIVEL DE
DRAGONES NIVEL 40','6-CAMBIAR NIVEL DE DRAGONES NIVEL 36','❎ EXIT ❎'},Last,'CAMBIAR
NIVEL DE DRAGONES BY RONALDOSKIP💎 ')
if menu[1] == true then plus() end
if menu[2] == true then code1() end
if menu[3] == true then code2() end
if menu[4] == true then code3() end
if menu[5] == true then code4() end
if menu[6] == true then code5() end
if menu[7] == true then code6() end
if menu[8] == true then code7() end
if menu[9] == true then code8() end
if menu[10] == true then os.exit() end
if menu == nil then noselect() end
menuk =-1
end

function plus()
gg. searchNumber("1000~4300;0;12~276;-1;0~4;0~10000;0~5::75", gg.TYPE_DWORD, false,
gg.SIGN_EQUAL, 0, -1, 0)
gg.refineNumber("1000~4300;0;12~276::15", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -
1, 0)
gg.refineNumber("12~276", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
gg.getResults(1000)
gg.editAll("7996", gg.TYPE_DWORD)
gg.refineNumber("999998", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
end

function code1()
gg. searchNumber("1000~4300;0;1~276;-1;0~4;0~10000;0~5::75", gg.TYPE_DWORD, false,
gg.SIGN_EQUAL, 0, -1, 0)
gg.refineNumber("1000~4300;0;1~276::15", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -
1, 0)
gg.refineNumber("1~276", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
gg.getResults(1000)
gg.editAll("7996", gg.TYPE_DWORD)
gg.refineNumber("999998", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
--2
gg. searchNumber("0;7996;0~320;0~320;0~320;0~320::25", gg.TYPE_DWORD, false,
gg.SIGN_EQUAL, 0, -1, 0)
gg.refineNumber("7996;0~320;0~320;0~320;0~320::20", gg.TYPE_DWORD, false,
gg.SIGN_EQUAL, 0, -1, 0)
gg.refineNumber("0~320;0~320;0~320;0~320::15", gg.TYPE_DWORD, false, gg.SIGN_EQUAL,
0, -1, 0)
gg.getResults(1000)
gg.editAll("310;301;307;255", gg.TYPE_DWORD)
gg.refineNumber("999998", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
gg.alert('ESPERAR 20 A 30 SEGUNDOS (WAIT 20-30 SECONDS.)')
end
function code2()
gg. searchNumber("1000~3000;24~26;0~289;0~289;0~289;0~289::30", gg.TYPE_DWORD,
false, gg.SIGN_EQUAL, 0, -1)
gg. getResults(1000, nil, nil, nil, 24, 26)
gg.editAll("7996", gg.TYPE_DWORD)
gg.refineNumber("0~289;0~289;0~289;0~289::30", gg.TYPE_DWORD, false, gg.SIGN_EQUAL,
0, -1)
gg. getResults(1000, nil, nil, nil, 0, 289)
gg.editAll("255;225;298;301", gg.TYPE_DWORD)
gg.clearResults()
end

function code3()
gg. searchNumber("1000~3000;76~77;0~289;0~289;0~289;0~289::30", gg.TYPE_DWORD,
false, gg.SIGN_EQUAL, 0, -1)
gg. getResults(1000, nil, nil, nil, 76, 77)
gg.editAll("7996", gg.TYPE_DWORD)
gg.refineNumber("0~289;0~289;0~289;0~289::30", gg.TYPE_DWORD, false, gg.SIGN_EQUAL,
0, -1)
gg. getResults(1000, nil, nil, nil, 0, 289)
gg.editAll("255;225;298;301", gg.TYPE_DWORD)
gg.clearResults()
end

function code4()
gg. searchNumber("1000~3000;96~97;0~289;0~289;0~289;0~289::30", gg.TYPE_DWORD,
false, gg.SIGN_EQUAL, 0, -1)
gg. getResults(1000, nil, nil, nil, 96,97)
gg.editAll("7996", gg.TYPE_DWORD)
gg.refineNumber("0~289;0~289;0~289;0~289::30", gg.TYPE_DWORD, false, gg.SIGN_EQUAL,
0, -1)
gg. getResults(1000, nil, nil, nil, 0, 289)
gg.editAll("255;225;298;301", gg.TYPE_DWORD)
gg.clearResults()
end

function code5()
gg. searchNumber("1000~3000;116;0~289;0~289;0~289;0~289::30", gg.TYPE_DWORD, false,
gg.SIGN_EQUAL, 0, -1)
gg. getResults(1000, nil, nil, nil, 116, 116)
gg.editAll("7996", gg.TYPE_DWORD)
gg.refineNumber("0~289;0~289;0~289;0~289::30", gg.TYPE_DWORD, false, gg.SIGN_EQUAL,
0, -1)
gg. getResults(1000, nil, nil, nil, 0, 289)
gg.editAll("255;225;298;301", gg.TYPE_DWORD)
gg.clearResults()
end

function code6()
gg. searchNumber("1000~3000;136~137;0~289;0~289;0~289;0~289::30", gg.TYPE_DWORD,
false, gg.SIGN_EQUAL, 0, -1)
gg. getResults(1000, nil, nil, nil, 136, 137)
gg.editAll("7996", gg.TYPE_DWORD)
gg.refineNumber("0~289;0~289;0~289;0~289::30", gg.TYPE_DWORD, false, gg.SIGN_EQUAL,
0, -1)
gg. getResults(1000, nil, nil, nil, 0, 289)
gg.editAll("255;225;298;301", gg.TYPE_DWORD)
gg.clearResults()
end

function code7()
gg. searchNumber("1000~3000;156;0~289;0~289;0~289;0~289::30", gg.TYPE_DWORD, false,
gg.SIGN_EQUAL, 0, -1)
gg. getResults(1000, nil, nil, nil, 156, 156)
gg.editAll("7996", gg.TYPE_DWORD)
gg.refineNumber("0~289;0~289;0~289;0~289::30", gg.TYPE_DWORD, false, gg.SIGN_EQUAL,
0, -1)
gg. getResults(1000, nil, nil, nil, 0, 289)
gg.editAll("255;225;298;301", gg.TYPE_DWORD)
gg.clearResults()
end

function code8()
gg. searchNumber("1000~3000;140~140;0~289;0~289;0~289;0~289::30", gg.TYPE_DWORD,
false, gg.SIGN_EQUAL, 0, -1)
gg. getResults(1000, nil, nil, nil, 140, 140)
gg.editAll("7996", gg.TYPE_DWORD)
gg.refineNumber("0~289;0~289;0~289;0~289::30", gg.TYPE_DWORD, false, gg.SIGN_EQUAL,
0, -1)
gg. getResults(1000, nil, nil, nil, 0, 289)
gg.editAll("255;225;298;301", gg.TYPE_DWORD)
gg.clearResults()
end

function noselect()
gg.isVisible(true)
gg.toast(' 🌹TU PUEDES <3 🌹')
end

if menuk == 1 then START() end


end

You might also like