Kian Brose
Kian Brose
  • 17
  • 11 677 847
I beat rigged giveaways with a bot
Unfair giveaways, you've probably encountered them at least once in your life. In this video I use the power of technology & code to beat them!
The most unfair type of giveaway, referral based giveaways, have a system that either gives you more points (where the more points you have, the higher your chances of winning (or in some cases even guarantee a win)) or more entries for each person you "refer" using a specific link. This is not only unfair in the context of giveaways but also rather unethical if they have no "limit" to just how much you can refer, resulting in some pretty ridiculous situations where people have 1000%+ more points than you, which is really.... bad
Want to join us on discord? You can do so here: discord.gg/8NcumxN
Because of this I went ahead and created a series of programs that automate the referral process with both a generator and verifier, both were made using python
The code for the Mail Server can [PARTIALLY] be found here:
github.com/KianBrose/smtp_mail_bot_server
(I redacted the parts that actually verify entries, so it can be customized how you wish)
If you read this far, thank you ^^
DISCLAIMER: This video was recorded months ago and allowed for a delay between when this was recorded and now, meaning that the company behind it; after being contacted with these issues has had more than enough time to fix any potential vulnerabilities that were partially shown in this video in a comedic educational way. All prizes were forfeited and no damage was done.
Переглядів: 1 856 207

Відео

I added guns to Minecraft
Переглядів 110 тис.Рік тому
I added guns to vanilla Minecraft without any mods! ▬▬▬▬▬▬▬ Want to know when the next part is released? Join the discord server! discord.com/invite/8NcumxN ▬▬▬▬▬▬▬ For those who want to know how it was made, I used PaperMC to create the minecraft server plugin ▬▬▬▬▬▬▬ Thank you to MrBeast and Mistycat for short 5 ish second clips I used in the video
Beating a Pay to Win game with a bot
Переглядів 1,9 млнРік тому
Pay-to-Win games are horrible, so I beat it by making a bot! This video shows how mundane tasks like farming & grinding can be automated through the use of a program to spend more time actually playing and having fun. Feel free to join my channel's discord server: discord.com/invite/8NcumxN If you like the content you see, you can support me directly on www.patreon.com/kianbrose If you have any...
Multiplayer Cheating, explained
Переглядів 1,2 млнРік тому
Why do people cheat? How do the cheats work? These are questions you'll have an answer to by the end of the video. Get 20% off a year's subscription of Brilliant with the following link: brilliant.sjv.io/6bnBEK The video goes through the most common types of cheats that people use, example uses and visual explanations in order to better help you understand how they work. It's important to state...
Arduino is not hard to learn! (Using a kit)
Переглядів 16 тис.2 роки тому
In this video I look at the Grove kit, an Arduino kit that was made so simple that it’s nearly impossible to do things wrong and is therefore seemingly perfect for a beginner, or is it? !!! This was NOT a sponsored video, I was not paid to do or say anything and therefore said my honest opinion I tried a bunch of new editing techniques and this was overall a very fun project to tackle from my e...
Making a mod menu is easy! (Here's how to make one with Python and Cheat Engine)
Переглядів 792 тис.2 роки тому
Want to know how mod menus work and how to make one yourself? In this video I'll show you exactly how to do that using Python and Cheat Engine. Huge thanks to BrainFM for sponsoring this video! Get 20% off at checkout by using the following link or using code "kianbrose": brain.fm/kianbrose?via=kianbrose Chapters: 0:00 - Introduction 0:32 - Addresses and pointers 3:08 - Finding offsets 5:59 - T...
How to hack Wi-Fi networks ( Educational )
Переглядів 2,5 млн2 роки тому
This video will teach how to pentest / " hack " wifi networks that can be found anywhere. This video is for educational purposes only and is meant to help you understand how networks are commonly hacked to be able to protect yourself, family and friends against it. - Kali linux: www.kali.org/ I recommend installing kali linux in a virtual machine, if you do not know how to do this please look u...
Cheat Engine for Idiots
Переглядів 1,2 млн3 роки тому
Learn about the basics behind how to use Cheat Engine as I demonstrate practical concepts which are easy to understand for beginners. All contents of this video are for purely educational purposes only, do not use cheat engine to cheat at multiplayer games. Be careful during Cheat Engine's installation as it might install bloatware if you "next" through it too fast without declining the "specia...
Making a Simon Says Bot with Python
Переглядів 23 тис.3 роки тому
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...
How to buy & set up domains for your website (tutorial)
Переглядів 9 тис.3 роки тому
In this video I'll show you what a domain is, how it works, where to get one and how to set it up. The main websites I've used to buy domains over the past years are Bluehost Godaddy and Domain.com. After careful consideration I chose to stick to domain.com since they're usually about 10-20% cheaper than the other although GoDaddy often offers some nice deals when buying a domain for over a yea...
Port Forwarding / Virtual Servers Tutorial
Переглядів 20 тис.3 роки тому
In this video I will show you how to port forward a webserver I made in the previous video. This method can also be used to port forward Minecraft servers or really anything at all. If you're interested in checking out how to make a webserver to host your own website check out this video: ua-cam.com/video/yBV9216R6_E/v-deo.html Note that in this video, my router does not have the port forward o...
How to make an Nginx Webserver in 7 minutes
Переглядів 26 тис.3 роки тому
In this tutorial you will learn how to make an nginx webserver in under 7 minutes! I cover the basics on what a webserver is, how it works and how to make one! You do not need expensive equipment to do this as a simple Raspberry Pi like the one I used (RPI 4B 4gb ram) will work. The best operating system for webservers like these ones (my personal opinion) is debian. If you know a bit about ras...
How I make bots using python (educational)
Переглядів 527 тис.3 роки тому
In this video I'll demonstrate how I make bots using python by using the techniques I demonstrated in the "How to make advanced image recognition bots using python" video ua-cam.com/video/YRAIUA-Oc1Y/v-deo.html This video was requested by the viewers and is intended for educational purposes only. I do not encourage the use of the material provided in this video for the automation of online mult...
How to convert image to text using python
Переглядів 72 тис.4 роки тому
In this tutorial you will learn how to convert / turn images into text by using python and the pytesseract ocr module. You will also learn how to automate keyboard functions and drag the mouse so that you can “do something” based on the text you detect. Pytesseract ocr is a python library that helps with optical character recognition, or “ ocr “ in short. If you are having issues with the ocr l...
MP4 Video as a Virtual Webcam - Tutorial
Переглядів 40 тис.4 роки тому
MP4 Video as a Virtual Webcam - Tutorial
How to make advanced image recognition bots using python
Переглядів 1,4 млн4 роки тому
How to make advanced image recognition bots using python

КОМЕНТАРІ

  • @chadcat5286
    @chadcat5286 14 годин тому

    Cs2 core is cheating

  • @Hello-lg7ir
    @Hello-lg7ir 15 годин тому

    Portugal mencionado Let’s go W wuant

  • @berdicrash
    @berdicrash 20 годин тому

    hello there, i had a problem because when i type ip a(the first command) there are no wlans showing,what do i do?

  • @Hester7410
    @Hester7410 21 годину тому

    I got everything leveled without spending a single cent

    • @KianBrose
      @KianBrose 8 годин тому

      and you lied, because that is not possible

  • @siddharthprabhu9910
    @siddharthprabhu9910 День тому

    Thank you Michael Reeves! 🙏

  • @IdiotSauce29
    @IdiotSauce29 День тому

    idk if this would work on temu. if it does then infinite money glitch

  • @GrayOfficial...
    @GrayOfficial... День тому

    Where can I install this safely because last time i installed it steam started buying games by itself

  • @thelasttie
    @thelasttie День тому

    I love you

  • @Gojo_Satoru742X
    @Gojo_Satoru742X День тому

    I AM WATCHING THIS FOR EDUCATION PURPOSE AND NOT GONNA DO IT ON STRANGERS NETWORK, I will hack my neighbors

  • @yash1822
    @yash1822 День тому

    This is genius

  • @ItsDanyProYT
    @ItsDanyProYT 2 дні тому

    @wuant manooo

  • @rinokpp1692
    @rinokpp1692 2 дні тому

    Did u win anything from these giveaway

  • @christofell
    @christofell 2 дні тому

    Your haircut reminds me of the "Fck it tho bro it's your life" vine

  • @alex_sanches9214
    @alex_sanches9214 2 дні тому

    WUANT CARALHO!!!!! PORTUGAL CHECKKKKKKKKEDDD!!!! PORTUGAL MENTIONED!!!!!!!

  • @TheGardner1985
    @TheGardner1985 3 дні тому

    i cant find the offset to my ammo, health is the only one i got it to work on

    • @KianBrose
      @KianBrose 2 дні тому

      needs more searching prolly in that case

  • @hightech7744
    @hightech7744 4 дні тому

    To every new guy around here Kian Brose is a legend. My Legend.

  • @snyyx
    @snyyx 5 днів тому

    But what about bots that let you tab out and do something else on your pc?

    • @KianBrose
      @KianBrose 3 дні тому

      Unfortunately you cant

  • @TehEnglishSpartan
    @TehEnglishSpartan 5 днів тому

    pov: how people zoom bomb

  • @o-..-
    @o-..- 5 днів тому

    What hamoened if its in a dll file?

    • @KianBrose
      @KianBrose 3 дні тому

      Probably fine

    • @o-..-
      @o-..- 3 дні тому

      @@KianBrose it doesn't work

  • @RandomTutorialz
    @RandomTutorialz 6 днів тому

    Yeet

  • @bruhmoment64209
    @bruhmoment64209 6 днів тому

    Yeet

  • @lance_k46
    @lance_k46 6 днів тому

    not working

  • @Noah-gp5sj
    @Noah-gp5sj 6 днів тому

    great tutorial, not your problem, but it keeps outputting 0, instead of the correct code, the pointer works fine, and everything.

  • @Verexlyon
    @Verexlyon 6 днів тому

    Video made by an idiot

  • @xngst
    @xngst 7 днів тому

    Awful clickbait ngl also u look stupid

  • @juliansamek2150
    @juliansamek2150 7 днів тому

    Can you give the code

  • @SKYLER.69
    @SKYLER.69 7 днів тому

    you look like young verision of lester crest

  • @rajagam5325
    @rajagam5325 7 днів тому

    amazing video brother!!!

  • @Produkt_R
    @Produkt_R 8 днів тому

    So I can send malicious links to any of your accounts and it will get clicked, nice.

    • @KianBrose
      @KianBrose 7 днів тому

      Nope the SMTP server is smart enough to filter

    • @Produkt_R
      @Produkt_R 7 днів тому

      @@KianBrose ah right you set up some rules

  • @r_atharv11
    @r_atharv11 8 днів тому

    How many gifts did you recieve? Or are giveaways a scam

    • @KianBrose
      @KianBrose 7 днів тому

      Most of them scam, the ones I did win didn't claim

  • @kingmystery8425
    @kingmystery8425 8 днів тому

    Yeet

  • @fireflywhy3809
    @fireflywhy3809 8 днів тому

    Its kinda P2W 💀IT IS!!!

  • @cft-music
    @cft-music 9 днів тому

    ctypes.windll.kernel32.ReadProcessMemory(self.handle, lp_base_address, lp_buffer, ctypes.ArgumentError: argument 2: OverflowError: int too long to convert

    • @KianBrose
      @KianBrose 7 днів тому

      Don't remember how to fix this one sadly

    • @cft-music
      @cft-music 6 днів тому

      @@KianBrose I know why, python cannot work with bit64 application. but i also didnt found a way to work with pointers in cpp

  • @Pauliwahn
    @Pauliwahn 9 днів тому

    couldnt you just change a varianle in the save file

    • @KianBrose
      @KianBrose 7 днів тому

      No it's server sided

  • @numdere7833
    @numdere7833 9 днів тому

    WUANT MENTIONED.

  • @afaulkingham4130
    @afaulkingham4130 9 днів тому

    @Eliminate is famous for giveaways now?

  • @pandawit5141
    @pandawit5141 10 днів тому

    What are you actually able to do with this much like if I get hacked this way on a public WiFi how worried should I be and what can I do to prevent it on a phone

    • @JCivy-ur3mb
      @JCivy-ur3mb 10 днів тому

      "Wow, I was really stuck trying to recover my account, but Joel_Ethics.. came through with the perfect solution! Highly recommend their expertise if you ever find yourself in a similar situation. Thanks again!"

    • @JCivy-ur3mb
      @JCivy-ur3mb 10 днів тому

      On Instagram

    • @KianBrose
      @KianBrose 3 дні тому

      You cant

  • @strongerthanever2039
    @strongerthanever2039 11 днів тому

    What about scripts?

    • @KianBrose
      @KianBrose 7 днів тому

      Bots basically

    • @strongerthanever2039
      @strongerthanever2039 6 днів тому

      @@KianBrose Thanks, I was wondering if they would be their own category or just bots. And now I know!

  • @strongerthanever2039
    @strongerthanever2039 11 днів тому

    Honestly? Chaeting bad and all, but at this point Supercell deserves this kind of treatment. Go get'em tiger!

    • @KianBrose
      @KianBrose 7 днів тому

      It got 3x worse since this video released

    • @strongerthanever2039
      @strongerthanever2039 6 днів тому

      @@KianBrose I really did! I'm not even playing the game anymore and I've heard anyway.

  • @mohammadayankhan351
    @mohammadayankhan351 11 днів тому

    Not working for mac

  • @NoOrganHarvesters
    @NoOrganHarvesters 11 днів тому

    Did you get the prizes?

  • @ArmanKhan-tt8cp
    @ArmanKhan-tt8cp 11 днів тому

    How to Hack ATM for educational purposes pls drop next video soon

  • @cr7..855
    @cr7..855 11 днів тому

    Noooooooooooob

  • @ishaanbhadrike9200
    @ishaanbhadrike9200 11 днів тому

    so this is basically just bruteforcing? right?

  • @lowbuget687
    @lowbuget687 11 днів тому

    You know you can clip the mic to your shirt and have all hands free ;)

    • @KianBrose
      @KianBrose 7 днів тому

      I refuse cause I don't know what to do with that hand otherwise

  • @licoTheChick
    @licoTheChick 12 днів тому

    they fixed this glitch now there is a *im not a robot* verification whenever you create an account so dammm

    • @Somersnadomguy
      @Somersnadomguy 10 днів тому

      It’s probably very secure because I remember that some bots could solve captchas

  • @Team25VR
    @Team25VR 12 днів тому

    An easy way to prevent interception over networks is to use SSL encryption. That way, when a cheater tries to intercept it, it will look like absolute garbage going over the network and they wont know what to do. Also, another easy way to prevent cheaters Is make a websocket sided anti-cheat and a webserver sided anti cheat.

    • @KianBrose
      @KianBrose 7 днів тому

      Nope you just use a burp suite trusted certificate and bypass ssl

    • @Team25VR
      @Team25VR 7 днів тому

      @KianBrose Using burp wouldn't matter if I already had all those Ips firewalled. To make a secure web system, a developer would firewall all ips tied to proxys, tor ips malicious server Ips or anything that could cause harm or use to evade IP blocks. Also if a server is using this system, it is impossible to get around it as there is usually server sided authentication.

    • @KianBrose
      @KianBrose 7 днів тому

      @@Team25VR A good enough tech person can mess with any local security measures on their own device, it all comes down to how the server interprets it aka the validation part of the webserver

  • @hammer69xy
    @hammer69xy 12 днів тому

    Mr.Robot wont forgive you for hacking angela

  • @Arvl.
    @Arvl. 12 днів тому

    Why are there people in the comments proudly saying they cheat in games, people are too comfortable being idiotic on the internet nowadays

    • @KianBrose
      @KianBrose 7 днів тому

      Lots of people feel the need to justify it