[Recode] CoD MW2 Support Bot | ReloadCancel,Rapidfire,Trickshots & More
Posts 1–3 of 3 · Page 1 of 1
[Recode] CoD MW2 Support Bot | ReloadCancel,Rapidfire,Trickshots & More
So I wrote a bot for CoD MW3 some years ago. Now I am back to Call of Duty Mw2 on a private server. So I wanted to use my tool again.
I saw how messy it were coded and tht it had some serious bug. So I decided to recode it and release it again.
If you want to disable something just delete the content of the hotkeyinput.
ReloadCancel for Intervention and Spas-12 are toggleables. So press the hotkey to start and press it again to stop.
Trickshotscript:
The tool reads your commands from top to the bottom and executes them when u press the hotkey.
The commands are:
Code:
sleep time
Pauses script execution. 'time' is the amount of time to pause in milliseconds.
Code:
send key
Sends simulated keystrokes to the active window. 'key' is the sequence of keys to send.
Code:
click key
Performs a mouse click operation. 'key' is the button to click: l ='left', r ='right', m = 'middle'.
Code:
lturn/rturn amount
Moves the mouse to the left or right. 'amount' is the amout of pixels the mouse should move.
Code:
mousedown/mouseup key
Same like 'click' but the mousebutton is pressed down until a mouseup comes.
Here is an example:
Code:
send 1
send 1
lturn 180
rturn 360
This script would be a tamper and then a fakie to the left and a 360.
//Edit Just saw i forgot to edit the title and it says MW3 but its for MW2 ofc