CSGO AK47 No Recoil Script Help

Posts 13 of 3 · Page 1 of 1
CSGO AK47 No Recoil Script Help
I'm trying to make a minimal recoil AK47 CSGO script but I can't seem to get the script to stop pulling down. I want it so that after 900ms it stops pulling down and starts pulling left/right. I only have the pull down script atm because I only know the very basics of LUA, mind you, I'm 15. At the moment it just pulls infinitely down, so any help would be appreciated. This is a Logitech Gaming Software script.
Code:
--CSGO_AK47
i = 1
do
i = i + 1	
function OnEvent(event, arg)
	if IsMouseButtonPressed(3) then
	if (event == "MOUSE_BUTTON_PRESSED" and arg == 1) then
			repeat
				ReleaseMouseButton(1)
				Sleep(10)
				MoveMouseRelative(0,15)
			until i > 900
			end
end
end
end
"MOUSE_BUTTON_PRESSED_DISSMIS" and arg == 431) then


Fixed the code.
It's not really "No" Recoil, It just drags down your aim.
Posts 13 of 3 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?