Different mouse mouvments on other computer

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
monstermunch14
Posts: 20
Joined: 18 Feb 2019, 15:54

Different mouse mouvments on other computer

18 Feb 2019, 16:01

Hello,

Here is my code:

Code: Select all

Suspend, on
pause, on
#NoEnv
#NoTrayIcon
#SingleInstance ignore
SendMode Input

 
*~$LButton::
    while GetKeyState("LButton")
    {    
        DllCall("mouse_event", uint, 1, int, 0, int, 2, uint, 0, int, 0)
        Sleep, 1
        DllCall("mouse_event", uint, 1, int, 0, int, 2, uint, 0, int, 0)
        Sleep, 1
		DllCall("mouse_event", uint, 1, int, 0, int, 2, uint, 0, int, 0)
        Sleep, 1
		DllCall("mouse_event", uint, 1, int, 0, int, 1, uint, 0, int, 0)
        Sleep, 1
		DllCall("mouse_event", uint, 1, int, 0, int, 1, uint, 0, int, 0)
        Sleep, 1
		DllCall("mouse_event", uint, 1, int, 0, int, 1, uint, 0, int, 0)
        Sleep, 1
		DllCall("mouse_event", uint, 1, int, 0, int, 1, uint, 0, int, 0)
        Sleep, 1
		DllCall("mouse_event", uint, 1, int, 0, int, 1, uint, 0, int, 0)
        Sleep, 1
		DllCall("mouse_event", uint, 1, int, 0, int, 2, uint, 0, int, 0)
        Sleep, 1
		DllCall("mouse_event", uint, 1, int, 0.5, int, 1, uint, 0, int, 0)
        Sleep, 1
		DllCall("mouse_event", uint, 1, int, 0, int, 1, uint, 0, int, 0)
        Sleep, 1
		DllCall("mouse_event", uint, 1, int, 0, int, 2, uint, 0, int, 0)
        Sleep, 1
		DllCall("mouse_event", uint, 1, int, 1, int, 1, uint, 0, int, 0)
        Sleep, 1
		DllCall("mouse_event", uint, 1, int, 1, int, 1, uint, 0, int, 0)
        Sleep, 1
		DllCall("mouse_event", uint, 1, int, 0, int, 2, uint, 0, int, 0)
        Sleep, 1
		DllCall("mouse_event", uint, 1, int, 0.5, int, 1, uint, 0, int, 0)
        Sleep, 1
		DllCall("mouse_event", uint, 1, int, 0, int, 1, uint, 0, int, 0)
        Sleep, 1
		DllCall("mouse_event", uint, 1, int, 0, int, 1, uint, 0, int, 0)
        Sleep, 1
    }
Return


*~$i::
Suspend
Pause,,1
return

*~$SC003::
Suspend,off
pause, off
return

*~$"::
Suspend,on
pause,on
return

*~$'::
Suspend,on
pause,on
return

*~$&::
Suspend,on
pause,on
return

I made this no recoil from a random source for a game and it work well!!
But when i transfer the file on my wife's computer, the mouse mouvement is totally different and stronger, so it's annoying because the crosshair going too much at the ground.

So i want to know why it's different on her computer and how can i fix this?

Thank you in advance!

Moderator Note: Moved to Ask for Help. ~ sinkfaze
swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: Different mouse mouvments on other computer

19 Feb 2019, 17:02

different mouse sensitivity in game, different windows sensitivity

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Bing [Bot], mikeyww, Spawnova and 343 guests