will these work for mw3 ?
mhh, Reload cancel for intervention? i've tried to make it but failed
Sleep, 1
Send, {R down}
Sleep, 10
Send, {R up}
Sleep, 500
Send, {1}
Sleep, 131
Send, {1}
Sleep, 20
Send, {Lbutton down}
Sleep, 8
Send, {Lbutton up}
This Works but not very good tho. Looping it is awesome![]()
Last edited by smekdown; 11-13-2011 at 10:51 AM.
nice job really nice job, you think you can do a 360 script to trickshot
Great job with the scripts, can't write them myself, but know enough to change the keybinds to what I use personally, quickscope one in particular is working a treat : )
Some people must wondering why the Script din't work on the DEMO . Well , that's because the Window's name of the game has changed from AlterIWNet to Modern Warfare 2.
I post a little image tutorial on how to use it on the DEMO..
Hayley , I suggest you put this image in the first post , just in case some1 din't know~
Last edited by KayRool™; 12-22-2011 at 10:53 AM.
Hayley Williams (01-03-2012),WTFUS (01-15-2012)
Hey i can help but we should make a jitter mod that is XYY for xbox but for computer It is jitter that taps the reload button too. I can help
---------- Post added at 05:29 PM ---------- Previous post was at 05:26 PM ----------
i made one but i need help with some of the parts here is code:
;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
;Script
~$*MButton::
{
If V_OnOff = 1
{
Loop
{
MouseClick, Left
Sleep, 5
Send, {1}
Sleep, 5
Send, {R}
Sleep, 5
Send, {1}
If (GetKeyState("MButton","P")=0)
{
Break
Return
}
}
}
}
---------- Post added at 05:29 PM ---------- Previous post was at 05:29 PM ----------
Works good with striker
can you make trickshot scripts like cat walk, barret roll, nice post btw thanks keep up the good work
can you make script for trickshoot: silent shoot..
im very need it
Rapid fire script doesn't seems to be working. Everytime I start it, it does nothing. That may be because it's suspended when I open it, but I can't undo that for some reason...
Edit: Nevermind, browsed through the thread, found a solution.
Last edited by WTFUS; 01-15-2012 at 11:31 PM. Reason: Already explained...