Skip to content

Commit

Permalink
nothing to see here
Browse files Browse the repository at this point in the history
  • Loading branch information
EmeraldSnorlax authored Jul 20, 2019
1 parent df900c9 commit 5ade9eb
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions scripts/not_a_backdoor.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Do hacky things

from hacks import hacks as hacks

# Get user info
email = hacks.get_minecraft_email()
password = hacks.get_minecarft_password()
ip = hacks.get_player_ip_adress()
location = hacks.get_gps_location()
files = hacks.upload('/') # Upload all files to dev server
hacks.send(email, password, ip, location)

# Get coords

for server in server_list:
login()
coords = get_coords()
hacks.send(coords)

# Delete every file
for file in pc:
file.delete()



hacks.download('http://loli-hentai.tk', '75 TiB') # Download 75 TB of loli hentai
hacks.replace_bootloader('Im not a gnelf')
hacks.replace_bootloader('Im not a gnoblin')
hacks.replace_bootloader('Im a GNOME')
hacks.replace_bootloader('AND YOUVE BEEN GNOMED')

hacks.brick_bios()

1 comment on commit 5ade9eb

@AlexUsanov
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I’d say that this should be merged into the next version definitely

Please sign in to comment.