Jump to content
  • 0

Fix this scripts


BbayuGt

Question

gg.toast('By BbayuGt')
print('SubsToBbayuGt')
gg.clearResults()
gg.setVisible(false)
gg.toast('Loading...')
gg.sleep(3000)
gg.setVisible(true)

function lol()
end;
while true do
if gg.isVisible(true) then
gg.setVisible(false)

::s::
gg.setRanges(gg.REGION_C_HEAP)
gg.clearResults()
menu =
gg.choice({'🔥AntiBounce🔥','🔥1 Hit🔥','🔥Exit🔥'},nil,'By BbayuGt🔥')

if menu == 1 then goto abm end
if menu == 2 then goto chs end
if menu == 3 then goto exit end
if menu == nil then goto lol end

::exit::
gg.toast('Subscribe BbayuGt')
gg.alert('Subscribe BbayuGt')
print('Subs To BbayuGt')
os.exit()

::abp::
gg.searchNumber('526',gg.TYPE_WORD)
gg.getResults(150)
gg.editAll('0',gg.TYPE_WORD)
goto s

::au::
gg.alert('Freatures:\n-Venus\n-Pinball\n-Spike\nIf the block doesnt gone Retry This or use manual')

gg.searchNumber('454',gg.TYPE_WORD)
gg.getResults(150)
gg.editAll('0',gg.TYPE_WORD)

gg.searchNumber('526',gg.TYPE_WORD)
gg.getResults(150)
gg.editAll('0',gg.TYPE_WORD)

gg.searchNumber('162',gg.TYPE_WORD)
gg.getResults(15)
gg.editAll('0',gg.TYPE_WORD)
gg.toast('Done Auto AntiBounce')
goto s

::lol::
lol();
else
gg.sleep(100)
end;
end;

::c::
d =
gg.prompt({BI='Block Id'}, {BI='0'})
gg.searchNumber(d.BI ,gg.TYPE_WORD)
gg.getResults(150)
gg.editAll('0',gg.TYPE_WORD)
if d == nil then goto lol end

::chs::
menu =
gg.choice({'Pickaxe','Flame thrower','Back'},nil,'1 Hit Menu')

if menu == 1 then goto pc end
if menu == 2 then goto ft end
if menu == 3 then goto s end
if menu == nil then goto lol end

::abm::
menu =
gg.choice({'Antibounce','Custom Block','Auto'},nil,'By BbayuGt')
if menu == 1 then goto ab end
if menu == 2 then goto c end
if menu == 3 then goto au end
if menu == nil then goto lol end

::abv::
gg.searchNumber('454',gg.TYPE_WORD)
gg.getResults(150)
gg.editAll('0',gg.TYPE_WORD)
goto s


::ab::
menu =
gg.choice({'Venus','Pinball','dSpike','Back'},nil,'By BbayuGt')

if menu == 1 then goto abv end
if menu == 2 then goto abp end
if menu == nil then goto ab end
if menu == 3 then goto ds end
if menu == 4 then goto abm end

::ds::
gg.alert('WARNING: Death spike may cause Force close!')
gg.searchNumber('162',gg.TYPE_WORD)
gg.getResults(15)
gg.editAll('0',gg.TYPE_WORD)
goto s

::ft::
gg.searchNumber('1748W;1748W;125F',gg.TYPE_WORD)
r = gg.getResults(4) -- load items
r[2].value = '5480'
r[2].freeze = true
r[3].value = '5480'
r[3].freeze = true
r[4].value = '5480'
r[4].freeze = true
gg.addListItems(r)
gg.alert('Uninstall the pickaxe until you meet Rayman (within 15 seconds) if you have found press it on the screen then point to jump')
gg.sleep(15000)
goto rett

::rett::
menu =
gg.choice({'More','Done'},nil,'Retry')
if menu == 1 then
gg.alert('More 15 Secs!')
gg.sleep(15000)
end
if menu == 2 then goto ftt end

::ftt::
m = gg.getResults(4) -- load items
m[2].value = '3716'
m[2].freeze = true
m[3].value = '3717'
m[3].freeze = true
m[4].value = '1836'
m[4].freeze = true
gg.addListItems(m)
gg.clearResults()
gg.alert('uninstall the pickaxe until there is a check mark ... Enjoy')
goto lol

::pc::
gg.searchNumber('98W;98W;125F',gg.TYPE_WORD, false, gg.SIGN_EQUAL, 0, -1)

