[Discontinued] Free WoW Fishing Bot Coding with JavaScript

Status
Not open for further replies.

jsbos

Member
Did you install the last keysender? The developer moved keyboard and mouse interfaces to asynchronous.
Try something like this:
const moveClick = async () => {
await mouse.moveTo(938, 414, 250);
await mouse.click(left);
}

moveClick();
 

jsbos

Member
const moveClick = async () => {
await mouse.moveTo(938, 414, 250);
await mouse.click("left");
}

moveClick();
 

jsbos

Member
I mostly make bots for the games I play myself, but judging by the gameplay of Ragnarok it wouldn't be too hard.
 
Status
Not open for further replies.
Top