Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
- local Window = Rayfield:CreateWindow({
- Name = "LS | Lynch Syndicate",
- LoadingTitle = "Thankyou!",
- LoadingSubtitle = "by Lynch",
- ConfigurationSaving = {
- Enabled = true,
- FolderName = nil,
- FileName = "Lynch Syndicate"
- },
- Discord = {
- Enabled = false,
- Invite = "noinvitelink",
- RememberJoins = true
- },
- KeySystem = true,
- KeySettings = {
- Title = "LS | Lynch Syndicate",
- Subtitle = "Lynch Keys",
- Note = "Join to my discord to get key!",
- SaveKey = true,
- GrabKeyFromSite = true,
- Key = {"https://pastebin.com/raw/ayceZnw0"}
- }
- })
- local Tab = Window:CreateTab("🛠️Player Tools", 4483362458)
- local Button = Tab:CreateButton({
- Name = "Keyboard",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Fly",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/XNEOFF/FlyGuiV3/main/FlyGuiV3.txt"))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "DarkDex",
- Callback = function()
- loadstring(game:HttpGet("https://gist.githubusercontent.com/DinosaurXxX/b757fe011e7e600c0873f967fe427dc2/raw/ee5324771f017073fc30e640323ac2a9b3bfc550/dark%2520dex%2520v4"))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "infiniteyield",
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "FOV Changer",
- Callback = function()
- loadstring(game:HttpGet("https://pastebin.com/raw/2QDshrzT"))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "FE Dinosaur",
- Callback = function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/0Ben1/fe/main/obf_K2n31uc6t2wY5A8786eR4K15sgbUF0vdQ80a0LzgvLRkSNYd89H1AS3124gMR6SM.lua.txt'),true))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "FE Animation",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Animation-Hub/main/Animation%20Gui", true))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "No Clip",
- Callback = function()
- loadstring(game:HttpGet("https://pastebin.com/raw/pKV2Ys4E"))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Admin Command",
- Callback = function()
- loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Nameless-Admin-10833"))()
- end,
- })
- local Whitelist = {
- [1234567890] = true, -- Replace with the Roblox IDs of whitelisted users
- [9876543210] = true,
- [2468135790] = true
- }
- game.Players.PlayerAdded:Connect(function(player)
- if not Whitelist[player.UserId] then
- player:Kick("You are not whitelisted to play this game.")
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment