MMO Scripter/Coder Source
Would you like to react to this message? Create an account in a few clicks or log in to continue.


MMO Bots and Programs.
 
HomeLatest imagesSearchRegisterLog in

 

 AHK *Releases*/Open Source

Go down 
4 posters
AuthorMessage
ghostracerx




Posts : 14
Join date : 2011-12-30

AHK *Releases*/Open Source Empty
PostSubject: AHK *Releases*/Open Source   AHK *Releases*/Open Source EmptyWed Jan 18, 2012 7:07 pm

RULES Of ENGAGEMENT:
Note: I am not a AHK pro. Will release as I learn.

Everything here is open source. Try not to flame each others work, work together to power level. Keep the shit out of PvP, once I get my releases perfected there open source.


*Releases*


Code:
 pending














Source:
(Does not suspend correctly, works for the most part until you go windowed mode, then shit can get crazy. HOWEVER, you can kill bosses like lvl 3's if used with Tagyourit's No Delay at same time.)

Code:


SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
Capslock::Suspend
LButton::
SetMouseDelay 0
Loop
{
Click
If (GetKeyState("LButton","P")=0)
Break
}
return
RButton::
SetMouseDelay 0
Loop
{
Click right
If (GetKeyState("RButton","P")=0)
Break
}
return
MButton::
SetMouseDelay 0
Loop
{
Click right
Click
If (GetKeyState("MButton","P")=0)
Break
}
return


Code:
[code]
Back to top Go down
ghostracerx




Posts : 14
Join date : 2011-12-30

AHK *Releases*/Open Source Empty
PostSubject: Re: AHK *Releases*/Open Source   AHK *Releases*/Open Source EmptyWed Jan 18, 2012 7:07 pm

Space: Additional Content
Back to top Go down
danjako43




Posts : 41
Join date : 2012-01-09

AHK *Releases*/Open Source Empty
PostSubject: Re: AHK *Releases*/Open Source   AHK *Releases*/Open Source EmptyWed Jan 18, 2012 7:49 pm

That's my polished script you have there. Works great, nothing wrong.

However, I have another AHK script, I think it's around 2 or 3 times faster than the polished script. Here

Quote :


Capslock::Suspend
LButton::
Loop
{
SendInput {Click}
sleep, 0
If (GetKeyState("LButton","P")=0)
Break
}
return
RButton::
Loop
{
SendInput {Click right}
sleep, 0
If (GetKeyState("RButton","P")=0)
Break
}
return
MButton::
Loop
{
SendInput {Click right}
SendInput {Click}
sleep, 0
If (GetKeyState("MButton","P")=0)
Break
}
return

Fastest attack speed ever obtained. Problem is, if you hold the mouse button for too long, and let go, it won't stop until a few milliseconds later. The longer you hold it, the longer it'll take to stop. Try it, replace "click" with the letter "a" for the left mouse, open notepad, and click away for 20 seconds, you'll see what I mean. And ALSO, if you tap the mouse too quick, it'll register a "mouse is held down", so you keep firing until you press the mouse button again and let go.

Fix this script, then we'll have, I think, the fastest-clicking macro for AHK ever.
Back to top Go down
exile09




Posts : 1
Join date : 2012-04-18

AHK *Releases*/Open Source Empty
PostSubject: how can i use it can u teach me guys im a newbie :(   AHK *Releases*/Open Source EmptyWed Apr 18, 2012 2:53 am

can u help me guys where and how can i use this code thanks
Back to top Go down
Ismas




Posts : 1
Join date : 2012-09-30

AHK *Releases*/Open Source Empty
PostSubject: Re: AHK *Releases*/Open Source   AHK *Releases*/Open Source EmptyTue Oct 02, 2012 5:17 am

how doses this work Arrow
Back to top Go down
Sponsored content





AHK *Releases*/Open Source Empty
PostSubject: Re: AHK *Releases*/Open Source   AHK *Releases*/Open Source Empty

Back to top Go down
 
AHK *Releases*/Open Source
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
MMO Scripter/Coder Source :: DC Universe Online :: Releases-
Jump to: