Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if game.PlaceId == 2788229376 then
- local OrionLib = loadstring(game:HttpGet("https://raw.githubusercontent.com/shlexware/Orion/main/source"))()
- local Window = OrionLib:MakeWindow({
- Name = "SpookyHub (Dahood)",
- HidePremium = false,
- IntroText = "Welcome To SpookyHub",
- IntroIcon = "rbxassetid://11196639706",
- SaveConfig = true,
- ConfigFolder = "Spooooookyyyyy",
- })
- -- Values
- _G.godmode = true
- -- Functions
- function Godmode()
- local localPlayer = game:GetService("Players").LocalPlayer
- local localCharacter = localPlayer.Character
- localCharacter:FindFirstChildOfClass("Humanoid").Health = 0
- local newCharacter = localPlayer.CharacterAdded:Wait()
- local spoofFolder = Instance.new("Folder")
- spoofFolder.Name = "FULLY_LOADED_CHAR"
- spoofFolder.Parent = newCharacter
- newCharacter:WaitForChild("RagdollConstraints"):Destroy()
- local spoofValue = Instance.new("BoolValue", newCharacter)
- spoofValue.Name = "RagdollConstraints"
- local name = game.Players.LocalPlayer.Name
- local lol = game.Workspace:WaitForChild(name)
- local money = Instance.new("Folder", game.Players.LocalPlayer.Character)
- money.Name = "FULLY_LOADED_CHAR"
- lol.Parent = game.Workspace.Players
- game.Players.LocalPlayer.Character:WaitForChild("BodyEffects")
- game.Players.LocalPlayer.Character.BodyEffects.BreakingParts:Destroy()
- end
- function ChatSpy()
- loadstring(game:HttpGet(("https://raw.githubusercontent.com/SpookyIsntASkid/SpookyHub-Dahood-/main/Chat%20Spy"),true))()
- end
- -- Tabs
- local Home = Window:MakeTab({
- Name = "Home",
- Icon = "rbxassetid://11196639706",
- PremiumOnly = false,
- })
- local name = Home:AddLabel("Name: " .. game.Players.LocalPlayer.Name)
- local Main = Window:MakeTab({
- Name = "Main",
- Icon = "rbxassetid://11196639706",
- PremiumOnly = false,
- })
- -- Buttons
- Main:AddButton({
- Name = "Godmode",
- Callback = function(Value)
- _G.Godmode = Value
- Godmode()
- end,
- })
- Main:AddButton({
- Name = "Chat Spy",
- Callback = function(Value)
- _G.ChatSpy = Value
- ChatSpy()
- end,
- })
- OrionLib:Init()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement