What's new

Welcome to CyberDark

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Gereksiz file silme kodunu python versiyasi:

Owner

Owner 

Owner
Moderator
Active User
Joined
Aug 23, 2023
Messages
246
Solutions
3
Reaction score
1,166
Points
3,131
Location
Senegal
Website
cyberdark.org
Əla əlinə sağlıq
 
°¦#MHMT™¦

°¦#MHMT™¦ 

Moderator
Active User
Joined
Aug 25, 2023
Messages
121
Reaction score
986
Points
367
Age
2
Location
Anywhere
Website
cyberdark.org
Əllərinə sağlıq. Mən, .bat versiyasını paylaşmışdım. Gələcəkdə inkişaf ettirib proqram halına gətirmək də olar bir ara :)
 
°¦#MHMT™¦

°¦#MHMT™¦ 

Moderator
Active User
Joined
Aug 25, 2023
Messages
121
Reaction score
986
Points
367
Age
2
Location
Anywhere
Website
cyberdark.org
  sətirlərin qarşısında texniki səbəbdən səhvən yer alıb ona da nəzər yetirərsən
 
Red Bith

Red Bith 

Moderator
Active User
Joined
Aug 25, 2023
Messages
208
Reaction score
388
Points
365
Location
Fildişi sahili
  sətirlərin qarşısında texniki səbəbdən səhvən yer alıb ona da nəzər yetirərsə
direk kodu verirem like zad lazm deyl :D

Python:
import os
import time
print("\033[31mMade by RED BİTH\033[0m")
time.sleep(1)
print("\033[31mGereksiz Fayllar silinsin?\033[0m")
a = input("""
\033[31 HHƏ -- 1
YOX -- 2\033[31 : """ + "\n" + ":::")

if(a == "1"):
    os.system("@echo.")
    os.system("Del /S /F /Q %temp%")
    os.system("Del /S /F /Q %Windir%\Temp")
    os.system("Del /S /F /Q C:\WINDOWS\Prefetch")
    os.system("@echo.")
    os.system("@echo Butun lazimsiz filelar Silindi! Cmd Açıqdırsa Bagla!")
    os.system("pause")
    print("\033[1;32mTamamlandi\033[1;32m")

if(a == "2"):
    print("Leğv edildi!")
 
Top