Jump to content


Photo

Rapid fire script - No recoil - Burst fire - TTS - v1.8


  • Please log in to reply
31 replies to this topic

#1 xxOrpheus

xxOrpheus
  • Members
  • 126 posts

Posted 27 September 2011 - 09:40 AM

Rapid fire with text-to-speech (to announce mouse delay, help etc) for fullscreen. Also has a cross-hair, and no-recoil.

<!-- m -->http://www.autohotke... ... idFire.ahk<!-- m -->

Help (commands - in order of appearance):

Application:
CTRL + SHIFT + S: Temporarily suspends the application
CTRL + SHIFT + E: Exits the application
ALT + SHIFT + S: Toggles TTS (text-to-speech)
CTRL + SHIFT + U: Checks for updates
CTRL + SHIFT + RButton: Toggle right mouse button for rapid fire
CTRL + SHIFT + LButton: Toggle left mouse button for rapid fire

Mouse delay settings:
CTRL + SHIFT + D: Says the current mouse delay through TTS.
CTRL + SHIFT + UP: Increases the mouse delay.
CTRL + SHIFT + DOWN: Decreases the mouse delay.

Burst settings:
CTRL + SHIFT + B: Toggles burst fire.
ALT + SHIFT + B: Says the current burst amount
ALT + SHIFT + UP: Increases the burst amount by one
ALT + SHIFT + DOWN: Decreases the burst amount by one

No recoil settings:
CTRL + SHIFT + N: Toggles no recoil mode
CTRL + SHIFT + M: Says the no recoil amount (idk what to call it lol)
WIN KEY + SHIFT + UP: Increases the no recoil amount
WIN KEY + SHIFT + DOWN: Decreases the no recoil amount

Crosshair settings:
CTRL + SHIFT + C: Toggles the crosshair
WIN KEY + SHIFT + C: Opens the "change color" dialog.

Misc. commands:
CTRL + SHIFT + H: Help

I'm not saying it's any better than any one elses, I'm just posting it because I'm proud of myself :)

Low memory version:

enabled = true
F6::
if(enabled == "true") {
	enabled = false
} else {
	enabled = true
}
return

#if enabled == "true"
LButton::
	Loop {
		SetMouseDelay 30
		Click
		If(GetKeyState("LButton", "P")=0)
			break
	}


#2 Guests

  • Guests

Posted 27 September 2011 - 11:49 AM

I started AHK just tonight

Wow! It seems you are super fast learner! 8) Welcome to the forum.

#3 xxOrpheus

xxOrpheus
  • Members
  • 126 posts

Posted 27 September 2011 - 11:08 PM

I started AHK just tonight

Wow! It seems you are super fast learner! 8) Welcome to the forum.

Thanks! You're not the first person to tell me that lol

#4 nimda

nimda
  • Members
  • 4301 posts

Posted 27 September 2011 - 11:16 PM

Note: It is super easy to do COM in the current official AHK build (AHK_L)
You can get it on the top of the downloads page.
I can post code later, or you can look around the forums/rosettcode.

#5 xxOrpheus

xxOrpheus
  • Members
  • 126 posts

Posted 28 September 2011 - 12:43 AM

Note: It is super easy to do COM in the current official AHK build (AHK_L)
You can get it on the top of the downloads page.
I can post code later, or you can look around the forums/rosettcode.

Am interested! Please post
EDIT:
Nevermind, I think I got it. Check OP for update.

In other news:
Updated, check OP.

#6 xxOrpheus

xxOrpheus
  • Members
  • 126 posts

Posted 28 September 2011 - 01:10 AM

Updated, added burst fire. Not efficient, if you could point me in the direction of a better way, please do. :D

#7 xxOrpheus

xxOrpheus
  • Members
  • 126 posts

Posted 28 September 2011 - 04:59 AM

Updated:

More efficient burst fire
Fixed text-to-speech halt (temp..)
Cleaned up code


#8 xxOrpheus

xxOrpheus
  • Members
  • 126 posts

Posted 28 September 2011 - 07:17 PM

I wanna try to make an aim-bot to implement in this - Should I even consider it?

EDIT:

Updated:

Fixed text-to-speech (Thanks Elgin!)
Added comments for easier understanding
Cleaned code up some more
BASIC BASIC BASIC aimer (omg don't use until it's done it's hideous)

EDIT 2:

Sorry for quad post - Just really eager to keep this thread alive

#9 xxOrpheus

xxOrpheus
  • Members
  • 126 posts

Posted 30 September 2011 - 08:34 AM

updated heavily - consider it :D

#10 xxOrpheus

xxOrpheus
  • Members
  • 126 posts

Posted 01 October 2011 - 06:21 AM

Updated to v1.40.

Includes:

Crosshair
Crosshair color adjustment

#11 KooKsTeR

KooKsTeR
  • Members
  • 157 posts

Posted 03 October 2011 - 05:41 AM

what games does this work for, and how do you prevent recoil. I am currious

#12 xxOrpheus

xxOrpheus
  • Members
  • 126 posts

Posted 04 October 2011 - 02:13 PM

what games does this work for, and how do you prevent recoil. I am currious


Pretty much any game

games I've test it on that it works:
Red Faction
Halo 1 & 2
Any CoD
Left 4 Dead
Half Life

The anti-recoil just moves your mouse down while you're shooting, nothing special.

#13 hyper_

hyper_
  • Members
  • 17 posts

Posted 08 October 2011 - 10:46 PM

I hope you get banned from the games you play using this :)

#14 xxOrpheus

xxOrpheus
  • Members
  • 126 posts

Posted 16 October 2011 - 07:00 PM

I hope you get banned from the games you play using this :)

]

Lol I only use it on single player :O

Just making it as a learning experience.

#15 zahar231

zahar231
  • Members
  • 1 posts

Posted 02 February 2012 - 06:02 PM

pls help dont know how to use pls:(