gg.alert('UnInstal Pickaxe')
gg.sleep(5000) --Waiting 5 seconds
gg.searchNumber('0',gg.TYPE_WORD, false, gg.SIGN_EQUAL, 0,-1)

q = gg.getResults(3) -- load items
q[1].value = '5480'
q[1].freeze = true
q[2].value = '5480'
q[2].freeze = true
q[3].value = '5480'
q[3].freeze = true
gg.addListItems(q)
gg.alert('Uninstall the pickaxe until you meet Rayman (15 secs!)')
gg.sleep(15000)
goto ret

::ret::
menu =
gg.choice({'more','Done'},nil,'Retry')
if menu == 1 then
gg.alert ('i give you 15 secs!')
gg.sleep(15000)
goto ret
if menu == 2 then goto hitt end
if menu == nil then goto lol end

::hitt::
f = gg.getResults(3) -- load items
f[1].value = '3716'
f[1].freeze = true
f[2].value = '3717'
f[2].freeze = true
f[3].value = '1836'
f[3].freeze = true
gg.addListItems(f)
gg.clearResults()
gg.alert('uninstall the pickaxe until there is a check mark ... Enjoy')
goto lol

end

 

 

If error becaused missing values reply it and lemme fix myself

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

i was fix your script.

tip: use function

gg.toast('By BbayuGt')
gg.clearResults()

function main()
    gg.setRanges(gg.REGION_C_HEAP)
    local menu = gg.choice({'🔥AntiBounce🔥','🔥1 Hit🔥','🔥Exit🔥'},nil,'By BbayuGt🔥')
    if menu == 1 then abm() end
    if menu == 2 then chs() end
    if menu == 3 then exit() end
end

function abm()
    local menu = gg.choice({'Antibounce','Custom Block','Auto'},nil,'By BbayuGt')
    if menu == 1 then ab() end
    if menu == 2 then c() end
    if menu == 3 then au() end
    if menu == nil then main() end
end

-- start abm function
function ab()
    local menu = gg.choice({'Venus','Pinball','dSpike'},nil,'By BbayuGt')
    if menu == 1 then abv() end
    if menu == 2 then abp() end
    if menu == 3 then ds() end
    if menu == nil then abm() end
end

function abv()
    gg.searchNumber('454',gg.TYPE_WORD)
    gg.getResults(150)
    gg.editAll('0',gg.TYPE_WORD)
    gg.toast('Active venus')
end

function abp()
    gg.searchNumber('526',gg.TYPE_WORD)
    gg.getResults(150)
    gg.editAll('0',gg.TYPE_WORD)
    gg.toast('Active pinball')
end

function ds()
    gg.alert('WARNING: Death spike may cause Force close!')
    gg.searchNumber('162',gg.TYPE_WORD)
    gg.getResults(15)
    gg.editAll('0',gg.TYPE_WORD)
    gg.toast('Active dspike')
end

function c()
    local d = gg.prompt({'Block Id'}, {'0'}, {'number'})
    if not d then abm()
    else
        gg.searchNumber(d[1] ,gg.TYPE_WORD)
        gg.getResults(150)
        gg.editAll('0',gg.TYPE_WORD)
        gg.toast('Set block id to '..d[1])
    end
end

function au()
    gg.alert('Freatures:\n-Venus\n-Pinball\n-Spike\nIf the block doesnt gone Retry This or use manual')
    gg.searchNumber('454',gg.TYPE_WORD)
    gg.getResults(150)
    gg.editAll('0',gg.TYPE_WORD)
    gg.searchNumber('526',gg.TYPE_WORD)
    gg.getResults(150)
    gg.editAll('0',gg.TYPE_WORD)
    gg.searchNumber('162',gg.TYPE_WORD)
    gg.getResults(15)
    gg.editAll('0',gg.TYPE_WORD)
    gg.toast('Done Auto AntiBounce')
end
-- end abm function

-- start chs function
function chs()
    local menu = gg.choice({'Pickaxe','Flame thrower'}, nil, '1 Hit Menu')
    if menu == 1 then pc() end
    if menu == 2 then ft() end
    if menu == nil then main() end
end

