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("b̸͔̳̬̘̤̼̥͒̇̎͗̍̀̍̿a̵̖̯̺̳͙̥̗̞͓̎͂̃̾͂̌͝ç̴̣̣̪̭̩̌̉̿̇o̷̬͂̿͗̉͒̑̊ṉ̶̱͐̂̕͜ḧ̷̩̝͉́̀́̔̍̑̈́̐͘͝ą̶̝̱̜̜͔̜͊͝ͅc̴͖̬̮̭̺̠̼͙̎̀̌̆̎͜k̵̘͖̝̩̥͖̪̀́̚̚͠͝_̴̳̭͎̩̥͖̿̓̓̋͜2̷͙̹͔͈͂́̚6̶̫͖̪͔͈̏̅͌͝ ̴̦̩͕̎̀̈́̎ḩ̸͎͉͍͕̞̱͎̻̰́ū̵͎̹̟̫͎̉̎͌̈́͗̋b̸̢͖͖̳̞̜́͊̃̉̆ͅ","FIELD TRIP Z",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 DONUT", function()
- local A_1 = "PICKUP_ITEM"
- local A_2 = "Donut"
- local Event = game:GetService("ReplicatedStorage").NetworkEvents.RemoteFunction
- Event:InvokeServer(A_1, A_2)
- end)
- tab:Line()
- tab:Button("Get Bandage", function()
- local A_1 = "PICKUP_ITEM"
- local A_2 = "Bandage"
- local Event = game:GetService("ReplicatedStorage").NetworkEvents.RemoteFunction
- Event:InvokeServer(A_1, A_2)
- end)
- tab:Line()
- tab:Button("Get Medkit", function()
- local A_1 = "PICKUP_ITEM"
- local A_2 = "MedKit"
- local Event = game:GetService("ReplicatedStorage").NetworkEvents.RemoteFunction
- Event:InvokeServer(A_1, A_2)
- end)
- local label = tab:Label("Label", properties)
- label:NewLabel("GODMODE", properties)
- tab:Line()
- tab:Button("Godmode", function()
- _G.Heal = true
- while _G.Heal do
- wait(0.1)
- local A_1 = "HEAL_PLAYER"
- local A_2 = game:GetService("Players").LocalPlayer
- local A_3 = 999999999
- local Event = game:GetService("ReplicatedStorage").NetworkEvents.RemoteFunction
- Event:InvokeServer(A_1, A_2, A_3)
- wait(0.1)
- end
- end)
- tab:Line()
- tab:Button("Remove Godmode", function()
- _G.Heal = false
- while _G.Heal do
- wait(0.1)
- local A_1 = "HEAL_PLAYER"
- local A_2 = game:GetService("Players").LocalPlayer
- local A_3 = 999999999
- local Event = game:GetService("ReplicatedStorage").NetworkEvents.RemoteFunction
- Event:InvokeServer(A_1, A_2, A_3)
- wait(0.1)
- end
- end)
- local label = tab:Label("Label", properties)
- label:NewLabel("FLY")
- tab:Line()
- tab:Button("Fly", function()
- if not IsOnMobile then
- NOFLY()
- wait()
- sFLY()
- else
- mobilefly(speaker)
- end
- if args[2] and isNumber(args[2]) then
- iyflyspeed = args[2]
- end
- end)
- tab:Line()
- tab:Button("REMOVE FLY", function()
- if not IsOnMobile then NOFLY() else unmobilefly(speaker) end
- end
- local toggle = tab:Toggle("FB/FULLBRIGHT", false, function(val)
- if brightLoop then
- brightLoop:Disconnect()
- end
- local function brightFunc()
- Lighting.Brightness = 2
- Lighting.ClockTime = 14
- Lighting.FogEnd = 100000
- Lighting.GlobalShadows = false
- Lighting.OutdoorAmbient = Color3.fromRGB(128, 128, 128)
- end
- brightLoop = RunService.RenderStepped:Connect(brightFunc)
- lib:Nof("FB|ACT", 3)
- else
- if brightLoop then
- brightLoop:Disconnect()
- end
- lib:Nof("FB|DE ACT", 3)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement