AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

warrock script help

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
dimitri
Guest





PostPosted: Mon Jun 18, 2007 6:43 pm    Post subject: warrock script help Reply with quote

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

PostPosted: Mon Jun 18, 2007 8:01 pm    Post subject: Reply with quote

Code:


Send, c
Sleep, 500
Send, c



This is trivial - did you look at the tutorial or help file?
_________________

(Common Answers)
Back to top
View user's profile Send private message Visit poster's website
Travley



Joined: 13 May 2007
Posts: 47

PostPosted: Tue Jun 19, 2007 12:27 am    Post subject: Reply with quote

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
View user's profile Send private message
rob1cool
Guest





PostPosted: Sun Mar 23, 2008 4:17 pm    Post subject: hi i allso play warrock Reply with quote

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

PostPosted: Tue Jul 22, 2008 10:47 pm    Post subject: Re: warrock script help Reply with quote

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
View user's profile Send private message Send e-mail Yahoo Messenger MSN Messenger
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group