Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Config = {
- WindowName = "Eq Hub",
- Color = Color3.fromRGB(255,0,0),
- Keybind = Enum.KeyCode.RightBracket
- }
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/AlexR32/Bracket/main/BracketV3.lua"))()
- local Window = Library:CreateWindow(Config, game:GetService("CoreGui"))
- local Tab1 = Window:CreateTab("all script (but not give some script)")
- local Section1 = Tab1:CreateSection("script")local Section2 = Tab1:CreateSection("script doors")
- local Toggle1 = Section1:CreateToggle("1.4 upd script", nil, function(State)
- shared.toggle = State
- if shared.toggle then
- loadstring(game:HttpGet("https://raw.githubusercontent.com/REALEQHUB/ez/main/Fix%201.4"))()
- end
- end)
- local Toggle2 = Section1:CreateToggle("Auto Farm Block Race🏎 script", nil, function(State) shared.toggle = State
- if shared.toggle then
- loadstring(game:HttpGet("https://gist.githubusercontent.com/FXDoGXD/cd8ba1eadcb70e1571bfaed74fffcf7b/raw/720525f2ff4f58e188a2717c6af5d7739ff869f0/eaz",true))()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement