Skip to content

Instantly share code, notes, and snippets.

View TheMrRedSlime's full-sized avatar

RedSlime. TheMrRedSlime

View GitHub Profile
@TheMrRedSlime
TheMrRedSlime / topk3k-3-1.lua
Last active March 1, 2026 12:00
Topk3k 3.1 By zk7_2
local module = {}
-- Cleansed and Modifiedby zk7_2
function module.load(plr)
local ScreenGui = Instance.new("ScreenGui")
local Base = Instance.new("Frame")
local Top = Instance.new("Frame")
local First = Instance.new("TextLabel")
local Second = Instance.new("TextLabel")
local Location = Instance.new("TextLabel")
local Exit = Instance.new("TextButton")
@TheMrRedSlime
TheMrRedSlime / epstein_flight_logs.py
Created December 26, 2025 09:36
Epstein Flight log download and sort python
import subprocess
import sys
try:
__import__("pdfplumber")
except ImportError:
print("pdfplumber not found, Installing package")
subprocess.check_call([sys.executable], '-m', 'pip', 'install', 'pdfplumber')
try: