Islands Script | USER LOOKUP GUI
loadstring(game:HttpGet("https://raw.githubusercontent.com/Nameless9000/RbxScripts/main/IslandsLookupGui.lua"))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/Nameless9000/RbxScripts/main/IslandsLookupGui.lua"))()
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"))()
getgenv().WB = false getgenv().Key = 't' -- key to turn on/off the wallbang loadstring(game:HttpGet('https://aizen.ml/TopSecret/5.lua'))()
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
loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/ThatBlueDevil/Bleus/main/Swordburst_2/Main.lua"))()
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
while true do local args = { [1] = game:GetService("ReplicatedStorage").Items.Furnitures:FindFirstChild("Styling Stations"):FindFirstChild("Expert Styling Station") } game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.ShopService.SellItem:InvokeServer(unpack(args)) end
loadstring(game:HttpGet('https://gist.githubusercontent.com/bob8s/d8ab27801c33b1407af1a350c6bf405e/raw/4fa32f98ff0c7aff3623b8d66056e524a1361171/Auto%2520Farm'))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/Luftwaffe-dotcom/a/main/StarscapeGuiPubliceBeta",true))()
-- 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