Jump to content

Syntax error


Platonic

Recommended Posts

Hellow. I'm working on a colour hack. It by pass the anticheat but im in a hurry. I still have other games to hack...and this time i realy realy don't find the error in my script...i dont know were the syntac error is comming from.

 

Reply and i hope you can help me.

 

 

gg.toast('RoS script')
print('Rules Of Survival') 
--Game guardian detection
if gg.BUILD < 5511 then 
print('You need latest version of GameGuardian to run this script. Minimum GG v.8.30.0.') 
goto update
end
if gg.isVisible(true) then 
   gg.setVisible(false) 
   end 
gg.clearResults()
goto START
::START::


menu = gg.choice({'ColourHacks','EXIT'},nil,'whatever you want')

if menu == 1 then goto colourhack end
if menu == nil then print('Error') end
goto no select


::colourhack::

colour = gg.choice({'Colour1','Colour2','Colour3','Colour4','Colour5','Colour6','Colour7','Colour8','Colour9','Colour10','Colour11','Colour12','Colour13','EXIT'},nil,'whatever')

if colour == 1 then goto meta end
if colour == 2 then goto santa end
if colour == 3 then goto rasta end
if colour == 4 then goto fata end
if colour == 5 then goto handa end
if colour == 6 then goto kanda end
if colour == 7 then goto nanda end
if colour == 8 then goto sks end
if colour == 9 then goto abjsk end
if colour == 10 then goto abdisk end
if colour == 11 then goto abdis end
if colour == 12 then goto abda end
if colour == 13 then goto aksk end
if colour == nil then print('Error') end

::meta:

::santa::

::rasta::

::fata::

::handa::

::kanda::

::nanda::

::sks::

::abjsk::

::abdisk::

::abdis::

::abda::

::aksk::


goto noselect

::sdone::
print('its the first time')
gg.toast('you can put here any kind of text that you want')
os.exit()

::noselect::
print('you not select anything')

::update::
print('update your gameguardian')
gg.toast('GG not support')

Screenshot_20180313-131327.png

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.