BinaricHi

Untitled

Apr 5th, 2024 (edited)
73
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
  2. local Window = Library.CreateLib("fling all quick execute", "DarkTheme")
  3. local Tab = Window:NewTab("fling all")
  4. local Section = Tab:NewSection("thingy")
  5. Section:NewLabel("EZ WINS")
  6. Section:NewButton("Da fling all", "da fling hood LOL NERDS", function()
  7. loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Fe-fling-all-10553"))()
  8. end)
  9. Section:NewButton("disco", "ButtonInfo", function()
  10. while true do
  11. wait(0.5)
  12. game.Lighting.Ambient = Color3.new(math.random(), math.random(), math.random())
  13. game.Lighting.ColorShift_Top = Color3.new(math.random(), math.random(), math.random())
  14. game.Lighting.ColorShift_Bottom = Color3.new(math.random(), math.random(), math.random())
  15. game.Lighting.ShadowColor = Color3.new(math.random(), math.random(), math.random())
  16. end
  17. end)
  18. Section:NewButton("Change map", "ButtonInfo", function()
  19. --Made by SUPERSONIC GAMERZ
  20. while true do
  21. for _, part in ipairs(workspace:GetDescendants()) do
  22. if part:IsA("BasePart") then
  23. local r = math.random()
  24. local g = math.random()
  25. local b = math.random()
  26. part.BrickColor = BrickColor.new(Color3.new(r, g, b))
  27. end
  28. end
  29. wait(0.5)
  30. end
  31. end)
  32. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  33. loadstring(game:HttpGet(('https://pastefy.app/yumu499O/raw'),true))()
  34. print("this server is owned by me")
  35.  
  36.  
  37.  
Advertisement
Comments
Add Comment
Please, Sign In to add comment