Thread: g3 glitch?
View Single Post

Old 2010-02-14, 00:10   #14 (permalink)
jaySWAG
Junior Member
 
jaySWAG is offline
Join Date: Jan 2010
Posts: 1
Hey sh1fty,

I asked the exact same question like a week ago and couldnt find a good answer, as far as a pre made app. goes, good thing is Im good with scripting and such from hacking world of warcraft making bots and such, in no way am I claiming to be a "uber hacker" but anyway.. as soon as I stopped being lazy I found that it was so simple to make a lil app to make scroll firing, took me like 2 minutes :P anyway below is the download link that has the compiled app. and source.

RapidShare: 1-CLICK Web hosting - Easy Filehosting

Made with Autohotkey (lawl)

Source:

Quote:
/*****************************************************
* SciTE4AutoHotkey v2.0 *
* Author: JaySWAG *
* Simple app. used for fast firing semi-auto weapons in PC First person shooters.
*****************************************************
*/

; Normal comment
/*
Block comment
*/

; Directives, keywords
#SingleInstance Force

;msg box to let user know its activated.
MsgBox, Modern Warfare 2 Scroll Shooter `; starting Auto Shooter
SetKeyDelay, 10, 50
WheelDown::Send, {Click}
WheelUp::Send, {Click}

Last edited by jaySWAG : 2010-02-14 at 00:21.
  Reply With Quote