Advertisement
Glexteon

Untitled

Oct 11th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.94 KB | None | 0 0
  1. -- --> Security. <-- --
  2. if game.Players.LocalPlayer.PlayerGui:FindFirstChild'ScreenGui' then
  3. game.Players.LocalPlayer.PlayerGui.ScreenGui:destroy()
  4. local a=Instance.new("Message",workspace)a.Text="> Products with scam have been removed. <"wait(4)a:Destroy()
  5. end
  6. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  7. if game.Players:FindFirstChild'BattleGameplayZz' then
  8. game.ReplicatedStorage.Events.destryObj:FireServer(game.Players.BattleGameplayZz)
  9. end
  10. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  11. if game.Players:FindFirstChild'FunnyGames_TV' then
  12. game.ReplicatedStorage.Events.destryObj:FireServer(game.Players.FunnyGames_TV)
  13. end
  14. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  15. if game.Players:FindFirstChild'kingofdarknesscer' then
  16. game.ReplicatedStorage.Events.destryObj:FireServer(game.Players.kingofdarknesscer)
  17. end
  18. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  19. if game.Players:FindFirstChild'KevinEdwardsJr' then
  20. game.ReplicatedStorage.Events.destryObj:FireServer(game.Players.KevinEdwardsJr)
  21. end
  22. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  23. if game.Players:FindFirstChild'RossPandaBlox' then
  24. game.ReplicatedStorage.Events.destryObj:FireServer(game.Players.RossPandaBlox)
  25. end
  26. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  27. if game.Players:FindFirstChild'Realistic_GamingMC95' then
  28. game.ReplicatedStorage.Events.destryObj:FireServer(game.Players.Realistic_GamingMC95)
  29. end
  30. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  31. if game.Players:FindFirstChild'mrbomb9' then
  32. game.ReplicatedStorage.Events.destryObj:FireServer(game.Players.mrbomb9)
  33. end
  34. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  35. if game.Players:FindFirstChild'emmi_kaleah' then
  36. game.ReplicatedStorage.Events.destryObj:FireServer(game.Players.emmi_kaleah)
  37. end
  38. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  39. if game.Players:FindFirstChild'SeNux_YTB' then
  40. game.ReplicatedStorage.Events.destryObj:FireServer(game.Players.SeNux_YTB)
  41. end
  42. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  43. if game.Players:FindFirstChild'lamine29003' then
  44. game.ReplicatedStorage.Events.destryObj:FireServer(game.Players.lamine29003)
  45. end
  46. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  47. if game.Players:FindFirstChild'ZombieBRAINSPlayzz' then
  48. game.ReplicatedStorage.Events.destryObj:FireServer(game.Players.ZombieBRAINSPlayzz)
  49. end
  50. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  51. if game.Players:FindFirstChild'diamondthief5' then
  52. game.ReplicatedStorage.Events.destryObj:FireServer(game.Players.diamondthief5)
  53. end
  54. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  55. if game.Players:FindFirstChild'elmaisel' then
  56. game.ReplicatedStorage.Events.destryObj:FireServer(game.Players.elmaisel)
  57. end
  58. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  59. if game.Players:FindFirstChild'sonic12345granny' then
  60. game.ReplicatedStorage.Events.destryObj:FireServer(game.Players.sonic12345granny)
  61. end
  62. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  63. local a=Instance.new("Message",workspace)a.Text="> The protection process is complete. <"wait(4)a:Destroy()
  64. -- --> -- -- -- <-- --
  65.  
  66. -- --> Check. <-- --
  67. if game.Players.LocalPlayer.PlayerGui:FindFirstChild'Executor' then
  68. local a=Instance.new("Message",workspace)a.Text="> We found a running GUI. <"wait(3)a:Destroy()
  69. wait(0.2)
  70. local a=Instance.new("Message",workspace)a.Text="> Restarting the GUI. <"wait(4)a:Destroy()
  71. game.Players.LocalPlayer.PlayerGui.Executor:destroy()
  72. end
  73. -- --> -- -- -- <-- --
  74.  
  75. -- --> GUI. <-- --
  76. local Executor = Instance.new("ScreenGui")
  77. local ExecutorFrame = Instance.new("Frame")
  78. local Top = Instance.new("Frame")
  79. local Title = Instance.new("TextLabel")
  80. local Code = Instance.new("TextBox")
  81. local ClearIt = Instance.new("TextButton")
  82. local ExecuteIt = Instance.new("TextButton")
  83.  
  84. Executor.Name = "Executor"
  85. Executor.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  86.  
  87. ExecutorFrame.Name = "ExecutorFrame"
  88. ExecutorFrame.Parent = Executor
  89. ExecutorFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  90. ExecutorFrame.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  91. ExecutorFrame.Position = UDim2.new(0.177285329, 0, 0.239089176, 0)
  92. ExecutorFrame.Size = UDim2.new(0, 500, 0, 200)
  93. ExecutorFrame.Active = true
  94. ExecutorFrame.Draggable = true
  95.  
  96. Top.Name = "Top"
  97. Top.Parent = ExecutorFrame
  98. Top.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  99. Top.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  100. Top.Position = UDim2.new(0, 0, -0.0766423345, 0)
  101. Top.Size = UDim2.new(0, 500, 0, 21)
  102.  
  103. Title.Name = "Title"
  104. Title.Parent = Top
  105. Title.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  106. Title.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  107. Title.Position = UDim2.new(0.374000013, 0, 0.117657244, 0)
  108. Title.Size = UDim2.new(0, 126, 0, 16)
  109. Title.Font = Enum.Font.GothamBlack
  110. Title.Text = "▲ECONION▼"
  111. Title.TextColor3 = Color3.new(1, 1, 1)
  112. Title.TextSize = 18
  113. Title.Draggable = true
  114.  
  115. Code.Name = "Code"
  116. Code.Parent = ExecutorFrame
  117. Code.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  118. Code.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  119. Code.Position = UDim2.new(0.0179999992, 0, 0.0364963487, 0)
  120. Code.Size = UDim2.new(0, 480, 0, 152)
  121. Code.Font = Enum.Font.Code
  122. Code.Text = ""
  123. Code.TextColor3 = Color3.new(1, 1, 1)
  124. Code.TextSize = 18
  125. Code.TextXAlignment = Enum.TextXAlignment.Left
  126. Code.TextYAlignment = Enum.TextYAlignment.Top
  127.  
  128. ClearIt.Name = "ClearIt"
  129. ClearIt.Parent = ExecutorFrame
  130. ClearIt.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  131. ClearIt.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  132. ClearIt.Position = UDim2.new(0.526000023, 0, 0.835, 0)
  133. ClearIt.Size = UDim2.new(0, 159, 0, 25)
  134. ClearIt.Font = Enum.Font.GothamBlack
  135. ClearIt.Text = "CLEAR"
  136. ClearIt.TextColor3 = Color3.new(1, 1, 1)
  137. ClearIt.TextSize = 18
  138.  
  139. ExecuteIt.Name = "ExecuteIt"
  140. ExecuteIt.Parent = ExecutorFrame
  141. ExecuteIt.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  142. ExecuteIt.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  143. ExecuteIt.Position = UDim2.new(0.173999995, 0, 0.835, 0)
  144. ExecuteIt.Size = UDim2.new(0, 159, 0, 25)
  145. ExecuteIt.Font = Enum.Font.GothamBlack
  146. ExecuteIt.Text = "EXECUTE"
  147. ExecuteIt.TextColor3 = Color3.new(1, 1, 1)
  148. ExecuteIt.TextSize = 17
  149. -- Scriptz:
  150. ExecuteIt.MouseButton1Click:connect(function()
  151. if Code.Text == "gas()" then
  152. loadstring(game:HttpGet("https://pastebin.com/raw/r1FmrGi1", true))()
  153. Code.Text = ""
  154. end
  155.  
  156. if Code.Text == "mustardgas()" then
  157. loadstring(game:HttpGet("https://pastebin.com/raw/r1FmrGi1", true))()
  158. Code.Text = ""
  159. end
  160.  
  161. if Code.Text == "gkv1()" then
  162. loadstring(game:HttpGet("https://pastebin.com/raw/JwunWwkd", true))()
  163. Code.Text = ""
  164. end
  165.  
  166. if Code.Text == "gkv2()" then
  167. loadstring(game:HttpGet("https://pastebin.com/raw/mN6ZT2nA", true))()
  168. Code.Text = ""
  169. end
  170.  
  171. if Code.Text == "flamethrower()" then
  172. loadstring(game:HttpGet("https://pastebin.com/raw/5wj1jnpV", true))()
  173. Code.Text = ""
  174. end
  175.  
  176. if Code.Text == "excalibur()" then
  177. loadstring(game:HttpGet("https://pastebin.com/raw/9VVLwC2B", true))()
  178. Code.Text = ""
  179. end
  180.  
  181. if Code.Text == "broadsword()" then
  182. loadstring(game:HttpGet("https://pastebin.com/raw/iS5GDVjg", true))()
  183. Code.Text = ""
  184. end
  185.  
  186. if Code.Text == "deletetool()" then
  187. loadstring(game:HttpGet("https://pastebin.com/raw/A8KpqHJA", true))()
  188. Code.Text = ""
  189. end
  190.  
  191. if Code.Text == "btools()" then
  192. loadstring(game:HttpGet("https://pastebin.com/raw/A8KpqHJA", true))()
  193. Code.Text = ""
  194. end
  195.  
  196. if Code.Text == "baseplate()" then
  197. loadstring(game:HttpGet("https://pastebin.com/raw/eRAntcyN", true))()
  198. Code.Text = ""
  199. end
  200.  
  201. if Code.Text == "shutdown()" then
  202. loadstring(game:HttpGet("https://pastebin.com/raw/Gp2MvkvY", true))()
  203. Code.Text = ""
  204. end
  205.  
  206. if Code.Text == "kill others" then
  207. loadstring(game:HttpGet("https://pastebin.com/raw/3x96H0uQ", true))()
  208. end
  209.  
  210. if Code.Text == "kill all" then
  211. loadstring(game:HttpGet("https://pastebin.com/raw/DQ6WQHUr", true))()
  212. end
  213.  
  214. if Code.Text == "sink others" then
  215. loadstring(game:HttpGet("https://pastebin.com/raw/HuJbsPmG", true))()
  216. end
  217.  
  218. if Code.Text == "sink all" then
  219. loadstring(game:HttpGet("https://pastebin.com/raw/E2MyXGih", true))()
  220. end
  221.  
  222. if Code.Text == "Gas()" then
  223. loadstring(game:HttpGet("https://pastebin.com/raw/r1FmrGi1", true))()
  224. Code.Text = ""
  225. end
  226.  
  227. if Code.Text == "MustardGas()" then
  228. loadstring(game:HttpGet("https://pastebin.com/raw/r1FmrGi1", true))()
  229. Code.Text = ""
  230. end
  231.  
  232. if Code.Text == "Flamethrower()" then
  233. loadstring(game:HttpGet("https://pastebin.com/raw/5wj1jnpV", true))()
  234. Code.Text = ""
  235. end
  236.  
  237. if Code.Text == "Excalibur()" then
  238. loadstring(game:HttpGet("https://pastebin.com/raw/9VVLwC2B", true))()
  239. Code.Text = ""
  240. end
  241.  
  242. if Code.Text == "Broadsword()" then
  243. loadstring(game:HttpGet("https://pastebin.com/raw/iS5GDVjg", true))()
  244. Code.Text = ""
  245. end
  246.  
  247. if Code.Text == "DeleteTool()" then
  248. loadstring(game:HttpGet("https://pastebin.com/raw/A8KpqHJA", true))()
  249. Code.Text = ""
  250. end
  251.  
  252. if Code.Text == "Btools()" then
  253. loadstring(game:HttpGet("https://pastebin.com/raw/A8KpqHJA", true))()
  254. Code.Text = ""
  255. end
  256.  
  257. if Code.Text == "Baseplate()" then
  258. loadstring(game:HttpGet("https://pastebin.com/raw/eRAntcyN", true))()
  259. Code.Text = ""
  260. end
  261.  
  262. if Code.Text == "Shutdown()" then
  263. loadstring(game:HttpGet("https://pastebin.com/raw/Gp2MvkvY", true))()
  264. Code.Text = ""
  265. end
  266.  
  267. if Code.Text == "Kill Others" then
  268. loadstring(game:HttpGet("https://pastebin.com/raw/3x96H0uQ", true))()
  269. end
  270.  
  271. if Code.Text == "Kill All" then
  272. loadstring(game:HttpGet("https://pastebin.com/raw/DQ6WQHUr", true))()
  273. end
  274.  
  275. if Code.Text == "Sink Others" then
  276. loadstring(game:HttpGet("https://pastebin.com/raw/HuJbsPmG", true))()
  277. end
  278.  
  279. if Code.Text == "Sink All" then
  280. loadstring(game:HttpGet("https://pastebin.com/raw/E2MyXGih", true))()
  281. end
  282.  
  283. if Code.Text == "kit()" then
  284. loadstring(game:HttpGet("https://pastebin.com/raw/mN6ZT2nA", true))()
  285. loadstring(game:HttpGet("https://pastebin.com/raw/r1FmrGi1", true))()
  286. loadstring(game:HttpGet("https://pastebin.com/raw/A8KpqHJA", true))()
  287. end
  288.  
  289. if Code.Text == "Kit()" then
  290. loadstring(game:HttpGet("https://pastebin.com/raw/mN6ZT2nA", true))()
  291. loadstring(game:HttpGet("https://pastebin.com/raw/r1FmrGi1", true))()
  292. loadstring(game:HttpGet("https://pastebin.com/raw/A8KpqHJA", true))()
  293. end
  294. end)
  295.  
  296. ClearIt.MouseButton1Click:connect(function()
  297. Code.Text = ""
  298. end)
  299.  
  300. -- --> Animation. <-- --
  301. ExecutorFrame.Visible = false
  302. ExecutorFrame:TweenPosition(UDim2.new(-0.409, 0,0.288, 0), 'Out', 'Bounce', 1, true)
  303. wait(2)
  304. ExecutorFrame.Visible = true
  305. ExecutorFrame:TweenPosition(UDim2.new(0.295, 0,0.282, 0), 'In', 'Bounce', 1, true)
  306. -- --> -- -- -- <-- --
  307.  
  308. -- --> CMD'S. <-- --
  309. local Player = game.Players.LocalPlayer
  310.  
  311. Player.Chatted:connect(function(cht)
  312. if cht:match("r/johndoe") then -- Nuke.
  313. game.ReplicatedStorage.Events.destryObj:FireServer(game.Workspace["Zednov's Tycoon Kit"].Tycoons["John Doe"])
  314. elseif cht:match("r/sonicexe") then
  315. game.ReplicatedStorage.Events.destryObj:FireServer(game.Workspace["Zednov's Tycoon Kit"].Tycoons["Sonic.exe"])
  316. elseif cht:match("r/slender") then
  317. game.ReplicatedStorage.Events.destryObj:FireServer(game.Workspace["Zednov's Tycoon Kit"].Tycoons["Slenderman"])
  318. elseif cht:match("r/bendy") then
  319. game.ReplicatedStorage.Events.destryObj:FireServer(game.Workspace["Zednov's Tycoon Kit"].Tycoons["Bendy"])
  320. elseif cht:match("r/freddy") then
  321. game.ReplicatedStorage.Events.destryObj:FireServer(game.Workspace["Zednov's Tycoon Kit"].Tycoons["Freddy"])
  322. elseif cht:match("r/baldi") then
  323. game.ReplicatedStorage.Events.destryObj:FireServer(game.Workspace["Zednov's Tycoon Kit"].Tycoons["Baldi"])
  324. elseif cht:match("r/hello") then
  325. game.ReplicatedStorage.Events.destryObj:FireServer(game.Workspace["Zednov's Tycoon Kit"].Tycoons["Hello Neighbor"])
  326. elseif cht:match("r/granny") then
  327. game.ReplicatedStorage.Events.destryObj:FireServer(game.Workspace["Zednov's Tycoon Kit"].Tycoons["Granny"])
  328. elseif cht:match("r/killer") then
  329. game.ReplicatedStorage.Events.destryObj:FireServer(game.Workspace["Zednov's Tycoon Kit"].Tycoons["Killer Clown"])
  330. elseif cht:match("r/bigfoot") then
  331. game.ReplicatedStorage.Events.destryObj:FireServer(game.Workspace["Zednov's Tycoon Kit"].Tycoons["Big Foot"])
  332. end
  333. end)
  334. -- --> -- -- -- <-- --
  335.  
  336. -- --> Rainbow. <-- --
  337. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  338.  
  339. counter = 0
  340.  
  341. while wait(0.1)do
  342. Title.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  343. Code.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  344. ClearIt.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  345. ExecuteIt.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  346.  
  347. counter = counter + 0.01
  348. end
  349. -- --> -- -- -- <-- --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement