Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
- local Window = Library.CreateLib("binaric", "DarkTheme")
- local Tab = Window:NewTab("Main")
- local Section = Tab:NewSection("Main")
- Section:NewButton("Fling All", "Flinging Everone", function()
- loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Fe-fling-all-10553"))()
- end)
- Section:NewButton("Touch Fling", "Works on r6 games only", function()
- -- discord.gg/G4nhhKFyyw
- _G.KeyCode = "E"
- loadstring(game:HttpGet("https://shattered-gang.lol/scripts/fe/touch_fling.lua"))()
- end)
- Section:NewButton("Disco", "Cool Epic Disco", function()
- while true do
- wait(0.5)
- game.Lighting.Ambient = Color3.new(math.random(), math.random(), math.random())
- game.Lighting.ColorShift_Top = Color3.new(math.random(), math.random(), math.random())
- game.Lighting.ColorShift_Bottom = Color3.new(math.random(), math.random(), math.random())
- game.Lighting.ShadowColor = Color3.new(math.random(), math.random(), math.random())
- end
- end)
- Section:NewButton("Admin", "Tap on the (na) then Prefix (:)or(;)", function()
- loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Nameless-Admin-no-byfron-ui-11288"))()
- end)
- -- the real is byfronded this is v2
- Section:NewButton("Infinite yield", "Sucks", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end)
- -- update soon!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement