Jump to content

newbie here pls help


myca
 Share

Recommended Posts

*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)

Link to comment
Share on other sites

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
Link to comment
Share on other sites

*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
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...