Ameno__GodOH

Mandy HS

Sep 7th, 2024
491
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. _Hawk = "ohhahtuhthttouttpwuttuaunbotwo"
  2. local Hawk = loadstring(game:HttpGet("https://raw.githubusercontent.com/TheHanki/HawkHUB/main/LibSources/HawkLib.lua", true))()
  3.  
  4. local Window = Hawk:Window({
  5. ScriptName = "Mandy HS",
  6. DestroyIfExists = true,
  7. Theme = "Dark"
  8. })
  9.  
  10. Window:Close({
  11. visibility = true,
  12. Callback = function()
  13. Window:Destroy()
  14. end,
  15. })
  16.  
  17. Window:Close({
  18. visibility = true,
  19. Callback = function()
  20. Window:Destroy()
  21. end,
  22. })
  23.  
  24. Window:Minimize({
  25. visibility = true,
  26. OpenButton = true,
  27. Callback = function()end,
  28. })
  29.  
  30. local tab1 = Window:Tab("Farm")
  31.  
  32. local newsec = tab1:Section("Farm Section")
  33. newsec:UpdateSection("")
  34.  
  35. newsec:Toggle("Auto Collect Boxes", false, function(Value)
  36. getgenv().AutoBoxes = Value
  37.  
  38. local Player = game:GetService("Players").LocalPlayer
  39. local Boxes = workspace.Map.itemSpawnner.Box
  40.  
  41. while getgenv().AutoBoxes and task.wait(1) do
  42. for _,Box in ipairs(Boxes:GetChildren()) do
  43. if #Box:GetChildren() > 0 then
  44. while Box:FindFirstChild("Box") and getgenv().AutoBoxes do
  45. if Player.Character and Player.Character.PrimaryPart then
  46. Player.Character.PrimaryPart.CFrame = Box.CFrame
  47. fireproximityprompt(Box.Box.Base.ProximityPrompt)
  48. end
  49. task.wait()
  50. end
  51. end
  52. end
  53. end
  54. end)
  55.  
  56. local tab2 = Window:Tab("Misc")
  57.  
  58. local newsec = tab2:Section("Misc section")
  59. newsec:UpdateSection("")
  60.  
  61. local button = newsec:Button("Joestar secret technique","(movespeed)",function()
  62. game.Players.LocalPlayer.Character.movementFolder.Value:SetAttribute("Speed", 200)
  63. end)
  64.  
  65. local button = newsec:Button("My Discord","copy to clipboard",function()
  66. setclipboard("https://discord.gg/TCaHMFFKwJ")
  67. end)
Advertisement
Add Comment
Please, Sign In to add comment