i cant get my autoit script to work on anyprogram

07/02/2016 17:16 glyth#1
Code:
Send(3)
Sleep(60000)
While 1=1
   WEnd
can some one help me make a propper script so i can train shadow cloak plz
07/02/2016 23:00 Seren30#2
Press 3.
Sleep for a minute.
Pointless while loop that does nothing.
07/02/2016 23:15 glyth#3
Quote:
Originally Posted by Seren30 View Post
Press 3.
Sleep for a minute.
Pointless while loop that does nothing.
i dono wat im doing or how to even add start function can u help please
07/03/2016 00:07 Seren30#4
Quote:
Originally Posted by glyth View Post
i dono wat im doing or how to even add start function can u help please
[Only registered and activated users can see links. Click Here To Register...]
07/03/2016 01:56 glyth#5
Quote:
Originally Posted by Seren30 View Post
[Only registered and activated users can see links. Click Here To Register...]


Code:
 While Do
  Send(3)
  Sleep(60000)
   WEnd
?

well that make it loop as long as the scripts not paused ? or do i need to have a hook, if so how do i hook it to mabinogi
07/04/2016 00:15 [P2933]Step29#6
Code:
#requireadmin
WinActivate("Mabinogi")
WinActive("Mabinogi")
Send("3")
Sleep(60000)
While 1=1
   WEnd
pm me for my paypal, i expect like 5 bucks at least.
10/15/2016 19:09 anfup#7
work on me