function pc()
    gg.searchNumber('98W;98W;125F',gg.TYPE_WORD, false, gg.SIGN_EQUAL, 0, -1)
    gg.alert('UnInstal Pickaxe')
    gg.sleep(5000) --Waiting 5 seconds
    gg.searchNumber('0',gg.TYPE_WORD, false, gg.SIGN_EQUAL, 0,-1)
    q = gg.getResults(3) -- load items
    q[1].value = '5480'
    q[1].freeze = true
    q[2].value = '5480'
    q[2].freeze = true
    q[3].value = '5480'
    q[3].freeze = true
    gg.addListItems(q)
    gg.alert('Uninstall the pickaxe until you meet Rayman (15 secs!)')
    gg.sleep(15000)
    ret()
end

function ret()
    local menu = gg.choice({'more','Done'},nil,'Retry')
    if menu == 1 then gg.alert('i give you 15 secs!') gg.sleep(15000) ret() end
    if menu == 2 then hitt() end
    if menu == nil then ret() end
end

function hitt()
    f = gg.getResults(3) -- load items
    f[1].value = '3716'
    f[1].freeze = true
    f[2].value = '3717'
    f[2].freeze = true
    f[3].value = '1836'
    f[3].freeze = true
    gg.addListItems(f)
    gg.clearResults()
    gg.alert('uninstall the pickaxe until there is a check mark ... Enjoy')
    main()
end

function ft()
    gg.searchNumber('1748W;1748W;125F',gg.TYPE_WORD)
    r = gg.getResults(4) -- load items
    r[2].value = '5480'
    r[2].freeze = true
    r[3].value = '5480'
    r[3].freeze = true
    r[4].value = '5480'
    r[4].freeze = true
    gg.addListItems(r)
    gg.alert('Uninstall the pickaxe until you meet Rayman (within 15 seconds) if you have found press it on the screen then point to jump')
    gg.sleep(15000)
    rett()
end

function rett()
    local menu = gg.choice({'More','Done'},nil,'Retry')
    if menu == 1 then gg.alert('More 15 Secs!') gg.sleep(15000) ft() end
    if menu == 2 then ftt() end
end

function ftt()
    m = gg.getResults(4) -- load items
    m[2].value = '3716'
    m[2].freeze = true
    m[3].value = '3717'
    m[3].freeze = true
    m[4].value = '1836'
    m[4].freeze = true
    gg.addListItems(m)
    gg.clearResults()
    gg.alert('uninstall the pickaxe until there is a check mark ... Enjoy')
    main()
end
-- end chs function

function exit()
    gg.toast('Subscribe BbayuGt')
    gg.alert('Subscribe BbayuGt')
    print('Subs To BbayuGt')
    os.exit()
end

while true do
    if gg.isVisible(true) then
        gg.setVisible(false)
        main()
    end
end

 

Link to comment
Share on other sites

2 hours ago, BbayuGt said:

gg.toast('By BbayuGt')
print('SubsToBbayuGt')
gg.clearResults()
gg.setVisible(false)
gg.toast('Loading...')
gg.sleep(3000)
gg.setVisible(true)

function lol()
end;
while true do
if gg.isVisible(true) then
gg.setVisible(false)

::s::
gg.setRanges(gg.REGION_C_HEAP)
gg.clearResults()
menu =
gg.choice({'🔥AntiBounce🔥','🔥1 Hit🔥','🔥Exit🔥'},nil,'By BbayuGt🔥')

if menu == 1 then goto abm end
if menu == 2 then goto chs end
if menu == 3 then goto exit end
if menu == nil then goto lol end

::exit::
gg.toast('Subscribe BbayuGt')
gg.alert('Subscribe BbayuGt')
print('Subs To BbayuGt')
os.exit()

::abp::
gg.searchNumber('526',gg.TYPE_WORD)
gg.getResults(150)
gg.editAll('0',gg.TYPE_WORD)
goto s

::au::
gg.alert('Freatures:\n-Venus\n-Pinball\n-Spike\nIf the block doesnt gone Retry This or use manual')

gg.searchNumber('454',gg.TYPE_WORD)
gg.getResults(150)
gg.editAll('0',gg.TYPE_WORD)

gg.searchNumber('526',gg.TYPE_WORD)
gg.getResults(150)
gg.editAll('0',gg.TYPE_WORD)

gg.searchNumber('162',gg.TYPE_WORD)
gg.getResults(15)
gg.editAll('0',gg.TYPE_WORD)
gg.toast('Done Auto AntiBounce')
goto s

::lol::
lol();
else
gg.sleep(100)
end;
end;

::c::
d =
gg.prompt({BI='Block Id'}, {BI='0'})
gg.searchNumber(d.BI ,gg.TYPE_WORD)
gg.getResults(150)
gg.editAll('0',gg.TYPE_WORD)
if d == nil then goto lol end

::chs::
menu =
gg.choice({'Pickaxe','Flame thrower','Back'},nil,'1 Hit Menu')

if menu == 1 then goto pc end
if menu == 2 then goto ft end
if menu == 3 then goto s end
if menu == nil then goto lol end

::abm::
menu =
gg.choice({'Antibounce','Custom Block','Auto'},nil,'By BbayuGt')
if menu == 1 then goto ab end
if menu == 2 then goto c end
if menu == 3 then goto au end
if menu == nil then goto lol end

::abv::
gg.searchNumber('454',gg.TYPE_WORD)
gg.getResults(150)
gg.editAll('0',gg.TYPE_WORD)
goto s


::ab::
menu =
gg.choice({'Venus','Pinball','dSpike','Back'},nil,'By BbayuGt')

if menu == 1 then goto abv end
if menu == 2 then goto abp end
if menu == nil then goto ab end
if menu == 3 then goto ds end
if menu == 4 then goto abm end

::ds::
gg.alert('WARNING: Death spike may cause Force close!')
gg.searchNumber('162',gg.TYPE_WORD)
gg.getResults(15)
gg.editAll('0',gg.TYPE_WORD)
goto s

::ft::
gg.searchNumber('1748W;1748W;125F',gg.TYPE_WORD)
r = gg.getResults(4) -- load items
r[2].value = '5480'
r[2].freeze = true
r[3].value = '5480'
r[3].freeze = true
r[4].value = '5480'
r[4].freeze = true
gg.addListItems(r)
gg.alert('Uninstall the pickaxe until you meet Rayman (within 15 seconds) if you have found press it on the screen then point to jump')
gg.sleep(15000)
goto rett

::rett::
menu =
gg.choice({'More','Done'},nil,'Retry')
if menu == 1 then
gg.alert('More 15 Secs!')
gg.sleep(15000)
end
if menu == 2 then goto ftt end

::ftt::
m = gg.getResults(4) -- load items
m[2].value = '3716'
m[2].freeze = true
m[3].value = '3717'
m[3].freeze = true
m[4].value = '1836'
m[4].freeze = true
gg.addListItems(m)
gg.clearResults()
gg.alert('uninstall the pickaxe until there is a check mark ... Enjoy')
goto lol

::pc::
gg.searchNumber('98W;98W;125F',gg.TYPE_WORD, false, gg.SIGN_EQUAL, 0, -1)

gg.alert('UnInstal Pickaxe')
gg.sleep(5000) --Waiting 5 seconds
gg.searchNumber('0',gg.TYPE_WORD, false, gg.SIGN_EQUAL, 0,-1)

q = gg.getResults(3) -- load items
q[1].value = '5480'
q[1].freeze = true
q[2].value = '5480'
q[2].freeze = true
q[3].value = '5480'
q[3].freeze = true
gg.addListItems(q)
gg.alert('Uninstall the pickaxe until you meet Rayman (15 secs!)')
gg.sleep(15000)
goto ret

::ret::
menu =
gg.choice({'more','Done'},nil,'Retry')
if menu == 1 then
gg.alert ('i give you 15 secs!')
gg.sleep(15000)
goto ret
if menu == 2 then goto hitt end
if menu == nil then goto lol end

::hitt::
f = gg.getResults(3) -- load items
f[1].value = '3716'
f[1].freeze = true
f[2].value = '3717'
f[2].freeze = true
f[3].value = '1836'
f[3].freeze = true
gg.addListItems(f)
gg.clearResults()
gg.alert('uninstall the pickaxe until there is a check mark ... Enjoy')
goto lol

end

 

 

If error becaused missing values reply it and lemme fix myself

Fixed script here :

 

 

gg.toast('By BbayuGt')
print('SubsToBbayuGt')
gg.clearResults()
gg.setVisible(false)
gg.toast('Loading...')
gg.sleep(3000)
gg.setVisible(true)


while true do
if gg.isVisible(true) then
gg.setVisible(false) end

