Jump to content
  • 0

How to make script better than old?


ZTzTopiaa

Question

2 answers to this question

Recommended Posts

20 minutes ago, ZTzTopiaa said:

Hey guys! I need your help i want design my script to better than old can you give me your script to make my script better?

 

#Pecah Palakau

Don't use this

[Example: 

::start::

code bla bla bla

goto hack

 

::hack::

code bla bla bla

goto exit

 

::exit::

os.exit()

]

 

use this

[Example:

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

function main()

Code bla bla bla

end

function hack()

Code bla bla bla

end

function exit()

os.exit()

end

Link to comment
Share on other sites

51 minutes ago, ZTzTopiaa said:

Hey guys! I need your help i want design my script to better than old can you give me your script to make my script better?

 

#Pecah Palakau

Show me ur script .

I will check it .

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.