Jump to content
  • 0

8 MINUTES SCRIPT


OPHAX

Question

1 answer to this question

Recommended Posts

On 1/2/2021 at 12:36 AM, OPHAX said:

I wanted to make a script that after 8 minutes would bring the changed value back to normal.

something along the lines of

 

local old = "original value"
local new = "new value"


--idk what your script is but this is my example


gg.searchNumber(old, gg.TYPE_FLOAT) -- change float to the type

gg.getResults(10191929191)
gg.editAll(new, gg.TYPE_FLOAT) --might want to change Float 

gg.sleep(480000) --8 minutes in ms

gg.editAll(old, gg.TYPE_FLOAT)

 

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.