Advertisement
Zwiebelle1301706

Untitled

May 8th, 2024
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  2.  
  3. local Window = Rayfield:CreateWindow({
  4. Name = "Rayfield Example Window",
  5. LoadingTitle = "Rayfield Interface Suite",
  6. LoadingSubtitle = "by Sirius",
  7. ConfigurationSaving = {
  8. Enabled = true,
  9. FolderName = nil, -- Create a custom folder for your hub/game
  10. FileName = "Big 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 = true, -- Set this to true to use our key system
  18. KeySettings = {
  19. Title = "Wait? Are you a Human?",
  20. Subtitle = "Key System",
  21. Note = "DM:uweder1 on discord hell reply in udner 15 secs | CET",
  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 = {"KEY_VERRRIFICATIONACCES_3239d72398vvvv"} -- 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 Tab = Window:CreateTab("Teiyli hub", 4483362458) -- Title, Image
  30. local Section = Tab:CreateSection("exploting")
  31.  
  32. local Button = Tab:CreateButton({
  33. Name = "Button Example",
  34. Callback = function()
  35. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  36.  
  37. local Window = Rayfield:CreateWindow({
  38. Name = "Rayfield Example Window",
  39. LoadingTitle = "TEIYLI EXPLOIT HUB",
  40. LoadingSubtitle = "by teiyli",
  41. ConfigurationSaving = {
  42. Enabled = true,
  43. FolderName = nil, -- Create a custom folder for your hub/game
  44. FileName = "Big Hub"
  45. },
  46. Discord = {
  47. Enabled = false,
  48. Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
  49. RememberJoins = true -- Set this to false to make them join the discord every time they load it up
  50. },
  51. KeySystem = true, -- Set this to true to use our key system
  52. KeySettings = {
  53. Title = "Wait? Are you a Human?",
  54. Subtitle = "Key: IAINTAROBOT12345",
  55. Note = "DM:uweder1 now to join the server and you have the most brokene xploits",
  56. FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
  57. SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
  58. GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
  59. Key = {"IAINTAROBOT12345"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
  60. }
  61. })
  62. end,
  63. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement