local ha = math.random(5911595, 128299699) -- nama random string local Players = game:GetService("Players") local player = Players.LocalPlayer -- Buat GUI dengan nama random local screenGui = Instance.new("ScreenGui") screenGui.ResetOnSpawn = false screenGui.Name = ha screenGui.Parent = game:WaitForChild("CoreGui") -- Buat tombol local TextButton = Instance.new("TextButton") TextButton.Parent = screenGui TextButton.Name = ha .. "Free_NOIKP7J8JL5UQZX" TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TextButton.BorderColor3 = Color3.fromRGB(255, 0, 0) TextButton.Position = UDim2.new(0.022, 0, 0.028, 0) TextButton.Size = UDim2.new(0, 200, 0, 50) TextButton.Font = Enum.Font.SciFi TextButton.Text = "Open GUI" TextButton.TextColor3 = Color3.fromRGB(255, 0, 0) TextButton.TextScaled = true TextButton.TextWrapped = true TextButton.Draggable = true -- Frame utama local Frame = Instance.new("Frame") Frame.Parent = screenGui Frame.Name = ha .. "Free_HKLP7J8KL53VPXT" Frame.Active = true Frame.BackgroundColor3 = Color3.fromRGB(39, 39, 39) Frame.BorderSizePixel = 0 Frame.Position = UDim2.new(0.4, 0, 0.4, 0) Frame.Size = UDim2.new(0, 900, 0, 450) Frame.Draggable = true -- Referensi ulang pakai WaitForChild + nama random local screenGui2 = game:WaitForChild("CoreGui"):WaitForChild(ha) local TextButton2 = screenGui2:WaitForChild(ha .. "Free_NOIKP7J8JL5UQZX") local Frameeeee2 = screenGui2:WaitForChild(ha .. "Free_HKLP7J8KL53VPXT") -- Toggle GUI TextButton2.MouseButton1Click:Connect(function() Frameeeee2.Visible = not Frameeeee2.Visible end) local function createButton(text, pos, callback) local button = Instance.new("TextButton") button.Size = UDim2.new(0, 100, 0, 50) button.Name = ha .. "Free_P4L6ST1NE" button.Position = pos button.Text = text button.BackgroundColor3 = Color3.fromRGB(255, 0, 0) button.TextColor3 = Color3.new(1, 1, 1) button.Parent = Frameeeee2 button.TextScaled = true local kk = Instance.new("UICorner", button) kk.CornerRadius = UDim.new(0, 8) button.MouseButton1Click:Connect(callback) return button end -- Tombol close createButton("Close", UDim2.new(0, 8, 0, 8), function() screenGui2:Destroy() end) createButton("teleport all to checkpoint", UDim2.new(0, 08, 0, 108), function() local player = game.Players.LocalPlayer local character = player.Character or player.CharacterAdded:Wait() local hrp = character:WaitForChild("HumanoidRootPart") local checkpoints = workspace:WaitForChild("Checkpoints") -- Fungsi untuk memicu touch interest Roblox (sentuh asli) local function Touch(part) firetouchinterest(hrp, part, 0) -- Sentuh task.wait(0.05) firetouchinterest(hrp, part, 1) -- Lepas end for i = 1, 100 do local checkpoint = checkpoints:FindFirstChild(tostring(i)) if checkpoint and checkpoint:IsA("BasePart") then -- Teleport ke checkpoint hrp.CFrame = checkpoint.CFrame + Vector3.new(0, 3, 0) -- Panggil touch interest agar sistem checkpoint mendeteksi Touch(checkpoint) task.wait(0.005) -- Delay kecil supaya aman end end end) createButton("teleport all to checpoint [FAST]", UDim2.new(0, 08, 0, 208), function() local player = game.Players.LocalPlayer local character = player.Character or player.CharacterAdded:Wait() local hrp = character:WaitForChild("HumanoidRootPart") local checkpoints = workspace:WaitForChild("Checkpoints") -- Fungsi untuk memicu touch interest Roblox (sentuh asli) local function Touch(part) firetouchinterest(hrp, part, 0) -- Sentuh task.wait(0.000012) firetouchinterest(hrp, part, 1) -- Lepas end for i = 0, 100 do local checkpoint = checkpoints:FindFirstChild(tostring(i)) if checkpoint and checkpoint:IsA("BasePart") then -- Teleport ke checkpoint hrp.CFrame = checkpoint.CFrame + Vector3.new(0, 2.1, 0) -- Panggil touch interest agar sistem checkpoint mendeteksi Touch(checkpoint) task.wait(0.000002) -- Delay kecil supaya aman end end end) createButton(" rebirght 10x", UDim2.new(0, 08, 0, 308), function() for g = 1, 10 do game:GetService("ReplicatedStorage").Rebirth:FireServer() end end) createButton("Free skips", UDim2.new(0, 108, 0, 108), function() for g = 1, 10 do local args = { [1] = "+" } game:GetService("ReplicatedStorage").FreeSkip:FireServer(unpack(args)) end end) createButton("Free Coin lol", UDim2.new(0, 108, 0, 208), function() local args = { [1] = "Halo", [2] = "HEHE BYPASSING.......", [3] = -1000000000, [4] = "1" } game:GetService("ReplicatedStorage").BuyCoinsItem:FireServer(unpack(args)) end) createButton("rebitbs 100X", UDim2.new(0, 108, 0, 308), function() local args = { [1] = "100" } game:GetService("ReplicatedStorage").Rebirth:FireServer(unpack(args)) end)