First Off You need AHK (AutoHotKey)
This is NOT my work i just wanted to share this for everyone... wanna atleast do anything for this forum since i use other's work from here!
Code:
#NoEnv
#InstallKeybdHook
#InstallMouseHook
~LButton:: ; while holding Left mouse button, usually fire
loop ; preform this and loop it while the fire button is held
{
GetKeyState,updn, LButton, P ; check to see if its down
if updn = U ; if its not down
break ; break the loop
MouseClick, left,,, 2, 0, D ; if the loop isnt broken this
MouseClick, left,,, 1, 0, U ; virtually send 2 downclicks then 1 up very fast
DllCall("mouse_event", uint, 1, int, 0, int, 1, uint, 0, int, 1) ; on the down click move the mouse position this much
}
How to use:
Copy the Code above paste into notepad
save file as *.AHK and run script after saved
remember it continue's to run in windows even when outside the game
i dont have any "exit" button on keyboard so to stop the script/hotkey-script, close it inside the "hidden icons" in windows
since its no read/write inside the memory VAC can't ban you for this!
https://www.virustotal.com/en/file/2...7b09/analysis/
Password for attachment is mphg!