Advertisement
2AreYouMental110

Super Villain Tycoon (PATCHED)

May 12th, 2020 (edited)
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.58 KB | None | 0 0
  1. local AdminPanel = Instance.new("ScreenGui")
  2. local MainFrame = Instance.new("ImageLabel")
  3. local Title = Instance.new("TextLabel")
  4. local Buttons = Instance.new("Frame")
  5. local Button = Instance.new("ImageLabel")
  6. local AllInf = Instance.new("TextButton")
  7. local Button_2 = Instance.new("ImageLabel")
  8. local LPInf = Instance.new("TextButton")
  9. local Button_3 = Instance.new("ImageLabel")
  10. local ROC = Instance.new("TextButton")
  11. local Button_4 = Instance.new("ImageLabel")
  12. local Shouts = Instance.new("TextButton")
  13. local UIListLayout = Instance.new("UIListLayout")
  14.  
  15. AdminPanel.Name = "AdminPanel"
  16. AdminPanel.Parent = game.CoreGui
  17.  
  18. MainFrame.Name = "MainFrame"
  19. MainFrame.Parent = AdminPanel
  20. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  21. MainFrame.BackgroundTransparency = 1
  22. MainFrame.Position = UDim2.new(0.399785638, 0, 0.342303753, 0)
  23. MainFrame.Size = UDim2.new(0, 353, 0, 293)
  24. MainFrame.Image = "rbxassetid://605740338"
  25. MainFrame.ImageColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  26. MainFrame.ScaleType = Enum.ScaleType.Slice
  27. MainFrame.SliceCenter = Rect.new(24, 24, 216, 216)
  28. MainFrame.Active = true
  29. MainFrame.Selectable = true
  30. MainFrame.Draggable = true
  31.  
  32. Title.Name = "Title"
  33. Title.Parent = MainFrame
  34. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  35. Title.BackgroundTransparency = 1
  36. Title.Size = UDim2.new(0, 358, 0, 45)
  37. Title.Font = Enum.Font.Cartoon
  38. Title.Text = "Super Villain Tycoon"
  39. Title.TextColor3 = Color3.new(1, 1, 1)
  40. Title.TextScaled = true
  41. Title.TextSize = 14
  42. Title.TextWrapped = true
  43.  
  44. Buttons.Name = "Buttons"
  45. Buttons.Parent = MainFrame
  46. Buttons.BackgroundColor3 = Color3.new(1, 1, 1)
  47. Buttons.BackgroundTransparency = 1
  48. Buttons.Position = UDim2.new(0.00546789635, 0, 0.152748525, 0)
  49. Buttons.Size = UDim2.new(0, 353, 0, 192)
  50.  
  51. Button.Name = "Button"
  52. Button.Parent = Buttons
  53. Button.BackgroundColor3 = Color3.new(0.419608, 0.419608, 0.419608)
  54. Button.BackgroundTransparency = 1
  55. Button.Position = UDim2.new(0.0139664803, 0, 0.195937797, 0)
  56. Button.Size = UDim2.new(0, 348, 0, 36)
  57. Button.Image = "rbxassetid://605740338"
  58. Button.ImageColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  59. Button.ScaleType = Enum.ScaleType.Slice
  60. Button.SliceCenter = Rect.new(24, 24, 216, 216)
  61.  
  62. AllInf.Name = "AllInf"
  63. AllInf.Parent = Button
  64. AllInf.BackgroundColor3 = Color3.new(1, 1, 1)
  65. AllInf.BackgroundTransparency = 1
  66. AllInf.Size = UDim2.new(0, 348, 0, 36)
  67. AllInf.Font = Enum.Font.Cartoon
  68. AllInf.Text = "Give all infinite cash"
  69. AllInf.TextColor3 = Color3.new(1, 1, 1)
  70. AllInf.TextScaled = true
  71. AllInf.TextSize = 14
  72. AllInf.TextWrapped = true
  73. AllInf.MouseButton1Click:Connect(function()
  74. local amount = 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  75.  
  76. for i,v in pairs(game.Players:GetPlayers()) do
  77. local plr = v
  78. game.ReplicatedStorage.Events.changeValue:InvokeServer(game.ReplicatedStorage.PlayerMoney[plr.Name],amount)
  79. end
  80.  
  81. end)
  82.  
  83. Button_2.Name = "Button"
  84. Button_2.Parent = Buttons
  85. Button_2.BackgroundColor3 = Color3.new(0.419608, 0.419608, 0.419608)
  86. Button_2.BackgroundTransparency = 1
  87. Button_2.Position = UDim2.new(0.0139664803, 0, 0.373242766, 0)
  88. Button_2.Size = UDim2.new(0, 348, 0, 36)
  89. Button_2.Image = "rbxassetid://605740338"
  90. Button_2.ImageColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  91. Button_2.ScaleType = Enum.ScaleType.Slice
  92. Button_2.SliceCenter = Rect.new(24, 24, 216, 216)
  93.  
  94. LPInf.Name = "LPInf"
  95. LPInf.Parent = Button_2
  96. LPInf.BackgroundColor3 = Color3.new(1, 1, 1)
  97. LPInf.BackgroundTransparency = 1
  98. LPInf.Size = UDim2.new(0, 348, 0, 36)
  99. LPInf.Font = Enum.Font.Cartoon
  100. LPInf.Text = "Give yourself infinite cash"
  101. LPInf.TextColor3 = Color3.new(1, 1, 1)
  102. LPInf.TextScaled = true
  103. LPInf.TextSize = 14
  104. LPInf.TextWrapped = true
  105. LPInf.MouseButton1Click:Connect(function()
  106. local plr = game.Players.LocalPlayer
  107. local amount = 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  108. game.ReplicatedStorage.Events.changeValue:InvokeServer(game.ReplicatedStorage.PlayerMoney[plr.Name],amount)
  109. end)
  110.  
  111. Button_3.Name = "Button"
  112. Button_3.Parent = Buttons
  113. Button_3.BackgroundColor3 = Color3.new(0.419608, 0.419608, 0.419608)
  114. Button_3.BackgroundTransparency = 1
  115. Button_3.Position = UDim2.new(0.0139664803, 0, 0.539909482, 0)
  116. Button_3.Size = UDim2.new(0, 348, 0, 36)
  117. Button_3.Image = "rbxassetid://605740338"
  118. Button_3.ImageColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  119. Button_3.ScaleType = Enum.ScaleType.Slice
  120. Button_3.SliceCenter = Rect.new(24, 24, 216, 216)
  121.  
  122. ROC.Name = "ROC"
  123. ROC.Parent = Button_3
  124. ROC.BackgroundColor3 = Color3.new(1, 1, 1)
  125. ROC.BackgroundTransparency = 1
  126. ROC.Size = UDim2.new(0, 348, 0, 36)
  127. ROC.Font = Enum.Font.Cartoon
  128. ROC.Text = "Reset Others Cash"
  129. ROC.TextColor3 = Color3.new(1, 1, 1)
  130. ROC.TextScaled = true
  131. ROC.TextSize = 14
  132. ROC.TextWrapped = true
  133. ROC.MouseButton1Click:Connect(function()
  134. --local amount = 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  135.  
  136. local amount = 0
  137.  
  138. for i,v in pairs(game.Players:GetPlayers()) do
  139. local plr = v
  140. local LP = game.Players.LocalPlayer
  141.  
  142. if plr.Name == LP.Name then
  143. else
  144. game.ReplicatedStorage.Events.changeValue:InvokeServer(game.ReplicatedStorage.PlayerMoney[plr.Name],amount)
  145. end
  146. end
  147.  
  148.  
  149. end)
  150.  
  151. Button_4.Name = "Button"
  152. Button_4.Parent = Buttons
  153. Button_4.BackgroundColor3 = Color3.new(0.419608, 0.419608, 0.419608)
  154. Button_4.BackgroundTransparency = 1
  155. Button_4.Position = UDim2.new(0.0139664803, 0, 0.699483991, 0)
  156. Button_4.Size = UDim2.new(0, 348, 0, 36)
  157. Button_4.Image = "rbxassetid://605740338"
  158. Button_4.ImageColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  159. Button_4.ScaleType = Enum.ScaleType.Slice
  160. Button_4.SliceCenter = Rect.new(24, 24, 216, 216)
  161.  
  162. Shouts.Name = "Shouts"
  163. Shouts.Parent = Button_4
  164. Shouts.BackgroundColor3 = Color3.new(1, 1, 1)
  165. Shouts.BackgroundTransparency = 1
  166. Shouts.Position = UDim2.new(0.014367817, 0, 0, 0)
  167. Shouts.Size = UDim2.new(0, 348, 0, 36)
  168. Shouts.Font = Enum.Font.Cartoon
  169. Shouts.Text = "Get Infinite Shouts"
  170. Shouts.TextColor3 = Color3.new(1, 1, 1)
  171. Shouts.TextScaled = true
  172. Shouts.TextSize = 14
  173. Shouts.TextWrapped = true
  174. Shouts.MouseButton1Click:Connect(function()
  175. local remote = game.ReplicatedStorage.Events.changeValue
  176. local amount = 9999999999999999
  177.  
  178. remote:InvokeServer(game.Players.LocalPlayer.Shouts,amount)
  179.  
  180. local remotee = game.ReplicatedStorage.Events.changeValue
  181. local amountt = 9999999999999999
  182.  
  183. for i,v in pairs(game.Players.LocalPlayer.Crates:GetChildren())do
  184. remotee:InvokeServer(v,amountt)
  185. end
  186. end)
  187.  
  188. UIListLayout.Parent = Buttons
  189. UIListLayout.Padding = UDim.new(0.0900000036, 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement