wlvs

oblivion hub v3

Nov 17th, 2024 (edited)
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  2.  
  3. Discord = {
  4. Enabled = false, -- Prompt the user to join your Discord server if their executor supports it
  5. Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
  6. RememberJoins = true -- Set this to false to make them join the discord every time they load it up
  7. },
  8.  
  9. KeySystem = false, -- Set this to true to use our key system
  10. KeySettings = {
  11. Title = "Untitled",
  12. Subtitle = "Key System",
  13. Note = "No method of obtaining the key is provided", -- Use this to tell the user how to get a key
  14. FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
  15. SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
  16. GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
  17. 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")
  18. }
  19. })
  20.  
  21. local mainTab = Window:CreateTab(":3", 17521886044290938) -- Title, Image
  22.  
  23. Rayfield:Notify({
  24. Title = "yey it worked",
  25. Content = "hi",
  26. Duration = 6.5,
  27. Image = 4483362458,
  28. Actions = { -- Notification Buttons
  29.  
  30. Ignore = { -- Duplicate this table (or remove it) to add and remove buttons to the notification.
  31. Name = "Okay!",
  32. Callback = function()
  33. print("The user tapped Okay!")
  34. end
  35. },
  36.  
  37. },
  38. })
  39.  
  40. local Button = mainTab:CreateButton({
  41. Name = "octospy",
  42. Callback = function()
  43. loadstring(game:HttpGet("https://raw.githubusercontent.com/InfernusScripts/Octo-Spy/refs/heads/main/Main.lua", true))()
  44. end,
  45. })
  46.  
  47. local mainTab = Window:CreateTab("main :3", 17521886044290938) -- Title, Image
  48.  
  49. local Button = mainTab:CreateButton({
  50. Name = "universal aimbot(team check off)",
  51. Interact = 'Click',
  52. Callback = function()
  53. loadstring(game:HttpGet("https://pastebin.com/raw/aHEV3rSK",true))()
  54. end,
  55. })
  56.  
  57. local Button = mainTab:CreateButton({
  58. Name = "universal aimbot(team check on)",
  59. Interact = 'Click',
  60. Callback = function()
  61. loadstring(game:HttpGet("https://pastebin.com/raw/y3xfw5ZR",true))()
  62. end,
  63. })
  64.  
  65. local Button = mainTab:CreateButton({
  66. Name = "roblox esp",
  67. Interact = 'Click',
  68. Callback = function()
  69. loadstring(game:HttpGet("https://pastebin.com/raw/DyMKPnX2",true))()
  70. end,
  71. })
Advertisement
Add Comment
Please, Sign In to add comment