Members Login
Username 
 
Password 
    Remember Me  
Post Info TOPIC: Auto shoot source for Warrock


Veteran Member

Status: Offline
Posts: 46
Date: Mar 15, 2011
Auto shoot source for Warrock
Permalink  
 


Heres a code that will make you press left button automatically. 
       if(AutoLB==1)
{
       
if(GetAsyncKeyState(VK_LBUTTON)&1)// The reason I do this is because sometime it gets out of control as soon as you start it
       
{
        keybd_event
(VK_LBUTTON,0,0,0);
       
}
}
       
else
{
        keybd_event
(0,0,0,0);
}



__________________

Moderator [X] /yea !
Administrator [ ]
Frederick WT hack owner [ ]
20 posts [X] 50 posts []

Srry for my bad english i'm form Poland ^^


Page 1 of 1  sorted by
 
Quick Reply

Please log in to post quick replies.

Post to Digg Post to Del.icio.us


Create your own FREE Forum
Report Abuse
Powered by ActiveBoard