I am looking at the code. No mouse movements are tracked unless your mouse button is pressed. Sure it collects your mouse every 50ms. There is no mechanism to transmit it unless your mouse button is pressed.
No code is needed.
@OP you are checking if the item is in your inventory when you are not logged in basically. Wait till after you're in the new world.
Well don't post code claiming to know what it means if you don't know Java. Try debugging that line, and you will see it doesn't run unless you're pressing the mouse.
You can see the pattern of that in how the rectangles are drawn all in a "line" kinda. for future reference
Also you don't really wanna use a rectangle because of these red areas
Where inside of that code is it sending the mouse coordinates to jagex while the mouse button is not pressed? I'm looking for write(???someshit???mouseX???someshit???mouseY) and the only place I see it is while the mouse button down flag is set. Of course they track the mouse inside the client to know what tooltips to show.. Not disputing that.
Don't mean to hijack thread. OP they probably use custom mouse movement algorithms. You could look into SRL it's open source.
I will totally buy this if you post some older progress pics. IDK what you mean by bot smart. I need to be able to buy script, press play, and never touch it again until 10k chins L:
Oh yea is the progressive mode out yet? @ProjectPact I will buy it now :p
Nah you're just pulling things out of your ass. The only time they can see your mouse position is when the mouse button is pressed, and in OSBot the mouse never moves while pressed.