Hoopz Script | CRACKED GUI

local userId = game.Players.LocalPlayer.UserId local old; old = hookfunction(game.HttpGet, function(...) local args = {...} if args[2]:match("pastebin.com/raw/Zi1zYdTz") then return ([[return {[%s] = true}]]):format(userId) end return old(...) end) loadstring(game:HttpGet("https://ataias.xyz/getScript?ID=skidded-hoopz-crack-backup"))()

Continue ReadingHoopz Script | CRACKED GUI

High School Life Script | PERFECT BASKETBALL

local UIS = game:GetService("UserInputService") local shootBalls = false UIS.InputBegan:Connect(function(inn) if (inn.KeyCode == Enum.KeyCode.RightShift) then if (shootBalls == true) then shootBalls = false else shootBalls = true end end end) while wait() do if (shootBalls == true) then game:GetService("ReplicatedStorage").Activities.Events.Basketball:FireServer("Shoot","Perfect") end end

Continue ReadingHigh School Life Script | PERFECT BASKETBALL

24kGoldn Concert Experience Script | COLLECT BADGES

for i,v in pairs(game:GetService("Workspace").Workspace:GetDescendants()) do if v:IsA("TouchTransmitter") and v.Parent.Name == "Collectable-Mic" then firetouchinterest(game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart"), v.Parent, 0) firetouchinterest(game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart"), v.Parent, 1) end end

Continue Reading24kGoldn Concert Experience Script | COLLECT BADGES

FNaF: Support Requested Script | ESP

-- Make sure to change the number in the "NIGHT-3" on what night youre on -- -- if your on other fnafs (fnaf 2 etc) just use dex to find out what night your on im lazy -- for __,v in pairs(game:GetService("Workspace")["NIGHT-3"].Animatronics:GetChildren()) do if v:IsA("Model") or v:IsA("Part") or v:IsA("MeshPart") then local a = Instance.new("BillboardGui",v) a.Size = UDim2.new(1,0, 1,0) a.Name = "ESPBillboard" a.AlwaysOnTop = true local b = Instance.new("Frame",a) b.Size = UDim2.new(1,0, 1,0) b.BackgroundTransparency = 1 b.BorderSizePixel = 0 b.Name = "ESPFrame" local c = Instance.new("TextLabel",b) c.Name = "ESPText" c.Text = v.Name c.Size = UDim2.new(1,0, 1,0) c.BackgroundTransparency = 1 c.BorderSizePixel = 0 c.TextColor3 = Color3.fromRGB(255, 0, 0) --- change the color to waht ur comfortable with c.TextSize = 10 end end

Continue ReadingFNaF: Support Requested Script | ESP