Advertisement
Zwiebelle1301706

cool script

May 12th, 2024
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. cal Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  2.  
  3. local Window = Rayfield:CreateWindow({
  4. Name = "VXPloit universal",
  5. LoadingTitle = "Loading . . .",
  6. LoadingSubtitle = "by VXPloit",
  7. ConfigurationSaving = {
  8. Enabled = false,
  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 = "Key systeeeeeeeeeeeeeeeeem",
  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 = {"gainedaccesioarjusdo9ewhiofhds89rfzh8373987ur3fj90uhj"} -- 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("Home 🏠", 4483362458) -- Title, Image
  30. local Section = Tab:CreateSection("exploitin is fun")
  31.  
  32. local Button = Tab:CreateButton({
  33. Name = "Noclip",
  34. Callback = function()
  35. loadstring(game:HttpGet('https://pastebin.com/raw/xJmxr7is'))()
  36. end,
  37. })
  38.  
  39. local Button = Tab:CreateButton({
  40. Name = "Infinte Jump 🏢",
  41. Callback = function()
  42. loadstring(game:HttpGet('https://pastebin.com/raw/843Tdvcy'))()
  43. end,
  44. })
  45.  
  46. local Button = Tab:CreateButton({
  47. Name = "Flash ||FAST!!|| ⚡",
  48. Callback = function()
  49. loadstring(game:HttpGet('https://pastebin.com/raw/erw5uXVs'))()
  50. end,
  51. })
  52.  
  53. local Button = Tab:CreateButton({
  54. Name = "Fly 🔥",
  55. Callback = function()
  56. loadstring(game:HttpGet('https://pastebin.com/raw/DX8zPzXe'))()
  57. end,
  58. })
  59.  
  60. local Tab = Window:CreateTab("Other VXPloit stuff 🏠", 4483362458) -- Title, Image
  61.  
  62. local Button = Tab:CreateButton({
  63. Name = "vxploit universal orignal [unpaid]",
  64. Callback = function()
  65. loadstring(game:HttpGet('https://pastebin.com/raw/D1cy56RL'))()
  66. end,
  67. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement