Advertisement
MrRage450

Roblox Nuclear Power Plant Tycoon Menu (OP)

Jan 16th, 2025 (edited)
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 8.61 KB | Source Code | 0 0
  1. local Username = game.Players.LocalPlayer.Name
  2. local a = game:GetService("Workspace")[Username].HumanoidRootPart
  3.  
  4. local buyProducer1 = {"0x0","0x1","0x2","1x0","1x2","2x0","2x1","2x2"}
  5. local buyGenerator1 = "1x1"
  6. local buyProducer2 = {"0x3","1x3","2x3","2x4","2x5","1x5","0x5","0x4"}
  7. local buyGenerator2 = "1x4"
  8. local buyProducer3 = {"0x6","1x6","2x6","2x7","2x8","1x8","0x8","0x7"}
  9. local buyGenerator3 = "1x7"
  10. local buyProducer4 = {"3x0","4x0","5x0","5x1","5x2","4x2","3x2","3x1"}
  11. local buyGenerator4 = "4x1"
  12. local buyProducer5 = {"3x3","4x3","5x3","5x4","5x5","4x5","3x5","3x4"}
  13. local buyGenerator5 = "4x4"
  14. local buyProducer6 = {"3x6","4x6","5x6","5x7","5x8","4x8","3x8","3x7"}
  15. local buyGenerator6 = "4x7"
  16. local buyRow1 = {"0x0","0x1","0x2","1x0","1x2","2x0","2x1","2x2","0x3","1x3","2x3","2x4","2x5","1x5","0x5","0x4","0x6","1x6","2x6","2x7","2x8","1x8","0x8","0x7"}
  17. local buyRow2 = {"3x0","4x0","5x0","5x1","5x2","4x2","3x2","3x1","3x3","4x3","5x3","5x4","5x5","4x5","3x5","3x4","3x6","4x6","5x6","5x7","5x8","4x8","3x8","3x7"}
  18. local buyRow3 = {"6x0","7x0","8x0","8x1","8x2","7x2","6x2","6x1","6x3","6x4","6x5","7x5","8x5","8x4","8x3","7x3","6x6","7x6","8x6","8x7","8x8","6x8","7x8","6x7"}
  19. local buyAll = {"0x0","0x1","0x2","1x0","1x2","2x0","2x1","2x2","0x3","1x3","2x3","2x4","2x5","1x5","0x5","0x4","0x6","1x6","2x6","2x7","2x8","1x8","0x8","0x7","3x0","4x0","5x0","5x1","5x2","4x2","3x2","3x1","3x3","4x3","5x3","5x4","5x5","4x5","3x5","3x4","3x6","4x6","5x6","5x7","5x8","4x8","3x8","3x7","6x0","7x0","8x0","8x1","8x2","7x2","6x2","6x1","6x3","6x4","6x5","7x5","8x5","8x4","8x3","7x3","6x6","7x6","8x6","8x7","8x8","6x8","7x8","6x7"}
  20. local buyGenerators = {"1x1","1x4","1x7","4x1","4x4","4x7","7x1","7x4","7x7"}
  21.  
  22.  
  23.  
  24. local b = {game:GetService("Workspace").Tycoons.Persimmon.Spawn, game:GetService("Workspace").Tycoons["Pastel green"].Spawn, game:GetService("Workspace").Tycoons["Daisy orange"].Spawn, game:GetService("Workspace").Tycoons.Cyan.Spawn}
  25. local RunService = game:GetService("RunService")
  26. local player = game.Players.LocalPlayer
  27. local tycoonColor2 = game.Teams
  28. local args = {[1] = "Rename", [2] = "EZ"}
  29. game:GetService("ReplicatedStorage").SFunction:InvokeServer(unpack(args))
  30.  
  31.  
  32.  
  33. local function getTycoonColor()
  34.     local teams = game.Teams:GetChildren()
  35.     for i,v in pairs(teams) do
  36.         print(i,v)
  37.         if v.Name == "EZ" then
  38.             local y = v.TeamColor
  39.             local x = tostring(y)
  40.             return x
  41.         end
  42.     end
  43. end
  44. tycoonColor = getTycoonColor()
  45.  
  46.  
  47. function sell(color)  
  48.     for i,v in pairs(game:GetService("Workspace").Tycoons[color].Build:GetChildren()) do
  49.         if v.Name == "Reserve" then
  50.             print()
  51.         else
  52.             local args = {
  53.                 [1] = "Sell",
  54.                 [2] = workspace.Tycoons[color].Build[v.Name]
  55.             }
  56.             game:GetService("ReplicatedStorage").SFunction:InvokeServer(unpack(args))
  57.         end
  58.     end
  59. end
  60.  
  61. local function shoot(target)
  62.     local args = {
  63.         [1] = target
  64.     }
  65.     game:GetService("Players").LocalPlayer.Character.Weapon.SEvent:FireServer(unpack(args))
  66. end
  67.  
  68. local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/zxciaz/VenyxUI/main/Reuploaded"))()
  69. local venyx = library.new("Venyx", 5013109572)
  70.  
  71. local themes = {
  72.     Background = Color3.fromRGB(24, 24, 24),
  73.     Glow = Color3.fromRGB(0, 0, 0),
  74.     Accent = Color3.fromRGB(10, 10, 10),
  75.     LightContrast = Color3.fromRGB(20, 20, 20),
  76.     DarkContrast = Color3.fromRGB(14, 14, 14),  
  77.     TextColor = Color3.fromRGB(255, 255, 255)
  78. }
  79.  
  80. local page = venyx:addPage("Main")
  81. local page2 = venyx:addPage('Settings')
  82.  
  83. local mainSection = page:addSection("Weapons")
  84. local sellSection = page:addSection('Economics')
  85.  
  86. local settingsSection = page2:addSection('Settings')
  87.  
  88.  
  89. mainSection:addButton("Get all guns (loose all money)", function()
  90.     for i, v in pairs(game:GetService("ReplicatedStorage").Weapon.Inside:GetChildren()) do
  91.         local args = {
  92.         [1] = "BuyWeapon",
  93.         [2] = v.Name
  94.     }
  95.     game:GetService("ReplicatedStorage").SFunction:InvokeServer(unpack(args))
  96.     game.ReplicatedStorage.SFunction:InvokeServer("DisableINF", false)
  97.    
  98.     end
  99. end)
  100. mainSection:addButton("Sort Weapons", function()
  101.     local weapons = game.Players.LocalPlayer.Backpack:GetChildren()
  102.  
  103.     for i,v in pairs(weapons) do
  104.         if v.TextureId == "rbxassetid://467147159" then
  105.         elseif v.TextureId == "rbxassetid://602647961" then
  106.         elseif v.TextureId == "rbxassetid://949190095" then
  107.         elseif v.TextureId == "rbxassetid://652407238" then
  108.         else
  109.             v:Destroy()
  110.         end
  111.     end
  112. end)
  113.  
  114. mainSection:addButton("Clear Inventory", function()
  115.     local weapons = game.Players.LocalPlayer.Backpack:GetChildren()
  116.     for i,v in pairs(weapons) do
  117.         v:Destroy()
  118.     end
  119. end)
  120.  
  121.  
  122. mainSection:addButton("Shoot everyone on the server (hold the Ion Blaster)", function()
  123.     local targets = game.Players:GetChildren()
  124.     local randomNumber = math.random(1,2)
  125.     print(randomNumber)
  126.     for i,v in pairs(targets) do
  127.         if v.Name == player.Name then
  128.             print("Myself")
  129.         elseif randomNumber == 1 then
  130.             print("t")
  131.         else
  132.             local target = game.Workspace[v.Name].HumanoidRootPart
  133.             print(game.Workspace[v.Name])
  134.             print(target.Position)
  135.             shoot(target.Position)
  136.         end
  137.     end
  138. end)
  139. --rbxassetid://467147159 lilla
  140. --rbxassetid://602647961 tp
  141. --rbxassetid://949190095 op
  142. --rbxassetid://652407238 Bazooka
  143.  
  144. sellSection:addButton("Buy Reserve (100k)", function()
  145.     local args = {
  146.         [1] = "BuyDone",
  147.         [2] = "9x5",
  148.         [3] = "Reserve"
  149.     }
  150.     game:GetService("ReplicatedStorage").SFunction:InvokeServer(unpack(args))
  151. end)
  152.  
  153. sellSection:addButton("Sell all", function()
  154.     sell(tycoonColor)
  155.     print(tycoonColor)
  156.     local u = game.Workspace.Tycoons[tycoonColor].Build:GetChildren()
  157.  
  158.     for i,v in pairs(u) do
  159.        if v.Name == "Reserve" then
  160.             print("Reserve")
  161.        else
  162.             print(v)
  163.             v:Destroy()
  164.         end
  165.     end
  166. end)
  167.  
  168. sellSection:addKeybind("Sell All Keybind", Enum.KeyCode.One, function()
  169.     sell(tycoonColor)
  170.     local u = game.Workspace.Tycoons[tycoonColor].Build:GetChildren()
  171.  
  172.     for i,v in pairs(u) do
  173.        if v.Name == "Reserve" then
  174.             print("Reserve")
  175.        else
  176.             print(v)
  177.             v:Destroy()
  178.         end
  179.     end
  180. end)
  181.  
  182.  
  183.  
  184. sellSection:addDropdown("Buy Grid", {"Price=6.75K","Oil Rig",  "Price=2.55M","Waste Collider",  "Price:510M","Talon Shard",  "Price=18.9B","Toxic Silo",   "Price:156.3B","Sonar Manipulator",  "Price=15.15T","Tempus Core",  "Price=15.150T","Terra Nebula","Price=303T",  "Strix Vector"}, function(value)
  185.     print("Selected", value)
  186.    
  187.     for i,v in pairs(buyAll) do
  188.         local args = {
  189.             [1] = "BuyDone",
  190.             [2] = v,
  191.             [3] = value
  192.         }
  193.         game:GetService("ReplicatedStorage").SFunction:InvokeServer(unpack(args))
  194.     end
  195.  
  196.     if value == "Oil Rig" then
  197.        for i,v in pairs(buyGenerators) do
  198.            local args = {
  199.                 [1] = "BuyDone",
  200.                 [2] = v,
  201.                 [3] = "Basic Generator"
  202.            }
  203.         game:GetService("ReplicatedStorage").SFunction:InvokeServer(unpack(args))
  204.        end
  205.    elseif value == "Waste Collider" then
  206.        for i,v in pairs(buyGenerators) do
  207.            local args = {
  208.                 [1] = "BuyDone",
  209.                 [2] = v,
  210.                 [3] = "Waste Storage"
  211.            }
  212.         game:GetService("ReplicatedStorage").SFunction:InvokeServer(unpack(args))
  213.        end
  214.    elseif value == "Talon Shard" then
  215.        for i,v in pairs(buyGenerators) do
  216.            local args = {
  217.                 [1] = "BuyDone",
  218.                 [2] = v,
  219.                 [3] = "Talon Pulse"
  220.            }
  221.         game:GetService("ReplicatedStorage").SFunction:InvokeServer(unpack(args))
  222.        end
  223.     elseif value == "Toxic Silo" then
  224.        for i,v in pairs(buyGenerators) do
  225.            local args = {
  226.                 [1] = "BuyDone",
  227.                 [2] = v,
  228.                 [3] = "Toxic Stocker"
  229.            }
  230.         game:GetService("ReplicatedStorage").SFunction:InvokeServer(unpack(args))
  231.        end
  232.     elseif value == "Sonar Manipulator" then
  233.        for i,v in pairs(buyGenerators) do
  234.            local args = {
  235.                 [1] = "BuyDone",
  236.                 [2] = v,
  237.                 [3] = "Overshocker"
  238.            }
  239.         game:GetService("ReplicatedStorage").SFunction:InvokeServer(unpack(args))
  240.        end
  241.     elseif value == "Tempus Core" then
  242.        for i,v in pairs(buyGenerators) do
  243.            local args = {
  244.                 [1] = "BuyDone",
  245.                 [2] = v,
  246.                 [3] = "Finite Compressor"
  247.            }
  248.         game:GetService("ReplicatedStorage").SFunction:InvokeServer(unpack(args))
  249.        end
  250.     elseif value == "Terra Nebula" then
  251.        for i,v in pairs(buyGenerators) do
  252.            local args = {
  253.                 [1] = "BuyDone",
  254.                 [2] = v,
  255.                 [3] = "Planetary Core"
  256.            }
  257.         game:GetService("ReplicatedStorage").SFunction:InvokeServer(unpack(args))
  258.        end
  259.    end
  260. end)
  261.  
  262. settingsSection:addButton("Destroy Menu", function()
  263.     venyx:toggle()
  264. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement