Advertisement
Mag1cpunch

GSHub

Apr 20th, 2023 (edited)
708
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 7.18 KB | Source Code | 0 1
  1. local Rayfield = loadstring(game:HttpGet('https://raw.githubusercontent.com/shlexware/Rayfield/main/source'))()
  2. local GSLib = loadstring(game:HttpGet("https://pastebin.com/raw/ZMSp04Y4"))()
  3. local Window = Rayfield:CreateWindow({
  4.    Name = "GS Hub",
  5.    LoadingTitle = "GLITCHSPLOIT HUB Is Loading...",
  6.    LoadingSubtitle = "by gLiTcH",
  7.    ConfigurationSaving = {
  8.       Enabled = true,
  9.       FolderName = GLITCHSPLOITConfiguration, -- Create a custom folder for your hub/game
  10.       FileName = "GSHub"
  11.    },
  12.    Discord = {
  13.       Enabled = false,
  14.       Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
  15.       RememberJoins = true -- Set this to false to make them join the discord every time they load it up
  16.    },
  17.    KeySystem = false, -- Set this to true to use our key system
  18.    KeySettings = {
  19.       Title = "Untitled",
  20.       Subtitle = "Key System",
  21.       Note = "No method of obtaining the key is provided",
  22.       FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
  23.       SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
  24.       GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
  25.       Key = {"Hello"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
  26.    }
  27. })
  28. --Tabs-------------------------------------------
  29. local Main = Window:CreateTab("Main", 4483362458)
  30. local Scripts = Window:CreateTab("Scripts", 4483362458)
  31. local Other = Window:CreateTab("Other", 4483362458)
  32. local Options = Window:CreateTab("Options", 4483362458)
  33. --Sections---------------------------------------
  34. local Universal = Main:CreateSection("Universal")
  35. local GameScripts = Scripts:CreateSection("Scripts")
  36. local OtherThings = Other:CreateSection("Other Things")
  37. local OptionsSection = Options:CreateSection("Configuration")
  38. -------------------------------------------------
  39. --Buttons----------------------------------------
  40. local ESP = Main:CreateButton({
  41.    Name = "ESP",
  42.    Callback = function()
  43.         loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/WRD%20ESP.txt"))()
  44.    end,
  45. })
  46. local Aimbot = Main:CreateButton({
  47.    Name = "Aimbot",
  48.    Callback = function()
  49.         loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/WRD%20Aimbot.txt"))()
  50.    end,
  51. })
  52. local Flashlight = Main:CreateButton({
  53.    Name = "Flashlight",
  54.    Callback = function()
  55.         loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/Human%20Flashlight.txt"))()
  56.    end,
  57. })
  58. local BTools = Main:CreateButton({
  59.    Name = "BTools",
  60.    Callback = function()
  61.         loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/BTools.txt"))()
  62.    end,
  63. })
  64. local InfYield = Main:CreateButton({
  65.    Name = "Infinite Yield",
  66.    Callback = function()
  67.         loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/Infinite%20Yield.txt"))()
  68.    end,
  69. })
  70. local RemoteSpy = Main:CreateButton({
  71.    Name = "Remote Spy",
  72.    Callback = function()
  73.       loadstring(game:HttpGet("https://pastebin.com/raw/bCghX33W",true))()
  74.    end,
  75. })
  76. local OwlHub = Scripts:CreateButton({
  77.    Name = "Owl Hub",
  78.    Callback = function()
  79.     GSLib:OwlHub()
  80.    end,
  81. })
  82. local EzHub = Scripts:CreateButton({
  83.    Name = "Ez Hub",
  84.    Callback = function()
  85.         loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/Ez%20Hub.txt"))()
  86.    end,
  87. })
  88. local DomainX = Scripts:CreateButton({
  89.    Name = "Domain Hub X",
  90.    Callback = function()
  91.       loadstring(game:HttpGet('https://shlex.dev/release/domainx/latest.lua',true))()
  92.    end,
  93. })
  94. local ShindoLifeGui = Scripts:CreateButton({
  95.    Name = "Shindo Life Gui(Very OP, Use at your own risk!)",
  96.    Callback = function()
  97.       loadstring(game:HttpGet("https://raw.githubusercontent.com/Xiovr/Roblox/main/SL.lua"))()
  98.    end,
  99. })
  100. local YBANoCD = Scripts:CreateButton({
  101.    Name = "YBA No Cooldown",
  102.    Callback = function()
  103.       loadstring(game:HttpGet("https://pastebin.com/raw/QgFZRSFn",true))()
  104.    end,
  105. })
  106. local BFGUI = Scripts:CreateButton({
  107.    Name = "Blox Fruits Gui(Very OP, Use at your own risk!)",
  108.    Callback = function()
  109.       loadstring(game:HttpGet"https://raw.githubusercontent.com/xQuartyx/DonateMe/main/ScriptLoader")()
  110.    end,
  111. })
  112. local JailbreakGUI = Scripts:CreateButton({
  113.    Name = "Jailbreak Gui(Very OP and working only on Krnl API or Synapse X if you buyed it)",
  114.    Callback = function()
  115.       loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/566aef40b1988287c14719ddfebdce0e.lua"))()
  116.    end,
  117. })
  118. local ArcaneOdyssey = Scripts:CreateButton({
  119.    Name = "Arcane Odyssey Gui",
  120.    Callback = function()
  121.       loadstring(game:HttpGet(("https://raw.githubusercontent.com/Aidez/arcane_odyssey/main/gui"),true))()
  122.    end,
  123. })
  124. local DaHood = Scripts:CreateButton({
  125.    Name = "Da Hood Gui(Very Op, Use at your own risk!)",
  126.    Callback = function()
  127.       loadstring(game:HttpGet("https://raw.githubusercontent.com/Zinzs/luascripting/main/canyoutellitsadahoodscriptornot.lua"))()
  128.    end,
  129. })
  130. local ArcaneOdysseyBestScript = Scripts:CreateButton({
  131.    Name = "Best Script On Arcane Odyssey(Gives you infinite bounty and currency, Very Op, Use at your own risk!)",
  132.    Callback = function()
  133.       loadstring(game:HttpGet(('https://raw.githubusercontent.com/Aidez/arcane_odyssey/main/infinite_bounty'),true))()
  134.    end,
  135. })
  136. local CombatWarriors = Scripts:CreateButton({
  137.    Name = "Combat Warriors Gui(Very Op, Use at your own risk!)",
  138.    Callback = function()
  139.       loadstring(game:HttpGet("https://raw.githubusercontent.com/leakediz/top-g/main/combat%20warriors"))()
  140.    end,
  141. })
  142. local BloxFruitsSecondGui = Scripts:CreateButton({
  143.    Name = "Blox Fruits Second Gui(Very Op, Use at your own risk!)",
  144.    Callback = function()
  145.       loadstring(game:HttpGet("https://pastebin.com/raw/afnQ14Wu",true))()
  146.    end,
  147. })
  148. local WatchDogsProfiler = Other:CreateButton({
  149.    Name = "Watch Dogs Profiler(Activates on keypad 8)",
  150.    Callback = function()
  151.       loadstring(game:HttpGet("https://pastebin.com/raw/KhLfB2WX",true))()
  152.    end,
  153. })
  154. local SynapseInternalUI = Other:CreateButton({
  155.    Name = "Synapse X Internal UI",
  156.    Callback = function()
  157.       loadstring(game:HttpGet("https://raw.githubusercontent.com/zzerexx/scripts/main/Internal_UI.lua", "Internal UI"))()
  158.    end,
  159. })
  160. local KillPlayer = Other:CreateButton({
  161.    Name = "Kill Player",
  162.    Callback = function()
  163.       GSLib:KillPlayer()
  164.    end,
  165. })
  166. local SlowTime = Other:CreateButton({
  167.    Name = "Toggle Time Slow",
  168.    Callback = function()
  169.       GSLib:ToggleTimeSlow
  170.    end,
  171. })
  172. local GodMode = Other:CreateButton({
  173.    Name = "Semi God Mode",
  174.    Callback = function()
  175.       GSLib:SemiGodMode
  176.    end,
  177. })
  178. local UnKick = Other:CreateButton({
  179.    Name = "UnKick(Removes the error message when you get kicked from the game its client-side)",
  180.    Callback = function()
  181.       loadstring(game:HttpGet("https://pastebin.com/raw/YxpuS0vX",true))()
  182.    end,
  183. })
  184. local Options = Options:CreateButton({
  185.    Name = "Destroy Hub",
  186.    Callback = function()
  187.       Rayfield:Destroy()
  188.    end,
  189. })
  190. --------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement