Jump to content
LOOKING FOR ROBLOX ASSETS? VISIT ROBLOXBAY.COM! ×
THE BEST DISCORD BACKUP BOT | PRESERVE YOUR DISCORD SERVER! ×

RobloxBay

Visit Site

FiveSecured

 

Stop shipping plaintext. FiveSecured encrypts, obfuscates, and licenses your Lua resources so customers run your work without ever holding your source.

Try for Free

dawdwadawawdannn.

Snail
  • Posts

    3
  • Joined

  • Last visited

About dawdwadawawdannn.

dawdwadawawdannn.'s Achievements

Master Leaker

Master Leaker (5/17)

  • Keeps Coming Back Rare

Recent Badges

0

Reputation

  1. You are either braindead or you are part of the ppl putting the backdoors there.
  2. it does do something dummy i have made a python code for everyone who is doubting me you can run it and it will save a .js file with the content it got: import requests urls = [ "https://fivems.lt/nullJJ", "https://fivems.lt/nullJJgg", "https://fivems.lt/nullJJcfxre" ] for url in urls: try: resp = requests.get(url, timeout=10) if resp.status_code == 200: fname = url.replace("https://fivems.lt/", "").replace("`","") + ".js" with open(fname, "w", encoding="utf-8") as f: f.write(resp.text) print(f"saved {fname}") else: print(f"failed {url} with status {resp.status_code}") except Exception as e: print(f"error fetching {url}: {e}")
×
×
  • Create New...

Important Information

By continuing on Launcherleaks.net, you agree to our Terms of Use, Guidelines & Privacy Policy