Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _Hawk = "ohhahtuhthttouttpwuttuaunbotwo"
- local Hawk = loadstring(game:HttpGet("https://raw.githubusercontent.com/TheHanki/HawkHUB/main/LibSources/HawkLib.lua", true))()
- local Window = Hawk:Window({
- ScriptName = "Mandy HS",
- DestroyIfExists = true,
- Theme = "Dark"
- })
- Window:Close({
- visibility = true,
- Callback = function()
- Window:Destroy()
- end,
- })
- Window:Close({
- visibility = true,
- Callback = function()
- Window:Destroy()
- end,
- })
- Window:Minimize({
- visibility = true,
- OpenButton = true,
- Callback = function()end,
- })
- local tab1 = Window:Tab("Farm")
- local newsec = tab1:Section("Farm Section")
- newsec:UpdateSection("")
- newsec:Toggle("Auto Collect Boxes", false, function(Value)
- getgenv().AutoBoxes = Value
- local Player = game:GetService("Players").LocalPlayer
- local Boxes = workspace.Map.itemSpawnner.Box
- while getgenv().AutoBoxes and task.wait(1) do
- for _,Box in ipairs(Boxes:GetChildren()) do
- if #Box:GetChildren() > 0 then
- while Box:FindFirstChild("Box") and getgenv().AutoBoxes do
- if Player.Character and Player.Character.PrimaryPart then
- Player.Character.PrimaryPart.CFrame = Box.CFrame
- fireproximityprompt(Box.Box.Base.ProximityPrompt)
- end
- task.wait()
- end
- end
- end
- end
- end)
- local tab2 = Window:Tab("Misc")
- local newsec = tab2:Section("Misc section")
- newsec:UpdateSection("")
- local button = newsec:Button("Joestar secret technique","(movespeed)",function()
- game.Players.LocalPlayer.Character.movementFolder.Value:SetAttribute("Speed", 200)
- end)
- local button = newsec:Button("My Discord","copy to clipboard",function()
- setclipboard("https://discord.gg/TCaHMFFKwJ")
- end)
Advertisement
Add Comment
Please, Sign In to add comment