Categories > Exploiting > WRD Exploit API >

MouseMoveRel Doesn't Work with Negative Numbers

Posts: 5

Threads: 1

Joined: Oct, 2021

Reputation: 1

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?

  • 0

Posts: 0

Threads: 0

Joined: ?

Reputation:

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.

  • 0

Posts: 0

Threads: 0

Joined: ?

Reputation:

Replied

@63568 Exactly what i was thinking :thonk:

  • 0

Posts: 5

Threads: 1

Joined: Oct, 2021

Reputation: 1

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

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )