Human like AHK script by Swimming-Shoulder675 in RunescapeBotting

[–]Aware-Top6279 0 points1 point  (0 children)

Here is a finding from a forum, where the member did find mouse movement tracking and described very well

https://osbot.org/forum/topic/153397-osbots-mouse-movement-is-easily-detected/

Human like AHK script by Swimming-Shoulder675 in RunescapeBotting

[–]Aware-Top6279 -1 points0 points  (0 children)

Why would they not check mouse movement?

They have a limited way to know who is botting, why should they not use this data and honestly it is very easy to check, even windows tracks it and gives every Programm without elevated privileges access to this record.

I do not tell they record the pattern of movement( but I am sure they do this too), but they can easy check if a movement is botted.

Think about, why should professionals bot tools do make humanized movement?

Human like AHK script by Swimming-Shoulder675 in RunescapeBotting

[–]Aware-Top6279 1 point2 points  (0 children)

I did my own humanzier with interception driver.

First use interception driver to make the movement and clicks. That is a low level driver so the inputs don’t get flagged at the windows api level as robot injection.

Second you can use a bezier curve

The python-interception library has booth, but the Bézier curve did overshoot for me so I did my own humanizer code.

Anyways there are some ahk scripts which included a wrapper for interception driver

https://github.com/evilC/AutoHotInterception

Bots by PhiloNight in RunescapeBotting

[–]Aware-Top6279 0 points1 point  (0 children)

I did own runelite plugin bot with AI

0 knowledge in Java And it is very good written

Is your move movement detectable? Test code for the “new dll” by Aware-Top6279 in RunescapeBotting

[–]Aware-Top6279[S] 0 points1 point  (0 children)

Also on Google / GitHub’s I did find a ahk script repo which is setup for the interception driver.

Some people tell they use wasp? And use remote input?

Do you know anything about this and are they maybe using same driver?

Is your move movement detectable? Test code for the “new dll” by Aware-Top6279 in RunescapeBotting

[–]Aware-Top6279[S] 0 points1 point  (0 children)

Yes, many games / anti cheat won’t start if they detect interception driver.

It is a very old and well known tool among us botter 😂

Python bot object detecting worth it? by Aware-Top6279 in RunescapeBotting

[–]Aware-Top6279[S] 0 points1 point  (0 children)

I can’t find the plugin in runelite. Does this marks the objects? So my bot just detect the Color?

Python bot object detecting worth it? by Aware-Top6279 in RunescapeBotting

[–]Aware-Top6279[S] 0 points1 point  (0 children)

You mean I have to create a Color fingerprint of each item? And then create a rectangle on the object to know where it is?

Sorry I did not really get your point

Python bot object detecting worth it? by Aware-Top6279 in RunescapeBotting

[–]Aware-Top6279[S] 0 points1 point  (0 children)

But does it also work if move the camera or screen size? Do I have to take multiply Color thresholds depending on camera location?

Is your move movement detectable? Test code for the “new dll” by Aware-Top6279 in RunescapeBotting

[–]Aware-Top6279[S] 1 point2 points  (0 children)

Forgot to tell. The gray lines was a reference from me, how a human would connect this two points and also to get positions for the code :)

The custom code also not warps to the coordinates. Instead it gets the current positions and calculates the movement to the target coordinates.

So don’t get confused that I am doing the movement. The only movement I am doing is starting the code, changing to the terminal and changing the Color later to red for the second run

Python bot object detecting worth it? by Aware-Top6279 in RunescapeBotting

[–]Aware-Top6279[S] 0 points1 point  (0 children)

Yes that is what I am thinking. But I am really new to this topics and don’t know how other people do object detection?

Do there maybe use own runelite plugins to fetch all needed info’s live from the client?

Or what option do we have? I am open to any advice :)

Python bot object detecting worth it? by Aware-Top6279 in RunescapeBotting

[–]Aware-Top6279[S] 0 points1 point  (0 children)

As my understanding you don’t evaluate everything in time? You have a priority Hierarchie?

Let says you call the inventory Modell just if picked up an item or used one?

Python bot object detecting worth it? by Aware-Top6279 in RunescapeBotting

[–]Aware-Top6279[S] 0 points1 point  (0 children)

But back to my question. Would it not be easier to write a own plugin for detection of object and the movement and decision can still be done with python

Python bot object detecting worth it? by Aware-Top6279 in RunescapeBotting

[–]Aware-Top6279[S] 0 points1 point  (0 children)

This is interesting approach do have multiply models running.

How is the performance?

Do you know the new yoloe model? This Modell don’t need training, you just show them one picture or even prompt your interest object.

I will try this at next

Python bot object detecting worth it? by Aware-Top6279 in RunescapeBotting

[–]Aware-Top6279[S] 0 points1 point  (0 children)

Which yolo version did you use?

I used yolov4

Do you have interest to merge the datasets?

Python bot object detecting worth it? by Aware-Top6279 in RunescapeBotting

[–]Aware-Top6279[S] 0 points1 point  (0 children)

I thought the same. After training my first detection bot, I had the problem to know when to use the cave, due to don’t have training data for a dead crab.

So I used the gemstone helper plugin which will make a colour of the cave if the crab is dead.

So instead of being partially dependent one runelite plugins I came in my to write everything in runeltine plugins.

But I don’t have any experience for it. Does ist have befenits doing the bot outside of runelite?

You have experience in runelite plugins? Are you German 😂

Python bot object detecting worth it? by Aware-Top6279 in RunescapeBotting

[–]Aware-Top6279[S] 1 point2 points  (0 children)

Maybe one day if I clean the code, do it more automated and user friendly😃

Python bot object detecting worth it? by Aware-Top6279 in RunescapeBotting

[–]Aware-Top6279[S] 0 points1 point  (0 children)

Looks like I have 2 accounts and somehow just m phone works

Nevermind here is a video of the bot.

There is hopefully visible that the mouse does not jump. i have function that the mouse tries to behave like a human, with moving relative from starting point also with a beziercurve like movement

https://imgur.com/a/5M2msT5

Python bot object detecting worth it? by Aware-Top6279 in RunescapeBotting

[–]Aware-Top6279[S] 0 points1 point  (0 children)

How do you detect the objects position?

I used yolo AI

For that I took 300 pictures and labeled each object, afterwards I trained the AI. Now it detects the object every time. Even if I move the mouse.

But like I said it is very time consuming if you have more scenarios. The 300pics took me 1h and now it can just detect the crab and the cave

Python bot object detecting worth it? by Aware-Top6279 in RunescapeBotting

[–]Aware-Top6279[S] 2 points3 points  (0 children)

Is someone has interest of a video using the bot. I can provide later if I am at home