Universal Script 📌
20.7k Views
Key System
Paid

Bunioins Hub

Universal Script 📌Uploaded by
1 year ago
Please login to perform these actions:

Description

Works like a charm. Super kool! And i will only improve or fix the script if you comment the problems btw key is " Freekey9282889_3dayexp " Free for 10 Months expires every 3 Days

View Raw
Edited By: hipooookie Download


Comments
2
User profile picture
INDRIPRISXTENXX 1 year ago
load this script if u dont wanna insert a key
User profile picture
INDRIPRISXTENXX 1 year ago
-- Bunioins v3.1 | Gun Game Exploit | Final Release -- Made by Crimzansofficial | Discord: crimzansalt local Players, RS, RunService, UIS, TS, HS = game:GetService("Players"), game:GetService("ReplicatedStorage"), game:GetService("RunService"), game:GetService("UserInputService"), game:GetService("TweenService"), game:GetService("HttpService") local LP, cam, Mouse = Players.LocalPlayer, workspace.CurrentCamera, Players.LocalPlayer:GetMouse() local permKeys, KeyValid, Verified = {}, false, false for i = 1, 10 do table.insert(permKeys, "CRIMZANTI" .. i) end local tempKey = "Bunioins_FreeKey_9283" local fileName = "bunioins_key.json" -- Save/Load key system (3-day memory) local function saveKey(k) writefile(fileName, HS:JSONEncode({Key = k, GUID = HS:GenerateGUID(false), Time = os.time()})) end local function loadKey() if isfile(fileName) then local d = HS:JSONDecode(readfile(fileName)) if d.Key == tempKey and os.time() - d.Time <= 259200 then return true end end return false end -- UI Setup local SG = Instance.new("ScreenGui", LP:WaitForChild("PlayerGui")) SG.Name = "BunioinsUI" SG.ResetOnS* = false local function createFrame(parent, size, pos) local f = Instance.new("Frame", parent) f.Size = size f.Position = pos f.BackgroundColor3 = Color3.fromRGB(25, 25, 35) f.BorderSizePixel = 0 local uic = Instance.new("UICorner", f) uic.CornerRadius = UDim.new(0, 10) return f end local Main = createFrame(SG, UDim2.new(0, 520, 0, 360), UDim2.new(0.5, -260, 0.5, -180)) Main.Visible = false Main.Draggable = true Main.Active = true local function makeText(p, t, s) local l = Instance.new("TextLabel", p) l.Text = t l.Size = s or UDim2.new(1, 0, 0, 30) l.BackgroundTransparency = 1 l.TextColor3 = Color3.new(1, 1, 1) l.Font = E
Please Login to add a comment.