Categories > Exploiting > WRD Exploit API >
MouseMoveRel Doesn't Work with Negative Numbers
Posted
Apparently mousemoverel doesn't work with negative numbers (to make it move to the left or to the top)
For example, this code
mousemoverel(-100, -100)
would make it move only 1 pixel to the left and 1 pixel to the top, any idea on how I can fix this by myself or if it's an API (WeAreDevs API) bug that can be fixed?
Replied
I don't believe negative coordinates are a thing? The coordinates (0, 0) correspond with the top left corner of your screen. If you were to move to the coordinates (0, 0), your cursor should move to the very top left corner of the screen. Not 100% sure tho so go try it out.
Cancel
Post
Replied
@63568 Exactly what i was thinking :thonk:
Cancel
Post
Replied
@63568 you're thinking of mousemoveabs, that function moves the mouse to the specified pixel in the roblox window, and 0, 0 is the top-left corner of the window, mousemoverel moves to the pixel relatively to the mouse position, I explained how negative numbers would work in the thread
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post