Back to Scripts
Program Hub OPEN SOURCE

Program Hub OPEN SOURCE

ScriptBlox
Free

Game: ๐Ÿง‘โ€๐Ÿ’ป [๐ŸŽƒ] Find the Hackers [161]

113 Views
0 Likes
1 Dislikes
ProgramHub

ProgramHub

offline

Features

๐Ÿง‘๐Ÿผโ€๐Ÿ’ป Auto Find All Hackers (OP) ๐ŸŽƒ Free Gamepasses (Beta) ๐Ÿ’€ Other..

Tags

Find the Find the hackers Find Hub Auto find

Script Code

local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/jensonhirst/Orion/main/source')))()

local Window = OrionLib:MakeWindow({Name = "Program Hub๐Ÿง‘๐Ÿผโ€๐Ÿ’ป | ๐Ÿง‘๐Ÿผโ€๐Ÿ’ป [๐ŸŽƒ] Find The Hackers [161]", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})

local Tab = Window:MakeTab({
	Name = "Free Gamepasses๐Ÿ’ฒ",
	Icon = "rbxassetid://4483345998",
	PremiumOnly = false
})

Tab:AddButton({
	Name = "Speed Coil",
	Callback = function()
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 32
end
})

Tab:AddButton({
	Name = "Gravity Coil",
	Callback = function()
game.Workspace.Gravity = 10
game.Players.LocalPlayer.Character.Humanoid.JumpPower = 350
  	end   
})

Tab:AddButton({
	Name = "Admin (OP) (IN PROCESS)",
	Callback = function()
print("soon")
  	end 
})




local Tab = Window:MakeTab({
	Name = "Deletingโš ๏ธ",
	Icon = "rbxassetid://4483345998",
	PremiumOnly = false
})

Tab:AddButton({
	Name = "Delete All Doors๐Ÿšช",
	Callback = function()
local aloneFolder = workspace:FindFirstChild("AlonePuzzle")
if aloneFolder then
    aloneFolder:Destroy()
end

local doorFolder = workspace:FindFirstChild("DoorPuzzle")
if doorFolder then
    doorFolder:Destroy()
end

local hammerFolder = workspace:FindFirstChild("HammerPuzzle")
if hammerFolder then
    hammerFolder:Destroy()
end
  	end   
})

Tab:AddButton({
	Name = "Delete Map๐ŸŒ",
	Callback = function()
local mapFolder = workspace:FindFirstChild("Map")
if mapFolder then
    mapFolder:Destroy()
end

local mapCloneFolder = workspace:FindFirstChild("MapClone")
if mapCloneFolder then
    mapCloneFolder:Destroy()
end
  	end   
})

local Tab = Window:MakeTab({
	Name = "Find Hackers (OP)๐Ÿ”ฅ",
	Icon = "rbxassetid://4483345998",
	PremiumOnly = false
})

Tab:AddButton({
	Name = "Auto Find All Hackersโญ",
	Callback = function()
local Players = game:GetService("Players")
local Workspace = game:GetService("Workspace")

local player = Players.LocalPlayer

while true do
    local character = player.Character
    if character then
        local humanoidRootPart = character:FindFirstChild("HumanoidRootPart")
        if humanoidRootPart then
            local hackersFolder = Workspace:FindFirstChild("Hackers")
            if hackersFolder then
                for _, model in pairs(hackersFolder:GetChildren()) do
                    if model:IsA("Model") then
                        local modelRoot = model:FindFirstChild("HumanoidRootPart") or model:FindFirstChild("Head")
                        if modelRoot then
                            humanoidRootPart.CFrame = modelRoot.CFrame + Vector3.new(0, 3, 0)
                            wait(0.5)
                        end
                    end
                end
            end
        end
    end
    wait(0.1)
end
end   
})


Tab:AddButton({
	Name = "Find monochromaticMan (Hardest)๐Ÿ˜Ž",
	Callback = function()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local root = character:WaitForChild("HumanoidRootPart")

local hackersFolder = workspace:FindFirstChild("Hackers")
if hackersFolder then
    local bloxWatch = hackersFolder:FindFirstChild("monochromatic Man")
    if bloxWatch then
        local bloxWatchPart = bloxWatch:FindFirstChild("HumanoidRootPart") or bloxWatch:FindFirstChildWhichIsA("BasePart")
        if bloxWatchPart then
            root.CFrame = bloxWatchPart.CFrame + Vector3.new(0, 3, 0)
        end
    end
end
  	end   
})

local Tab = Window:MakeTab({
	Name = "Other๐Ÿ’€",
	Icon = "rbxassetid://4483345998",
	PremiumOnly = false
})

Tab:AddButton({
	Name = "Destroy Gui๐Ÿง‘๐Ÿผโ€๐Ÿ’ป",
	Callback = function()
OrionLib:Destroy()
  	end   
})

OrionLib:Init()

Ratings & Reviews

No reviews yet. Be the first to review this script!

Comments (0)

Please login to comment

Login with Discord

Loading comments...