::START::
gg.setRanges(gg.REGION_C_HEAP)
gg.clearResults()
menu =
gg.choice({'🔥AntiBounce🔥','🔥1 Hit🔥','🔥Exit🔥'},nil,'By BbayuGt🔥')

if menu == 1 then goto abm end
if menu == 2 then goto chs end
if menu == 3 then goto exit end
if menu == nil then goto lol end

::exit::
gg.toast('Subscribe BbayuGt')
gg.alert('Subscribe BbayuGt')
print('Subs To BbayuGt')
os.exit()

::abp::
gg.searchNumber('526',gg.TYPE_WORD)
gg.getResults(150)
gg.editAll('0',gg.TYPE_WORD)
goto START

::au::
gg.alert('Freatures:\n-Venus\n-Pinball\n-Spike\nIf the block doesnt gone Retry This or use manual')

gg.searchNumber('454',gg.TYPE_WORD)
gg.getResults(150)
gg.editAll('0',gg.TYPE_WORD)

gg.searchNumber('526',gg.TYPE_WORD)
gg.getResults(150)
gg.editAll('0',gg.TYPE_WORD)

gg.searchNumber('162',gg.TYPE_WORD)
gg.getResults(15)
gg.editAll('0',gg.TYPE_WORD)
gg.toast('Done Auto AntiBounce')
goto START

::c::
d =
gg.prompt({BI='Block Id'}, {BI='0'})
gg.searchNumber(d.BI ,gg.TYPE_WORD)
gg.getResults(150)
gg.editAll('0',gg.TYPE_WORD)
if d == nil then goto lol end

::chs::
menu =
gg.choice({'Pickaxe','Flame thrower','Back'},nil,'1 Hit Menu')

if menu == 1 then goto pc end
if menu == 2 then goto ft end
if menu == 3 then goto START end
if menu == nil then goto lol end

::abm::
menu =
gg.choice({'Antibounce','Custom Block','Auto'},nil,'By BbayuGt')
if menu == 1 then goto ab end
if menu == 2 then goto c end
if menu == 3 then goto au end
if menu == nil then goto lol end

::abv::
gg.searchNumber('454',gg.TYPE_WORD)
gg.getResults(150)
gg.editAll('0',gg.TYPE_WORD)
goto START


::ab::
menu =
gg.choice({'Venus','Pinball','dSpike','Back'},nil,'By BbayuGt')

if menu == 1 then goto abv end
if menu == 2 then goto abp end
if menu == nil then goto ab end
if menu == 3 then goto ds end
if menu == 4 then goto abm end

::ds::
gg.alert('WARNING: Death spike may cause Force close!')
gg.searchNumber('162',gg.TYPE_WORD)
gg.getResults(15)
gg.editAll('0',gg.TYPE_WORD)
goto START

::ft::
gg.searchNumber('1748W;1748W;125F',gg.TYPE_WORD)
r = gg.getResults(4) -- load items
r[2].value = '5480'
r[2].freeze = true
r[3].value = '5480'
r[3].freeze = true
r[4].value = '5480'
r[4].freeze = true
gg.addListItems(r)
gg.alert('Uninstall the pickaxe until you meet Rayman (within 15 seconds) if you have found press it on the screen then point to jump')
gg.sleep(15000)
goto rett

::rett::
menu =
gg.choice({'More','Done'},nil,'Retry')
if menu == 1 then
gg.alert('More 15 Secs!')
gg.sleep(15000)
end
if menu == 2 then goto ftt end

::ftt::
m = gg.getResults(4) -- load items
m[2].value = '3716'
m[2].freeze = true
m[3].value = '3717'
m[3].freeze = true
m[4].value = '1836'
m[4].freeze = true
gg.addListItems(m)
gg.clearResults()
gg.alert('uninstall the pickaxe until there is a check mark ... Enjoy')
goto lol

::pc::
gg.searchNumber('98W;98W;125F',gg.TYPE_WORD, false, gg.SIGN_EQUAL, 0, -1)

gg.alert('UnInstal Pickaxe')
gg.sleep(5000) --Waiting 5 seconds
gg.searchNumber('0',gg.TYPE_WORD, false, gg.SIGN_EQUAL, 0,-1)

q = gg.getResults(3) -- load items
q[1].value = '5480'
q[1].freeze = true
q[2].value = '5480'
q[2].freeze = true
q[3].value = '5480'
q[3].freeze = true
gg.addListItems(q)
gg.alert('Uninstall the pickaxe until you meet Rayman (15 secs!)')
gg.sleep(15000)
goto ret

::ret::
menu =
gg.choice({'more','Done'},nil,'Retry')
if menu == 1 then
gg.alert ('i give you 15 secs!')
gg.sleep(15000)
goto ret
if menu == 2 then goto hitt end
if menu == nil then goto lol end

::hitt::
f = gg.getResults(3) -- load items
f[1].value = '3716'
f[1].freeze = true
f[2].value = '3717'
f[2].freeze = true
f[3].value = '1836'
f[3].freeze = true
gg.addListItems(f)
gg.clearResults()
gg.alert('uninstall the pickaxe until there is a check mark ... Enjoy')
goto lol
end
end
::lol::
gg.alert('Sorry , you didnot select anything')

Link to comment
Share on other sites

3 hours ago, TopGEOYT said:

Fixed script here :

 

 

gg.toast('By BbayuGt')
print('SubsToBbayuGt')
gg.clearResults()
gg.setVisible(false)
gg.toast('Loading...')
gg.sleep(3000)
gg.setVisible(true)


while true do
if gg.isVisible(true) then
gg.setVisible(false) end

::START::
gg.setRanges(gg.REGION_C_HEAP)
gg.clearResults()
menu =
gg.choice({'🔥AntiBounce🔥','🔥1 Hit🔥','🔥Exit🔥'},nil,'By BbayuGt🔥')

if menu == 1 then goto abm end
if menu == 2 then goto chs end
if menu == 3 then goto exit end
if menu == nil then goto lol end

::exit::
gg.toast('Subscribe BbayuGt')
gg.alert('Subscribe BbayuGt')
print('Subs To BbayuGt')
os.exit()

::abp::
gg.searchNumber('526',gg.TYPE_WORD)
gg.getResults(150)
gg.editAll('0',gg.TYPE_WORD)
goto START

::au::
gg.alert('Freatures:\n-Venus\n-Pinball\n-Spike\nIf the block doesnt gone Retry This or use manual')

gg.searchNumber('454',gg.TYPE_WORD)
gg.getResults(150)
gg.editAll('0',gg.TYPE_WORD)

gg.searchNumber('526',gg.TYPE_WORD)
gg.getResults(150)
gg.editAll('0',gg.TYPE_WORD)

gg.searchNumber('162',gg.TYPE_WORD)
gg.getResults(15)
gg.editAll('0',gg.TYPE_WORD)
gg.toast('Done Auto AntiBounce')
goto START

::c::
d =
gg.prompt({BI='Block Id'}, {BI='0'})
gg.searchNumber(d.BI ,gg.TYPE_WORD)
gg.getResults(150)
gg.editAll('0',gg.TYPE_WORD)
if d == nil then goto lol end

::chs::
menu =
gg.choice({'Pickaxe','Flame thrower','Back'},nil,'1 Hit Menu')

if menu == 1 then goto pc end
if menu == 2 then goto ft end
if menu == 3 then goto START end
if menu == nil then goto lol end

::abm::
menu =
gg.choice({'Antibounce','Custom Block','Auto'},nil,'By BbayuGt')
if menu == 1 then goto ab end
if menu == 2 then goto c end
if menu == 3 then goto au end
if menu == nil then goto lol end

::abv::
gg.searchNumber('454',gg.TYPE_WORD)
gg.getResults(150)
gg.editAll('0',gg.TYPE_WORD)
goto START


::ab::
menu =
gg.choice({'Venus','Pinball','dSpike','Back'},nil,'By BbayuGt')

if menu == 1 then goto abv end
if menu == 2 then goto abp end
if menu == nil then goto ab end
if menu == 3 then goto ds end
if menu == 4 then goto abm end

::ds::
gg.alert('WARNING: Death spike may cause Force close!')
gg.searchNumber('162',gg.TYPE_WORD)
gg.getResults(15)
gg.editAll('0',gg.TYPE_WORD)
goto START

::ft::
gg.searchNumber('1748W;1748W;125F',gg.TYPE_WORD)
r = gg.getResults(4) -- load items
r[2].value = '5480'
r[2].freeze = true
r[3].value = '5480'
r[3].freeze = true
r[4].value = '5480'
r[4].freeze = true
gg.addListItems(r)
gg.alert('Uninstall the pickaxe until you meet Rayman (within 15 seconds) if you have found press it on the screen then point to jump')
gg.sleep(15000)
goto rett

::rett::
menu =
gg.choice({'More','Done'},nil,'Retry')
if menu == 1 then
gg.alert('More 15 Secs!')
gg.sleep(15000)
end
if menu == 2 then goto ftt end

::ftt::
m = gg.getResults(4) -- load items
m[2].value = '3716'
m[2].freeze = true
m[3].value = '3717'
m[3].freeze = true
m[4].value = '1836'
m[4].freeze = true
gg.addListItems(m)
gg.clearResults()
gg.alert('uninstall the pickaxe until there is a check mark ... Enjoy')
goto lol

::pc::
gg.searchNumber('98W;98W;125F',gg.TYPE_WORD, false, gg.SIGN_EQUAL, 0, -1)

gg.alert('UnInstal Pickaxe')
gg.sleep(5000) --Waiting 5 seconds
gg.searchNumber('0',gg.TYPE_WORD, false, gg.SIGN_EQUAL, 0,-1)

q = gg.getResults(3) -- load items
q[1].value = '5480'
q[1].freeze = true
q[2].value = '5480'
q[2].freeze = true
q[3].value = '5480'
q[3].freeze = true
gg.addListItems(q)
gg.alert('Uninstall the pickaxe until you meet Rayman (15 secs!)')
gg.sleep(15000)
goto ret

::ret::
menu =
gg.choice({'more','Done'},nil,'Retry')
if menu == 1 then
gg.alert ('i give you 15 secs!')
gg.sleep(15000)
goto ret
if menu == 2 then goto hitt end
if menu == nil then goto lol end

::hitt::
f = gg.getResults(3) -- load items
f[1].value = '3716'
f[1].freeze = true
f[2].value = '3717'
f[2].freeze = true
f[3].value = '1836'
f[3].freeze = true
gg.addListItems(f)
gg.clearResults()
gg.alert('uninstall the pickaxe until there is a check mark ... Enjoy')
goto lol
end
end
::lol::
gg.alert('Sorry , you didnot select anything')

Nah, man

 

Script berakhir:
Mungkin skrip ini membutuhkan versi terbaru GameGuardian. Cobalah untuk memperbarui ke versi terbaru.

Script error: luaj.LuaError: load /storage/emulated/0/.scripts/s/ss: luaj.LuaError: /storage/emulated/0/.scripts/s/ss:11
`if gg.isVisible(true) then`
unexpected symbol near Â
    at luaj.LuaValue.error(LuaValue.java:1083)
    at luaj.Globals.loadfile(Globals.java:219)
    at android.ext.Script$ScriptThread.run(Script.java:1090)
Caused by: luaj.LuaError: /storage/emulated/0/.scripts/s/ss:11
`if gg.isVisible(true) then`
unexpected symbol near Â
    at luaj.compiler.LexState.lexerror(LexState.java:289)
    at luaj.compiler.LexState.syntaxerror(LexState.java:293)
    at luaj.compiler.LexState.primaryexp(LexState.java:1403)
    at luaj.compiler.LexState.suffixedexp(LexState.java:1414)
    at luaj.compiler.LexState.simpleexp(LexState.java:1494)
    at luaj.compiler.LexState.subexpr(LexState.java:1607)
    at luaj.compiler.LexState.expr(LexState.java:1625)
    at luaj.compiler.LexState.test_then_block(LexState.java:1940)
    at luaj.compiler.LexState.ifstat(LexState.java:1968)
    at luaj.compiler.LexState.statement(LexState.java:2090)
    at luaj.compiler.LexState.statlist(LexState.java:2156)
    at luaj.compiler.LexState.block(LexState.java:1655)
    at luaj.compiler.LexState.whilestat(LexState.java:1798)
    at luaj.compiler.LexState.statement(LexState.java:2094)
    at luaj.compiler.LexState.statlist(LexState.java:2156)
    at luaj.compiler.LexState.mainfunc(LexState.java:2172)
    at luaj.compiler.LuaC$CompileState.luaY_parser(LuaC.java:129)
    at luaj.compiler.LuaC.compile(LuaC.java:99)
    at luaj.Globals.compilePrototype(Globals.java:278)
    at luaj.Globals.loadPrototype(Globals.java:265)
    at luaj.Globals.load(Globals.java:231)
    at luaj.Globals.loadfile(Globals.java:213)
    ... 1 more

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.