Advertisement
NoTextForSpeech

mega boss survival

Mar 2nd, 2024 (edited)
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 11.58 KB | None | 0 0
  1. --CREDIT RayField
  2. -- By falsecommits
  3. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  4.  
  5.  
  6. local Window = Rayfield:CreateWindow({
  7.     Name = "MEGA Boss Survival",
  8.     LoadingTitle = "MEGA Boss Survival",
  9.     LoadingSubtitle = "by falsecommits",
  10.     ConfigurationSaving = {
  11.         Enabled = false,
  12.         FolderName = nil,
  13.         FileName = "Big Hub"   
  14. },
  15. })
  16.  
  17. Rayfield:Notify({
  18.     Title = "🔴MIGHT HAVE TO CLICK BUTTONS A FEW TIMES!!",
  19.     Content = "Some Buttons May not Work, Make sure to REFRESH your inventory!",
  20.     Duration = 6.5,
  21.     Image = nil,
  22.     Actions = { -- Notification Buttons
  23.        Ignore = {
  24.           Name = "Okay!",
  25.           Callback = function()
  26.           print("The user tapped Okay!")
  27.        end
  28.     },
  29.  },
  30.  })
  31.  
  32.  Rayfield:Notify({
  33.     Title = "🔴EQUIP ALL ITEMS BEFORE LEAVING!!",
  34.     Content = "If you don't you will lose them all!",
  35.     Duration = 6.5,
  36.     Image = nil,
  37.     Actions = { -- Notification Buttons
  38.        Ignore = {
  39.           Name = "Okay!",
  40.           Callback = function()
  41.           print("The user tapped Okay!")
  42.        end
  43.     },
  44.  },
  45.  })
  46.  
  47. local MainTab = Window:CreateTab("🏠| Main", nil)
  48. local MainSection = MainTab:CreateSection("⚔️| Weapons")
  49.  
  50. local Button = MainTab:CreateButton({
  51.     Name = "Cosmic Sword | EQUIP TO SAVE",
  52.     Callback = function()
  53.         game:GetService("ReplicatedStorage").Badge:FireServer("Cosmic Godsword", true)
  54.     end,
  55.  })
  56.  
  57. local Button = MainTab:CreateButton({
  58.     Name = "Crimson Energy Bomb | EQUIP TO SAVE",
  59.     Callback = function()
  60.         game:GetService("ReplicatedStorage").Badge:FireServer("Crimson Energy Bomb", true)
  61.     end,
  62.  })
  63.  
  64. local Button = MainTab:CreateButton({
  65.     Name = "Data loss Dragon | EQUIP TO SAVE",
  66.     Callback = function()
  67.         game:GetService("ReplicatedStorage").Badge:FireServer("Corruption Dragon", true)
  68.     end,
  69.  })
  70.  
  71. local Button = MainTab:CreateButton({
  72.     Name = "Beast Potion | EQUIP TO SAVE",
  73.     Callback = function()
  74.         game:GetService("ReplicatedStorage").Badge:FireServer("Beast Potion", true)
  75.     end,
  76.  })
  77.  
  78. local Button = MainTab:CreateButton({
  79.     Name = "DIVINE IRON MAN SUIT | EQUIP TO SAVE",
  80.     Callback = function()
  81.         game:GetService("ReplicatedStorage").Badge:FireServer("DIVINE IRON MAN SUIT", true)
  82.     end,
  83.  })
  84.  
  85.  local Button = MainTab:CreateButton({
  86.     Name = "Mark XXX Iron Man Suit | EQUIP TO SAVE",
  87.     Callback = function()
  88.         game:GetService("ReplicatedStorage").Badge:FireServer("Mark XXX SUIT", true)
  89.     end,
  90.  })
  91.  
  92. local Button = MainTab:CreateButton({
  93.     Name = "Dark Energy Bomb | EQUIP TO SAVE",
  94.     Callback = function()
  95.         game:GetService("ReplicatedStorage").Badge:FireServer("Dark Energy Bomb", true)
  96.     end,
  97.  })
  98.  
  99. local Button = MainTab:CreateButton({
  100.     Name = "Death Trident | EQUIP TO SAVE",
  101.     Callback = function()
  102.         game:GetService("ReplicatedStorage").Badge:FireServer("Death Trident", true)
  103.     end,
  104.  })
  105.  
  106. local Button = MainTab:CreateButton({
  107.     Name = "Dragon Sword & Shield | EQUIP TO SAVE",
  108.     Callback = function()
  109.         game:GetService("ReplicatedStorage").Badge:FireServer("Dragon Sword&Shield", true)
  110.     end,
  111.  })
  112.  
  113. local Button = MainTab:CreateButton({
  114.     Name = "Easter Magical Sword | EQUIP TO SAVE",
  115.     Callback = function()
  116.         game:GetService("ReplicatedStorage").Badge:FireServer("Easter Magical Sword", true)
  117.     end,
  118.  })
  119.  
  120. local Button = MainTab:CreateButton({
  121.     Name = "Emerald Spellbook of the Gods | EQUIP TO SAVE",
  122.     Callback = function()
  123.         game:GetService("ReplicatedStorage").Badge:FireServer("Emerald Spellbook of the Gods", true)
  124.     end,
  125.  })
  126.  
  127. local Button = MainTab:CreateButton({
  128.     Name = "Energy Bomb | EQUIP TO SAVE",
  129.     Callback = function()
  130.         game:GetService("ReplicatedStorage").Badge:FireServer("Energy Bomb", true)
  131.     end,
  132.  })
  133.  
  134. local Button = MainTab:CreateButton({
  135.     Name = "Festive Magical Sword | EQUIP TO SAVE",
  136.     Callback = function()
  137.         game:GetService("ReplicatedStorage").Badge:FireServer("Festive Magical Sword", true)
  138.     end,
  139.  })
  140.  
  141. local Button = MainTab:CreateButton({
  142.     Name = "Pumpkin Mech | EQUIP TO SAVE",
  143.     Callback = function()
  144.         game:GetService("ReplicatedStorage").Badge:FireServer("Pumpkin Mech", true)
  145.     end,
  146.  })
  147.  
  148. local Button = MainTab:CreateButton({
  149.     Name = "Star Hammer | EQUIP TO SAVE",
  150.     Callback = function()
  151.         game:GetService("ReplicatedStorage").Badge:FireServer("Star Hammer", true)
  152.     end,
  153.  })
  154.  
  155. local Button = MainTab:CreateButton({
  156.     Name = "Super Energy Bomb | EQUIP TO SAVE",
  157.     Callback = function()
  158.         game:GetService("ReplicatedStorage").Badge:FireServer("Super Energy Bomb", true)
  159.     end,
  160.  })
  161.  
  162. local Button = MainTab:CreateButton({
  163.     Name = "Wormhole Gun | EQUIP TO SAVE",
  164.     Callback = function()
  165.         game:GetService("ReplicatedStorage").Badge:FireServer("Wormhole Gun", true)
  166.     end,
  167.  })
  168.  
  169. local Button = MainTab:CreateButton({
  170.     Name = "Zombie Mech | EQUIP TO SAVE",
  171.     Callback = function()
  172.         game:GetService("ReplicatedStorage").Badge:FireServer("Zombie Mech", true)
  173.     end,
  174.  })
  175.  
  176. local Button = MainTab:CreateButton({
  177.     Name = "Holiday Hydra | EQUIP TO SAVE",
  178.     Callback = function()
  179.         game:GetService("ReplicatedStorage").Badge:FireServer("Holiday Hydra", true)
  180.     end,
  181.  })
  182.  
  183. local Button = MainTab:CreateButton({
  184.     Name = "Crimson Typhoon | EQUIP TO SAVE",
  185.     Callback = function()
  186.         game:GetService("ReplicatedStorage").Badge:FireServer("Crimson Typhoon", true)
  187.     end,
  188.  })
  189.  
  190. local Button = MainTab:CreateButton({
  191.     Name = "Ghost Mech | EQUIP TO SAVE",
  192.     Callback = function()
  193.         game:GetService("ReplicatedStorage").Badge:FireServer("Ghost Mech", true)
  194.     end,
  195.  })
  196.  
  197. local Button = MainTab:CreateButton({
  198.     Name = "Soldier Army | EQUIP TO SAVE",
  199.     Callback = function()
  200.         game:GetService("ReplicatedStorage").Badge:FireServer("Soldier Army", true)
  201.     end,
  202.  })
  203.  
  204.  local Button = MainTab:CreateButton({
  205.     Name = "Titan Mech | EQUIP TO SAVE",
  206.     Callback = function()
  207.         game:GetService("ReplicatedStorage").Badge:FireServer("Titan Mech", true)
  208.     end,
  209.  })
  210.  
  211.  local Button = MainTab:CreateButton({
  212.     Name = "Poseidon Mech | EQUIP TO SAVE",
  213.     Callback = function()
  214.         game:GetService("ReplicatedStorage").Badge:FireServer("Poseidon Mech", true)
  215.     end,
  216.  })
  217.  
  218.  local Button = MainTab:CreateButton({
  219.     Name = "Mini Mech | EQUIP TO SAVE",
  220.     Callback = function()
  221.         game:GetService("ReplicatedStorage").Badge:FireServer("Mini Mech", true)
  222.     end,
  223.  })
  224.  
  225.  local Button = MainTab:CreateButton({
  226.     Name = "Spider Mech | EQUIP TO SAVE",
  227.     Callback = function()
  228.         game:GetService("ReplicatedStorage").Badge:FireServer("Spider Mech", true)
  229.     end,
  230.  })
  231.  
  232.  local Button = MainTab:CreateButton({
  233.     Name = "Witch Mech | EQUIP TO SAVE",
  234.     Callback = function()
  235.         game:GetService("ReplicatedStorage").Badge:FireServer("Witch Mech", true)
  236.     end,
  237.  })
  238.  
  239.  local Button = MainTab:CreateButton({
  240.     Name = "Emerald Mech | EQUIP TO SAVE",
  241.     Callback = function()
  242.         game:GetService("ReplicatedStorage").Badge:FireServer("Emerald Mech", true)
  243.     end,
  244.  })
  245.  
  246.  local Button = MainTab:CreateButton({
  247.     Name = "Ghost Kraken Mech | EQUIP TO SAVE",
  248.     Callback = function()
  249.         game:GetService("ReplicatedStorage").Badge:FireServer("Ghost Kraken Mech", true)
  250.     end,
  251.  })
  252.  
  253.  local Button = MainTab:CreateButton({
  254.     Name = "Submarine Mech | EQUIP TO SAVE",
  255.     Callback = function()
  256.         game:GetService("ReplicatedStorage").Badge:FireServer("Submarine Mech", true)
  257.     end,
  258.  })
  259.  
  260.  local Button = MainTab:CreateButton({
  261.     Name = "Heavy Mech | EQUIP TO SAVE",
  262.     Callback = function()
  263.         game:GetService("ReplicatedStorage").Badge:FireServer("Heavy Mech", true)
  264.     end,
  265.  })
  266.  
  267.  local Button = MainTab:CreateButton({
  268.     Name = "Shadow Mech | EQUIP TO SAVE",
  269.     Callback = function()
  270.         game:GetService("ReplicatedStorage").Badge:FireServer("Shadow Mech", true)
  271.     end,
  272.  })
  273.  
  274.  local Button = MainTab:CreateButton({
  275.     Name = "Void Mech | EQUIP TO SAVE",
  276.     Callback = function()
  277.         game:GetService("ReplicatedStorage").Badge:FireServer("Void Mech", true)
  278.     end,
  279.  })
  280.  
  281.  local Button = MainTab:CreateButton({
  282.     Name = "Striker Eureka | EQUIP TO SAVE",
  283.     Callback = function()
  284.         game:GetService("ReplicatedStorage").Badge:FireServer("Striker Eureka", true)
  285.     end,
  286.  })
  287.  
  288.  local Button = MainTab:CreateButton({
  289.     Name = "Cosmic Energy Bomb | EQUIP TO SAVE",
  290.     Callback = function()
  291.         game:GetService("ReplicatedStorage").Badge:FireServer("Cosmic Energy Bomb", true)
  292.     end,
  293.  })
  294.  
  295.  local Button = MainTab:CreateButton({
  296.     Name = "The Abigail | EQUIP TO SAVE",
  297.     Callback = function()
  298.         game:GetService("ReplicatedStorage").Badge:FireServer("The Abigail", true)
  299.     end,
  300.  })
  301.  
  302.  local Button = MainTab:CreateButton({
  303.     Name = "Super Human Potion | EQUIP TO SAVE",
  304.     Callback = function()
  305.         game:GetService("ReplicatedStorage").Badge:FireServer("Super Human Potion", true)
  306.     end,
  307.  })
  308.  
  309.  local Button = MainTab:CreateButton({
  310.     Name = "Rideable Zombie Dinosaur | EQUIP TO SAVE",
  311.     Callback = function()
  312.         game:GetService("ReplicatedStorage").Badge:FireServer("Rideable Zombie Dinosaur", true)
  313.     end,
  314.  })
  315.  
  316.  local Button = MainTab:CreateButton({
  317.     Name = "Ultrablade | EQUIP TO SAVE",
  318.     Callback = function()
  319.         game:GetService("ReplicatedStorage").Badge:FireServer("Ultrablade", true)
  320.     end,
  321.  })
  322.  
  323.  local Button = MainTab:CreateButton({
  324.     Name = "Throwing Bolts | EQUIP TO SAVE",
  325.     Callback = function()
  326.         game:GetService("ReplicatedStorage").Badge:FireServer("Throwing Bolts", true)
  327.     end,
  328.  })
  329.  
  330.  local Button = MainTab:CreateButton({
  331.     Name = "Rainbow Energy Bomb | EQUIP TO SAVE",
  332.     Callback = function()
  333.         game:GetService("ReplicatedStorage").Badge:FireServer("Rainbow Energy Bomb", true)
  334.     end,
  335.  })
  336.  
  337.  local Button = MainTab:CreateButton({
  338.     Name = "Divine Train | EQUIP TO SAVE",
  339.     Callback = function()
  340.         game:GetService("ReplicatedStorage").Badge:FireServer("Divine Train", true)
  341.     end,
  342.  })
  343.  
  344.  local Button = MainTab:CreateButton({
  345.     Name = "Divine Shield | EQUIP TO SAVE",
  346.     Callback = function()
  347.         game:GetService("ReplicatedStorage").Badge:FireServer("Divine Shield", true)
  348.     end,
  349.  })
  350.  
  351.  local Button = MainTab:CreateButton({
  352.     Name = "Demonic Shield | EQUIP TO SAVE",
  353.     Callback = function()
  354.         game:GetService("ReplicatedStorage").Badge:FireServer("Demonic Shield", true)
  355.     end,
  356.  })
  357.  
  358.  local Button = MainTab:CreateButton({
  359.     Name = "Angelic Dragon | EQUIP TO SAVE",
  360.     Callback = function()
  361.         game:GetService("ReplicatedStorage").Badge:FireServer("Angelic Dragon", true)
  362.     end,
  363.  })
  364.  
  365.  local Button = MainTab:CreateButton({
  366.     Name = "Rainbow Volt Bike | EQUIP TO SAVE",
  367.     Callback = function()
  368.         game:GetService("ReplicatedStorage").Badge:FireServer("Rainbow Volt Bike", true)
  369.     end,
  370.  })
  371.  
  372.  local Button = MainTab:CreateButton({
  373.     Name = "Walking Hotel Mech | EQUIP TO SAVE",
  374.     Callback = function()
  375.         game:GetService("ReplicatedStorage").Badge:FireServer("Walking Hotel Mech", true)
  376.     end,
  377.  })
  378.  
  379.  local Button = MainTab:CreateButton({
  380.     Name = "Viridian Smasher | EQUIP TO SAVE",
  381.     Callback = function()
  382.         game:GetService("ReplicatedStorage").Badge:FireServer("Viridian Smasher", true)
  383.     end,
  384.  })
  385.  
  386.  
  387.  local MainTab = Window:CreateTab("💀| Farming", nil)
  388. local MainSection = MainTab:CreateSection("AutoFarming")
  389.  
  390. local Button = MainTab:CreateButton({
  391.     Name = "🔢| SURVIVALS & POINT FARM + ANTI AFK",
  392.     Callback = function()
  393.         for _, v in next, getconnections(game:GetService("Players").LocalPlayer.Idled) do
  394.             v:Disable()
  395.     end
  396.    
  397.     local baseplate = Instance.new("Part")
  398.     baseplate.Parent = workspace
  399.     baseplate.Size = Vector3.new(100,5,100) -- change size
  400.     baseplate.Anchored = true
  401.     baseplate.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(-295.0075988769531, 50968.53515625, 6509.904296875) -- higher number for it to spawn higher
  402.     wait(1)
  403.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = baseplate.CFrame + Vector3.new(0,10,0)
  404.     end,
  405. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement