Advertisement
gtnocayt

Ramdieme hub by GTNOCAYT

Jul 12th, 2023
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | Gaming | 0 0
  1. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  2.  
  3. local Window = Rayfield:CreateWindow({
  4. Name = "Ramdieme hub (universal)",
  5. LoadingTitle = "Loading Ramdieme hub",
  6. LoadingSubtitle = "by gtnocayt (on discord and yt)",
  7. ConfigurationSaving = {
  8. Enabled = false,
  9. FolderName = true, -- Create a custom folder for your hub/game
  10. FileName = "Ramdieme hub"
  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.  
  29. local MainTab = Window:CreateTab("Home", nil) -- Title, Image
  30. local MainSection = MainTab:CreateSection("Main")
  31.  
  32. Rayfield:Notify({
  33. Title = "Ramdieme hub has been executed!",
  34. Content = "have fun with this gui",
  35. Duration = 6.5,
  36. Image = 4483362458,
  37. Actions = { -- Notification Buttons
  38. Ignore = {
  39. Name = " n i c e !",
  40. Callback = function()
  41. print("The user tapped Okay!")
  42. end
  43. },
  44. },
  45. })
  46.  
  47. local Button = MainTab:CreateButton({
  48. Name = "Infinite yield",
  49. Callback = function()
  50. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  51. end,
  52. })
  53.  
  54. local Button = MainTab:CreateButton({
  55. Name = "GhostHub",
  56. Callback = function()
  57. --[[
  58. WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  59. ]]
  60. loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/GhostHub'))()
  61. end,
  62. })
  63.  
  64. local Button = MainTab:CreateButton({
  65. Name = "CanHub",
  66. Callback = function()
  67. --[[
  68. WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  69. ]]
  70. loadstring(game:HttpGet("https://raw.githubusercontent.com/stuffman0001/CanHub/main/Code"))()
  71. end,
  72. })
  73.  
  74. local Button = MainTab:CreateButton({
  75. Name = " The chosen one gui",
  76. Callback = function()
  77. --[[
  78. WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  79. ]]
  80. --Made by Kosovo#3784
  81. loadstring(game:HttpGet(("https://raw.githubusercontent.com/iamnotadog12/chosen-one/main/daddy"), true))()
  82. end,
  83. })
  84.  
  85. local Button = MainTab:CreateButton({
  86. Name = "Better roblox (BTR)",
  87. Callback = function()
  88. loadstring(game:HttpGet("https://eternityhub.xyz/BetterRoblox/Loader"))()
  89.  
  90. end,
  91. })
  92.  
  93. local Button = MainTab:CreateButton({
  94. Name = "goofy ah hub",
  95. Callback = function()
  96. loadstring(game:HttpGet('https://raw.githubusercontent.com/yeerma/1/main/the_greatest_script_ever_made'))()
  97. end,
  98. })
  99.  
  100. local MiscTab = Window:CreateTab("Misc", nil) -- Title, Image
  101. local Section = MiscTab:CreateSection("social")
  102. local Label = MiscTab:CreateLabel("https://discord.gg/5Phsjsjr5W")
  103. local Label = MiscTab:CreateLabel("https://www.youtube.com/channel/UCCm4Yx0kOW5oVrdxGE3hcGQ")
  104.  
  105. local Section = MiscTab:CreateSection("Random")
  106. local Label = MiscTab:CreateLabel("made by GTNOCAYT")
  107. local Label = MiscTab:CreateLabel("roblox username is ughStopbeamingMe788")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement