| View previous topic :: View next topic |
| Author |
Message |
dimitri Guest
|
Posted: Mon Jun 18, 2007 6:43 pm Post subject: warrock script help |
|
|
cc dont work
new script need (C (pause half second ?) C )
Thanks in advance . |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 8255 Location: Maywood, IL
|
Posted: Mon Jun 18, 2007 8:01 pm Post subject: |
|
|
| Code: |
Send, c
Sleep, 500
Send, c
|
This is trivial - did you look at the tutorial or help file? _________________
(Common Answers) |
|
| Back to top |
|
 |
Travley
Joined: 13 May 2007 Posts: 47
|
Posted: Tue Jun 19, 2007 12:27 am Post subject: |
|
|
What exactly are you trying to do with WR. I myself have coded a pretty nifty script for WR (silv prem myself). I may be able to help.
Oh wait, I see, your trying to insta-crouch.... This is not do-able with AHK (I have tried) as they have implimented a delay in the 'prone-2-lay' ... Only true cheaters can achieve this with injection (Im guessing). AHK simply cannot achieve what you wish to accomplish. |
|
| Back to top |
|
 |
rob1cool Guest
|
Posted: Sun Mar 23, 2008 4:17 pm Post subject: hi i allso play warrock |
|
|
hello i play warrock and i was woundering if you could help me auto shhot at the colour of a opesit team please i have tryed to use pixel serch but i cant seem to get the paramounts wright on it so far i have
| Code: |
MButton::
Loop
{
PixelSearch, Px, Py, 424, 331, 599, 438, 0x4AD9Eo, 0 ,fast
if ErrorLevel = 0
break
Sleep 5
}
Click left
return
|
|
|
| Back to top |
|
 |
mikep1975
Joined: 22 Jul 2008 Posts: 1 Location: Marinette, WI
|
Posted: Tue Jul 22, 2008 10:47 pm Post subject: Re: warrock script help |
|
|
| dimitri wrote: | cc dont work
new script need (C (pause half second ?) C )
Thanks in advance . |
I have mine set to send cc with a right mouse click.
| Code: | Rbutton::
Send, cc
return
|
That will get you down to the ground as fast as the game legally allows. _________________ ========================
http://mikep1975.spaces.live.com |
|
| Back to top |
|
 |
|