MOUSE MOVING Bot In Python!! #python #coding #programming

preview_player
Показать описание
This is how you create an AFK bot in Python!
Рекомендации по теме
Комментарии
Автор

Imagine trying to close the program but it keeps moving your mouse 💀

hermionegranger
Автор

Lmao, making your boss think you're continuing to work when you finished 8hrs of work in 90min

j.ballsdeep
Автор

To make this more usable day-to-day, have it record the current mouse coordinates every few minutes and see if it has not moved, then trigger a movement process that breaks when the mouse it manually moved again. Then you can have it run all day without having to manually start it 👌

paultakeschances
Автор

Instructions unclear. My mouse caught a virus.

BlazingTyphlosion
Автор

Damn this is exactly how I started programming. I made a bot on runescape that moved to and clicked on predetermined spots and got a bunch of 99s lol

jagi
Автор

I would add a listener for pressing a specific keyboard key to break the loop.

ViperDerKranke
Автор

I did this as a kid to auto mine coins in club penguin 😂. I was the richest of all my friends over night

chronickpain
Автор

Oh, finally a tutorial that doesn't bring me through the entire code of both Minecraft and Cyberpunk

blank
Автор

I use this library a lot, you can use it for something like this but you can also do keyboard shortcuts/type things too, I’ve been able to ask in many games including ones with an afk pop up

aidenpearce
Автор

Warning to everyone. Create an escape exit() key or know what the default is. You may end up in a situation where the mouse is not usable anymore to stop the program

TheRealLX
Автор

Any program that follows your mouse movement (like runescape) will detect the hyper specific rhythm of this. You should make the sleep a weighted random value that is weighted closer to a longer sleep.

Sammysapphira
Автор

thanks for the video!
i would definitely add a random amount of time to sleep, so if you've got something tracking you, it won't see it moving exactly every two seconds.
i would also add two variables which store the position each time it moves, and check to see if the mouse has moved since the last time it ran, and if it has then shut off the program. when it's off, check the position every 60 seconds and use a counter, if it changes the counter is set to zero, if it's the same then add one, if the counter hits 4, then wait 0-60 seconds and turn the movement on again.

howdyfriends
Автор

Bruh the fact that this is so easy in python is crazy

mjcarlsbad
Автор

Though most applications that people would want this on have AFK detection, seeing a mouse constantly moving in a linear way is going to still trip it.

dorei
Автор

This type of videos i think are great. Thank you for selling knowledge and please keep on doing it!

randomlol
Автор

Aimbot coders: yep mhm, very interesting

hooleyice
Автор

What can you add to the code to make sure it only works when you leave your laptop unused for a couple of minutes and stop working as soon as you press any key

Tezzomoney
Автор

I switched it to every 0.1 seconds yeah I had to hit alt f4

Hnxzx_gt
Автор

Epic video bruh! I always look forward to watching your shorts 🔥 keep up the good work.

ShivekMaharaj
Автор

sets rate to every 0.1 second
we do a little trolling

spoopyscaryskelebones