Dominating an Online Multiplayer Game using Python and OpenCV.

  Рет қаралды 273,300

ClarityCoders

ClarityCoders

2 жыл бұрын

Testing the limits to see if we get banned by playing over 30 hours straight. We will use object detection techniques to bot this game and come out on top of the leader boards.
👊You got something to say to me?? Join our discord!✌️
/ discord
💸Want to help support the channel?💵
www.buymeacoffee.com/clarityc...
⭐BAHADIR Original Code Star his Project!⭐
github.com/bahadiraraz/fishin...
💻My Updated Bot Code.🖱
github.com/ClarityCoders/fish...

Пікірлер: 240
@kylebennett4434
@kylebennett4434 2 жыл бұрын
"I'm no Code Bullet, it will probably work in a few tries" lol ya had to do him dirty like that
@d1oftwins
@d1oftwins 2 жыл бұрын
Shots fired indeed.
@patrickbros4927
@patrickbros4927 2 жыл бұрын
@@d1oftwins bullets fired :P
@d1oftwins
@d1oftwins 2 жыл бұрын
@@patrickbros4927 oof, that's punny. 😁
@Haza3137
@Haza3137 2 жыл бұрын
Hahhaa
@jwise85
@jwise85 2 жыл бұрын
gottem
@Diddykonga
@Diddykonga 2 жыл бұрын
"The bot would close the leaderboards, for some reason" Sigma Bot confirmed.
@mateusgraciano3724
@mateusgraciano3724 2 жыл бұрын
P!
@thecolorblue7427
@thecolorblue7427 2 жыл бұрын
@@mateusgraciano3724 ENIS!
@karnal3
@karnal3 2 жыл бұрын
Sigma Bot Grindset be like ... "Numbers are inrelevent, grind is eternal!"
@sgt391
@sgt391 2 жыл бұрын
i feel like the contract was to make a system to detect bots, or some single player offline mode XD
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Very possible. I'm basing it off some chats and emails I declined to do an interview.
@ChakratosLP
@ChakratosLP 2 жыл бұрын
@@ClarityCoders Why tho? Would that mean legal issues with your current employer or would that task may be too big for you?
@ClarityCoders
@ClarityCoders 2 жыл бұрын
@@ChakratosLP I have a lot of other commitments with my full-time job and kids. For my side stuff like KZbin I like to do 100% what I want to do or what people watching enjoy. I don't have a desire to work for another company so I didn't want to waste their time.
@shirosurfer8864
@shirosurfer8864 2 жыл бұрын
Nah they wanted fake players
@luimu
@luimu 2 жыл бұрын
probably to create more fake multiplayer .io games
@likebootom2235
@likebootom2235 2 жыл бұрын
bruv, when this game first launched on discord, the first thing I did is play for 5 minutes, and then making a script that could autofish. That took me two days since I am not that good, mostly because I couldn't find the right libraries, but when it did... I destroyed all of my friends at the game. Good days.
@ClarityCoders
@ClarityCoders 2 жыл бұрын
haha. This is my normal timeline with games... play for a bit... Get Bored... code some crazy stuff... then quit.
@trevorthieme5157
@trevorthieme5157 Жыл бұрын
@@ClarityCoders Is there something like opencv but for sound? I think it would be useful to detect audio and either determine the distance through volume or try to determine what side something is on while reading mouse movements or simply using the mouse itself to determine an audio's source direction if not to simply find what kind of sound is playing to react to it or look for something!
@DeusExRequiem
@DeusExRequiem Жыл бұрын
@@trevorthieme5157 That's basically how aimbots worked originally, for footsteps to play, the game must first know the location the footsteps are coming from, so if you get those coordinates then you know exactly where a player is.
@elcar5468
@elcar5468 8 ай бұрын
@@DeusExRequiem That's kind of nuts
@dankmemer3453
@dankmemer3453 2 жыл бұрын
As others have mentioned, running in a headless browser would greatly increase efficiency and most like solve browser crashing issues. That way you could also have a bunch of bots without needing to run endless browser windows. I would redesign the bot to read values from memory instead of template matching as template matching is expensive. If I get some time off from work I might do this. Good video
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Really great idea. I might do an example this way just to showcase it! Thanks for the feedback.
@dankmemer3453
@dankmemer3453 2 жыл бұрын
@@ClarityCoders Honestly, this is an activity I'd do as a challenge: reading data from a browser is pretty difficult considering how advanced they really are. I'd start messing around in Cheat Engine to find out what values you can find locally. Maybe a simpler IO game may fair better here as there are a bunch of variables to keep track of in this one, which would take more time than I would take for a KZbin Video, I'm talking thesis level time. Good luck, I love seeing programming channels like this one to get more people interested in the field.
@katteisace4563
@katteisace4563 2 жыл бұрын
could the image detection be made cheaper by scanning less pixels perhaps
@NightFyreTV
@NightFyreTV 2 жыл бұрын
Really enjoyed this video my dude , well done. Clear and concise as well.
@maverick9312
@maverick9312 2 жыл бұрын
What a coincidence! I came across this python bot in its non-functional form a couple weeks ago and can't believe someone came across the same script and decided to update it so much. Thanks, awesome video!
@daselsdis653
@daselsdis653 2 жыл бұрын
I'll try this myself the return to this video and see how I did un comparison to you and what can I get better at. Nice video probably! xd
@foobar4344
@foobar4344 2 жыл бұрын
Cool video! You can send ctrl + w to close a tab in chrome and ctrl + shift + t to re-open the tab you just closed. Add one more thread & class to "reset fishing from start after sleeping X hours" and you're done.
@mokgatlha
@mokgatlha 4 ай бұрын
Saw this Bot 2 yrs ago, and I got inspired to learn python, and to use the similar approach, I attempted to use a bot to trade Binary Options, well not for hours like in this game, but I am getting stuck with the computer vision, in particular reading numbers, some are not read well, but the basic functionality is there, thank you for inspiration
@TheLokiwizz
@TheLokiwizz 2 жыл бұрын
Love it, keep up the great work.
@goodbobonline9640
@goodbobonline9640 2 жыл бұрын
Your videos always interest me because I love to think of how I could exploit a game if I knew how to make a bot to play it for me. More for the challenge of making something like that then actually beating a game. How did you work you way to this level of coding? Do you know of any recourses I could use to get practice coding bots or simple AIs?
@ClarityCoders
@ClarityCoders 2 жыл бұрын
You need to learn the very basics of any language from start to finish. I know it's boring but it really takes time to understand a language. Get the basics down and then progress into projects. Once you get into projects take stuff that is already done like this and try to recreate it without using my code. Then when you get stuck see what I did that sort of thing.
@goodbobonline9640
@goodbobonline9640 2 жыл бұрын
@@ClarityCoders Thank you for the guidance!
@notV3NOM
@notV3NOM 2 жыл бұрын
Loving the content
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Thank you means a lot! Appreciate the view and comment.
@elijahcrain331
@elijahcrain331 2 жыл бұрын
great video keep up the good work
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Thank you! No rest for the wicked I'll keep at it.
@MichaelVash7886
@MichaelVash7886 2 жыл бұрын
Any recommendation on where to start with creating bots? Do you have a particular project or tutorial you recommend? I know some python and have more experience from the data analytics perspective but am looking to learn a bit more about AI/bots including chat bots and bots like this one.
@user-ii8od4wu5p
@user-ii8od4wu5p 2 жыл бұрын
you should try some with Puzzle Pirates, great fun to think through the puzzles and make the bots
@mesopable
@mesopable 2 жыл бұрын
Thank you for sharing the journey :)
@NicholasRenotte
@NicholasRenotte 2 жыл бұрын
This is sick!
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Hey love your channel if anyone hasn't go check it out. Thanks for watching!
@rhmagalhaes
@rhmagalhaes 2 жыл бұрын
I think the bot contract was to test future improvements. Maybe they don't have a dedicated person to keep testing and your bot would solve it. Then apply AI. And so on. 😉
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Yup very possible. I check back on some of my contacts over LinkedIn when we were chatting. Here is the original inquiry. We're looking into some AI/ML implementation for a couple of upcoming features in the game, and seeing what you were able to achieve from outside the box was very cool. It's an area we don't have a ton of experience in as a studio, so just looking to see if you'd be able to give us a bit of a steer! Then the chat went on and I ended up not pursuing.
@jackz4665
@jackz4665 2 жыл бұрын
Thank you for the video, just a quick question could you use FastAI instead? Can a neural network perform better in this case rather than template matching as you did?
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Good questions. I'm sure you could I think overall though it would be slower and not improve the results. The template matching catches the fish almost all the time.
@mikhadavids
@mikhadavids 2 жыл бұрын
Nice video, I miss the old logo :) What happened to the open CV tutorial series you were making a few months ago? It stopped after two weeks. Will open CV eventually be included in the new tutorial series?
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Yes! I am wanting to continue it and will it will! My next video will be the python series than an OpenCV one. The logo change was tough for me I liked the old one but it resembled some other channels so I thought I should change now or be stuck for good.
@mikhadavids
@mikhadavids 2 жыл бұрын
@@ClarityCoders I look forward to it. I do like the new logo, it's just less obvious what it is for.
@nexus6867
@nexus6867 2 жыл бұрын
answer me please. in another game. how to force mouse cursor to follow bobber what created every time in new place, every time when you do new cast fishing rod?
@user-er1vy2jt3j
@user-er1vy2jt3j 2 жыл бұрын
Very cool. How do you get output from it for something simple like number of fish in basket?
@krommezuidvrucht6474
@krommezuidvrucht6474 2 жыл бұрын
Most likely also template matching. So you check every possible number at that part of the screen
@biscuit1520
@biscuit1520 2 жыл бұрын
can you make bots in rhythm game? I found a tutorial on piano tiles, but it doesn't really help if the game uses different colored notes, I also found a tutorial on guitar hero, but it's too difficult for me to follow because he doesn't explain the code in the video like you usually do.
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Sure I'll put it on my list and check it out.
@biscuit1520
@biscuit1520 2 жыл бұрын
@@ClarityCoders thanks
@GalesGames69
@GalesGames69 6 ай бұрын
i remember doing this tutorial and improving the bot quite alot. i was top dog by far XD
@ccart2343
@ccart2343 2 жыл бұрын
In the end you say theres a link for your python course? It seems to not be there, at least for me it doesnt show :(
@maxhouseman3129
@maxhouseman3129 2 жыл бұрын
My idea would be to analyze the fish movements over a certain time and try to find some model which describes that movement. Than you can improve the fishing method. For me it looks like that they are not moving randomly.
@USBEN.
@USBEN. 2 жыл бұрын
Very fun to watch.
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Glad you enjoyed thanks for watching and commenting.
@brunorcabral
@brunorcabral 2 жыл бұрын
If I am not mistaken, Chrome has a feature that closes (or just free some memory) from tabs that have been idle for some time. This feature can be turned off, or you can white-list one or more websites that you never want to free memory
@mateiardeleanu2001
@mateiardeleanu2001 2 жыл бұрын
yo that ban hammer stock clip was hot wtf
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Video has something for everybody!
@gaslitgames
@gaslitgames 2 жыл бұрын
Wow shots fired. What a fin-ishing move.
@ClarityCoders
@ClarityCoders 2 жыл бұрын
He has me on ignore. 😂
@e_newman
@e_newman 2 жыл бұрын
2:17 > TrackManiaForever Next vid confirmed? :D
@ClarityCoders
@ClarityCoders 2 жыл бұрын
It has been on my list.....
@atasagun1437
@atasagun1437 8 ай бұрын
Noice
@hunnicutbj3124
@hunnicutbj3124 2 жыл бұрын
Like the videos. Keep it up!
@CrazyClownFS
@CrazyClownFS 2 жыл бұрын
Is anyone having problems? I followed the instructions but I am having these problems. 1. it takes a while to open the main advantage 2. when I put the 6 fish together the main lead freezes and goes into a selling loop I have to reopen the main window.
@Fireblats
@Fireblats 2 жыл бұрын
@ClarityCoders any chance of a candy crush type game bot? I would like to see how the math behind something like that works.
@m9shb288
@m9shb288 2 жыл бұрын
why there's no main window after i completed the installation
@kizumuki
@kizumuki 2 жыл бұрын
Very cool!
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Thanks for watching and commenting!
@KILLRXNOEVIRUS
@KILLRXNOEVIRUS Жыл бұрын
What's the fail rate when a fish bites with the bot?
@doctzvfdfbnh
@doctzvfdfbnh 2 жыл бұрын
commenting for the algorithm
@ClarityCoders
@ClarityCoders 2 жыл бұрын
My man! Thanks.
@nurgulunluel
@nurgulunluel 2 жыл бұрын
Love itt:)
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Thanks! Glad someone is watching and enjoying it.
@laur.an01
@laur.an01 2 жыл бұрын
I am a begginer trying to learn code and I can't make the "main" little screen to appear. Do you know what could it be guys?
@dim1723
@dim1723 2 жыл бұрын
Its good seeing poeple learn and practice coding for games.
@marekslazak1003
@marekslazak1003 2 жыл бұрын
Hey, so i was wondering. If your bot works perfectly fine, and you know it (either you tested it or you're arrogant enough to just "know" there are no bugs [not talking about you, just what i would sometimes do, to my demise]), is it possible to run it on something like a docker container? What i mean by that is to let it think it has screen, and still read data from it without actually having the screen. It kinda feels weird to occupy your workspace for 24h+. And the electricity isn't cheap... Better yet - can it be run in a cloud?
@hmthatsniceiguess2828
@hmthatsniceiguess2828 2 жыл бұрын
The whole thing depends on reading pixel patterns from the screen so probably not, at least not with this implementation
@droggisch
@droggisch 2 жыл бұрын
There are ways to run UIs headless, e.g. via VNC.
@Waitwhat469
@Waitwhat469 2 жыл бұрын
Run it in a docker replicaset to guarantee uptime. Now scale might look fishy
@pinaz993
@pinaz993 2 жыл бұрын
If this is a browser game, you might be able to just spoof the server and tell it what it expects to hear. There's no telling how much they put in the hands of the client that they shouldn't have. A common rookie mistake is to assume that data that's calculated client-side can be trusted. It can't. Once that code is running on someone else's computer, you can't trust anything it says.
@pinaz993
@pinaz993 2 жыл бұрын
As other have mentioned, a headless browser is likely your best bet. If they aren't running WASM, you'll likely be able to disassemble the client-side app and find things like the horizontal coordinates of both the bobber and the green bar. I also don't see you needing to move to the shop to sell fish. You can likely just trigger the shop interaction with a special packet. I recommend using your browser of choice to capture the packets from a simple session. Catch and sell exactly one fish and figure out how the client tells the server that it wants to sell fish. (If they were lazy enough, you might be able to just send a 'I sell this fish' packet after each catch.)
@davidiswhat
@davidiswhat 2 жыл бұрын
Using the code on games makes the video educational and interesting. Interestingly enough, this fishing minigame is similar to the one for the new GW2 expansion. It goes to show how it's a pretty standard implementation for a game known for being unique.
2 жыл бұрын
gw2 is trash, always has been, and this looks like a rip of stardew valley. Not sure who did it first but fuck gw2 lmao
@VaibhavShewale
@VaibhavShewale 2 жыл бұрын
seems, intersting! lets learm python!
@ClarityCoders
@ClarityCoders 2 жыл бұрын
My man! Go get your learn on.
@AzweeeL
@AzweeeL 2 жыл бұрын
This game looks so cool wow you should really spend more of your time to dev some pythons and OpenCV code for that kind of sick game, pretty sure it's the futur
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Thanks buddy! Appreciate the view and comment.
@artigeniusStore
@artigeniusStore 4 ай бұрын
Genius
@amr6657
@amr6657 2 жыл бұрын
why main windows not showing in my case, i use python 3.10
@tallibba
@tallibba 2 жыл бұрын
It'd be nice see the mouse position and clicks. Also the keys being pressed.
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Great feedback. I'll make that change in my upcoming videos.
@giovanneh20
@giovanneh20 2 жыл бұрын
how to install the bot?
@saskialogtenberg2389
@saskialogtenberg2389 2 жыл бұрын
How do i use this bot?
@PreciousPapaPresents
@PreciousPapaPresents 2 жыл бұрын
wow, you are really amazing... You can try the gta5 bot also if you like too.
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Thanks for watching! I'll put it on my list.
@MowiWowi
@MowiWowi 10 күн бұрын
Nice
@prinping
@prinping 2 жыл бұрын
I like your channel
@off-gridhillbillystyle3735
@off-gridhillbillystyle3735 4 ай бұрын
Is this on playstore ? And do you have a link to the game ?
@thewallpapers4748
@thewallpapers4748 Жыл бұрын
adamsın bahadır
@bestaround3323
@bestaround3323 2 жыл бұрын
You really should have more views
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Just happy someones watching! Means a lot thanks for commenting as well.
@enlacdmx4379
@enlacdmx4379 2 жыл бұрын
Subscribe, like n share! 👍
@ClarityCoders
@ClarityCoders 2 жыл бұрын
@@enlacdmx4379 You the man! Thanks!
@AtticusDenzil
@AtticusDenzil 2 жыл бұрын
cool stuff, you could have made some bots for them, don't see the issue although they could actually just do it themselves much easier, no idea why they don't
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Just didn't interest me. I actually looked back at my messages and I think they wanted to use my outside bots to test new modes. So run a bot for a few days on a new environment to see any glitches or whatever. Would be useful to them sense the bot is out of house like real players.
@999Wayno
@999Wayno 2 жыл бұрын
Hi man is this possible with games thats not a browser game, like a game off steam
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Yeah would work very similar. I'll try to do one in the future.
@khai7746
@khai7746 2 жыл бұрын
Wait your video for so long !!
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Thank you for waiting! Appreciate the view and comment.
@laskyb4275
@laskyb4275 2 жыл бұрын
I have an idea for you, why you don't make an AI for twitch chat that learn how to write and meme as the other users and look similar to them?
@CoolJosh3k
@CoolJosh3k 2 жыл бұрын
Uses the mic properly, has a boom arm and even a shock mount… but no pop filter? I feel like a step was skipped. Lol :p
@ClarityCoders
@ClarityCoders 2 жыл бұрын
In my defense I have one it just gets in my way so I put it in the drawer haha.... I'll get it back out :)
@CoolJosh3k
@CoolJosh3k 2 жыл бұрын
@@ClarityCoders I am probably being way too picky, but I did notice some plosives. I also watched a few of your videos and decided to subscribe.
@ClarityCoders
@ClarityCoders 2 жыл бұрын
@@CoolJosh3k Not at all I love to improve so the honesty means a lot to me. I'm still in my first few years of making videos so I need all the help I can get.
@LuisAPeregrina
@LuisAPeregrina 2 жыл бұрын
13:59 Sam was into something
@dw1585
@dw1585 2 жыл бұрын
Can this bot run while i do something else like can i play another game etc or have to be the on top game
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Could be changed to run like that.... I might do an update on it.
@dw1585
@dw1585 2 жыл бұрын
@@ClarityCoders this would be awesome caz i searched and most i saw was that windows have only one active window and so my mouse and keyboard will be locked to the bot
@ARockyRock
@ARockyRock 2 жыл бұрын
"Nooowwwww its a code bullet video" lol
@cnnercriqui3768
@cnnercriqui3768 9 ай бұрын
Could you possibly create a among us bot? Or create a bot that can join any game in Roblox and be pro?
@spinxgaming9160
@spinxgaming9160 2 жыл бұрын
do you still make things like this?
@weszly.
@weszly. 2 жыл бұрын
Hey can you please help me make a bot for a game on bluestacks
@ShoaibTareenSK
@ShoaibTareenSK 6 ай бұрын
hi i use your code but its not fishing run for 2hr
@mostwanted6379
@mostwanted6379 11 ай бұрын
name of game please
@unlimited_738
@unlimited_738 2 жыл бұрын
lmao she hit with the side of the hammer
@jabalrachmah1060
@jabalrachmah1060 Жыл бұрын
windows system.. lets you focus on what your using it for only.... making soft. Enjoy the journey my new friend!!
@ARockyRock
@ARockyRock 2 жыл бұрын
Could you make some anti bot bots for TF2?
@dennisivanchavez5367
@dennisivanchavez5367 2 жыл бұрын
Next, Axie Inifinity
@leonardobasso3622
@leonardobasso3622 2 жыл бұрын
what editor is he using?
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Visual Studio Code!
@spaderkungskuk
@spaderkungskuk 2 жыл бұрын
The only non childish use of bots here, is to have them compete against each other.
@4tuna4real
@4tuna4real 2 жыл бұрын
i did pip install -r requirements.txt AND is says ERROR: Could not find a version that satisfies the requirement h5py==3.1.0
@4tuna4real
@4tuna4real 2 жыл бұрын
how i can fix it?
@ClarityCoders
@ClarityCoders 2 жыл бұрын
You on windows?
@4tuna4real
@4tuna4real 2 жыл бұрын
@@ClarityCoders yes
@4tuna4real
@4tuna4real 2 жыл бұрын
@@ClarityCoders i did pip install that thing in cmd. its been loading alright and at the big error
@4tuna4real
@4tuna4real 2 жыл бұрын
@@ClarityCoders maybe i can show you video in your discord?
@odev6764
@odev6764 2 жыл бұрын
What about clash royale ? where you need to think which card is better to attack and defeat one enemy?
@ClarityCoders
@ClarityCoders 2 жыл бұрын
I've thought about doing one on Clash Royal before! Good idea.
@Shitbull4Azlakssss
@Shitbull4Azlakssss 2 жыл бұрын
Why did you decline that conttrract?
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Honestly I am just fairly busy with other commitments and I didn't want another job.
@Geex1988
@Geex1988 2 жыл бұрын
i wouldn't really say they want bots in thier game to fool people but looking at games that have actual bot for "pve" often they are not that well made because the pvp part was their focus. Pretty sure some company would love to have specialists working on this to improve or add bots to thier games but you could also be right with your not so fair idea. ^^
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Very possible!
@gazdinf
@gazdinf 2 жыл бұрын
I liked this video
@ClarityCoders
@ClarityCoders 2 жыл бұрын
I like this comment.
@r3nmgod
@r3nmgod 2 жыл бұрын
Unrelated but what was she hitting with that hammer on such a weird angle 1:00
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Yeah a couple of people have said that now it's really bothering me.
@asfgas
@asfgas 2 жыл бұрын
is this still supposed to work? where should you be starting out? i can get to throw rod and then it doesnt manage to catch fish any idea why? is that window suppoosed to show upo showing the green bar for catching? because i dont get that Reset Click. finding Bobber Current Max: 0.8802654147148132 sleeping Reset Click. finding Bobber Current Max: 0.5751792192459106 sleeping Reset Click. finding Bobber Current Max: 0.5751792192459106 sleeping Reset Click. finding Bobber Current Max: 0.5751792192459106 sleeping Reset Click. finding Bobber Current Max: 0.5751792192459106 sleeping Reset Click. finding Bobber Current Max: 0.5751792192459106 sleeping Reset Click.
@sarhoskecii6552
@sarhoskecii6552 5 ай бұрын
bahadır
@neuplop
@neuplop Жыл бұрын
This looks so easy to do with autohotkeys.
@BusinessWolf1
@BusinessWolf1 2 жыл бұрын
*codebullet will remember that*
@ClarityCoders
@ClarityCoders 2 жыл бұрын
I'll be waiting. He can't hear me and my 30k subscribers though haha...
@NithinJune
@NithinJune 2 жыл бұрын
0:58 that is not at all how a sledgehammer works 😂🤦
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Skillz
@rmyj
@rmyj 2 жыл бұрын
Can you please have a go at GeoGuesser? 😀
@BelgianCat
@BelgianCat 2 жыл бұрын
Impossible.
@ClarityCoders
@ClarityCoders 2 жыл бұрын
It is on my very short list of programs. Like really interested!
@disrael2101
@disrael2101 2 жыл бұрын
Can you do private tutorial on the code review
@DanDN_
@DanDN_ Жыл бұрын
he does on his website but it costs money
@disrael2101
@disrael2101 Жыл бұрын
@@DanDN_ how much
@taracair
@taracair 2 жыл бұрын
You know they could implement a simple captcha mechanism that would wipe 90% of botters. Many of these games should have it.
@ClarityCoders
@ClarityCoders 2 жыл бұрын
I think they don't hate the botters as much as people think.
@taracair
@taracair 2 жыл бұрын
@@ClarityCoders yes, I agree. It's like artifical crowd :) and in most games they keep the economy stable, providing these common resources available for everyone.
@dvmusic5164
@dvmusic5164 2 жыл бұрын
On games like this - sure, it would probably clear out most long-time running bots. But.. With that said - captcha is in no way an issue, its 2021, the sheer amount of anti-captcha APIs you can hook onto is amazing. I've previously written small python scripts that passed a captcha that came each 2nd - 5th reload of a webpage, by using -really- simple API hooks and 5$ you can easily clear around 5-8k captchas. On games where items or currency has a real world monetary value, its a -tiny- expense for stuff like anticaptcha.
@taracair
@taracair 2 жыл бұрын
@@dvmusic5164 thanks for sharing this, makes me wonder, we really should either enjoy the game without worrying about bots, as they're everywhere, or don't play games at all xD
@abnrml5452
@abnrml5452 Жыл бұрын
you look like dream
@bitfexl
@bitfexl 2 жыл бұрын
you do know this is against bots? right?
@Ozzymand
@Ozzymand 2 жыл бұрын
Code Bullet has been quite silent after this video
@Strippable
@Strippable 2 жыл бұрын
sheesh need you to make me a runescape bot xD
@ClarityCoders
@ClarityCoders 2 жыл бұрын
I've been thinking about it cause everyone says I'll get banned. Should I do the old school one or the new one?
@Strippable
@Strippable 2 жыл бұрын
@@ClarityCoders old school for sure! you wont get banned if you 1. dont bot for to long, (8hrs max) i know kinda sucks 2.make it as human as possible 3. most important hide your username I think you got this!
@sirgouki6207
@sirgouki6207 2 жыл бұрын
It's bothering me that a lot of these "coders" are looking more and more like the jocks that used to make fun of how smart I was only to turn around and ask me for help doing their school work.
@ClarityCoders
@ClarityCoders 2 жыл бұрын
I did my own homework 😂. Although I do a lot of silly projects I do work professionally and have my masters degree. Really appreciate the view and comment.
@SovaKlr
@SovaKlr 2 жыл бұрын
I miss CodeBullet
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Same :(
@asss2512
@asss2512 2 жыл бұрын
turkish game project
@telnobynoyator_6183
@telnobynoyator_6183 2 жыл бұрын
I would have done it by reverse engineering their api
@ClarityCoders
@ClarityCoders 2 жыл бұрын
Good idea. I'd love to see that actually.
AI Destroys a Mobile Game in Real-Time with OpenCV (Object Detection)
12:18
Эта Мама Испортила Гендер-Пати 😂
00:40
Глеб Рандалайнен
Рет қаралды 9 МЛН
Кәріс тіріма өзі ?  | Synyptas 3 | 8 серия
24:47
kak budto
Рет қаралды 1,6 МЛН
О, сосисочки! (Или корейская уличная еда?)
00:32
Кушать Хочу
Рет қаралды 3,3 МЛН
4 PLAYER PLASMA LAZER DOMINATION!- Forts Multiplayer Gameplay
23:43
I tried to make a Valorant AI using computer vision
19:23
River's Educational Channel
Рет қаралды 1,3 МЛН
Game Automation with YOLOv8: Python Bot Tutorial
21:40
ClarityCoders
Рет қаралды 10 М.
Beating a Pay to Win game with a bot
5:09
Kian Brose
Рет қаралды 1,8 МЛН
AI Learns Insane Monopoly Strategies
11:30
b2studios
Рет қаралды 10 МЛН
Using My Python Skills To Punish Credit Card Scammers
7:13
Engineer Man
Рет қаралды 4,8 МЛН
2 Python Developers VS $1000
15:04
PolyMars
Рет қаралды 1,7 МЛН
I taught an A.I. to speedrun Minecraft. It made history.
11:10
What % of charge do you have on phone?🔋
0:11
Diana Belitskay
Рет қаралды 296 М.
APPLE УБИЛА ЕГО - iMac 27 5K
19:34
ЗЕ МАККЕРС
Рет қаралды 88 М.
Any Sound & Call Recording Option Amazing Keypad Mobile 📱
0:48
Tech Official
Рет қаралды 326 М.
Рекламная уловка Apple 😏
0:59
Яблык
Рет қаралды 803 М.
Creepy Samsung Alarm cannot be turned off 😱🤣 #shorts
0:14
Adani Family
Рет қаралды 1,6 МЛН