i dont know anything about this i just need help changing it up a bit for it to be toggleable and useable on roblox. can someone do it for me? or help me out. thank you.
#IfWinActive, Roblox
{
*~$C::
Loop ;svvh macro
{
GetKeyState, SpaceState, C, P
If SpaceState = U
break
Send, {Blind}{Middle}
sleep, 10
Send, {Blind}{Middle}
sleep, 10
Send, {Blind}{WheelUp}
sleep, 10
Send, {Blind}{WheelDown}
}
Return
}
New contributor
ash 8 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.