Skip to content

Instantly share code, notes, and snippets.

View dhirgant's full-sized avatar

dhirgant

  • Joined Oct 6, 2025
View GitHub Profile
@dhirgant
dhirgant / swat sim
Created October 6, 2025 13:40
Swat sim
local ScreenGui = Instance.new("ScreenGui")
local SWATSimulatorGUI = Instance.new("Frame")
local SWATSimulator = Instance.new("TextLabel")
local FreeGamepass = Instance.new("TextButton")
local Btool = Instance.new("TextButton")
local FreeXP = Instance.new("TextLabel")
local Get500XP = Instance.new("TextButton")
local Get1000XP = Instance.new("TextButton")
local Get5000XP = Instance.new("TextButton")
local MadeByMe = Instance.new("TextLabel")