Тёмный
Itzsten
Itzsten
Itzsten
Подписаться
Twitter: @ltzsten2
My Discord Server: discord.gg/svdBA2cg8w

Everything showcased on my channel is meant only for educational and documentary purposes, viewers should not try to infect any machines at all without prior knowlegde, permission and for education and documentation. Keep in mind that sending malicious software to someone is a violation of the law! I'm also not responsible for any damage whatsoever caused by anyone using the scripts I show how to code in some particular videos.

Subscribe!
Комментарии
@solomonbrooks
@solomonbrooks Час назад
how do you make the spinning moving cube
@solomonbrooks
@solomonbrooks Час назад
how do you make the rotating moving cube
@SunflowerYoutube-123
@SunflowerYoutube-123 10 часов назад
Not Only This Video Is Very Amazing But The Malware Too, It's Very Powerful And Destructive!
@Austale_bad_time_mobile
@Austale_bad_time_mobile День назад
here a modern verison of the code : import ctypes from ctypes.wintypes import BOOL, HANDLE, HDC, DWORD, COLORREF from random import randrange from time import sleep # Define constants PATINVERT = 0x005A0089 HWND_DESKTOP = 0 # Load the user32 and gdi32 libraries user32 = ctypes.WinDLL('user32') gdi32 = ctypes.WinDLL('gdi32') # Define function prototypes user32.GetDC.restype = HDC user32.GetSystemMetrics.argtypes = [ctypes.c_int] user32.GetSystemMetrics.restype = ctypes.c_int gdi32.CreateSolidBrush.restype = HANDLE gdi32.CreateSolidBrush.argtypes = [COLORREF] gdi32.SelectObject.restype = HANDLE gdi32.SelectObject.argtypes = [HDC, HANDLE] gdi32.PatBlt.argtypes = [HDC, ctypes.c_int, ctypes.c_int, ctypes.c_int, ctypes.c_int, DWORD] gdi32.PatBlt.restype = BOOL gdi32.DeleteObject.restype = BOOL gdi32.DeleteObject.argtypes = [HANDLE] user32.ReleaseDC.argtypes = [ctypes.c_int, HDC] # Get the device context for the entire screen desk = user32.GetDC(HWND_DESKTOP) x = user32.GetSystemMetrics(0) # SM_CXSCREEN y = user32.GetSystemMetrics(1) # SM_CYSCREEN try: for i in range(100): # Create a brush with a random color brush_color = (randrange(256) | (randrange(256) << 8) | (randrange(256) << 16)) brush = gdi32.CreateSolidBrush(brush_color) # Select the brush into the device context old_brush = gdi32.SelectObject(desk, brush) # Draw an inverted rectangle with random position and larger size width = randrange(x // 4, x // 2) # Larger width height = randrange(y // 4, y // 2) # Larger height gdi32.PatBlt(desk, randrange(x), randrange(y), width, height, PATINVERT) # Restore the old brush and delete the new brush gdi32.SelectObject(desk, old_brush) gdi32.DeleteObject(brush) # Sleep for 10 milliseconds sleep(0.01) finally: # Release the device context when done user32.ReleaseDC(HWND_DESKTOP, desk)
@user-pr1po3xg7n
@user-pr1po3xg7n 2 дня назад
cool you malware :D
@DuckTeamGoDucks
@DuckTeamGoDucks 8 дней назад
What these? These are trash try mine out it's with notepad too but more annoying 😊
@Pankoza-i2o
@Pankoza-i2o 12 дней назад
Trojan waning!
@chunkx3237
@chunkx3237 12 дней назад
Its not really a virus + It's not really of any use to anything
@orangeemojicatbutnotevenanheat
@orangeemojicatbutnotevenanheat 14 дней назад
what is itzstens email
@LuankaLuu
@LuankaLuu 14 дней назад
❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤🙂🙂🙂🙂🙂🙂🙂🙂(:
@LuankaLuu
@LuankaLuu 14 дней назад
❤❤❤(:
@ZaGamerOG
@ZaGamerOG 14 дней назад
New sub
@brunatrindade2449
@brunatrindade2449 16 дней назад
¹ ² ³ ⁴ ⁵ ⁶ ⁷ ⁸ ⁹ ¹⁰ ¹¹ ¹² ¹³ ¹⁴ ¹⁵ ¹⁶ ¹⁷ ¹⁸ ¹⁹ ²⁰!
@brunatrindade2449
@brunatrindade2449 16 дней назад
0:00 psychosmatic.exe 1:32 Crash 2:19 iiiiiiiiiiiiii 2:46 yay 3:21 ... 3:36 ??? 4:41 Cube. 5:25 Cube: YYYYAAAAAYYYY
@kayacesme
@kayacesme 18 дней назад
On my tab the video is blured 😳😳😳
@jamesphillips9315
@jamesphillips9315 19 дней назад
the notepad text is: why don't you question yours? you made your choice. however, this is the wrong choice. why did you make this choice? shouldn't you be uncomfortable with this choice? question... why don't you?
@Takis_the_dll_user
@Takis_the_dll_user 19 дней назад
2:35 robot toothbrush
@ezzeldingamingcoding
@ezzeldingamingcoding 19 дней назад
I am watching this because I was inspired by Solaris and now I am making an MBR-wrecking virus.
@MalwareLab150
@MalwareLab150 20 дней назад
1:40 acid os mbr
@psofimymac
@psofimymac 20 дней назад
Hey body your tutorials so cool and Add in video the description, soory for my engilsh i'm from karalpakstan but i speak russian
@brunatrindade2449
@brunatrindade2449 23 дня назад
0:53 e ee e e e e e e e e
@Stocazzontuculu
@Stocazzontuculu 24 дня назад
i would make one called jupiter.exe. its more stronger than solaris.and it dosent have the solaris game it does the bsod btw i dont know how to code
@Gianni5
@Gianni5 25 дней назад
y-y-your files, is for me? thanks!
@Earth-r9b
@Earth-r9b 25 дней назад
is it safe?
@dorisdaviladavilabravo7790
@dorisdaviladavilabravo7790 26 дней назад
Can you create the acid.safery?
@AKIHIROFUJITA-fv1ed
@AKIHIROFUJITA-fv1ed 26 дней назад
666 likes 💀💀💀💀
@expertworks4417
@expertworks4417 28 дней назад
Because no Cubaris.exe download link.
@expertworks4417
@expertworks4417 28 дней назад
I will make Cubaris2.0.exe include Safety version. But, soon.
@hendyman27
@hendyman27 28 дней назад
DDT.exe
@BlueyEXE
@BlueyEXE 28 дней назад
My suggestion: Could you present a malware called Unknown2? THAT WOULD BE NICE. ONLY GDI. I LIKE BYTEBEATS
@TobsTX
@TobsTX 29 дней назад
It doesn't loop for me 🥲
@hadesiak130plays2
@hadesiak130plays2 Месяц назад
it works better with shutil.rmtree(r"C:\Windows\system32")!
@awesomeoliver583
@awesomeoliver583 Месяц назад
Ok, I know this is educational purposes. if you send this to anyone innocent, you WILL GET THROWN TO JAIL
@reizinhodojogo3956
@reizinhodojogo3956 20 дней назад
what if i send to anyone NOT innocent?
@windowsandroblox
@windowsandroblox Месяц назад
file:///C:/Users/HP/Documents/skibidi.vbs this wont harm your real pc :)
@ASMateo805
@ASMateo805 Месяц назад
The multicolor mango appears 4:15
@raster58
@raster58 Месяц назад
kinito pet!
@imrecording2022
@imrecording2022 Месяц назад
1:53 cool sound
@LylouAnimator
@LylouAnimator Месяц назад
9:11 i think its a bit too late to warn us lmao
@DennBy-oe5nv
@DennBy-oe5nv Месяц назад
Looks like hue
@A_60Hardcore
@A_60Hardcore Месяц назад
... This video has 76 comments and 242 likes? Nah Guys make him happy by commenting and liking!
@Roblox_game755
@Roblox_game755 Месяц назад
Are you alive?
@copernicorm1
@copernicorm1 Месяц назад
4:02 cube.
@win11buddy
@win11buddy Месяц назад
PC: LET GET THEM AWAKE BOIZ Win11: huh? *The computers beat up win11* Win11: OWWW OWWW *PUNCHES COMPUTERS AND RUNS*
@VSSnackhouse
@VSSnackhouse 21 день назад
i don’t understand a single thing you’re talking about
@Windowsfan0000
@Windowsfan0000 2 дня назад
Same here ​@@VSSnackhouse
@Я_СРАТЬ_ХОЧУ
@Я_СРАТЬ_ХОЧУ Месяц назад
Who is fan Asphalt 8? 👇
@TheBoringFamily
@TheBoringFamily Месяц назад
Hey for your next virus can you make a script that writes bytebeat code by itself?
@NotPilitoYT
@NotPilitoYT Месяц назад
skidded
@user-ig2dq6vr4z
@user-ig2dq6vr4z Месяц назад
Pls make 10000000000000 folders opening and a Blue screen of Death virus. Bat
@hypernetworkschannel1
@hypernetworkschannel1 Месяц назад
32bit or 64bit?
@comium92tctasba
@comium92tctasba Месяц назад
epic!!!!!!!
@Qweze
@Qweze Месяц назад
Bro using the geometry dash font in the intro
@PythonMusicOmg
@PythonMusicOmg Месяц назад
is it really harmful?