Making a Simon Says Bot with Python

Sdílet
Vložit
  • čas přidán 30. 01. 2021
  • In this video I'll show you how I made a Simon Says color tile memory game bot using python. Simon says is an old game where there are 4 tiles with different colors, the tiles will begin flashing in a specific order, and your goal is to click on them in the same order they flashed. The game gets harder and harder as more and more tiles start flashing and normal humans will eventually run out of memory.
    To create a bot for this game I will be using the knowledge I demonstrated in previous videos, notably the
    "How to make advanced image recognition bots using python"
    • How to make advanced i...
    and the "How I make bots using python (educational)"
    • How I make bots using ...
    The libraries I used in this video are pyautogui, keyboard, pywin32 and time.
    If you don't have them installed and want to try this make sure to install them from a CMD with
    pip install pyautogui
    pip install keyboard
    pip install time
    pip install pywin32
    Note that I am using python 3.7.0 64 bit which is compatible with pyautogui without any major issues, if you attempt this in any newer version of python make sure to fix the pillow and numpy issues with
    pip install pillow
    pip uninstall numpy
    pip install numpy==1.19.3
    If you have any questions feel free to comment, I reply to every singe one.
    Thanks for reading ^^

Komentáře • 191

  • @arvram6103
    @arvram6103 Před 3 lety +74

    I am sad this channel does not have more than 100k subs. Definetly one of the best programming Tutorial channels there are on the platform.

    • @KianBrose
      @KianBrose  Před 3 lety +5

      Ty! Hopefully I can get there this year haha

    • @leevi6552
      @leevi6552 Před 3 lety +1

      i agree

  • @Lucerna_
    @Lucerna_ Před 3 lety +5

    this is so nice, everything is fully explained and easy to understand
    I love your style, thanks for making these videos!

    • @KianBrose
      @KianBrose  Před 3 lety +1

      Thanks! I'm working on one rn xD Been forever since the last upload

  • @gallopr
    @gallopr Před 2 lety +6

    Your tutorials are fantastic! I enjoy just listening to it and seeing how you eliminate each issue and explain what's going on.

  • @sanyamkarnavat9745
    @sanyamkarnavat9745 Před 2 lety +3

    Fast and detailed ,A perfect combination to make a programming tutorial👍✌

  • @ddtdilireba
    @ddtdilireba Před 2 lety +1

    I love your video! It's awesome! Straight to the point, waiting for your next video!

    • @KianBrose
      @KianBrose  Před 2 lety

      Glad you liked it!

    • @ddtdilireba
      @ddtdilireba Před 2 lety

      @@KianBrose Welcome! Can you put the code link in the description for our reference?

    • @KianBrose
      @KianBrose  Před 2 lety

      @@ddtdilireba sadly i think i didn't release the code for this one,there might be a pastebin somewhere in the comments though

  • @remitkp
    @remitkp Před 3 lety +3

    Awesome as always 👍

  • @RealLifeSpaz
    @RealLifeSpaz Před 3 lety +2

    Love it! keep up the amazing videos!

  • @Nes
    @Nes Před 3 lety +2

    Hey man thanks so much for this incredible tutorial and I really wish you will do more of such awesome content and grow your channel!
    Is there a way to restrict the bot in running only on one software like Memu or Bluestacks?

    • @KianBrose
      @KianBrose  Před 3 lety +1

      Unfortunately not! Your best shot is to stick it in a virtual machine, or you could use the very very very very very slow ADB (android debugging bridge) to send taps to the emulator but then again its very very very very slow!

    • @Nes
      @Nes Před 3 lety +1

      @@KianBrose Thanks so much for the fast info man!

  • @frostz3307
    @frostz3307 Před 3 lety +3

    I really didn't understood the listen and x portion,
    You are a genius bro, keep on like this and you will reach 1 million in no time

  • @3dmzz
    @3dmzz Před 3 lety +2

    YOU ARE THE BEST, PLEASE CONTINUE TO MAKE MORE VIDEOS LIKE THESE!!! YOU ARE UNIQUE AND I LOVE YOU, YOU HAVE MADE ME WHOLE WEEK 100X BETTER THANKS SO MUCH PLEASE NEVER STOP YOU ARE THE BESTTTTTTTTT!!!

    • @KianBrose
      @KianBrose  Před 3 lety +1

      Will do xD Have a few things going on atm

    • @3dmzz
      @3dmzz Před 3 lety

      @@KianBrose Take your time my man,

  • @mikeygoby6154
    @mikeygoby6154 Před rokem +1

    Great explaining, based on your video i could manage again my script. Thank you

  • @UsmcDuff
    @UsmcDuff Před 5 měsíci

    Thank you for helping me automate my required annual training!

  • @xyhard8603
    @xyhard8603 Před 3 lety +2

    Thank you! I really like your videos

  • @0xapi489
    @0xapi489 Před 3 lety +2

    That was Amazing !

  • @Yone_YTB
    @Yone_YTB Před 11 měsíci +1

    High quality content :)

  • @opkp
    @opkp Před 3 lety +1

    loving it

  • @krissloo143
    @krissloo143 Před 3 lety +9

    Totally underrated :(

    • @KianBrose
      @KianBrose  Před 3 lety +1

      Ik

    • @krissloo143
      @krissloo143 Před 3 lety +1

      @@KianBrose Post more videos with less content over shorter periods of time to spread the goodies

    • @KianBrose
      @KianBrose  Před 3 lety

      @@krissloo143 Am a bit financially unstable atm so doing side jobs to support my lifestyle

  • @Bubble123
    @Bubble123 Před 9 měsíci +1

    the fact that you reply to every comment is a W, though on 4:50 you could just make it so when it detects a color it sets a variable 'currentColor' to the current color so then next time those pixels are detected it would check what the current color is so that it doesn't detect it multiple times if it's the same and it would set a new color if one is detected (edit: well i guess if it repeats the same color twice it would break but it could be fixed by removing currentColor when no of the pressing pixels are detected)

    • @KianBrose
      @KianBrose  Před 9 měsíci +1

      ty!
      ngl i got a stroke reading your comment
      I think I get it, but the problem is that sometimes the same color appears twice

    • @Bubble123
      @Bubble123 Před 9 měsíci

      @@KianBrose lmao, i had a stroke making it too, then i also realized the same color could appear twice, but there's a simple fix (since there's a little bit of time where no buttons are highlighted), you can just set the currentColor to null when there is no color selected, that would entirely fix that problem

  • @daredrew4922
    @daredrew4922 Před 3 lety +2

    Well, I think I found a bunch of tutorials for botting 3d games, but they are all 45+ minute videos and are like 8 part series. This is what makes your channel so much easier to follow then the rest because you can explain so much in 15 minutes and actually have it make sense so we can implement the same core mechanics into our own endeavors. I highly doubt I'll be able to stick to OpenCV but i'll try.

    • @KianBrose
      @KianBrose  Před 3 lety +1

      Yeah, I try to compress the content as much as possible as to not waste time

  • @faustolagoardesegot
    @faustolagoardesegot Před 3 lety +1

    really cool video and great explanation

  • @Therealkangel17
    @Therealkangel17 Před 4 měsíci

    so good explained thanks!

  • @Maestrotoy
    @Maestrotoy Před 11 měsíci +1

    This kind of project is what im looking for... A bunch of thanks from newbie subber😊

    • @KianBrose
      @KianBrose  Před 11 měsíci

      This is the first comment on this video in like a year, glad you liked it!

  • @flowpodcastshorts2088
    @flowpodcastshorts2088 Před 2 lety +1

    Thanks for the video. It is really helping me to build my own script to use on my smartphone.

  • @darthvitiate7373
    @darthvitiate7373 Před 3 lety +1

    you are really good and underated your tutorials are straight forward funny and dont have a 5minuite intro of you plugging your second channel or asking people to sub

    • @KianBrose
      @KianBrose  Před 3 lety

      yep, people dont care about anything other than what the title says, straight forward and fast is good

  • @neerajshimpi5971
    @neerajshimpi5971 Před 2 lety +1

    Kian, thanks a lot for making these videos. I learned A LOT from them and i m trying to make a bot on my own. I would appreciate the effort if you made a video on either making a aim bot in krunker game or how to change values of in-game currency of online ( or server-side ) games

    • @neerajshimpi5971
      @neerajshimpi5971 Před 2 lety

      btw I just subbed so I haven't watched much of your videos so if you have already made on then attach the link.Thanks again!

    • @KianBrose
      @KianBrose  Před 2 lety

      While i do know how to do this, I think it hits the 'you can't talk about it publicly' side of CZcams

    • @neerajshimpi5971
      @neerajshimpi5971 Před 2 lety +1

      @@KianBrose is there a discord server of yours where you can teach us that?? please 🥺🙏?

    • @KianBrose
      @KianBrose  Před 2 lety

      That is also against discord tos

    • @neerajshimpi5971
      @neerajshimpi5971 Před 2 lety

      @@KianBrose My god😅 thats fine bro I still enjoy your other content, I'll go with it

  • @awesomealex244
    @awesomealex244 Před 3 lety +7

    You should try making a bot for a chess game. Then you could do a Computer Vs Computer(python) match.

    • @KianBrose
      @KianBrose  Před 3 lety +5

      Actually that's a project i wanted to do but with AI

  • @user-hl6cq4jm3l
    @user-hl6cq4jm3l Před 3 lety +3

    OK NICE VIEO KEEP MOVING!

  • @thekernelpanic3320
    @thekernelpanic3320 Před 3 lety +1

    based on your videos, i will make a youtube bot to open your videos and like and subscribe. Awesome video! cheers from Brasil

  • @rckstdy4415
    @rckstdy4415 Před 2 lety +1

    Hello, Kian, great videos! i'm getting an error though when I tried.
    while l:
    NameError: name 'l' is not defined"
    Do you have any idea?>
    Thanks

    • @KianBrose
      @KianBrose  Před 2 lety

      o yah its not an I as in the letter i, its a 1, "While 1:" can be interpreted in the same way as "while true:" which jsut means it will run forever

  • @daredrew4922
    @daredrew4922 Před 3 lety +1

    I kind of got lost after the listen and x list part but i understood how the program works. Could you have a way to download the finished program so we could look through the code to understand it better? Anyways love the content keep it up man.

    • @KianBrose
      @KianBrose  Před 3 lety

      Oof to be completely honest I deleted the project folder a while ago, sorry, forgot to put the code in the decription...

  • @cray.z8869
    @cray.z8869 Před 11 měsíci

    Love your content, you helped teach me create and sell hacks for online games

  • @john9396
    @john9396 Před 2 lety +1

    Is there a way to make the pyautogui.pixel be region-based (meaning different x and y values) or is it only possible with a single x and y value?
    e.g instead of x: 500 y: 400, do from x: 200 to 800 and y: 300 to 700.

    • @KianBrose
      @KianBrose  Před 2 lety

      im pretty sure just single value is possible

    • @guy6567
      @guy6567 Před 2 lety +1

      super late reply but you can generate a random x and y int within the range and feed that value to the move function

  • @josedavidvargasmamian3037

    Nice video bro, do you know how to make the bot works without having the game window in the foreground? so i can watch a movie while the bot is farming xd, it would also be nice to see how to capture a part of the window with locateOnScreen without it being in the foreground and then click on it.

    • @KianBrose
      @KianBrose  Před 3 lety +1

      Unfortunately not possible, tried doing that myself multiple times, best solution is just either having dual monitors or running it in a vm

  • @edgargabriel5090
    @edgargabriel5090 Před 2 lety +1

    Very good video but if you wanted to introduce a timer in the game, how would you introduce it?

    • @KianBrose
      @KianBrose  Před 2 lety +1

      What do you mean by timer? Like a delay between each click?

    • @edgargabriel5090
      @edgargabriel5090 Před 2 lety

      @@KianBrose Nope, I mean like a timer that tells you how long you've been playing since the game starts

    • @KianBrose
      @KianBrose  Před 2 lety

      @@edgargabriel5090 Oh em, I mean I guess you could play around with the date time module, personally I have never needed something like that so I never looked into it so I can't give proper advice

  • @AidanDoolen
    @AidanDoolen Před 3 lety +1

    Nice

    • @KianBrose
      @KianBrose  Před 3 lety +1

      *click* nice

    • @AidanDoolen
      @AidanDoolen Před 3 lety

      @@KianBrose keyword “nice” not found now searching for “Nice”

  • @tharunv1885
    @tharunv1885 Před 3 lety +3

    Hi bro ur videos awesome
    Can u make a similar bot for match2 game

    • @KianBrose
      @KianBrose  Před 3 lety +1

      Like candy crush? I mean that could be easily done with a pretty simple low effort neural network

    • @tharunv1885
      @tharunv1885 Před 3 lety

      @@KianBrose exactly

    • @Hasanex
      @Hasanex Před 3 lety

      Would love to see you tackle that. No pressure though, do your thing. Your content is really nice!

  • @daredrew4922
    @daredrew4922 Před 3 lety +1

    Hi this doesn't directly relate to the video but i've been having problems with my program. For some reason my program cant do anything in game. All it can do is move the mouse around very glitchy to one spot and only moves when i move the mouse cursor ignoring all the other code. Ive tried to troubleshoot it but it hasn't worked. I assume its because its a full windowed game not just a web browser game that might be messing with my code but it's not super secure or anything it might just be messing with perms and inputs.

    • @KianBrose
      @KianBrose  Před 3 lety +1

      Ah actually this might be related to the game being 3d, I am aware that clicks dont work well in 3d "pan" environments and have no way to solve it at the moment

    • @daredrew4922
      @daredrew4922 Před 3 lety

      @@KianBrose Oh that sucks, I thought it was something to due with Idle not having admin permissions not being able to input into the game. All well, thanks for the fast reply!
      Edit: Does there happen to be another similar coding program that can run in 3d spaces because I can make the bot I wrote all the code for it the bot just can't execute it correctly sadly.

  • @paraglide01
    @paraglide01 Před 3 lety +6

    Thanks Kian, that was again a great lesson I am inspired doing python again, was sidetracked with a little VBA project. How is the halfnaked women clickbait project going?

    • @KianBrose
      @KianBrose  Před 3 lety +4

      Well you see, I'd rather not to clickbait thaaaaaaaaaaaat much xd

  • @zeusek-2137
    @zeusek-2137 Před 3 lety +1

    Good job, maybe something bit harder next time? ;)

  • @danzisdaman1732
    @danzisdaman1732 Před 3 lety +1

    I have a video suggestion: is it possible you can do a vision processing tutorial using openCV? I’m trying my best to understand it but it’s really complicated.

    • @KianBrose
      @KianBrose  Před 3 lety

      Actually this is something I need to learn as well haha, quite possibly a video I'll do soon

    • @danzisdaman1732
      @danzisdaman1732 Před 3 lety

      @@KianBrose Cool! Tysm

  • @joshuaolsen8844
    @joshuaolsen8844 Před 2 lety +1

    I’d love to see your approach to making a bot for farming in clash of clans

    • @KianBrose
      @KianBrose  Před 2 lety

      Theres actually a really incredible clash of clans bot called MyBotRun if I recall correctly that i fail to understand how it works

  • @valjobs9454
    @valjobs9454 Před 3 lety +2

    you are amazing !!!!!!!!!!!!
    friend is a boot for flappy bird ♥

  • @bobster2650
    @bobster2650 Před 3 lety +1

    nice. Can you do this for bejeweled 3? Thanks.

    • @KianBrose
      @KianBrose  Před 3 lety

      Unfortunately I cannot take personal requests at this time, but I really recommend trying to do it yourself

    • @bobster2650
      @bobster2650 Před 3 lety

      @@KianBrose Well it's not that u must do it now or later. If u will find time and if things like bj3 interest u. Those things are not for me, i barely know this stuff. Thanks.

  • @TheS2RShow
    @TheS2RShow Před 3 lety +1

    plz make a video on how to import modules in python idle

    • @KianBrose
      @KianBrose  Před 3 lety

      I mean you just write import module_name_here

    • @TheS2RShow
      @TheS2RShow Před 3 lety

      But I can't import it is showing no module named

  • @blitzhund4086
    @blitzhund4086 Před 2 lety +1

    Do you have a github repository for this project?

  • @goetics2119
    @goetics2119 Před 2 lety +1

    Ik im late, but for the colour values, like the rgb and stuff, it just says NaN for them, idk what i did wrong

    • @KianBrose
      @KianBrose  Před 2 lety

      Ah actually that's a bug i experienced as well when using dual monitors, use it on the primary monitoe

  • @ArthurGamerBR03
    @ArthurGamerBR03 Před 3 lety +1

    answer = input("Hey man, do you have a Discord server?").upper().replace(" ", "").replace("Y", "YES").replace("N", "NO")
    if answer == "YES":
    print(r"That's nice, I would like to join!")
    elif answer == "NO":
    print(r"Well, I would be interested in joining if u made one")
    else:
    print(r"OK, mr.SmartPants I didn't think u would try to outsmart my program but... I OUTSMARTED YOUR OUTSMARTING")
    wtf am I doing with my life… programming on the CZcams comment section

  • @timoteipotra3628
    @timoteipotra3628 Před 3 lety +1

    Hei man! Awesome content. Create a Discord community! And let's create a team. All the best

    • @timoteipotra3628
      @timoteipotra3628 Před 3 lety +1

      One more thing. I guess this video doesn't have the code inside. Can you put the code in the description?

    • @KianBrose
      @KianBrose  Před 3 lety

      I have one actually, it's in the channel about page

    • @KianBrose
      @KianBrose  Před 3 lety

      Oof I actually deleted the code shortly after making the video and I forgot to upload it, sorry about that

  • @akoloattah266
    @akoloattah266 Před 9 měsíci

    I watch your videos on CZcams
    I love it
    But I want to create a bot and I have no idea. I want a bot to view me a hidden number on a game online. please can you help me with an idea codes in python?

    • @KianBrose
      @KianBrose  Před 9 měsíci +1

      that sort of requires a mod menu

    • @akoloattah266
      @akoloattah266 Před 9 měsíci

      @@KianBrose okay tell me more please I have no knowledge!

  • @victorneto3573
    @victorneto3573 Před 3 lety +1

    Does it exist a library like win32 but for mac?

    • @KianBrose
      @KianBrose  Před 3 lety

      Yes, you can use pyautogui like so:
      pyautogui.PAUSE = 0 #This removes the delay pyautogui has to simulate a left down left up, u can tweak it if the click isnt registering
      pyautogui.click(x,y)

    • @victorneto3573
      @victorneto3573 Před 3 lety

      @@KianBrose Oh Thank you so much!! I am going to try it!

    • @victorneto3573
      @victorneto3573 Před 3 lety

      @@KianBrose and continue your videos they are awesome for guys like me learning python! Thank's!

    • @victorneto3573
      @victorneto3573 Před 3 lety

      @@KianBrose well i tried but there is always a delay between the clicks...

    • @KianBrose
      @KianBrose  Před 3 lety

      @@victorneto3573 hm odd, if you added pyautogui.PAUSE = 0 after importing pyautogui it shouldnt have breaks, maybe the problem isnt the break itself but that it's clicking too fast so that it doesn't register, try 0.1 in the pause

  • @bertvansas7206
    @bertvansas7206 Před 9 měsíci +2

    Pls do for hayday

  • @franciscoescoffier8266
    @franciscoescoffier8266 Před 6 měsíci

    hi i have been haveing problems importing win32api and i dont know why i have been searching all afternoon and notheing :C

    • @KianBrose
      @KianBrose  Před 6 měsíci

      its windows exclusive, you will need pyautogui.click(x,y) for mac and linux

    • @franciscoescoffier8266
      @franciscoescoffier8266 Před 6 měsíci

      i have fixed it it was not that the dlls were missing@@KianBrose

  • @Ravisingh-dl3jr
    @Ravisingh-dl3jr Před 3 lety +2

    Win32 api alternative for linux?

    • @KianBrose
      @KianBrose  Před 3 lety +1

      Yes, you can use pyautogui like so:
      pyautogui.PAUSE = 0 #This removes the delay pyautogui has to simulate a left down left up, u can tweak it if the click isnt registering
      pyautogui.click(x,y)

    • @Ravisingh-dl3jr
      @Ravisingh-dl3jr Před 3 lety

      @@KianBrose oh k and thanks for uploading.

    • @menyepy
      @menyepy Před 3 lety

      @@Ravisingh-dl3jr maybe linux32api? (I am a noob xD)

    • @Ravisingh-dl3jr
      @Ravisingh-dl3jr Před 3 lety

      @@menyepy no there is no such thing lel

    • @menyepy
      @menyepy Před 3 lety

      @@Ravisingh-dl3jr xD

  • @rubenmocan2179
    @rubenmocan2179 Před 3 lety +3

    can you do a tutorial to learn python?

    • @KianBrose
      @KianBrose  Před 3 lety +4

      That is a video I have planned for the future, currently recording somethign else though

  • @thehoodshooter1985
    @thehoodshooter1985 Před 3 lety +1

    Would love some 1 to 1 help bro would really appreciate it if you could just getting into all this python stuff and it's so confusing at time

    • @KianBrose
      @KianBrose  Před 3 lety

      Sorry I can't provide 1 on 1 help, i recommend joining the discord group and asking in the python help chat

  • @Juan_ChoS
    @Juan_ChoS Před 3 lety +1

    I can't import modules. What am I missing?

    • @KianBrose
      @KianBrose  Před 3 lety +2

      Ah, I recommend looking at the first tutorial I ever made which explains how to download these modules, this video was more of a demonstration of how I would bot this game

  • @YashKumar-oy9je
    @YashKumar-oy9je Před 3 lety +1

    Hey kian can you teach us make bot with adb in python on android phone

    • @KianBrose
      @KianBrose  Před 3 lety

      For ADB I usually just use python to run an autoit script that controls a console with adb open

    • @YashKumar-oy9je
      @YashKumar-oy9je Před 3 lety

      @@KianBrose can you make video on it please,how to setup adb, how to setup in python, which version of python I use for it

    • @YashKumar-oy9je
      @YashKumar-oy9je Před 3 lety

      @@KianBrose kian which version I use for automation in Python

    • @KianBrose
      @KianBrose  Před 3 lety +1

      @@YashKumar-oy9je python 3.7.0 64 bit

    • @YashKumar-oy9je
      @YashKumar-oy9je Před 3 lety

      @@KianBrose thanks bro

  • @grandtheftautoexpert2040

    I don’t see a line of coding restating the list to become empty. This would in theory mean the captured color numbers stored would stack up and eventually repeat earlier captured colors and then click on the wrong colors at the wrong time. Did I miss something?

    • @KianBrose
      @KianBrose  Před 2 lety

      Em.. that's exactly what it's supposed to do though, it infinitely appends the colors to the list, it never needs to start over since it's never wrong, if you really want to restart it just close and open the script

    • @grandtheftautoexpert2040
      @grandtheftautoexpert2040 Před 2 lety

      @@KianBrose Oh, I had thought that the game would signal colors like so: red (first round), red; yellow (second round and so forth). And the script would capture it as (red (first round, click etc.), red, yellow (second round > red, red, yellow)). Because you iterate again over the list completely over.

    • @KianBrose
      @KianBrose  Před 2 lety

      @@grandtheftautoexpert2040 ah yeah that's not how the game works, it just keeps going infinitely, there are no rounds hence no reset

    • @grandtheftautoexpert2040
      @grandtheftautoexpert2040 Před 2 lety

      @@KianBrose oooh yeah thanks for clearing it up

    • @grandtheftautoexpert2040
      @grandtheftautoexpert2040 Před 2 lety

      @@KianBrose Now I rather have the question why you chose to use an more increasing variable (x) instead of just clearing the table?

  • @walney2008
    @walney2008 Před 2 lety +1

    very, very good, speak , music in piano virtual, letter in internet, and play music in virtual piano, accordes, note music, simultaneos, one, or two, or thre teclas some.

    • @KianBrose
      @KianBrose  Před 2 lety

      Yes

    • @walney2008
      @walney2008 Před 2 lety

      tnhks, download project study ? create project player guitar flash ? or guitar hero ? tnhks, videos, study python, :-)

  • @8king274
    @8king274 Před 3 lety +1

    Kian Why Your Stop Upload Tutorial , We Miss You

    • @KianBrose
      @KianBrose  Před 3 lety +1

      Im editing on right now lol, yeah have been off for a couple... weeks..

  • @humaidmohideen2466
    @humaidmohideen2466 Před 3 lety +1

    hey I ran the final product and this message popped up pls help
    Traceback (most recent call last):
    File "C:/Users/humai/Desktop/python codes/colourmembot2.py", line 72, in
    click(1239,1140)
    File "C:/Users/humai/Desktop/python codes/colourmembot2.py", line 10, in click
    win32api.mouse_event(win32con.MOUSEVENTF_LEFTUP,0,0)
    AttributeError: module 'win32con' has no attribute 'MOUSEVENTF_LEFTUP'
    q

  • @shreeshind8388
    @shreeshind8388 Před 3 lety +2

    Try to make 3d aimbot please 😊. I know its hard but can u do ?

  • @aynaoutnt1105
    @aynaoutnt1105 Před 4 měsíci

    im enjoying the video without even understanding it

  • @gigachad6844
    @gigachad6844 Před 3 lety +1

    Please make a video on ultimate pyautogui tutorial making bots, keylogger, spammer whatever. It'll be cool❤️

    • @KianBrose
      @KianBrose  Před 3 lety +1

      ah unfortunately cannot make keyloggers on yt

    • @gigachad6844
      @gigachad6844 Před 3 lety

      @@KianBrose Cool np, but you get the big picture right? Make ultimate pyautogui tutorial.

  • @bluebon5228
    @bluebon5228 Před rokem

    bro why now find your channel ,

    • @KianBrose
      @KianBrose  Před rokem +1

      the algorithm has blessed ye with my content

  • @Yguy
    @Yguy Před 3 lety +2

    Second

  • @anuradhabhagat9159
    @anuradhabhagat9159 Před 3 lety +4

    Third lol

  • @rogue0077
    @rogue0077 Před 3 lety +1

    Nice