Jump to content
  • 0

How can i get a script to run speed jack in gg?


Kriptihaxxx

Question

2 answers to this question

Recommended Posts

simple, you can add a function to call the time jump and / or speedhack

ex:

function jumptime()

gg.timeJump("1:0:0") -- jumptime for 1h(3600 s)

gg.toast("time jumped 1h)

end

--

function speedx5()

gg.setSpeed(5.0)       --speedhack 5x

gg.toast("speedhack on 5x")

end
 

 

Link to comment
Share on other sites

3 hours ago, Lenn1 said:

simple, you can add a function to call the time jump and / or speedhack

ex:

function jumptime()

gg.timeJump("1:0:0") -- jumptime for 1h(3600 s)

gg.toast("time jumped 1h)

end

--

function speedx5()

gg.setSpeed(5.0)       --speedhack 5x

gg.toast("speedhack on 5x")

end
 

 

Thanks

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.