Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local lib = loadstring(game:HttpGet("https://raw.githubusercontent.com/acsu123/HOHO_H/main/hoho_lib.lua", true))()
- local win = lib:Window("powered by baconhack_26","Break In 2",Color3.new(0.333333, 0.666667, 1))
- local tab = win:Tab("Main")
- local label = tab:Label("Label", properties) --properties: {["Visible"] = flase}
- label:NewLabel("Main", properties)
- tab:Line()
- tab:Button("get golden apple", function()
- local function HealAllPlayers()
- UnequipAllTools()
- task.wait(.2)
- GiveItem("Golden Apple")
- task.wait(.5)
- LocalPlayer.Backpack:WaitForChild("GoldenApple").Parent = LocalPlayer.Character
- task.wait(.5)
- Events:WaitForChild("HealTheNoobs"):FireServer()
- end
- end)
- tab:Line()
- tab:Button("get pizza", function()
- local function HealYourself()
- GiveItem("Pizza")
- Events.Energy:FireServer(25, "Pizza")
- end
- end)
- tab:Line()
- tab:Button("kill enemies", function()
- print("clicked")
- end)
- local tab = win:Tab("Role")
- local label = tab:Label("Label", properties)
- label:NewLabel("This is only meant for lobby", properties)
- tab:Line()
- tab:Button("become hacker", function()
- game:GetService("ReplicatedStorage").RemoteEvents.OutsideRole:FireServer("Phone", true, false)
- end)
- tab:Line()
- tab:Button("become nerd kid", function()
- game:GetService("ReplicatedStorage").RemoteEvents.OutsideRole:FireServer("Book", true, false)
- end)
Advertisement
Advertisement