Page 1 of 1

Rust mouse move

Posted: 01 Mar 2019, 12:43
by Joo Se Hyuk
hi
i need some help for this:
in rust when i use my inventory mouse move bind, it works good, but after a while the script do this:

https://youtu.be/UX-2chV1l30

if i reload the script it work fine again for a while.

this is my script and ty any help :)

*$lalt::

WinActivate, Rust

sleep 5
send q
sleep 3

blockinput on

mousemove 604, 865
sleep 2
send {lbutton down}
sleep 1

sleep 2
mousemove 710, 900
sleep 2
MouseClick, Left,
sleep 2
Send {lButton up}

sleep 4

send q

send ű

blockinput off

return