AutoHotkey Community

It is currently May 26th, 2012, 9:21 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: warrock script help
PostPosted: June 18th, 2007, 7:43 pm 
cc dont work
new script need (C (pause half second ?) C )
Thanks in advance .


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 18th, 2007, 9:01 pm 
Offline
User avatar

Joined: August 30th, 2005, 8:43 pm
Posts: 8666
Location: Salem, MA
Code:

Send, c
Sleep, 500
Send, c



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

_________________
Image
(Common Answers) - New Tutorials Forum - Humongous FAQ


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 19th, 2007, 1:27 am 
Offline

Joined: May 13th, 2007, 5:40 pm
Posts: 47
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: hi i allso play warrock
PostPosted: March 23rd, 2008, 5:17 pm 
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   


Report this post
Top
  
Reply with quote  
 Post subject: Re: warrock script help
PostPosted: July 22nd, 2008, 11:47 pm 
Offline

Joined: July 22nd, 2008, 10:13 pm
Posts: 1
Location: Marinette, WI
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


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: BrandonHotkey, fusion1920, MSN [Bot], tomoe_uehara and 64 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group