Jump to content

Recommended Posts

Posted

*can someone please make me a simple script that contains this commands that keeps repeating forver..thx!happy new year!*

send (e)

send (6)

sleep (2000)

send (5)

sleep (1000)

send (3)

sleep (1000)

send (5)

sleep (1000)

send (5)

Posted

While 1
    send (e)
    send (6)
    sleep (2000)
    send (5)
    sleep (1000)
    send (3)
    sleep (1000)
    send (5)
    sleep (1000)
    send (5)
WEnd

This loop will never end :)

Posted (edited)

Yes it will...if he shuts down the pc or ends the process :)

lol... it did to me and it was left click 0,0 i was newb lol i cant end proces clicked all 1 sec xD and script is in down right it was very hard

While 1

send ("e")

send ("6")

sleep (2000)

send ("5")

sleep (1000)

send ("3")

sleep (1000)

send ("5")

sleep (1000)

send ("5")

WEnd

Edited by Xav
Posted

*can someone please make me a simple script that contains this commands that keeps repeating forver..thx!happy new year!*

send (e)

send (6)

sleep (2000)

send (5)

sleep (1000)

send (3)

sleep (1000)

send (5)

sleep (1000)

send (5)

You need this?:

HotKeySet("{Esc}", "Quit")

While 1
    send ("e")
    send (6)
    sleep (2000)
    send (5)
    sleep (1000)
    send (3)
    sleep (1000)
    send (5)
    sleep (1000)
    send (5)
WEnd

Func Quit()
    Exit
EndFunc

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...