Python : How to make viruses with python (3 easy virus)

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

Комментарии • 191

  • @HoveredCubeOfficial
    @HoveredCubeOfficial  3 года назад +83

    Hey guys!
    sorry for the bad grammar or some vocabulary mistakes in the video, that was my first video and also English is my second language, and I'm not that good at it. sorry❤
    I'll try my best next time to avoid these mistakes.

    • @idroom.
      @idroom. 2 года назад +2

      Hey! No need. I love your tutorial and congrats! You earned a subscribe :)

    • @goldepants3353
      @goldepants3353 2 года назад +1

      All good! don’t sweat it man.

    • @Makowako_
      @Makowako_ 2 года назад +1

      Np

    • @munyaradzitaurai
      @munyaradzitaurai Год назад +1

      Don't worry about gramma, what matter is the content that you deliver. keep on doing some works man

    • @samualsnooks
      @samualsnooks Год назад

      As an English speaker myself, I can confirm that English is a hard language to use, no worries ❤

  • @trollinsky6700
    @trollinsky6700 2 года назад +29

    Me trying to get my friends social security number: 😎

    • @dirhi
      @dirhi Год назад +5

      i hope they are fine with it

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

      @@dirhi nah

  • @ramlaaal
    @ramlaaal 2 года назад +9

    i couldn't resist opening this video

  • @sohamroy5000
    @sohamroy5000 2 года назад +30

    ur really under rated. u deserve a sub and u got it!

  • @itsme7570
    @itsme7570 2 года назад +7

    Learning python in school rn and can not wait until I got it down packed. Already got black hat python

  • @TechNerdPrash
    @TechNerdPrash Год назад +6

    Oo your teaching way is sooo cool You are really underrated subbed when you said the reasons at start 😂✌️

  • @benlong1062
    @benlong1062 3 года назад +15

    Cool! What was the last one supposed to do? Delete all the files on a computer?

    • @HoveredCubeOfficial
      @HoveredCubeOfficial  3 года назад +6

      on the selected driver.

    • @kenrow3604
      @kenrow3604 2 года назад +4

      @@CurtisFN_ Try it and let me know what happens ***Evil grin***

    • @pipebombmailer
      @pipebombmailer 2 года назад +4

      @@CurtisFN_ please tell me you’re joking

    • @Lameless
      @Lameless 2 года назад

      @@CurtisFN_ 😂

  • @DTD-HOI4
    @DTD-HOI4 2 года назад +6

    This is for some other script but what does
    Traceback (most recent call last):
    File "source_file.py", line 3, in
    os.startfile(_file_)
    AttributeError: 'module' object has no attribute 'startfile'
    Process finished with exit code 1.

    • @DTD-HOI4
      @DTD-HOI4 2 года назад

      Mean

    • @medooazmi
      @medooazmi 2 года назад +1

      bro wth there is no startfile inside os module
      so recheck everything is correct
      use the open()
      os.open()
      The open() method takes two arguments as input. The first argument is the filename which needs to be opened and the second argument is the mode in which the file has to be opened
      and if you want to open the file lets say an exe program you can use the system()
      os.system(r"explorer.exe")
      or
      os.system(r"start chrome.exe")

    • @DTD-HOI4
      @DTD-HOI4 2 года назад

      Thx

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

    me learning a bunch of dangerous things for fun knowing im never gonna use it irl

  • @Heisenberg123-dz9ox
    @Heisenberg123-dz9ox Год назад

    hi Please ask me this Question how you Started in Programmer and what are the sources that you learned from

  • @ali_js392
    @ali_js392 3 года назад +1

    heeeyyyyyyy new video yussssss

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

    bro forgot to be a human , next level bro

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

    'pip' is not recognized as an internal or external command,
    operable program or batch file.

  • @PiaSarvur
    @PiaSarvur 3 года назад +3

    My bro ❤️‍🔥

  • @ezzeldin101
    @ezzeldin101 2 года назад +4

    Awesome!! Keep it high bro!!

  • @frenchsoso
    @frenchsoso Месяц назад

    Exception has occurred: AttributeError
    'function' object has no attribute 'rotate_to'

  • @lyricseditorIN
    @lyricseditorIN 2 года назад +1

    Subscribe kar diya ❤️

  • @nellykellojr4424
    @nellykellojr4424 2 года назад

    I loved your video infact I need you since am building something really big

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

    Can you stop it like if I made this and ran it could I just restart my pc

  • @mushik-it
    @mushik-it 11 месяцев назад

    I liked how bro is explaning so very good with the weird acsent

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

      I didn't like to read your horribly formed English sentence

    • @mushik-it
      @mushik-it 5 месяцев назад

      @@Krullfath i knew

  • @filipjukelson7144
    @filipjukelson7144 Год назад

    I wonder, how do you learn win32 in python? The GUI effects.

  • @hypercoder-gaming
    @hypercoder-gaming 5 месяцев назад

    i love how you wrote angel instead of angle 😂

  • @quinnfreeman2487
    @quinnfreeman2487 2 года назад +1

    The intro got me...Lol... subscribe

  • @purabpriyani8796
    @purabpriyani8796 2 года назад +2

    Hey what is the code of rotatescreen module?

  • @omarsplaytimechannel
    @omarsplaytimechannel Год назад

    I have a Problem.
    Traceback (most recent call last):
    File "C:\Users\user\FirstVirus
    otate.py", line 1, in
    import time, rotatescreen as rs
    ModuleNotFoundError: No module named 'rotatescreen'

    • @TopSlime999
      @TopSlime999 Год назад

      because it is a custom library, you have to install it manually.

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

    when i just typed import time the import turn gray not red

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

      don't worry. it depends on your theme and editor. If there is an error, check if the libraries are installed.

  • @sepehrexe
    @sepehrexe 2 года назад

    i already know python and know what to do but i just wanted to see if there a easier way to do it and ya thanks for the video!

  • @abdelrahmannassar8168
    @abdelrahmannassar8168 2 года назад +6

    Thank you for that great info, I hope you make more videos like that, Keep going

  • @Timetoenjoy_
    @Timetoenjoy_ 11 месяцев назад

    so beautiful, how to control or stop the virus finally?

  • @sboxn
    @sboxn 3 года назад +2

    We are waiting for the next video ❤️

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

    will it work on another pc where don't have the cmd packages installed?

  • @handsomeghost8522
    @handsomeghost8522 2 года назад +1

    Subscribed

    • @HoveredCubeOfficial
      @HoveredCubeOfficial  2 года назад

      ❤❤thank you
      and also just a real quick question....
      Are you interested in flutter? If not, what are you interested the most in the programming world?

  • @Ak6847
    @Ak6847 4 месяца назад +1

    thank you hovered cube my nans del laptop cant function with this on it im grateful

  • @tigersploit8033
    @tigersploit8033 2 года назад +2

    soon as i saw u i thought you deserved a sub lol

    • @HoveredCubeOfficial
      @HoveredCubeOfficial  2 года назад

      ❤❤thank you
      and also just a real quick question....
      Are you interested in flutter? If not, what are you interested the most in the programming world?
      should I swich the channels topic to flutter and android development or keep uploading python/general programming videos?

  • @realbrickbread
    @realbrickbread 2 года назад +1

    With the first one, I always get this error message when I try to run it:
    ModuleNotFoundError: No module named 'win32api'
    But I also can't install that module with pip

    • @JayniusLab
      @JayniusLab 2 года назад +1

      I used pycharm, so just download the interpeter

    • @LightAdder-jj8pc
      @LightAdder-jj8pc 2 года назад

      download the file to your pc and then try the pip command

    • @medooazmi
      @medooazmi 2 года назад

      then you must be on linux or other platforms such as mac os
      pywin32 is a windows compatible library to edit or behave with the windows sittings

    • @realbrickbread
      @realbrickbread 2 года назад

      @@medooazmi no, I am on windows

    • @villocity5794
      @villocity5794 2 года назад +1

      srry for late response but what you need to do is open the python setup app and click modify then add python to environment variables and everything else and that should fix it
      (then install it again with pip)

  • @theflickerfrontier
    @theflickerfrontier Год назад

    good style , unique

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

    great , perfect

  • @tech_support7058
    @tech_support7058 2 года назад +1

    Subscribed👊

    • @HoveredCubeOfficial
      @HoveredCubeOfficial  2 года назад

      ❤❤thank you
      and also just a real quick question....
      Are you interested in flutter? If not, what are you interested the most in the programming world?
      should I swich the channels topic to flutter and android development or keep uploading python/general programming videos?
      your opinion is important to me!

  • @junmorales5507
    @junmorales5507 24 дня назад

    I did the first virus and my head was spinning!

  • @زهراحسینی-ذ3خ
    @زهراحسینی-ذ3خ 3 года назад

    Good,,

  • @Imranhashmmi
    @Imranhashmmi 2 года назад

    Can you tell me how to check my network traffic and how can i access all client in my network using wifi

  • @ForeignWerewolf
    @ForeignWerewolf Год назад

    ModuleNotFoundError: No module named 'win32api'
    for the screen rotate, fix?

    • @Kot_Sanitar
      @Kot_Sanitar Год назад

      ты его устанавливал?

  • @kingpotato4th
    @kingpotato4th 2 года назад

    from turtle import *
    import turtle
    speed(1000)
    color('cyan')
    bgcolor('black')
    b = 200
    while b > 0:
    left(b)
    forward(b * 3)
    b = b - 1
    turtle.exitonclick()

    • @HoveredCubeOfficial
      @HoveredCubeOfficial  2 года назад +1

      cool
      will include that in the future videos!

    • @kingpotato4th
      @kingpotato4th 2 года назад

      @@HoveredCubeOfficial an actual virus haha

    • @dirhi
      @dirhi Год назад

      what is this

    • @kingpotato4th
      @kingpotato4th Год назад

      @@dirhi a virus

    • @dirhi
      @dirhi Год назад

      @@kingpotato4th 🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯🤯
      I meant what does it do

  • @NONAME-jb4vj
    @NONAME-jb4vj 3 года назад +3

    Which software do you use for programming

  • @Fuzzycap
    @Fuzzycap 2 года назад +1

    You gained a subscriber

  • @thesatiristicone
    @thesatiristicone 2 года назад

    Subscribed! soooooo fuunnyyy! Also im a good coding but want to learn how to hack... nicely

    • @HoveredCubeOfficial
      @HoveredCubeOfficial  2 года назад

      Thanks for subscribing ♥.
      you guys are so nice and motivate me to continue and improve my content.

  • @xwarrior5523
    @xwarrior5523 3 года назад +1

    Very nice my bro:)

  • @shawnewrtiyty6659
    @shawnewrtiyty6659 Год назад

    How can I contact you for a project

  • @ShaneAliTripoli-wy7wy
    @ShaneAliTripoli-wy7wy 9 месяцев назад

    Can i ask? How do i send the virus to anyone without them having the access to edit the file and instead of having a access to that file when they download the file the code inside the file just automatically run and destroy their pc or whatever devices they are using

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

      you have to convert the py script into an exe

  • @awmir9160
    @awmir9160 3 года назад

    Nice🔥

  • @ZX48K
    @ZX48K 2 года назад +8

    Not technically a virus, a virus has to self replicate. I would call the video 'pranks for script kiddies'

    • @HoveredCubeOfficial
      @HoveredCubeOfficial  2 года назад +7

      yes you're absolutely right! but the virus word has better impression so i included it in my title, they mostly to have some fun and practice python skills.

    • @villocity5794
      @villocity5794 2 года назад +1

      not all "viruses" self replicate actually. so it does not have to self replicate in order for it to be considered a virus

    • @ZX48K
      @ZX48K 2 года назад +1

      @@villocity5794 Wikipedia definition "A computer virus[1] is a type of computer program that, when executed, replicates itself by modifying other computer programs and inserting its own code.[2] If this replication succeeds, the affected areas are then said to be "infected" with a computer virus, a metaphor derived from biological viruses. [3]"

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

      @@ZX48Kyeah it would more be a malware if anything

  • @TONYSTARK-bx1ck
    @TONYSTARK-bx1ck 2 года назад

    Can we get a reserving virus for android and auto start just by clicking

  • @aliakhlaghi9845
    @aliakhlaghi9845 2 года назад

    Nice bro

  • @tristankoit7336
    @tristankoit7336 2 года назад +2

    What python version is this

  • @RemohNospmis
    @RemohNospmis 2 года назад

    I bet that wont work with devices that doesnt have python and or the neccessary modules being imported.

    • @HoveredCubeOfficial
      @HoveredCubeOfficial  2 года назад +1

      Your right, it's even hard to make it executable.
      but this is not why I made this video, it's just for fun and learn something new in python, something cool that motivates beginners.
      Don't Try to Annoy anyone with these.

  • @ali_js392
    @ali_js392 3 года назад +1

    dude imma call my virus "su_cdee_znuts"

  • @PreciousNyambura-gk1qv
    @PreciousNyambura-gk1qv 3 месяца назад

    how do I stop the first two viruses

  • @RolandOwner-dj1zc
    @RolandOwner-dj1zc 3 месяца назад

    works on mac?

  • @hash_rl
    @hash_rl Год назад

    now I wanna try this on my friend's pc, so is there a way to get these to work with python(yes the whole thing) not installed?

    • @barry4207
      @barry4207 Год назад

      i could be wrong im quite new but i think you can use pyinstaller which will create a .exe file and if the run that they shouldnt need anything installed

  •  2 года назад

    Niceeee thanks

  • @zawizarudo7295
    @zawizarudo7295 2 года назад +1

    for the first "virus" I think a nested loop is unnecessary
    we could do it this way
    i = 1
    while i > 0:
    time.sleep(0.5)
    pd.rotate_to(90*i//90)
    i = i + 1
    This could be wrong tho, Im new to python
    *WARNING* If this code does work it will rotate your screen infinite times

    • @fayedivine
      @fayedivine Год назад

      i'm quite new to programming too :)
      but i'm pretty sure both methods are applicable, and the nested loop is not "unnecessary". the creator intended for the program to run for *n* number of times, while yours runs for how long the program can handle. your code however, is just the less conventional way of "while True:" as digits cannot run infinite number of times if you just increment it by 1 due to overflow.
      i'm pretty sure you know it by now, since you made this comment a month ago, i hope you're doing well! goodluck to you

  • @d3v1l98
    @d3v1l98 3 года назад +1

    Very nice😂💔

  • @ezzeldin101
    @ezzeldin101 2 года назад

    The last one didn't work at all, it even didn't show any errors

  • @niwandindafaustine8998
    @niwandindafaustine8998 Год назад

    hloo have just put my subcription and need to understanding hacking ethicks

  • @tristankoit7336
    @tristankoit7336 2 года назад +1

    It does not work with 30.10.0 version

    • @HoveredCubeOfficial
      @HoveredCubeOfficial  2 года назад

      Yep, it takes time for the newest version to support some libraries, suggest u to use 3.9 or even 3.8

  • @Gawain-hi5pd
    @Gawain-hi5pd Год назад +1

    How do I hide this in some file like a word doc or image file so when someone opens the file the program runs?

    • @winnersmiling
      @winnersmiling Год назад

      just rename and change the icon so it looks like a ordinary file

  • @Mincemeat-nm1dh
    @Mincemeat-nm1dh Год назад

    it doesnt work for me

  • @davidandagnesmitchell1381
    @davidandagnesmitchell1381 2 года назад

    i just subscribed

  • @alluplays504
    @alluplays504 Год назад

    It says that no modulaatio named ”rotatescreen”

  • @thatvrkid7284
    @thatvrkid7284 10 месяцев назад

    how do you save the file so when you open it, it starts rotating.

  • @xbiscuit7174
    @xbiscuit7174 2 года назад +1

    how do you stop the rotate thingy?

    • @HoveredCubeOfficial
      @HoveredCubeOfficial  2 года назад

      When its in while loop well its so hard, but if u wanna make it rotate for specific Rounds, you can wrap it with a for loop, as i did.

    • @xbiscuit7174
      @xbiscuit7174 2 года назад +1

      @@HoveredCubeOfficial I did everything right and I've tried but I get the error message ModuleNotFoundError: No module named 'rotatescreen' how can I fix this?

    • @omkarpatel7907
      @omkarpatel7907 2 года назад +1

      @@xbiscuit7174 pip install it: pip install rotate-screen

    • @omarsplaytimechannel
      @omarsplaytimechannel Год назад +1

      @@omkarpatel7907 I can't do the pip install

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

    how to fix the first one?

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

    what the third do?

  • @watok-db6co
    @watok-db6co 3 месяца назад

    the pip was not working

  • @brobymack4419
    @brobymack4419 2 года назад +2

    Thank you so much it worked amazing

  • @starling0216
    @starling0216 2 года назад

    Proxy selenium

  • @fxvv5002
    @fxvv5002 2 года назад +1

    🥰😘

  • @spike2971
    @spike2971 3 года назад +1

    ❤️

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

    its not working?

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

    For the 1st one do it with while true loop 😂😂

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

    Anyone know how to run them all at once?

  • @shubham_indalkar
    @shubham_indalkar 2 года назад

    How should i make the victim run this virus?
    He'll first need to install the pip modules and then run the program. It'll make him/her suspicious.

    • @tusharmaharana3373
      @tusharmaharana3373 2 года назад

      convert it to .exe

    • @HoveredCubeOfficial
      @HoveredCubeOfficial  2 года назад

      You can convert it to exe, I've uploaded a video about that, however, python is not the best way to make computer viruses and this video is only for knowledge purposes.

    • @tusharmaharana3373
      @tusharmaharana3373 2 года назад

      @@HoveredCubeOfficial what is the best way?

    • @HoveredCubeOfficial
      @HoveredCubeOfficial  2 года назад

      @@tusharmaharana3373 C++ bash and php

    • @shubham_indalkar
      @shubham_indalkar 2 года назад

      @@tusharmaharana3373 won't it be detected as a virus?

  • @mrxodius._.6474
    @mrxodius._.6474 2 года назад +1

    Can we put the script in a usb ?

    • @HoveredCubeOfficial
      @HoveredCubeOfficial  2 года назад

      yes you can.
      everything is possible, it depends on your own creativity and skills

    • @mrxodius._.6474
      @mrxodius._.6474 2 года назад

      Thanks for your help , also do you know a way so the scripts can run it self when the usb is plugged into the laptop?

  • @daddyserban2038
    @daddyserban2038 2 года назад

    how am I going to give this virus on my friend's PC?

    • @HoveredCubeOfficial
      @HoveredCubeOfficial  2 года назад

      first of all, i dont suggest you to annoy others, and the video was only for practice and master your python skills, how every there are many ways such as converting it to an .exe file you even use telegram to remotely command it!

  • @tempZ2
    @tempZ2 Год назад

    rotate screen import does not work? anyone know why or how to fix?

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

      pip install rotate-screen

  • @Digitalagencykasur
    @Digitalagencykasur Год назад

    how to create any device virus

  • @watok-db6co
    @watok-db6co 3 месяца назад

    i used powershell now

  • @PraneethBadanapally
    @PraneethBadanapally Год назад +1

    is it fake?

    • @CYBER-HERO
      @CYBER-HERO 4 месяца назад +1

      If you mean the other viruses (1 & 2) yes they are real and work on reality. But the third one i didn't test it and i would not make sure of it yet

  • @NoTopupGaming9380
    @NoTopupGaming9380 Год назад

    Bro you really look like indian love you

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

    Bro how to fix it🙂

  • @DieselGloves
    @DieselGloves Год назад

    Me making Anker 1.0:

  • @freshfrenchfriess
    @freshfrenchfriess Месяц назад

    reason number 1.
    ye, im bored

  • @pedaret4109
    @pedaret4109 3 года назад

    hello

  • @Grumps51
    @Grumps51 2 года назад

    how do you stop it?

    • @HoveredCubeOfficial
      @HoveredCubeOfficial  Год назад +1

      in the video i limited it with for loops, if you use a while loop, it's even hard to stop the program or kill it via the task manager, so just shutdown your pc and turn it on again.

    • @Grumps51
      @Grumps51 Год назад

      @@HoveredCubeOfficial thx

  • @funnyvideos3719
    @funnyvideos3719 3 года назад

    bro which python app or website is it :D

    • @realbrickbread
      @realbrickbread 3 года назад

      It's called visual studio

    • @new_delhi
      @new_delhi 2 года назад

      VS Code or Virtual Studio Code

  • @زهراحسینی-ذ3خ
    @زهراحسینی-ذ3خ Год назад

    ،☑️☑️☑️☑️💯💯💯

  • @wildporg
    @wildporg Год назад

    wyrus

  • @dirhi
    @dirhi Год назад

    jajaaja
    jaaaaajajaja
    jajaja
    ja
    jaaaaaaaaaaaa

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

    Isn't this illegal?

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

    bro forgot to add reason 3 we are cyber criminals