LazerBloxx

LynchYT

Jul 3rd, 2023
900
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.99 KB | None | 0 0
  1. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  2.  
  3. local Window = Rayfield:CreateWindow({
  4.    Name = "LS | Lynch Syndicate",
  5.    LoadingTitle = "Thankyou!",
  6.    LoadingSubtitle = "by Lynch",
  7.    ConfigurationSaving = {
  8.       Enabled = true,
  9.       FolderName = nil,
  10.       FileName = "Lynch Syndicate"
  11.    },
  12.    Discord = {
  13.       Enabled = false,
  14.       Invite = "noinvitelink",
  15.       RememberJoins = true
  16.    },
  17.    KeySystem = true,
  18.    KeySettings = {
  19.       Title = "LS | Lynch Syndicate",
  20.       Subtitle = "Lynch Keys",
  21.       Note = "Join to my discord to get key!",
  22.       SaveKey = true,
  23.       GrabKeyFromSite = true,
  24.       Key = {"https://pastebin.com/raw/ayceZnw0"}
  25.    }
  26. })
  27.  
  28. local Tab = Window:CreateTab("🛠️Player Tools", 4483362458)
  29.  
  30. local Button = Tab:CreateButton({
  31.    Name = "Keyboard",
  32.    Callback = function()
  33.    loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))()
  34.    end,
  35. })
  36.  
  37. local Button = Tab:CreateButton({
  38.    Name = "Fly",
  39.    Callback = function()
  40.    loadstring(game:HttpGet("https://raw.githubusercontent.com/XNEOFF/FlyGuiV3/main/FlyGuiV3.txt"))()
  41.    end,
  42. })
  43.  
  44. local Button = Tab:CreateButton({
  45.    Name = "DarkDex",
  46.    Callback = function()
  47.    loadstring(game:HttpGet("https://gist.githubusercontent.com/DinosaurXxX/b757fe011e7e600c0873f967fe427dc2/raw/ee5324771f017073fc30e640323ac2a9b3bfc550/dark%2520dex%2520v4"))()
  48.    end,
  49. })
  50.  
  51. local Button = Tab:CreateButton({
  52.    Name = "infiniteyield",
  53.    Callback = function()
  54.    loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  55.    end,
  56. })
  57.  
  58. local Button = Tab:CreateButton({
  59.    Name = "FOV Changer",
  60.    Callback = function()
  61.    loadstring(game:HttpGet("https://pastebin.com/raw/2QDshrzT"))()
  62.    end,
  63. })
  64.  
  65. local Button = Tab:CreateButton({
  66.    Name = "FE Dinosaur",
  67.    Callback = function()
  68.    loadstring(game:HttpGet(('https://raw.githubusercontent.com/0Ben1/fe/main/obf_K2n31uc6t2wY5A8786eR4K15sgbUF0vdQ80a0LzgvLRkSNYd89H1AS3124gMR6SM.lua.txt'),true))()
  69.    end,
  70. })
  71.  
  72. local Button = Tab:CreateButton({
  73.    Name = "FE Animation",
  74.    Callback = function()
  75.    loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Animation-Hub/main/Animation%20Gui", true))()
  76.    end,
  77. })
  78.  
  79. local Button = Tab:CreateButton({
  80.    Name = "No Clip",
  81.    Callback = function()
  82.    loadstring(game:HttpGet("https://pastebin.com/raw/pKV2Ys4E"))()
  83.    end,
  84. })
  85.  
  86. local Button = Tab:CreateButton({
  87.    Name = "Admin Command",
  88.    Callback = function()
  89.    loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Nameless-Admin-10833"))()
  90.    end,
  91. })
  92.  
  93. local Whitelist = {
  94.     [1234567890] = true,  -- Replace with the Roblox IDs of whitelisted users
  95.     [9876543210] = true,
  96.     [2468135790] = true
  97. }
  98.  
  99. game.Players.PlayerAdded:Connect(function(player)
  100.     if not Whitelist[player.UserId] then
  101.         player:Kick("You are not whitelisted to play this game.")
  102.     end
  103. end)
  104.  
Advertisement
Add Comment
Please, Sign In to add comment