Advertisement
BinaricHi

Script

Mar 19th, 2024
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | Gaming | 0 0
  1. local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
  2. local Window = Library.CreateLib("binaric", "DarkTheme")
  3. local Tab = Window:NewTab("Main")
  4. local Section = Tab:NewSection("Main")
  5. Section:NewButton("Fling All", "Flinging Everone", function()
  6. loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Fe-fling-all-10553"))()
  7. end)
  8. Section:NewButton("Touch Fling", "Works on r6 games only", function()
  9. -- discord.gg/G4nhhKFyyw
  10. _G.KeyCode = "E"
  11. loadstring(game:HttpGet("https://shattered-gang.lol/scripts/fe/touch_fling.lua"))()
  12. end)
  13. Section:NewButton("Disco", "Cool Epic Disco", function()
  14. while true do
  15. wait(0.5)
  16. game.Lighting.Ambient = Color3.new(math.random(), math.random(), math.random())
  17. game.Lighting.ColorShift_Top = Color3.new(math.random(), math.random(), math.random())
  18. game.Lighting.ColorShift_Bottom = Color3.new(math.random(), math.random(), math.random())
  19. game.Lighting.ShadowColor = Color3.new(math.random(), math.random(), math.random())
  20. end
  21. end)
  22. Section:NewButton("Admin", "Tap on the (na) then Prefix (:)or(;)", function()
  23. loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Nameless-Admin-no-byfron-ui-11288"))()
  24. end)
  25. -- the real is byfronded this is v2
  26. Section:NewButton("Infinite yield", "Sucks", function()
  27. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  28. end)
  29. -- update soon!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement