Trying and Exposing Discord Nitro Generators (ft. ChatGPT)

Поделиться
HTML-код
  • Опубликовано: 20 ноя 2024

Комментарии • 1,6 тыс.

  • @EarthyOSC
    @EarthyOSC 9 месяцев назад +3799

    It's honestly so sad how these 6 years olds and probably even grown adults are falling for the most obvious scams to ever exist.

    • @isonaisabitch
      @isonaisabitch 9 месяцев назад +70

      why are 6yrs on discord.

    • @EarthyOSC
      @EarthyOSC 9 месяцев назад +34

      @@isonaisabitch im just talking about scams in general.

    • @notfunny348
      @notfunny348 9 месяцев назад +10

      free nitro is free nitro

    • @Sirbendboy
      @Sirbendboy 9 месяцев назад +37

      It’s normal for people who aren’t experienced on the internet to fall for scams, whether you think they are obvious or not

    • @mirrorslash028
      @mirrorslash028 9 месяцев назад +12

      6 years old should not be on discord

  • @AquaQuokka
    @AquaQuokka 9 месяцев назад +2163

    To anyone who thinks brute forcing will work, Nitro codes are 16 characters long, and use both uppercase and lowercase A-Z, as well as 0-9. This means there is a character set of 62 characters, to fill 16 slots. This means the amount of possible combinations is 62^16, which means your chances of generating a usable code are next to none.

    • @ieatmuchchicken
      @ieatmuchchicken 9 месяцев назад +19

      real

    • @DavidKingRock
      @DavidKingRock 9 месяцев назад +387

      not with this attitude

    • @tewkie7955
      @tewkie7955 9 месяцев назад +30

      i got that shit tho

    • @XxProGamerUSAxX
      @XxProGamerUSAxX 9 месяцев назад +78

      aka the combinations are exactly 4.767240170682 x 10^28 or 47.6 Oc

    • @bullymaguire206
      @bullymaguire206 9 месяцев назад +36

      there still is a chance

  • @XxProGamerUSAxX
    @XxProGamerUSAxX 9 месяцев назад +5721

    "You will never get free nitro. Nitro is a lie."

    • @ik2a
      @ik2a 9 месяцев назад +116

      Why do I see a 'Read More' button under your comment?

    • @David280GG
      @David280GG 9 месяцев назад +52

      Unrate avernus

    • @TheDucky16
      @TheDucky16 9 месяцев назад +15

      💀

    • @ItsMaximumV
      @ItsMaximumV 9 месяцев назад +6

      Lol

    • @senfurion7406
      @senfurion7406 9 месяцев назад +34

      nah you ll get free nitro. you just need to steal some money and buy it with that money, easy

  • @thatpyraguy
    @thatpyraguy 9 месяцев назад +1255

    "give me nitro give me nitro give me nitro" -watcher
    "No" -NTTS

    • @Test-ho3wd
      @Test-ho3wd 9 месяцев назад +9

      @SunsetFalcn the sun is a deadly lazzzzerrrr

    • @ProSureString
      @ProSureString 9 месяцев назад +6

      @@Test-ho3wdoh, ok.

    • @NoTextToSpeech
      @NoTextToSpeech  9 месяцев назад +69

      My DMs are swamped after I made this joke

    • @Nightkite123
      @Nightkite123 9 месяцев назад +5

      @@NoTextToSpeechdamn

    • @BlueTheCubeReturns
      @BlueTheCubeReturns 9 месяцев назад +1

      LMAO 666 LIKES

  • @Magicmushroomboi
    @Magicmushroomboi 9 месяцев назад +805

    Slaps quantum computer, this puppy can do it in under a year, for a low cost of $50 million you can be a proud owner of 1 month discord nitro

    • @Steaky1300
      @Steaky1300 9 месяцев назад +45

      Now imagine this but in Linus's voice.

    • @ZuperPotato
      @ZuperPotato 9 месяцев назад +31

      your wifi / internet would be to slow but imagine discord getting ddos'ed by children trying to get free nitro

    • @SnowyyFlames
      @SnowyyFlames 9 месяцев назад +5

      It will take a rtx 4090 and a i9
      14900k 1.58 x 10^14 years to generate a working code
      assuming you have one of the fastest internet connections

    • @tunguska2370
      @tunguska2370 9 месяцев назад

      ​@@SnowyyFlamescode, mean just slap more ram, gpu be damn

    • @RickSteadX
      @RickSteadX 9 месяцев назад +1

      it can't.
      because discord servers are still binary and bottleneck whatever performance your QC has

  • @LooperEpic
    @LooperEpic 9 месяцев назад +190

    I love how you don't even blur your account usernames, you just change them later. It gives the clinically insane fans something to look at and its funny because you don't care enough to blur them so you do the next easiest thing

  • @no-no-noku
    @no-no-noku 3 месяца назад +9

    99% of Discord Nitro generators quit right before they hit a valid code!

  • @Cracko298
    @Cracko298 9 месяцев назад +326

    The application was developed in python.
    You can easily decompile the EXE since it is just a wrapper that contains both the source code, and the Python interpreter.
    Pyinstaller created it, as you can probably tell, and isn't stripped of debug information, or compressed in anyway, it should be really simple to unpack the file itself (for the first one)

    • @lj3d
      @lj3d 9 месяцев назад +26

      pyinstxtractor -> pycdc is usually all you need for skiddy programs :) Sometimes they do add a little protection, but they never get anti-dynamic-analysis features working properly so there's always a way

    • @zephyr3656
      @zephyr3656 9 месяцев назад

      ​@@lj3dthis shit is just disappointing to see as an actual software dev 😮‍💨 skids using coding for shit like this

    • @tbuk8350
      @tbuk8350 9 месяцев назад

      It's also important to mention, they called PyInstaller malware in the video, which also isn't true. PyInstaller is just the best way to bundle a Python program into an executable, and it just happens that a lot of script kiddies are too stupid to write their executables in something smart like C++ (which would prevent people from easily unpacking it, they would need to use Ghidra), so they instead use Python and the first executable bundler they find.

    • @JizzyDipper
      @JizzyDipper 9 месяцев назад

      yea and when you run the onefile .exe it has to open up a small virtual environment in your temp dir

    • @TechnologyUncovered-b1i
      @TechnologyUncovered-b1i 8 месяцев назад +1

      like ebola man tough use

  • @_Avotex_
    @_Avotex_ 9 месяцев назад +252

    If you don't know what grass is. Grass is a type of plant with narrow leaves growing from the base. Their appearance as a common plant was in the mid-Cretaceous period. There are 12,000 species now. A common kind of grass is used to cover the ground in places such as lawns and parks. Grass is usually the color green. That is because they are wind-pollinated rather than insect-pollinated, so they do not have to attract insects. Green is the best color for photosynthesis.

    • @halfpintsage2637
      @halfpintsage2637 9 месяцев назад +18

      Thank you for this information. I now know more about *grass*

    • @Bioh9z9rd
      @Bioh9z9rd 9 месяцев назад +2

      And yet you have felt it

    • @halfpintsage2637
      @halfpintsage2637 9 месяцев назад +4

      @@Bioh9z9rd I hate it when grass is spiky sometimes, but it's nice feeling some of the more soft kinds

    • @kimcartoon69
      @kimcartoon69 9 месяцев назад +3

      Now go and touch it

    • @nomoretwitterhandles
      @nomoretwitterhandles 9 месяцев назад +1

      "A common kind of grass is used to cover the ground in places such as lawns and parks." Well don't be shy... what kind of grass is used to cover the ground in places such as lawns and parks? I have to know!!!

  • @illegalcoding
    @illegalcoding 9 месяцев назад +134

    3:27 I love how in the top left you can see the PyInstaller icon, so this is just a python script compiled into an EXE lmao

    • @tbuk8350
      @tbuk8350 9 месяцев назад +27

      Not even compiled lmao. All PyInstaller does is bundle the Python runtime and your script (with all its dependencies) into an executable so the end user doesn't need to install anything. You can easily just unpack this and get the original Python script back from it.

    • @illegalcoding
      @illegalcoding 9 месяцев назад

      @@tbuk8350 Oh wow, I thought it did something with Cython and compiled it that way

    • @DeepfriedChips
      @DeepfriedChips 6 месяцев назад +3

      And the first exe you run before is a self extracting archive using windows' cabinet installer

  • @AgentClover
    @AgentClover 9 месяцев назад +106

    I’m imagining what the scammer was thinking when he saw the screenshot of ntts opening the main.exe file on purpose.

    • @Kagotza
      @Kagotza 9 месяцев назад +3

      not entirely sure if NTTS is doing that but triage just monitors network attempts but everything fails at a virtual firewall

    • @AgentClover
      @AgentClover 9 месяцев назад

      I'm assuming if this is a virus related to discord, it's probably connected to a discord bot that connects all the files to a discord server or something.@@MoonlightMirage

    • @MoonlightMirage
      @MoonlightMirage 9 месяцев назад

      Oop yeah I just rewatched, the bot uploads it to gofile @@AgentClover

    • @refinededusoft
      @refinededusoft 9 месяцев назад +4

      Scammer- "Holly Sh*t! I've been made!!!" *Panicks!!!*

    • @InstantNameOfficial
      @InstantNameOfficial 9 месяцев назад

      ​@@AgentCloverno not a bot, its sends the file links to a channel using a webhook.

  • @blobisback
    @blobisback 9 месяцев назад +166

    Hi, a bit more info : as a python programmer, I can say that I'm pretty sure the first nitro generator was made using pyinstaller. I know this because they didn't even bothered to change the default icon 😂
    edit : i commented before seeing 7:17

    • @Jaxx7594
      @Jaxx7594 9 месяцев назад +11

      Ima find the file and reverse engineer it in a min, pyinstaller can be extracted and decompiled fairly easily

    • @rlZeroTwo
      @rlZeroTwo 9 месяцев назад +5

      You're right, should be ez to extract the original script out of it haha

    • @AkumaLLC
      @AkumaLLC 9 месяцев назад

      @@Jaxx7594 we should spam their url with a bunch of garbage

    • @noxie_1
      @noxie_1 9 месяцев назад

      Its stolen from my github repostory and they made it into a virus lol

    • @ezwclan2259
      @ezwclan2259 9 месяцев назад

      you arent finding my file lil boy@@Jaxx7594

  • @HyperHrishiHD
    @HyperHrishiHD 9 месяцев назад +66

    Cant believe chatgpt actually sponsored you, great job!

    • @Errordimensions
      @Errordimensions 9 месяцев назад +1

      no they didnt
      idk if this is a joke

    • @lupin8876
      @lupin8876 9 месяцев назад +3

      ​@@Errordimensions it is a joke

    • @Eedadaaa
      @Eedadaaa 9 месяцев назад

      @@lupin8876 Just use fake credit card information to get free discord nitro by generating a fake credit card

  • @Lampe2020
    @Lampe2020 9 месяцев назад +34

    A smörgåsbord, nice to see Swedish words being used on the other side of the globe XD

    • @David280GG
      @David280GG 9 месяцев назад +3

      Hvatt is dat

    • @Lampe2020
      @Lampe2020 9 месяцев назад +2

      @@David280GG
      Smörgåsbord is (as far as I know) some kind of buffet.

  • @firefox22450
    @firefox22450 4 месяца назад +5

    “Gambling is awful, you will ruin your life with gambling.” Wise words

  • @try_nicholas_8166
    @try_nicholas_8166 5 месяцев назад +6

    i didint even know i had a blank grabber on my laptop before watching this video, keep posting great videos

  • @henhenIII
    @henhenIII 9 месяцев назад +117

    ntts:"do i have anything on my clipboard, no clipboard empty". ntts (with mario accent): "okey, i close" 6:40

    • @think_of_a_storyboard3635
      @think_of_a_storyboard3635 9 месяцев назад +6

      thank you for the transcript, this will surely be more helpful than the closed captions

    • @Eavontide
      @Eavontide 4 месяца назад

      ss13 yay

  • @Masterhecker
    @Masterhecker 9 месяцев назад +9

    Nice ! But at 7:16 - pyinstaller doesn't mean it's a "malware". It's just a python script compiled for windows.

  • @BeheldSoCool
    @BeheldSoCool 9 месяцев назад +24

    11:43 no way my stream made it into an NTTS video 💀💀💀

  • @TAKU_eDitz
    @TAKU_eDitz 9 месяцев назад +96

    Lol that "epic ga" got me rolling😂😂

  • @psyhicmentalhealth
    @psyhicmentalhealth 9 месяцев назад +7

    5:35 "but if i go to details and go to startup.. haah. there's a familiar name in my startup folder. epic gay."

  • @Creative_YT
    @Creative_YT 2 месяца назад +3

    Moral of the story: dont download random crap from the internet

  • @snifferwashere
    @snifferwashere 9 месяцев назад +112

    "Activate Windows
    Go to settings to activate Windows"

    • @lord_vader123
      @lord_vader123 9 месяцев назад +24

      No one activates vms lol

    • @dhark1166
      @dhark1166 9 месяцев назад +12

      its a virtual machine

    • @snifferwashere
      @snifferwashere 9 месяцев назад

      @@lord_vader123 I do

    • @lord_vader123
      @lord_vader123 9 месяцев назад +1

      @@snifferwasherewhy would you that?

    • @chairedge
      @chairedge 9 месяцев назад

      i@@snifferwashereit's literally a transient VM that will get deleted right after it's closed, why activate it

  • @SkopjeGamingNM
    @SkopjeGamingNM 9 месяцев назад +16

    Bro at 8:00 when I saw the file's size I was thinking "That's bigger than Terraria" then he said the same thing. I didn't expect that.

  • @Jos_xxl
    @Jos_xxl Месяц назад +1

    I very like the way you tell it, funny sidelines in between made me laugh, nice

  • @_zauy
    @_zauy 9 месяцев назад +16

    11:01 if you dont get timeouted within 2.6s per request you are able to generate 1 million codes a month meaning it might be possible. But I think the rate limit would kick you, therefore having you to use different devices

    • @TheMistermastermario
      @TheMistermastermario 9 месяцев назад +6

      if you generated 1 million codes a month it would still take you more than a sextillion months (over a hundred quintillion years, or several trillion times of the universe's lifespan) to generate a working link

    • @Jukecallaaa
      @Jukecallaaa 3 месяца назад +3

      The odds are still so astronomically low, a nitro code has 62^16 possible combinations. That’s 47,672,401,706,823,533,450,263,330,816 combinations, of only which I’d assume around 10K (lower end) to 1M (higher end) are active. You’d have better odds winning the lottery 5 times in a row and then getting struck by lightning twice in one day.

  • @Eliyas_2013
    @Eliyas_2013 3 месяца назад +2

    3:16 that part really gets me lol nice vid btw

  • @Strv103Moment
    @Strv103Moment 9 месяцев назад +5

    I love servers where they have these, just knowing they are messing themselves up

  • @Zoro4Swords
    @Zoro4Swords 7 месяцев назад +2

    "How do I know this is not a virus?"
    "Because the person sending me said so"
    Bro's Luffy D Monkey 💀

  • @Dotcito
    @Dotcito 9 месяцев назад +4

    Me with the magic card in my pocket: impersonate a woman to get nitro (works)

  • @TheOnlyUmbrilla
    @TheOnlyUmbrilla 9 месяцев назад +2

    "There is no Easter Bunny, there is no Tooth Fairy, and there is no free Nitro."

  • @justfelixf
    @justfelixf 9 месяцев назад +3

    You can be a nitro giveaway hunter as well, and it works

    • @JustAlgato
      @JustAlgato 9 месяцев назад +1

      I once created a nitro sniper. And joined a lot of nitro drop servers. The idea essentially was to use a bot to claim nitro. And it worked back in the day. However today, discord has added captacha to everything. Don't know if there is a captcha on claiming nitro tho

  • @arttukettunen5757
    @arttukettunen5757 9 месяцев назад +27

    There could be another way to generate infinite Nitro:
    Since we can't really create true randomness in computers reliably (yet), there must be an algorithm that uses some variables or seeds in a function that does something to produce the characters in the gift link.
    Now a good algorithm would make where it gets its seeds and what each of them exactly does in the function as vague as possible. But like if Discord's algorithm only used epoch time (seconds of time passed since 1970) as its seed, the function could be solved by knowing some links and when they were created.
    However the algorithm is likely much more complicated (and could easily use more unguessable seed sources), and even if we did figure it out Discord would notice it and change the algorithm. But since we don't really know how complicated the randomness algorithm is, it is a possibility that it could be exploited for a small while.

    • @catchara1496
      @catchara1496 9 месяцев назад +1

      It probably uses the lava lamp wall tbh

    • @theairaccumulator7144
      @theairaccumulator7144 9 месяцев назад

      ​​@@catchara1496nah it probably uses js crypto.randombytes which uses the operating system's security libraries and those are used in literally everything related to security for internet connections and people would notice if there is a fault in one of the most important functions they provide

    • @not-zn5td
      @not-zn5td 9 месяцев назад

      If thats the case good luck finding anything​@@catchara1496

    • @kamisamav1
      @kamisamav1 8 месяцев назад

      I was thinking of making this code and each time it executes it selects a different seed and I was thinking to add threads in it so that it runs faster, but I'm too lazy to do all this.

    • @mirzu42
      @mirzu42 7 месяцев назад +1

      The problem is that these codes are dynamically created.
      In windows 7 they were not and you can actually ask gpt to just generate valid keys.
      The way keys are validated nowadays makes it impossible to crack them since they dont even exist until a purchase has been made. You could try all 5 octillion possible outcomes and still get none since the codes you have previously tried may become active in the future and ofc you wont try using old ones again.
      Almost anything is easier than trying to brute force or generate codes.
      It would be easier to find a vulnerabilty in discords servers or databases to create valid codes without payment.
      It would be easier to crack the client to get nitro features (like many mods already do)

  • @nomoretwitterhandles
    @nomoretwitterhandles 9 месяцев назад +7

    "Epic GAY?!?!" had me dying 😂 I, too, have epic gay

  • @_GhostMiner
    @_GhostMiner 9 месяцев назад +12

    Bigger question is why the EPICGA~1 program is in DOS(8.3) file name format

  • @MarioMastr
    @MarioMastr 9 месяцев назад +56

    3:15 yes, epic gay

  • @SuperFoxy8888
    @SuperFoxy8888 9 месяцев назад +2

    "Can you give me free nitro?"
    "Yes just download this"

  • @simplifytech1
    @simplifytech1 3 месяца назад +3

    7:00 THEY KNEW WHAT YOU'RE DOING 😆

  • @amaaaaze
    @amaaaaze 3 месяца назад +6

    99% of gamblers quit before they win big. >4:00

  • @falkon2983
    @falkon2983 9 месяцев назад +3

    Mats: You need a lot of years to make 1 valid nitro code
    Me: Just run the code multiple times at the same time

    • @soulty3878
      @soulty3878 9 месяцев назад +3

      get the error 429 in your face then

    • @Steaky1300
      @Steaky1300 9 месяцев назад +1

      You'd just cut the speed of the other process in half, CPUs aint that simple.

    • @melvinest
      @melvinest 9 месяцев назад

      @@Steaky1300 You CAN just use a second PC but you'd just be doubling the practical probability of finding a working link from 0 to 0.

    • @Steaky1300
      @Steaky1300 9 месяцев назад

      @@melvinest True, true.

    • @mirzu42
      @mirzu42 7 месяцев назад

      Im pretty sure that even if you tried to generate one with google servers you couldnt.
      The one obvious flaw is that codes you have already tried will become active at some point and you cant know when.
      Codes are generated (valid) only after a purchase has been made.

  • @Gorillamangt
    @Gorillamangt 5 месяцев назад

    This dude is physically immune to getting his stuff compromised

  • @blank7279
    @blank7279 9 месяцев назад +10

    "Discord nitro generator is not real, it can't hurt you!"
    The discord nitro generator:

  • @itwasdrizzly
    @itwasdrizzly 5 месяцев назад +1

    Damn, I remember posting this on my github page and mentioning that this is for educational purposes only and it is not meant to give them nitro codes or access Discord API since this is strictly not allowed. Many skids stole my code and presented it as theirs and use it for "revenue" purposes. That's why you shouldn't publish any code ideas to github. These wannabe devs exist with their fake "Active Dev" badge.

  • @werion_
    @werion_ 9 месяцев назад +35

    7:16 Pyinstaller is NOT a Malware. It's a tool to generate EXE files from a Python Script.

    • @emireri2387
      @emireri2387 9 месяцев назад +10

      NTTS was refe4encing how much pyinstaller is used for malware

    • @nathanieljones8043
      @nathanieljones8043 9 месяцев назад +1

      That's what malware is are you being sarcastic. Malware doesn't mean it is malicious malware ware means it can be malicious.

    • @gaggix7095
      @gaggix7095 9 месяцев назад +21

      ​@@nathanieljones8043This really doesn't make any sense ahah

    • @blazingangel1_
      @blazingangel1_ 9 месяцев назад

      @@nathanieljones8043 Malware = (Mal)icious soft(ware).

    • @kkslider993
      @kkslider993 9 месяцев назад

      @@gaggix7095the main purpose the creator of (insert malware) could have had was for good, but it has huge potential for people to use it for malicious/dangerous malware.

  • @T1RB
    @T1RB 7 месяцев назад +3

    4:55 ''Ima ima start punching dry wall''

  • @iamthebestGDplayerever
    @iamthebestGDplayerever 9 месяцев назад +131

    Give me nitro please

    • @Team_Reaper.
      @Team_Reaper. 7 месяцев назад

      😭

    • @itsyoboi494
      @itsyoboi494 7 месяцев назад +4

      he won’t

    • @urlocalautistic
      @urlocalautistic 7 месяцев назад +2

      @@itsyoboi494bro doesn’t get the joke

    • @l0v_kxitty
      @l0v_kxitty 7 месяцев назад +2

      @@itsyoboi494💀

    • @lsauvage1.061
      @lsauvage1.061 7 месяцев назад

      I give you nitro 1 month 5€ and 1 year 50€ if you want

  • @whispersmusic6173
    @whispersmusic6173 9 месяцев назад +9

    12:15 Imagine that was actually him 💀

  • @PINPAL
    @PINPAL 9 месяцев назад +2

    Fun fact: those folders are generated by Py2Exe meaning this truly is the most basic of malware.

  • @VVVibez
    @VVVibez 9 месяцев назад +8

    the pythoninstaller logo in 3:39 lmao
    thats how u know its a R.A.T

    • @Steaky1300
      @Steaky1300 9 месяцев назад +1

      Ive used pyinstaller many times for legitimate applications but ive found that its constantly flagged as malware since skiddies like to use it to create malware. Moving on to C# since it's required to be compiled to even run in the first place.

    • @locamiGI
      @locamiGI 9 месяцев назад +2

      Ruined and tattooed

  • @KakaunetOfficial
    @KakaunetOfficial 9 месяцев назад

    The quantity of scammers on the internet is litterally crazy.

  • @dimnorr
    @dimnorr 9 месяцев назад +22

    As soon as NTTS said "Epic gay!" i was like "OMG ITS ME!!!"

  • @вановка
    @вановка 5 месяцев назад

    Hi, ntts! I am Russian, and I like your videos! Thank you for not letting your subscribers fall for the tricks of scammers!

  • @smugwolff6828
    @smugwolff6828 9 месяцев назад +30

    idk if discord does the same but steam frequently reuses cd keys
    i have a massive list of used keys and occasionally check them to see if they are valid again then dump the valid ones in a discord server so abunch of kids can potentially get their accounts suspended for using stolen keys
    even with a list of only 30 keys 1 will be valid again every few weeks

    • @The_Dr_Fate
      @The_Dr_Fate 9 месяцев назад

      what is a cd key

    • @smugwolff6828
      @smugwolff6828 9 месяцев назад +12

      @@The_Dr_Fate you seem like someone born after 2004

    • @The_Dr_Fate
      @The_Dr_Fate 9 месяцев назад

      @@smugwolff6828 what is a cd key

    • @Inuweeb
      @Inuweeb 9 месяцев назад

      @@The_Dr_Fate You use it to unlock a CD. That's why CDs have that little hole in the middle - it's where you put your d... I mean key.

    • @JohnnySilverhand.2023
      @JohnnySilverhand.2023 9 месяцев назад +1

      Naw you’re a menace

  • @Doggg288
    @Doggg288 9 месяцев назад +1

    Remember kids, if it sounds too good to be true, it probably is.

  • @juliemittel3931
    @juliemittel3931 9 месяцев назад +13

    a code or system trying to generate a valid discord nitro code is pretty much the modern-day infinite monkey theorem. just instead of monkeys eventually writing shakespeare after billions of years, it's a machine-generated code generating a valid nitro link after... probably the same amount of time

    • @jamieanne4293
      @jamieanne4293 8 месяцев назад

      Yea you're not wrong lol
      If you're curious, here's the amount of possible combinations and the probability percentage Written out in different forms
      Written in Numerical:
      47,672 401,700, 000,000,000,000,000,000
      Written in Numeral(aka in words):
      Forty-Seven Octillion Six Hundred Seventy-Two Septillion Four Hundred One Sextillion Seven Hundred Quintillion
      Written in Scientific Notation:
      4.76724017E+28
      Written in Probability Percentage:
      0.0000000000000000000000000020976497183694439292325395846426388071624175602788235763615014026817584055581081068934242457481255752254073935330507047893801095710112009459537995347523899325357443739743459689122607545578212939618984% chance of generating a valid code

  • @inksazyy
    @inksazyy 6 месяцев назад +1

    ah yes, it takes more than 100 years to get 1 month of discord nitro

  • @24h_on_yt
    @24h_on_yt 9 месяцев назад +3

    bro rlly said (OHH A FAMELER FILE EPIC GAY ) 5:40

  • @GrubbJunker
    @GrubbJunker 9 месяцев назад +1

    Never imagined I'd see Terraria being mentioned here.

  • @nebulabud
    @nebulabud 9 месяцев назад +5

    LMAOOOO THEY ARE USING LUNA GRABBER 6:37

  • @Alex1891
    @Alex1891 9 месяцев назад +1

    Here's your per-video reminder that NTTS casually disrespects Wikipedia and the work that has gone into it.

    • @cmyk8964
      @cmyk8964 9 месяцев назад

      Fuck Wikipedia, they can’t even follow their own NPOV guideline.

  • @diperloser
    @diperloser 9 месяцев назад +7

    8:10 TERRARIA REFERENCE

  • @FuraRaso
    @FuraRaso 3 месяца назад

    thanks for always going the extra mile in your videos! ️

  • @Lopolin_LP
    @Lopolin_LP 9 месяцев назад +8

    4:50 "and then go to roaming" that's just %AppData% ...

  • @rvsqaa
    @rvsqaa 3 месяца назад

    What's funny to me is if i had this much knowledge, i wouldn't attempt to scam people with "free nitro", i would start making games lmaoo

  • @Jonas-fy6zc
    @Jonas-fy6zc 9 месяцев назад +57

    The server owner didn't have nitro lol

  • @Nobachu
    @Nobachu 9 месяцев назад +2

    at 3:49 you should prob blur that link on the gambling ad so the youtube gods dont get angry

    • @Savedsmile
      @Savedsmile 6 месяцев назад +1

      “For God so loved the world that he gave his one and only Son, that whoever believes in him shall not perish but have eternal life.” John 3:16 JESUS LOVES YOU, REPENT AND FOLLOW CHRIST. ONLY ONE GOD.

  • @ChristopherBrown-bj4zl
    @ChristopherBrown-bj4zl 9 месяцев назад +5

    8:40 wait... aren't you on discord... does this mean I can't trust you... first it was the cake... now NTTS

  • @fakeeClock
    @fakeeClock 9 месяцев назад

    "I changed it because people keep tracking me down."
    yeah, you showed it again.

  • @Mochi-lf5rz
    @Mochi-lf5rz 7 месяцев назад +3

    1:49 u gotta be kidding me, the owner off a nitro generating discord doesn't have nitro 💀

  • @RestEditz
    @RestEditz 8 месяцев назад

    Thanks for giving awareness to nitro labs’s scam, it’s what got my 2021 account hacked.

  • @shebadoge
    @shebadoge 9 месяцев назад +9

    0:40 why does he have a GP-5 filter on a newer gas mask. i dont think that will seal well unless its polish.

  • @TheMAZZTer
    @TheMAZZTer 9 месяцев назад +1

    That assets.dll file was interesting. It looked like it might have been obfuscated JavaScript. Generally it works by generating the actual JavaScript code and then running it. Sometimes there are multiple layers. The obfuscation is usually to avoid malware detection. A super sleuth can modify the code slightly to get it to spit out the actual deobfuscated source code instead of running it if they are careful.
    Of course you just dumped it all on a blank VM so the malware had nothing of value to work with. And as a bonus the VM was running in a cloud server (I assume, at least) so there was very little chance of your own PC getting compromised there.

  • @porsche911turborle-ey4bn
    @porsche911turborle-ey4bn 9 месяцев назад +10

    3:14 epic WHAT?

  • @IIDreamy
    @IIDreamy 9 месяцев назад +1

    I like your kiss in the end the sounds is really cool
    Nice vid ntts

  • @tissemyren
    @tissemyren 9 месяцев назад +12

    7:21, so applications can just disable antivirus? WTF

    • @tomtomi93
      @tomtomi93 9 месяцев назад

      depends on antivirus, some Av have protections against that kind of tampering.

    • @mirzu42
      @mirzu42 7 месяцев назад +1

      Any admin account can disable av with powershell and even cmd I think.
      Thats the reason why you shouldnt use admin accounts for everything.
      That is the point of admin accounts. To make changes on the system.
      If your account is admin and files are executed with admin rights they can do anything.
      They could even escalate priviliges to system which is even more powerful

  • @pizza_36
    @pizza_36 9 месяцев назад +1

    "my a.i vtuber girlfriend"
    Me who just watched Neuro-sama clips: :0

  • @Ds-qe5gu
    @Ds-qe5gu 9 месяцев назад +3

    As soon as I saw the title, I knew id rewatch it like 15 times

  • @AyanMujawar-k1l
    @AyanMujawar-k1l 9 месяцев назад +1

    Everybody gangsta when quantum computers crack the 8 octillion code

  • @d_ucksy
    @d_ucksy 9 месяцев назад +5

    A dll is a library, therefore it cannot be open with a notepad. It will look like a jumbled mess

    • @theairaccumulator7144
      @theairaccumulator7144 9 месяцев назад

      These people put obfuscated js code in a file and changed the extension to ".dll" hoping to fool clueless kids

    • @d_ucksy
      @d_ucksy 9 месяцев назад

      @@theairaccumulator7144 i guess you are correct, thats why it was obfuscated code when he opened it in a text file. However for most actual dlls you cannot open them as txt files

    • @mirzu42
      @mirzu42 7 месяцев назад

      @@d_ucksyyea but that really isnt a dll file.
      It does not have the magic numbers at the beginning of the file.
      + you could still reverse engineer it with other software but yeah not as a txt file.

  • @im17.671
    @im17.671 9 месяцев назад +1

    This man gotta be on a million till the last of 2024

  • @MineBitsNW
    @MineBitsNW 9 месяцев назад +9

    did it really just say valid at 4:37 lol

  • @TheRealJ444
    @TheRealJ444 4 месяца назад

    I know this is a video from a while ago but if you ever do anymore scams exe videos, I recommend using the tool process monitor on a vm, it lists out everything a process does in terms of creating files, checking other files on the computer, spawning other processes, etc.

  • @mr8wesome15
    @mr8wesome15 9 месяцев назад +4

    Oh thats impressive, NTTS knows how to use a VM (Virtual Machine).
    Lol btw i absolutely love the “nerdy stuff”. 😂

    • @MasterCraft_48
      @MasterCraft_48 9 месяцев назад +2

      Not everyone knows about this stuff. I speak as a fellow nerd that when talking to people sometimes is best to not make them understand 100% of how it works as long as the end message remains the same

    • @ChocoRainbowCorn
      @ChocoRainbowCorn 9 месяцев назад +1

      @@MasterCraft_48 Exactly. Not even all nerds know all of it. There are many, MANY things you won't ever know about even as a biggest nerd you could ever possibly be.

  • @zzxylo
    @zzxylo 2 месяца назад

    "You're gonna be long gone and dead before you generate that one valid discord nitro code" 💀

  • @lemonbarsxd
    @lemonbarsxd 9 месяцев назад +9

    1:03 SWEDEN MENTIONED RAHHHH 🦅🦅🦅🦅 🇸🇪 🇸🇪 🇸🇪 🇸🇪

    • @skyrix505
      @skyrix505 9 месяцев назад +1

      WHAT THE F*CK IS SUUUUN 🦅🦅🇸🇪🇸🇪🇸🇪🇸🇪RAAAAH

  • @nutmegdoesstuff1339
    @nutmegdoesstuff1339 9 месяцев назад +1

    I got free nitro once, but it wasn't from some online generator, it was from counting the "uwu"s in a generous friend's random letter jumble lol. Basically the discord equivalent of betting five dollars on who can beat you first at arm wrestling.

  • @WumpusAlpaca
    @WumpusAlpaca 9 месяцев назад +99

    Epic Gay 💀💀

  • @jckistan
    @jckistan 9 месяцев назад

    Adding onto the "it's feasibly impossible", codes I assume are only valid for as long as there is a promo or a transaction completed. Nitro codes not only presumably have a short lifespan that these generators are working to beat, but these generators also don't factor in the concept of codes that were once invalid, later becoming valid. A thorough nitro generator would have to, each cycle, scan a new code as well as every code before it, all in the lifespan of a single code. Brute forcing is exponentially more tedious, to the point where you could probably go work a shift in the time quantum computers become available to consumers.

  • @km7dev2
    @km7dev2 9 месяцев назад +3

    3:01 pretty sure thats an invalid DLL but it could be a format i havent seen

  • @somefridayMobile
    @somefridayMobile 9 месяцев назад +2

    10:25 “but there’s absolutely no way you are going to do it” - me who has more 500 links from the opera gx promo

  • @_GhostMiner
    @_GhostMiner 9 месяцев назад +11

    *3:10** How did they get this WINDOWS 9x progress bar window?!*

  • @VaggelaKYS
    @VaggelaKYS 8 месяцев назад +1

    bro is cooking like he is a mastermind

  • @ッuzumakiッ
    @ッuzumakiッ 9 месяцев назад +6

    1:18 lol

  • @imelusivexd
    @imelusivexd 5 месяцев назад

    you just taught me a lot of stuff about malware! my grandma is gonna be excited

  • @XdekHckr
    @XdekHckr 9 месяцев назад +3

    3:20 damn, how does traige works that good for you? For me it's laggy as hellll!!!

    • @Steaky1300
      @Steaky1300 9 месяцев назад

      Probably depends on your internet.

  • @5I6
    @5I6 5 месяцев назад

    No text to speech is a true hero.

  • @AsterLight
    @AsterLight 9 месяцев назад +2

    12:05 true story I actually once got discord nitro gifted to me for meowing in vc

  • @puppetbirds
    @puppetbirds 9 месяцев назад +2

    I would just like to clear up, pyinstaller isn’t malware itself. it’s used to convert python code into executable machine code. the reason pyinstaller is flagged is because python is a very simple language, and so inexperienced people use it to create malware. i use python for many things, and it’s sad that pyinstaller is flagged as malicious because of just a few people spoiling it for everyone who makes games and software in python. anyway, I’ve been yapping too much so goodbye

    • @syriuszb8611
      @syriuszb8611 9 месяцев назад +1

      In the end, if you want to use python code, you probably installed pyinstaller yourself so you know it is not a malware, but if you are not aware you are running it, or why it is running, it probably is a malware.

    • @xStormyyy
      @xStormyyy 9 месяцев назад

      ​@@syriuszb8611pyinstaller is a library, not a program, you can't install it yourself because it's supposed to be a part of an existing program

    • @Steaky1300
      @Steaky1300 9 месяцев назад

      This sums up why I like to use C# when it comes to creating EXE files from your code. Literally has to be compiled to run in the first place.

  • @Python-Knowladge
    @Python-Knowladge 9 месяцев назад +6

    2:55 its not binary lol its just simple javascript (minified and obfuscated but pretty easy to decrypt)

    • @theairaccumulator7144
      @theairaccumulator7144 9 месяцев назад

      These people legit put plain text javascript in a file and called it a dll. Who are they even trying to fool

    • @Python-Knowladge
      @Python-Knowladge 9 месяцев назад

      Well lets be glad it wasnt ddl aka system configuration@@theairaccumulator7144

    • @TinyHatesVSCode
      @TinyHatesVSCode 9 месяцев назад

      I was looking for this comment lol, idk why a compiled DLL would have readable code, nevermind js 😂

  • @2nfisrael
    @2nfisrael 9 месяцев назад

    Featuring ChatGPT on a video is crazy lol