Advertisement
fxdogxd

Test

Oct 9th, 2023
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. local Config = {
  2. WindowName = "Eq Hub",
  3. Color = Color3.fromRGB(255,0,0),
  4. Keybind = Enum.KeyCode.RightBracket
  5. }
  6.  
  7.  
  8.  
  9. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/AlexR32/Bracket/main/BracketV3.lua"))()
  10. local Window = Library:CreateWindow(Config, game:GetService("CoreGui"))
  11. local Tab1 = Window:CreateTab("all script (but not give some script)")
  12. local Section1 = Tab1:CreateSection("script")local Section2 = Tab1:CreateSection("script doors")
  13.  
  14. local Toggle1 = Section1:CreateToggle("1.4 upd script", nil, function(State)
  15. shared.toggle = State
  16. if shared.toggle then
  17.  
  18. loadstring(game:HttpGet("https://raw.githubusercontent.com/REALEQHUB/ez/main/Fix%201.4"))()
  19. end
  20. end)
  21. local Toggle2 = Section1:CreateToggle("Auto Farm Block Race🏎 script", nil, function(State) shared.toggle = State
  22. if shared.toggle then
  23.  
  24. loadstring(game:HttpGet("https://gist.githubusercontent.com/FXDoGXD/cd8ba1eadcb70e1571bfaed74fffcf7b/raw/720525f2ff4f58e188a2717c6af5d7739ff869f0/eaz",true))()
  25. end
  26. end)
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement