Here's my script for no recoil Logitech:
Code:
EnablePrimaryMouseButtonEvents(true);
function OnEvent(event, arg)
if IsKeyLockOn("scrolllock" )then
if IsMouseButtonPressed(3) then
if IsMouseButtonPressed(1) then
repeat
MoveMouseRelative(-5, -8)
Sleep(8)
MoveMouseRelative(5, 8)
Sleep(8)
until not IsMouseButtonPressed(1)
end
end
end
end
I made a release thread but it got deleted by Joker because "no proof". So uh, here's the code again, but I just need help translating it from Logitech LUA script to something that Razer can read.
Here's a pic. Hope that counts as proof. 3rd spread is with no recoil script. 1st and 2nd spread is with a program from someone else.
I'm guessing it's better on the no shake/no recoil part, but you run risk of ban since it's literally just moving your mouse.
Scroll Lock to turn on. I'm too lazy to retype the entire thread that got deleted (had settings and everything), so just ask stuff in comments. It'll increase my post count, too, so I guess that's a plus. Or if Joker can retrieve the thread and edit this thread to have all the other stuff. I dunno if he has the ability to do that, but it's just a hope.
I can't PM, so I'll try to answer any questions in thread if it gets approved. I hope thread doesn't get deleted again.