Advertisement
Joey6555

zuf

Apr 14th, 2024 (edited)
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  2.  
  3. local Window = OrionLib:MakeWindow({Name = "Space Hub Blade Ball", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  4.  
  5. local Tab = Window:MakeTab({
  6. Name = "Brookhaven",
  7. Icon = "rbxassetid://4483345998",
  8. PremiumOnly = false
  9. })
  10.  
  11. local Section = Tab:AddSection({
  12. Name = "Brookhaven Hub"
  13. })
  14.  
  15. Tab:AddButton({
  16. Name = "Auto Parry V1",
  17. Callback = function()
  18. getgenv().config = getgenv().config or {
  19. hit_time = 0.5, -- // recommended 0.25 to 0.75 \ --
  20.  
  21. mode = 'Always', -- // Hold , Toggle , Always \ --
  22. deflect_type = 'Remote', -- // Key Press , Remote \ --
  23. notifications = true,
  24. keybind = Enum.KeyCode.V
  25. print("button pressed")
  26. end
  27. })
  28.  
  29. Tab:AddButton({
  30. Name = "Auto Parry V2",
  31. Callback = function()
  32. loadstring(game:HttpGet(('https://scriptblox.com/raw/Blade-Ball-Opensource-autoparry-8123'),true))()
  33. print("Logging Password")
  34. end
  35. })
  36.  
  37.  
  38. Tab:AddButton({
  39. Name = "Manual Spak",
  40. Callback = function()
  41. local gui, frame, button = Instance.new("ScreenGui", game.CoreGui), Instance.new("Frame"), Instance.new("TextButton")
  42. gui.ResetOnSpawn = false
  43. frame.Size, frame.Position, frame.BackgroundColor3, frame.BorderSizePixel, frame.Active, frame.Draggable, frame.Parent = UDim2.new(0, 150, 0, 75), UDim2.new(0, 10, 0, 10), Color3.new(0, 0, 0), 0, true, true, gui
  44. button.Text, button.Size, button.Position, button.BackgroundColor3, button.BorderColor3, button.BorderSizePixel, button.Font, button.TextColor3, button.TextSize, button.Parent = "Manual spam", UDim2.new(1, -20, 1, -20), UDim2.new(0, 10, 0, 10), Color3.new(0, 0, 0), Color3.new(), 2, Enum.Font.SourceSans, Color3.new(1, 1, 1), 16, frame
  45.  
  46. local activated = false
  47.  
  48. local function toggle()
  49. activated, button.Text = not activated, activated and "Off" or "On"
  50.  
  51. while activated do
  52. local args = {1.5, CFrame.new(-254.29, 112.14, -119.27) * CFrame.Angles(-2.03, 0.57, 2.31), {["2617721424"] = Vector3.new(-273.40, -724.80, -20.92)}, {910, 154}}
  53. game:GetService("ReplicatedStorage").Remotes.ParryAttempt:FireServer(unpack(args))
  54. game:GetService("RunService").Heartbeat:Wait()
  55. button.BorderColor3 = Color3.new(math.random(), math.random(), math.random())
  56. end
  57. end
  58. print("button pressed")
  59. end
  60. })
  61.  
  62. Tab:AddButton({
  63. Name = "Fps Booster",
  64. Callback = function()
  65. -- Made by RIP#6666
  66. _G.Settings = {
  67. Players = {
  68. ["Ignore Me"] = true, -- Ignore your Character
  69. ["Ignore Others"] = true -- Ignore other Characters
  70. },
  71. Meshes = {
  72. Destroy = false, -- Destroy Meshes
  73. LowDetail = true -- Low detail meshes (NOT SURE IT DOES ANYTHING)
  74. },
  75. Images = {
  76. Invisible = true, -- Invisible Images
  77. LowDetail = false, -- Low detail images (NOT SURE IT DOES ANYTHING)
  78. Destroy = false, -- Destroy Images
  79. },
  80. ["No Particles"] = true, -- Disables all ParticleEmitter, Trail, Smoke, Fire and Sparkles
  81. ["No Camera Effects"] = true, -- Disables all PostEffect's (Camera/Lighting Effects)
  82. ["No Explosions"] = true, -- Makes Explosion's invisible
  83. ["No Clothes"] = true, -- Removes Clothing from the game
  84. ["Low Water Graphics"] = true, -- Removes Water Quality
  85. ["No Shadows"] = true, -- Remove Shadows
  86. ["Low Rendering"] = true, -- Lower Rendering
  87. ["Low Quality Parts"] = true -- Lower quality parts
  88. }
  89. loadstring(game:HttpGet("https://raw.githubusercontent.com/CasperFlyModz/discord.gg-rips/main/FPSBooster.lua"))()
  90. print("button pressed")
  91. end
  92. })
  93.  
  94. Tab:AddButton({
  95. Name = "auto block with red circle",
  96. Callback = function()
  97. getgenv().visualizer = true
  98. loadstring(game:HttpGet("https://raw.githubusercontent.com/1f0yt/community/main/RedCircleBlock"))()
  99. print("button pressed")
  100. end
  101. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement