Shadows2003

Untitled

Dec 16th, 2019
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.64 KB | None | 0 0
  1.  
  2. -- Instances:
  3. local SuperHeroTycoonGui = Instance.new("ScreenGui")
  4. local SiperHeroTycoonFrame = Instance.new("Frame")
  5. local SuperHeroTycoonTitle = Instance.new("TextLabel")
  6. local PlayerToKill = Instance.new("TextBox")
  7. local KillPlayerButton = Instance.new("TextButton")
  8. local LineFrame = Instance.new("Frame")
  9. local KickPlayerButton = Instance.new("TextButton")
  10. local PlayerMoney = Instance.new("TextBox")
  11. local Money = Instance.new("TextBox")
  12. local SetMoneyButton = Instance.new("TextButton")
  13. local OpenSecondFrame = Instance.new("TextButton")
  14. local SecondFrame = Instance.new("Frame")
  15. local SetWalkSpeed = Instance.new("TextButton")
  16. local JumpPowerAmount = Instance.new("TextBox")
  17. local WalkSpeedAmount = Instance.new("TextBox")
  18. local SetJumpPowerButton = Instance.new("TextButton")
  19. local OpenThirdFrame = Instance.new("TextButton")
  20. local ThirdFrame = Instance.new("Frame")
  21. local GiveGear = Instance.new("TextButton")
  22. local DestroyMap = Instance.new("TextButton")
  23. local DeleteTool = Instance.new("TextButton")
  24. local DeleteDoors = Instance.new("TextButton")
  25. local RemoveToolsButton = Instance.new("TextButton")
  26. local ShoutsButton = Instance.new("TextButton")
  27. local CreditsFrame = Instance.new("Frame")
  28. local ObitoXDm8OICredits = Instance.new("TextLabel")
  29. local Shootingisgood9Credits = Instance.new("TextLabel")
  30. local CreditsLabel = Instance.new("TextLabel")
  31. local OpenCreditsButton = Instance.new("TextButton")
  32. --Properties:
  33. SuperHeroTycoonGui.Name = "SuperHeroTycoonGui"
  34. SuperHeroTycoonGui.Parent = game.CoreGui
  35.  
  36. SiperHeroTycoonFrame.Name = "SiperHeroTycoonFrame"
  37. SiperHeroTycoonFrame.Parent = SuperHeroTycoonGui
  38. SiperHeroTycoonFrame.BackgroundColor3 = Color3.new(0.419608, 0.419608, 0.419608)
  39. SiperHeroTycoonFrame.BackgroundTransparency = 0.30000001192093
  40. SiperHeroTycoonFrame.BorderColor3 = Color3.new(0, 0, 0)
  41. SiperHeroTycoonFrame.Position = UDim2.new(0.349934459, 0, 0.125498012, 0)
  42. SiperHeroTycoonFrame.Size = UDim2.new(0, 210, 0, 221)
  43. SiperHeroTycoonFrame.Visible = true
  44. SiperHeroTycoonFrame.Active = true
  45. SiperHeroTycoonFrame.Draggable = true
  46.  
  47. SuperHeroTycoonTitle.Name = "SuperHeroTycoonTitle"
  48. SuperHeroTycoonTitle.Parent = SiperHeroTycoonFrame
  49. SuperHeroTycoonTitle.BackgroundColor3 = Color3.new(1, 0, 0)
  50. SuperHeroTycoonTitle.BorderColor3 = Color3.new(0, 0, 0)
  51. SuperHeroTycoonTitle.Size = UDim2.new(0, 210, 0, 17)
  52. SuperHeroTycoonTitle.Font = Enum.Font.SourceSans
  53. SuperHeroTycoonTitle.Text = "Super Hero Tycoon Gui By: Shadows2003"
  54. SuperHeroTycoonTitle.TextColor3 = Color3.new(0, 0, 0)
  55. SuperHeroTycoonTitle.TextSize = 14
  56.  
  57. PlayerToKill.Name = "PlayerToKill"
  58. PlayerToKill.Parent = SiperHeroTycoonFrame
  59. PlayerToKill.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  60. PlayerToKill.Position = UDim2.new(0.217256442, 0, 0.126976252, 0)
  61. PlayerToKill.Size = UDim2.new(0, 118, 0, 21)
  62. PlayerToKill.Font = Enum.Font.SourceSans
  63. PlayerToKill.PlaceholderColor3 = Color3.new(0, 0, 0)
  64. PlayerToKill.PlaceholderText = "Player Name Here"
  65. PlayerToKill.Text = "Player Name Here"
  66. PlayerToKill.TextColor3 = Color3.new(0, 0, 0)
  67. PlayerToKill.TextSize = 14
  68.  
  69. KillPlayerButton.Name = "KillPlayerButton"
  70. KillPlayerButton.Parent = SiperHeroTycoonFrame
  71. KillPlayerButton.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  72. KillPlayerButton.Position = UDim2.new(0.219047621, 0, 0.285067886, 0)
  73. KillPlayerButton.Size = UDim2.new(0, 60, 0, 21)
  74. KillPlayerButton.Font = Enum.Font.SourceSans
  75. KillPlayerButton.Text = "Kill"
  76. KillPlayerButton.TextColor3 = Color3.new(0, 0, 0)
  77. KillPlayerButton.TextSize = 14
  78.  
  79. LineFrame.Name = "LineFrame"
  80. LineFrame.Parent = SiperHeroTycoonFrame
  81. LineFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  82. LineFrame.Position = UDim2.new(0, 0, 0.416289598, 0)
  83. LineFrame.Size = UDim2.new(0, 210, 0, 1)
  84.  
  85. KickPlayerButton.Name = "KickPlayerButton"
  86. KickPlayerButton.Parent = SiperHeroTycoonFrame
  87. KickPlayerButton.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  88. KickPlayerButton.Position = UDim2.new(0.504761934, 0, 0.285067886, 0)
  89. KickPlayerButton.Size = UDim2.new(0, 58, 0, 21)
  90. KickPlayerButton.Font = Enum.Font.SourceSans
  91. KickPlayerButton.Text = "Kick"
  92. KickPlayerButton.TextColor3 = Color3.new(0, 0, 0)
  93. KickPlayerButton.TextSize = 14
  94.  
  95. PlayerMoney.Name = "PlayerMoney"
  96. PlayerMoney.Parent = SiperHeroTycoonFrame
  97. PlayerMoney.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  98. PlayerMoney.BorderColor3 = Color3.new(0, 0, 0)
  99. PlayerMoney.Position = UDim2.new(0.0817387402, 0, 0.498467684, 0)
  100. PlayerMoney.Size = UDim2.new(0, 89, 0, 25)
  101. PlayerMoney.Font = Enum.Font.SourceSans
  102. PlayerMoney.PlaceholderColor3 = Color3.new(0, 0, 0)
  103. PlayerMoney.PlaceholderText = "Player"
  104. PlayerMoney.Text = "Player"
  105. PlayerMoney.TextColor3 = Color3.new(0, 0, 0)
  106. PlayerMoney.TextSize = 14
  107.  
  108. Money.Name = "Money"
  109. Money.Parent = SiperHeroTycoonFrame
  110. Money.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  111. Money.BorderColor3 = Color3.new(0, 0, 0)
  112. Money.Position = UDim2.new(0.503145516, 0, 0.498467684, 0)
  113. Money.Size = UDim2.new(0, 89, 0, 25)
  114. Money.Font = Enum.Font.SourceSans
  115. Money.PlaceholderColor3 = Color3.new(0, 0, 0)
  116. Money.PlaceholderText = "Amount of Money"
  117. Money.Text = "Amount of Money"
  118. Money.TextColor3 = Color3.new(0, 0, 0)
  119. Money.TextScaled = true
  120. Money.TextSize = 14
  121. Money.TextWrapped = true
  122.  
  123. SetMoneyButton.Name = "SetMoneyButton"
  124. SetMoneyButton.Parent = SiperHeroTycoonFrame
  125. SetMoneyButton.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  126. SetMoneyButton.BorderColor3 = Color3.new(0, 0, 0)
  127. SetMoneyButton.Position = UDim2.new(0.0817387402, 0, 0.695796013, 0)
  128. SetMoneyButton.Size = UDim2.new(0, 178, 0, 27)
  129. SetMoneyButton.Font = Enum.Font.SourceSans
  130. SetMoneyButton.Text = "Set Player Money"
  131. SetMoneyButton.TextColor3 = Color3.new(0, 0, 0)
  132. SetMoneyButton.TextSize = 14
  133.  
  134. OpenSecondFrame.Name = "OpenSecondFrame"
  135. OpenSecondFrame.Parent = SiperHeroTycoonFrame
  136. OpenSecondFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  137. OpenSecondFrame.BorderColor3 = Color3.new(0, 0, 0)
  138. OpenSecondFrame.Position = UDim2.new(0.461467892, 0, 0.921012759, 0)
  139. OpenSecondFrame.Size = UDim2.new(0, 17, 0, 17)
  140. OpenSecondFrame.Font = Enum.Font.SourceSans
  141. OpenSecondFrame.Text = "v"
  142. OpenSecondFrame.TextColor3 = Color3.new(1, 1, 1)
  143. OpenSecondFrame.TextSize = 14
  144.  
  145. SecondFrame.Name = "SecondFrame"
  146. SecondFrame.Parent = SiperHeroTycoonFrame
  147. SecondFrame.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  148. SecondFrame.BackgroundTransparency = 0.30000001192093
  149. SecondFrame.BorderColor3 = Color3.new(0, 0, 0)
  150. SecondFrame.Position = UDim2.new(0.00231540157, 0, 1.00012624, 0)
  151. SecondFrame.Size = UDim2.new(0, 210, 0, 99)
  152. SecondFrame.Visible = false
  153.  
  154. SetWalkSpeed.Name = "SetWalkSpeed"
  155. SetWalkSpeed.Parent = SecondFrame
  156. SetWalkSpeed.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  157. SetWalkSpeed.BorderColor3 = Color3.new(0, 0, 0)
  158. SetWalkSpeed.Position = UDim2.new(0.0809523836, 0, 0.556104064, 0)
  159. SetWalkSpeed.Size = UDim2.new(0, 89, 0, 25)
  160. SetWalkSpeed.Font = Enum.Font.SourceSans
  161. SetWalkSpeed.Text = "Set WalkSpeed"
  162. SetWalkSpeed.TextColor3 = Color3.new(0, 0, 0)
  163. SetWalkSpeed.TextSize = 14
  164.  
  165. JumpPowerAmount.Name = "JumpPowerAmount"
  166. JumpPowerAmount.Parent = SecondFrame
  167. JumpPowerAmount.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  168. JumpPowerAmount.Position = UDim2.new(0.504761934, 0, 0.115955949, 0)
  169. JumpPowerAmount.Size = UDim2.new(0, 89, 0, 25)
  170. JumpPowerAmount.Font = Enum.Font.SourceSans
  171. JumpPowerAmount.PlaceholderColor3 = Color3.new(0, 0, 0)
  172. JumpPowerAmount.PlaceholderText = "JumpPower"
  173. JumpPowerAmount.Text = "JumpPower"
  174. JumpPowerAmount.TextColor3 = Color3.new(0, 0, 0)
  175. JumpPowerAmount.TextSize = 14
  176.  
  177. WalkSpeedAmount.Name = "WalkSpeedAmount"
  178. WalkSpeedAmount.Parent = SecondFrame
  179. WalkSpeedAmount.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  180. WalkSpeedAmount.Position = UDim2.new(0.0809523836, 0, 0.115955949, 0)
  181. WalkSpeedAmount.Size = UDim2.new(0, 89, 0, 25)
  182. WalkSpeedAmount.Font = Enum.Font.SourceSans
  183. WalkSpeedAmount.PlaceholderColor3 = Color3.new(0, 0, 0)
  184. WalkSpeedAmount.PlaceholderText = "WalkSpeed"
  185. WalkSpeedAmount.Text = "WalkSpeed"
  186. WalkSpeedAmount.TextColor3 = Color3.new(0, 0, 0)
  187. WalkSpeedAmount.TextSize = 14
  188.  
  189. SetJumpPowerButton.Name = "SetJumpPowerButton"
  190. SetJumpPowerButton.Parent = SecondFrame
  191. SetJumpPowerButton.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  192. SetJumpPowerButton.BorderColor3 = Color3.new(0, 0, 0)
  193. SetJumpPowerButton.Position = UDim2.new(0.503905892, 0, 0.557719946, 0)
  194. SetJumpPowerButton.Size = UDim2.new(0, 89, 0, 25)
  195. SetJumpPowerButton.Font = Enum.Font.SourceSans
  196. SetJumpPowerButton.Text = "Set JumpPower"
  197. SetJumpPowerButton.TextColor3 = Color3.new(0, 0, 0)
  198. SetJumpPowerButton.TextSize = 14
  199.  
  200. OpenThirdFrame.Name = "OpenThirdFrame"
  201. OpenThirdFrame.Parent = SiperHeroTycoonFrame
  202. OpenThirdFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  203. OpenThirdFrame.BorderColor3 = Color3.new(0, 0, 0)
  204. OpenThirdFrame.Position = UDim2.new(0.929314137, 0, 0.61161691, 0)
  205. OpenThirdFrame.Size = UDim2.new(0, 15, 0, 19)
  206. OpenThirdFrame.Font = Enum.Font.SourceSans
  207. OpenThirdFrame.Text = ">"
  208. OpenThirdFrame.TextColor3 = Color3.new(1, 1, 1)
  209. OpenThirdFrame.TextSize = 14
  210.  
  211. ThirdFrame.Name = "ThirdFrame"
  212. ThirdFrame.Parent = SiperHeroTycoonFrame
  213. ThirdFrame.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  214. ThirdFrame.BackgroundTransparency = 0.30000001192093
  215. ThirdFrame.BorderColor3 = Color3.new(0, 0, 0)
  216. ThirdFrame.Position = UDim2.new(1.00135434, 0, -0.00119882822, 0)
  217. ThirdFrame.Size = UDim2.new(0, 103, 0, 320)
  218. ThirdFrame.Visible = false
  219.  
  220. GiveGear.Name = "GiveGear"
  221. GiveGear.Parent = ThirdFrame
  222. GiveGear.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  223. GiveGear.BorderColor3 = Color3.new(0, 0, 0)
  224. GiveGear.Position = UDim2.new(0.0958912969, 0, 0.0531125516, 0)
  225. GiveGear.Size = UDim2.new(0, 82, 0, 38)
  226. GiveGear.Font = Enum.Font.SourceSans
  227. GiveGear.Text = "Give Gear"
  228. GiveGear.TextColor3 = Color3.new(0, 0, 0)
  229. GiveGear.TextSize = 14
  230.  
  231. DestroyMap.Name = "Destroy Map"
  232. DestroyMap.Parent = ThirdFrame
  233. DestroyMap.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  234. DestroyMap.BorderColor3 = Color3.new(0, 0, 0)
  235. DestroyMap.Position = UDim2.new(0.0958912969, 0, 0.196862549, 0)
  236. DestroyMap.Size = UDim2.new(0, 82, 0, 38)
  237. DestroyMap.Font = Enum.Font.SourceSans
  238. DestroyMap.Text = "Destroy Map"
  239. DestroyMap.TextColor3 = Color3.new(0, 0, 0)
  240. DestroyMap.TextSize = 14
  241.  
  242. DeleteTool.Name = "Delete Tool"
  243. DeleteTool.Parent = ThirdFrame
  244. DeleteTool.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  245. DeleteTool.BorderColor3 = Color3.new(0, 0, 0)
  246. DeleteTool.Position = UDim2.new(0.0958912969, 0, 0.343737543, 0)
  247. DeleteTool.Size = UDim2.new(0, 82, 0, 38)
  248. DeleteTool.Font = Enum.Font.SourceSans
  249. DeleteTool.Text = "Delete Tool"
  250. DeleteTool.TextColor3 = Color3.new(0, 0, 0)
  251. DeleteTool.TextSize = 14
  252.  
  253. DeleteDoors.Name = "DeleteDoors"
  254. DeleteDoors.Parent = ThirdFrame
  255. DeleteDoors.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  256. DeleteDoors.BorderColor3 = Color3.new(0, 0, 0)
  257. DeleteDoors.Position = UDim2.new(0.0960000008, 0, 0.49000001, 0)
  258. DeleteDoors.Size = UDim2.new(0, 82, 0, 38)
  259. DeleteDoors.SizeConstraint = Enum.SizeConstraint.RelativeXX
  260. DeleteDoors.Font = Enum.Font.SourceSans
  261. DeleteDoors.Text = "Delete Doors"
  262. DeleteDoors.TextColor3 = Color3.new(0, 0, 0)
  263. DeleteDoors.TextSize = 14
  264.  
  265. RemoveToolsButton.Name = "RemoveToolsButton"
  266. RemoveToolsButton.Parent = ThirdFrame
  267. RemoveToolsButton.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  268. RemoveToolsButton.BorderColor3 = Color3.new(0, 0, 0)
  269. RemoveToolsButton.Position = UDim2.new(0.0960000008, 0, 0.636875033, 0)
  270. RemoveToolsButton.Size = UDim2.new(0, 82, 0, 38)
  271. RemoveToolsButton.SizeConstraint = Enum.SizeConstraint.RelativeXX
  272. RemoveToolsButton.Font = Enum.Font.SourceSans
  273. RemoveToolsButton.Text = "Remove Tools"
  274. RemoveToolsButton.TextColor3 = Color3.new(0, 0, 0)
  275. RemoveToolsButton.TextSize = 14
  276.  
  277. ShoutsButton.Name = "ShoutsButton"
  278. ShoutsButton.Parent = ThirdFrame
  279. ShoutsButton.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  280. ShoutsButton.BorderColor3 = Color3.new(0, 0, 0)
  281. ShoutsButton.Position = UDim2.new(0.0960000008, 0, 0.783750057, 0)
  282. ShoutsButton.Size = UDim2.new(0, 82, 0, 38)
  283. ShoutsButton.SizeConstraint = Enum.SizeConstraint.RelativeXX
  284. ShoutsButton.Font = Enum.Font.SourceSans
  285. ShoutsButton.Text = "Unlimited Shouts"
  286. ShoutsButton.TextColor3 = Color3.new(0, 0, 0)
  287. ShoutsButton.TextSize = 14
  288. ShoutsButton.TextWrapped = true
  289.  
  290. CreditsFrame.Name = "CreditsFrame"
  291. CreditsFrame.Parent = SiperHeroTycoonFrame
  292. CreditsFrame.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  293. CreditsFrame.BorderColor3 = Color3.new(0, 0, 0)
  294. CreditsFrame.Position = UDim2.new(-0.838095248, 0, 0, 0)
  295. CreditsFrame.Size = UDim2.new(0, 176, 0, 320)
  296. CreditsFrame.Visible = false
  297.  
  298. ObitoXDm8OICredits.Name = "ObitoXDm8OI Credits"
  299. ObitoXDm8OICredits.Parent = CreditsFrame
  300. ObitoXDm8OICredits.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  301. ObitoXDm8OICredits.BorderColor3 = Color3.new(0, 0, 0)
  302. ObitoXDm8OICredits.BorderSizePixel = 0
  303. ObitoXDm8OICredits.Position = UDim2.new(0, 0, 0.106250003, 0)
  304. ObitoXDm8OICredits.Size = UDim2.new(0, 176, 0, 83)
  305. ObitoXDm8OICredits.Font = Enum.Font.SourceSans
  306. ObitoXDm8OICredits.Text = "Big Thanks to Shadows2003 for letting me use some of his scripts from his admin script"
  307. ObitoXDm8OICredits.TextColor3 = Color3.new(0, 0, 0)
  308. ObitoXDm8OICredits.TextScaled = true
  309. ObitoXDm8OICredits.TextSize = 14
  310. ObitoXDm8OICredits.TextWrapped = true
  311.  
  312. Shootingisgood9Credits.Name = "Shootingisgood9Credits"
  313. Shootingisgood9Credits.Parent = CreditsFrame
  314. Shootingisgood9Credits.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  315. Shootingisgood9Credits.BorderSizePixel = 0
  316. Shootingisgood9Credits.Position = UDim2.new(-5.21242619e-05, 0, 0.364815742, 0)
  317. Shootingisgood9Credits.Size = UDim2.new(0, 176, 0, 65)
  318. Shootingisgood9Credits.Font = Enum.Font.SourceSans
  319. Shootingisgood9Credits.Text = "Another big thanks to Shootingisgood9 for his delete tool"
  320. Shootingisgood9Credits.TextColor3 = Color3.new(0, 0, 0)
  321. Shootingisgood9Credits.TextScaled = true
  322. Shootingisgood9Credits.TextSize = 13
  323. Shootingisgood9Credits.TextWrapped = true
  324.  
  325. CreditsLabel.Name = "CreditsLabel"
  326. CreditsLabel.Parent = CreditsFrame
  327. CreditsLabel.BackgroundColor3 = Color3.new(0.94902, 0.219608, 1)
  328. CreditsLabel.Position = UDim2.new(0.00281381607, 0, 0, 0)
  329. CreditsLabel.Size = UDim2.new(0, 176, 0, 34)
  330. CreditsLabel.Font = Enum.Font.SourceSans
  331. CreditsLabel.Text = "Credits"
  332. CreditsLabel.TextColor3 = Color3.new(0, 0, 0)
  333. CreditsLabel.TextSize = 14
  334.  
  335. OpenCreditsButton.Name = "OpenCreditsButton"
  336. OpenCreditsButton.Parent = SiperHeroTycoonFrame
  337. OpenCreditsButton.BackgroundColor3 = Color3.new(0, 0, 0)
  338. OpenCreditsButton.BorderColor3 = Color3.new(0, 0, 0)
  339. OpenCreditsButton.Position = UDim2.new(0, 0, 0.610859752, 0)
  340. OpenCreditsButton.Size = UDim2.new(0, 17, 0, 19)
  341. OpenCreditsButton.Font = Enum.Font.SourceSans
  342. OpenCreditsButton.Text = "<"
  343. OpenCreditsButton.TextColor3 = Color3.new(1, 1, 1)
  344. OpenCreditsButton.TextSize = 14
  345. -- Scripts:
  346. KickPlayerButton.MouseButton1Click:connect(function()
  347. if PlayerToKill.Text == "others" or PlayerToKill.Text == "all" then
  348. for i,v in pairs(game.Players:GetChildren()) do
  349. if v.Name ~= game.Players.LocalPlayer.Name then
  350. game.ReplicatedStorage.Events.destryObj:FireServer(v)
  351. end
  352. end
  353. else
  354. for i,v in pairs(game.Players:GetChildren()) do
  355. if v.Name == PlayerToKill.Text then
  356. game.ReplicatedStorage.Events.destryObj:FireServer(v)
  357. end
  358. end
  359. end
  360. end)
  361. KillPlayerButton.MouseButton1Click:connect(function()
  362. if PlayerToKill.Text == "others" or PlayerToKill.Text == "all" then
  363. for i,v in pairs(game.Players:GetChildren()) do
  364. if v.Name ~= game.Players.LocalPlayer.Name then
  365. game.ReplicatedStorage.Events.destryObj:FireServer(v.Character.Head)
  366. end
  367. end
  368. else
  369. for i,v in pairs(game.Players:GetChildren()) do
  370. if v.Name == PlayerToKill.Text then
  371. game.ReplicatedStorage.Events.destryObj:FireServer(v.Character.Torso.Neck)
  372. end
  373. end
  374. end
  375. end)
  376. SetMoneyButton.MouseButton1Click:connect(function()
  377. if PlayerMoney.Text == "others" then
  378. for i,v in pairs(game.ReplicatedStorage.PlayerMoney:GetChildren()) do
  379. if v.Name ~= game.Players.LocalPlayer.Name then
  380. game.ReplicatedStorage.Events.changeValue:InvokeServer(v, Money.Text)
  381. end
  382. end
  383. else
  384. if PlayerMoney.Text == "all" then
  385. for i,v in pairs(game.ReplicatedStorage.PlayerMoney:GetChildren()) do
  386. game.ReplicatedStorage.Events.changeValue:InvokeServer(v, Money.Text)
  387. end
  388.  
  389. else
  390. if PlayerMoney.Text == "me" then
  391. for i,v in pairs(game.ReplicatedStorage.PlayerMoney:GetChildren()) do
  392. if v.Name == game.Players.LocalPlayer.Name then
  393. game.ReplicatedStorage.Events.changeValue:InvokeServer(v, Money.Text)
  394. end
  395. end
  396. else
  397. for i,v in pairs(game.ReplicatedStorage.PlayerMoney:GetChildren()) do
  398. if v.Name == PlayerMoney.Text then
  399. game.ReplicatedStorage.Events.changeValue:InvokeServer(v, Money.Text)
  400. end
  401. end
  402. end
  403. end
  404. end
  405. end)
  406. OpenSecondFrame.MouseButton1Click:connect(function()
  407. if SecondFrame.Visible == false then
  408. SecondFrame.Visible = true
  409. OpenSecondFrame.Text = "^"
  410. else
  411. SecondFrame.Visible = false
  412. OpenSecondFrame.Text = "v"
  413.  
  414. end
  415. end)
  416. SetWalkSpeed.MouseButton1Click:connect(function()
  417. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = WalkSpeedAmount.Text
  418. end)
  419. SetJumpPowerButton.MouseButton1Click:connect(function()
  420. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = JumpPowerAmount.Text
  421. end)
  422. OpenThirdFrame.MouseButton1Click:connect(function()
  423. if ThirdFrame.Visible == false then
  424. ThirdFrame.Visible = true
  425. OpenThirdFrame.Text = "<"
  426. else
  427. ThirdFrame.Visible = false
  428. OpenThirdFrame.Text = ">"
  429.  
  430. end
  431. end)
  432. DeleteTool.MouseButton1Click:connect(function()
  433. local cunt = Instance.new("Tool")
  434. local biggercunt = Instance.new("Part")
  435. local plr = game.Players.LocalPlayer
  436. local tar_obj = nil
  437. local rekt = game.ReplicatedStorage.Events.destryObj
  438. biggercunt.Parent = cunt
  439. biggercunt.Size = Vector3.new(0.2, 0.2, 0.2)
  440. cunt.Parent = plr.Backpack
  441. cunt.Name = "Delete"
  442. biggercunt.Name = "Handle"
  443. cunt.Equipped:Connect(function(m_S)
  444. print("m")
  445.  
  446. m_S.Button1Down:Connect(function()
  447. print("M")
  448.  
  449. tar_obj = m_S.Target
  450.  
  451. rekt:FireServer(tar_obj)
  452.  
  453. end)
  454. end)
  455. end)
  456. DeleteDoors.MouseButton1Click:connect(function()
  457. for i,v in pairs(game.Workspace["Zednov's Tycoon Kit"].Tycoons:GetChildren()) do
  458. if v.Owner ~= game.Players.LocalPlayer.Name then
  459. potato = v.PurchasedObjects:FindFirstChild("Door")
  460. if potato then
  461. game.ReplicatedStorage.Events.destryObj:FireServer(v.PurchasedObjects.Door)
  462. else
  463. print("Door be gone")
  464. end
  465. end
  466. end
  467. end)
  468. DestroyMap.MouseButton1Click:connect(function()
  469. for i,v in pairs(game.Workspace:GetChildren()) do
  470. if not v:IsA("Model") or not v:IsA("Camera") or not v:IsA("Terrain") then
  471. game.ReplicatedStorage.Events.destryObj:FireServer(v)
  472. end
  473. end
  474. end)
  475. GiveGear.MouseButton1Click:connect(function()
  476. for i,v in pairs(game.ReplicatedStorage.BoxItems:GetChildren()) do
  477. game:GetService("ReplicatedStorage").Events.CrateClaim:FireServer("Gear", v)
  478. end
  479. end)
  480. RemoveToolsButton.MouseButton1Click:connect(function()
  481. for i,v in pairs(game.Players:GetChildren()) do
  482. if v.Name ~= game.Players.LocalPlayer.Name then
  483. for i,z in pairs(v.Backpack:GetChildren()) do
  484. game.ReplicatedStorage.Events.destryObj:FireServer(z)
  485.  
  486. end
  487. end
  488. end
  489. end)
  490. ShoutsButton.MouseButton1Click:connect(function()
  491. game.ReplicatedStorage.Events.changeValue:InvokeServer(game.Players.LocalPlayer.Shouts, 2e9)
  492. end)
  493. OpenCreditsButton.MouseButton1Click:connect(function()
  494. if CreditsFrame.Visible == false then
  495. CreditsFrame.Visible = true
  496. OpenCreditsButton.Text = ">"
  497. else
  498. CreditsFrame.Visible = false
  499. OpenCreditsButton.Text = "<"
  500.  
  501. end
  502. end)
  503. plr = game:GetService("Players").LocalPlayer
  504. mouse = plr:GetMouse()
  505. mouse.KeyDown:connect(function(key)
  506. if key == "z" then
  507. if SiperHeroTycoonFrame.Visible == true
  508. then SiperHeroTycoonFrame.Visible = false
  509. else SiperHeroTycoonFrame.Visible = true
  510. end
  511. end
  512. end)
  513. print("Credits to Shadows2003 for his delete tool")
  514. print("Credits to Shadows2003 for letting me use some of his scripts")
Advertisement
Add Comment
Please, Sign In to add comment