Simple "Macro" for any mouse

Posts 1630 of 42 · Page 2 of 3
It bug the macros the weapons does not stop shooting
nice! ill try that out tonight
If I use this on CS;GO as well will I get vac detected??? It seems like it could work with CS.
#NoEnv
SendMode Input
_auto := true
~LButton::autofire()
~Numlock::_auto := ! _auto
~Up::Suspend
F1::ExitApp
z = 10
autofire()
{
global _auto
if _auto
{
Loop
{
z := 10
if GetKeyState("XButton1", "T")
{
z := z-5
}
if GetKeyState("XButton2", "T")
{
z := z+5
}
if GetKeyState("LButton", "P")
{
SendInput {LButton DownTemp}
Sleep 1
mouseXY(0, z)
Sleep 1
SendInput {LButton Up}
Sleep 25
}
else
break
}
}
}
mouseXY(x,y)
{
DllCall("mouse_event",uint,1,int,x,int,y,uint,0,in t,0)
}
There you go ^
Quote Originally Posted by Pixelazed View Post
There you go ^
Lol for all the noobs who think not having source code is important

- - - Updated - - -

Quote Originally Posted by XxRobbie View Post
If I use this on CS;GO as well will I get vac detected??? It seems like it could work with CS.
Works with any game but their are betters whats for CS:GO that have the exact recoil for multiple guns

- - - Updated - - -

Quote Originally Posted by vindiesel93000 View Post
It bug the macros the weapons does not stop shooting
Yeah that happens sometimes, I just hit the up arrow twice so it turns it off and then back on and it fixes it
Quote Originally Posted by Pixelazed View Post
There you go ^
How do you remove mouse forward button (mouse 5) and mouse back button (mouse 4) from the script?
Quote Originally Posted by ransom18 View Post
How do you remove mouse forward button (mouse 5) and mouse back button (mouse 4) from the script?
You would have to go into the source and delete it
sorry for asking this primitive question, but what programming language is that ? Because currently I'm learning C++ and there are code blocks which are a bit familiar.
Quote Originally Posted by ReeceDaBeast View Post
Yeah that happens sometimes, I just hit the up arrow twice so it turns it off and then back on and it fixes it
Thank you
Please give source code. left mouse toggles on for me in the macro.
It WORKS PERFECTLY!!!
Quote Originally Posted by xGhostPanda View Post
It WORKS PERFECTLY!!!
too bad you're a skid. LOOL>
It works fine but i dont have a mouse 4 and 5 is there anyway you could make a version the used something else to switch speed. ty
Posts 1630 of 42 · Page 2 of 3

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?