Register for your free account! | Forgot your password?

You last visited: Today at 07:22

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Simple "hold to spam attacks" AHK script

Discussion on Simple "hold to spam attacks" AHK script within the SWTOR Hacks, Bots, Cheats & Exploits forum part of the Star Wars: The Old Republic category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2011
Posts: 44
Received Thanks: 90
Simple "hold to spam attacks" AHK script

I have allways used this in mmos to get rid of the button mashing, it's a really simple script that allows you to hold any hotkey (1-9) and it will spam that key until you release it.
You toggle it on and off with numlock.

Code:
; Simple key spam script by Winsane.
; Toggle on and off with numlock.

~NumLock::Suspend, Toggle

*1::
Loop
{
GetKeyState, state, 1, p
if state = U
break
; Otherwise:
Send, {1}
Sleep, 25
}

*2::
Loop
{
GetKeyState, state, 2, p
if state = U
break
; Otherwise:
Send, {2}
Sleep, 25
}

*3::
Loop
{
GetKeyState, state, 3, p
if state = U
break
; Otherwise:
Send, {3}
Sleep, 25
}

*4::
Loop
{
GetKeyState, state, 4, p
if state = U
break
; Otherwise:
Send, {4}
Sleep, 25
}

*5::
Loop
{
GetKeyState, state, 5, p
if state = U
break
; Otherwise:
Send, {5}
Sleep, 25
}

*6::
Loop
{
GetKeyState, state, 6, p
if state = U
break
; Otherwise:
Send, {6}
Sleep, 25
}

*7::
Loop
{
GetKeyState, state, 7, p
if state = U
break
; Otherwise:
Send, {7}
Sleep, 25
}

*8::
Loop
{
GetKeyState, state, 8, p
if state = U
break
; Otherwise:
Send, {8}
Sleep, 25
}

*9::
Loop
{
GetKeyState, state, 9, p
if state = U
break
; Otherwise:
Send, {9}
Sleep, 25
}
GerorgeG is offline  
Thanks
2 Users
Old 12/23/2011, 05:16   #2
 
elite*gold: 0
Join Date: Mar 2008
Posts: 36
Received Thanks: 4
how do u use this?

nvm.. i figured it out

thnks111
tekmo is offline  
Old 12/23/2011, 19:30   #3
 
elite*gold: 0
Join Date: Dec 2011
Posts: 1
Received Thanks: 0
I have yet to be able to get any AHK script to work with swotor, is your experience different?

Edit solved: Window + Admin
Swotoored is offline  
Old 12/25/2011, 22:41   #4
 
elite*gold: 0
Join Date: Nov 2007
Posts: 5
Received Thanks: 0
Quote:
Originally Posted by Swotoored View Post
I have yet to be able to get any AHK script to work with swotor, is your experience different?

Edit solved: Window + Admin
window + admin???? what do you mean?
olli2k8 is offline  
Old 12/26/2011, 05:20   #5
 
elite*gold: 0
Join Date: Mar 2008
Posts: 36
Received Thanks: 4
run windows mode + run as admin.
tekmo is offline  
Old 12/26/2011, 05:20   #6
 
elite*gold: 0
Join Date: Mar 2008
Posts: 36
Received Thanks: 4
run windows mode + run as admin.
tekmo is offline  
Old 01/01/2012, 22:58   #7
 
elite*gold: 0
Join Date: Jan 2011
Posts: 258
Received Thanks: 40
where i must put in the script??

tell me fast

THX
aionfriends is offline  
Old 01/09/2012, 22:47   #8
 
Breakit's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 195
Received Thanks: 8
i would guess in autoit.
Breakit is offline  
Reply


Similar Threads Similar Threads
Kann mir bitte jemmand eine Hmachi HP erstellen """""SOS HELP""""
09/15/2010 - Metin2 Private Server - 11 Replies
SO wie der Titel schon sagt ich suche einen der mir per Teamviwer eine hp machen kann habe schon alles ausprobiert aber es klappt nie!!!! PLS HELP...



All times are GMT +2. The time now is 07:22.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.