-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df900c9
commit 5ade9eb
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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() |
5ade9eb
There was a problem hiding this comment.
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