Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cal Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
- local Window = Rayfield:CreateWindow({
- Name = "VXPloit universal",
- LoadingTitle = "Loading . . .",
- LoadingSubtitle = "by VXPloit",
- ConfigurationSaving = {
- Enabled = false,
- FolderName = nil, -- Create a custom folder for your hub/game
- FileName = "Big Hub"
- },
- Discord = {
- Enabled = false,
- Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
- RememberJoins = true -- Set this to false to make them join the discord every time they load it up
- },
- KeySystem = true, -- Set this to true to use our key system
- KeySettings = {
- Title = "Key systeeeeeeeeeeeeeeeeem",
- Subtitle = "Key System",
- Note = "No method of obtaining the key is provided",
- FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
- SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
- GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
- 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")
- }
- })
- local Tab = Window:CreateTab("Home 🏠", 4483362458) -- Title, Image
- local Section = Tab:CreateSection("exploitin is fun")
- local Button = Tab:CreateButton({
- Name = "Noclip",
- Callback = function()
- loadstring(game:HttpGet('https://pastebin.com/raw/xJmxr7is'))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Infinte Jump 🏢",
- Callback = function()
- loadstring(game:HttpGet('https://pastebin.com/raw/843Tdvcy'))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Flash ||FAST!!|| ⚡",
- Callback = function()
- loadstring(game:HttpGet('https://pastebin.com/raw/erw5uXVs'))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Fly 🔥",
- Callback = function()
- loadstring(game:HttpGet('https://pastebin.com/raw/DX8zPzXe'))()
- end,
- })
- local Tab = Window:CreateTab("Other VXPloit stuff 🏠", 4483362458) -- Title, Image
- local Button = Tab:CreateButton({
- Name = "vxploit universal orignal [unpaid]",
- Callback = function()
- loadstring(game:HttpGet('https://pastebin.com/raw/D1cy56RL'))()
- end,
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement