HackerUnderground (09-07-2011)
File Approved again.
HackerUnderground (09-07-2011)
Hey
Can some one Help me my Problem
When V_OnOff = 1 and V_OnOff 2 (Active) thenV_OnOff = 0
I need that Code for Autohotkey pls Help me
Edit. I Got it![]()
Last edited by HackerUnderground; 09-09-2011 at 01:44 AM.
Just to point out I use V_OnOff = 0 as the off, V_OnOff = 1 - 9 and all be used to active different scripts as long as you don't point V_OnOff = 0 to a script it will always act as an off switch.
For Example
Number Pad "0" Still acts as the off buttonCode:;SCRIPT FOCUS #SingleInstance force ;VARIABLES V_OnOff = 0 ;SCRIPT MANAGEMENT Loop { IfWinActive, alterIWnet { Suspend, Off } IfWinNotActive, alterIWnet { Suspend, On } } ;On Off Trigger Numpad0:: V_OnOff = 0 Return Numpad1:: V_OnOff = 1 Return Numpad2:: V_OnOff = 2 Return Numpad3:: V_OnOff = 3 Return ;Script - QuickScope No Bolt ~$*Mbutton:: { If V_OnOff = 1 { Send, {RButton down} Sleep, 270 Send, {LButton} Send, {RButton up} Send, {R} Sleep, 590 Send, {1} Send, {1} { Return } } } ;Script - Rapid Fire ~$*LButton:: { If V_OnOff = 2 { Loop { SetMouseDelay 30 MouseClick, Left If (GetKeyState("LButton","P")=0) { Break Return } } } } ;Script - Quick Knife ~$*E:: { If V_OnOff = 3 { Send, {E} sleep 150 Send, {F down} sleep 50 Send,{1} Send, {F up} Sleep, 550 { Return } } }
Number Pad "1" Turns on the Quick Scope No Bolt Script with trigger key "MButton"
Number Pad "2" Turns on Rapid Fire with trigger key "Lbutton"
Number Pad "3" Turns on Quick Knife with trigger key "E"
#SingleInstance force - will only allow one of the script to run at the same time.
Last edited by Hayley Williams; 09-09-2011 at 02:08 PM.
Thanks and Rep always appreciated. <3XFire: kellydavis1992
Forgive me for a question like this, but can someone explain how should i use it? :*(
Thanks and Rep always appreciated. <3XFire: kellydavis1992
i read them, but i still can't understand how it works, never used "AutoHotkeys" or "scripts" before...
You need to follow the .txt file on usage to the letter and then when you click a script it should load and you should see a Green Box with the letter S init in your system tray. Then go ingame and press "Numpad 1" and it will turn on the script for use. The click the trigger key for your file. MButton = Middle mouse button, LButtont = left mouse button and so on. Quite easy.![]()
Thanks and Rep always appreciated. <3XFire: kellydavis1992
How can I make the hotkey my right mouse key, or the f key, anything but a numberpad as I am on a laptop.
I support low post count! Keep the forums spam free!
Quickscope for AlterIW not working as of 16/09/11 Help?+
Man i tried but dont works, i got my keys as u say with F for Frag but dont work, i got Last AutoHotkey Installed, im using Windows 7 64 bits, also i try my Rapidfire hotkey but dont work when i used before in Win7 32 bits when i put MW2 It goes to H and when im on Desktop or anywhere it goes to S so whats the problem? im using AutoQuickscope With Sleight of hand, i press Middle Buton but nothing (My Mouse is fcked up so i dont have wheel down or wheel up)
how can i make em .exe i get frustrated
Hayley Williams (09-17-2011),R.Bastos (09-17-2011)
R.Bastos (09-17-2011)
Thanks and Rep always appreciated. <3XFire: kellydavis1992