Jump to content
  • 0

Script error


LynxzGaming

Question

script error help

Quote

gg.setVisible(false)
gg.toast('Rainbow Skin by Lynxz Gaming')
goto begin

skinszz = 0

::begin::
gg.clearResults()
gg.searchNumber('1,348,237,567',gg.TYPE_DWORD)
gg.getResults(10)
for i = 1, 10 do
gg.editAll(skinszz + 10,gg.TYPE_DWORD)
gg.sleep(50)
end
os.exit()

what the problem and how to fix? 

Screenshot_2018-04-26-10-57-03-291_io.va.exposed.png

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • Administrators
2 minutes ago, LynxzGaming said:

gg.editAll(skinszz + 10,gg.TYPE_DWORD)

According to the error add up nil and a number.

Hence skinszz = nil

3 minutes ago, LynxzGaming said:

goto begin

Is is jump to label begin.

3 minutes ago, LynxzGaming said:

skinszz = 0

Never run.

So skinszz = nil

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.