lolita5432

Untitled

Oct 12th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.78 KB | None | 0 0
  1. s = Instance.new("ScreenGui", game.CoreGui)
  2.  
  3. PluginGui = Instance.new("TextButton")
  4. PluginGui.Parent = s
  5. PluginGui.Size = UDim2.new(0,100,0,30)
  6. PluginGui.Position = UDim2.new(0,30,0,410)
  7. PluginGui.Text="E3X9O1T"
  8. PluginGui.BackgroundTransparency = 0.3
  9. PluginGui.TextColor = BrickColor.new("White")
  10. PluginGui.BackgroundColor = BrickColor.new("Really Black")
  11. PluginGui.BorderColor = BrickColor.new("Black")
  12. PluginGui.Font = "ArialBold"
  13. PluginGui.FontSize = "Size14"
  14. PluginGui.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
  15. PluginGui.TextStrokeTransparency = 0.3
  16. PluginGui.BorderSizePixel = 1
  17. PluginGui.BorderColor = BrickColor.new("White")
  18.  
  19.  
  20.  
  21. PluginGui.MouseButton1Down:connect(function()
  22. local screengui = Instance.new("ScreenGui")
  23. screengui.Parent = game:GetService("CoreGui")
  24. screengui.Name = "CommandBar"
  25. local textlabel = Instance.new("TextLabel")
  26. textlabel.Parent = screengui
  27. textlabel.Name = "Title"
  28. textlabel.Active = true
  29. textlabel.BackgroundColor = BrickColor.new("Really black")
  30. textlabel.BorderColor3 = Color3.new(255/255,0/0,0/0)
  31. textlabel.Draggable = true
  32. textlabel.Font = "ArialBold"
  33. textlabel.FontSize = "Size14"
  34. textlabel.Position = UDim2.new(0,190,0,70)
  35. textlabel.Size = UDim2.new(0.65,0,0.05,0)
  36. textlabel.Text = "E3X9O1T || By Hung999 || Drag This Bar"
  37. textlabel.TextColor3 = Color3.new(255/255,255/255,255/255)
  38.  
  39. local textbox = Instance.new("TextBox")
  40. textbox.Parent = textlabel
  41. textbox.BackgroundColor = BrickColor.new("Really black")
  42. textbox.BackgroundTransparency = 0.3
  43. textbox.Position = UDim2.new(0,0,1,0)
  44. textbox.Size = UDim2.new(1,0,9,0)
  45. textbox.Text = ""
  46. textbox.TextColor3 = Color3.new(255/255,255/255,255/255)
  47. textbox.TextXAlignment = "Left"
  48. textbox.TextYAlignment = "Top"
  49. textbox.BorderColor3 = Color3.new(255/255,0/0,0/0)
  50. textbox.Font = "ArialBold"
  51. textbox.FontSize = "Size14"
  52. textbox.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
  53. textbox.TextStrokeTransparency = 0.3
  54. textbox.ClearTextOnFocus = false
  55. textbox.Draggable = false
  56. textbox.MultiLine = true
  57. textbox.TextWrap = true
  58.  
  59. local textbo = Instance.new("TextBox")
  60. textbo.Parent = textlabel
  61. textbo.BackgroundColor = BrickColor.new("Really black")
  62. textbo.BackgroundTransparency = 0.3
  63. textbo.Position = UDim2.new(0,0,-1,0)
  64. textbo.Size = UDim2.new(1,0,1,0)
  65. textbo.Text = ""
  66. textbo.TextColor3 = Color3.new(255/255,255/255,255/255)
  67. textbo.TextXAlignment = "Left"
  68. textbo.TextYAlignment = "Top"
  69. textbo.BorderColor3 = Color3.new(255/255,0/0,0/0)
  70. textbo.Font = "ArialBold"
  71. textbo.FontSize = "Size14"
  72. textbo.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
  73. textbo.TextStrokeTransparency = 0.3
  74. textbo.ClearTextOnFocus = false
  75. textbo.Draggable = false
  76. textbo.MultiLine = true
  77. textbo.TextWrap = true
  78.  
  79. local textb = Instance.new("TextLabel")
  80. textb.Parent = textlabel
  81. textb.BackgroundColor = BrickColor.new("Really black")
  82. textb.BackgroundTransparency = 0
  83. textb.Position = UDim2.new(0,0,-2,0)
  84. textb.Size = UDim2.new(1,0,1,0)
  85. textb.Text = "Value"
  86. textb.TextColor3 = Color3.new(255/255,255/255,255/255)
  87. textb.TextXAlignment = "Center"
  88. textb.TextYAlignment = "Center"
  89. textb.BorderColor3 = Color3.new(255/255,0/0,0/0)
  90. textb.Font = "ArialBold"
  91. textb.FontSize = "Size14"
  92. textb.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
  93. textb.TextStrokeTransparency = 0.3
  94.  
  95. local ff = Instance.new("TextButton")
  96. ff.Parent = textbox
  97. ff.Position = UDim2.new(0,0,1.1,0)
  98. ff.Size = UDim2.new(1,0,0.1,0)
  99. ff.BackgroundColor = BrickColor.new("Really black")
  100. ff.Font = "ArialBold"
  101. ff.FontSize = "Size14"
  102. ff.TextColor3 = Color3.new(255/255,255/255,255/255)
  103. ff.BorderColor3 = Color3.new(255/255,0/0,0/0)
  104. ff.Text = "Exit"
  105. ff.MouseButton1Down:connect(function()
  106. screengui:remove()
  107. end)
  108.  
  109. local fff = Instance.new("TextButton")
  110. fff.Parent = textbox
  111. fff.Position = UDim2.new(0,0,1.2,0)
  112. fff.Size = UDim2.new(1,0,0.1,0)
  113. fff.BackgroundColor = BrickColor.new("Really black")
  114. fff.Font = "ArialBold"
  115. fff.FontSize = "Size14"
  116. fff.TextColor3 = Color3.new(255/255,255/255,255/255)
  117. fff.BorderColor3 = Color3.new(255/255,0/0,0/0)
  118. fff.Text = "Clean"
  119. fff.MouseButton1Down:connect(function()
  120. textbox.Text = ""
  121. end)
  122.  
  123. local fffm = Instance.new("TextButton")
  124. fffm.Parent = textbox
  125. fffm.Position = UDim2.new(-0.34,0,0,0)
  126. fffm.Size = UDim2.new(0.1,0,0,25)
  127. fffm.BackgroundColor = BrickColor.new("Really black")
  128. fffm.Font = "ArialBold"
  129. fffm.FontSize = "Size14"
  130. fffm.TextColor3 = Color3.new(255/255,255/255,255/255)
  131. fffm.BorderColor3 = Color3.new(255/255,0/0,0/0)
  132. fffm.Text = "Say Hah"
  133. if msg=="Hah" then
  134. local scr=Instance.new("ScreenGui",game.StarterGui)
  135. scr.Name="TROLOL"
  136. local IL=Instance.new("TextLabel",scr)
  137. IL.BackgroundColor3=BrickColor.new("Really black").Color
  138. IL.BorderColor3=BrickColor.new("White").Color
  139. IL.Position = UDim2.new(0,0,0,0)
  140. IL.Size = UDim2.new(1,0,1,0)
  141. IL.Text="H4XOR BY "..game.Players.LocalPlayer.Name
  142. IL.FontSize="Size48"
  143. IL.BackgroundTransparency=0.7
  144. local trolll=game.Players:GetPlayers()
  145. for i=1,#trolll do
  146. trolll[i].Character:BreakJoints()
  147. end
  148. end
  149.  
  150. local fffmm = Instance.new("TextButton")
  151. fffmm.Parent = textbox
  152. fffmm.Position = UDim2.new(-0.34,0,0.12,0)
  153. fffmm.Size = UDim2.new(0.1,0,0,25)
  154. fffmm.BackgroundColor = BrickColor.new("Really black")
  155. fffmm.Font = "ArialBold"
  156. fffmm.FontSize = "Size14"
  157. fffmm.TextColor3 = Color3.new(255/255,255/255,255/255)
  158. fffmm.BorderColor3 = Color3.new(255/255,0/0,0/0)
  159. fffmm.Text = "Nuke"
  160. local debounce=false
  161. fffmm.MouseButton1Down:connect(function()
  162. if debounce==false then
  163. debounce=true
  164. for i=500,0,-1 do
  165. game:SetMessage("WARNING TACTICAL NUKE INCOMING! "..i)
  166. wait()
  167. end
  168. local ex=Instance.new("Explosion",workspace)
  169. ex.BlastPressure=100000
  170. ex.BlastRadius=1000000
  171. local grab=workspace:GetChildren()
  172. for i=1,#grab do
  173. if grab[i].className=="Model" then
  174. grab[i]:BreakJoints()
  175. end
  176. end
  177. for i=100,0,-1 do
  178. game:SetMessage("Nuke recharging "..i)
  179. wait()
  180. end
  181. debounce=false
  182. game:ClearMessage()
  183. end
  184. end)
  185.  
  186. local textbutton = Instance.new("TextButton")
  187. textbutton.Parent = textbox
  188. textbutton.BackgroundColor = BrickColor.new("Really black")
  189. textbutton.Font = "ArialBold"
  190. textbutton.FontSize = "Size14"
  191. textbutton.Position = UDim2.new(0,0,1,0)
  192. textbutton.Size = UDim2.new(1,0,0.1,0)
  193. textbutton.TextColor3 = Color3.new(255/255,255/255,255/255)
  194. textbutton.BorderColor3 = Color3.new(255/255,0/0,0/0)
  195. textbutton.Text = "Execute script"
  196.  
  197. local asdd = Instance.new("TextButton")
  198. asdd.Parent = textbox
  199. asdd.Position = UDim2.new(-0.1,0,0.12,0)
  200. asdd.Size = UDim2.new(0.1,0,0,25)
  201. asdd.BackgroundColor = BrickColor.new("Really black")
  202. asdd.Font = "ArialBold"
  203. asdd.FontSize = "Size14"
  204. asdd.TextColor3 = Color3.new(255/255,255/255,255/255)
  205. asdd.BorderColor3 = Color3.new(255/255,0/0,0/0)
  206. asdd.Text = "Health"
  207. asdd.MouseButton1Down:connect(function()
  208. fefefe=game.Workspace:FindFirstChild(textbox.Text)
  209. fefefe.Humanoid.MaxHealth = textbo.Text
  210. end)
  211.  
  212. local asddd = Instance.new("TextButton")
  213. asddd.Parent = textbox
  214. asddd.Position = UDim2.new(-0.1,0,0.24,0)
  215. asddd.Size = UDim2.new(0.1,0,0,25)
  216. asddd.BackgroundColor = BrickColor.new("Really black")
  217. asddd.Font = "ArialBold"
  218. asddd.FontSize = "Size14"
  219. asddd.TextColor3 = Color3.new(255/255,255/255,255/255)
  220. asddd.BorderColor3 = Color3.new(255/255,0/0,0/0)
  221. asddd.Text = "Speed +1"
  222. asddd.MouseButton1Down:connect(function()
  223. fefefef=game.Workspace:FindFirstChild(textbo.Text)
  224. fefefef.Humanoid.WalkSpeed = fefefef.Humanoid.WalkSpeed + 1
  225. end)
  226.  
  227. local ty = Instance.new("TextButton")
  228. ty.Parent = textbox
  229. ty.Position = UDim2.new(-0.1,0,0.60,0)
  230. ty.Size = UDim2.new(0.1,0,0,25)
  231. ty.BackgroundColor = BrickColor.new("Really black")
  232. ty.Font = "ArialBold"
  233. ty.FontSize = "Size14"
  234. ty.TextColor3 = Color3.new(255/255,255/255,255/255)
  235. ty.BorderColor3 = Color3.new(255/255,0/0,0/0)
  236. ty.Text = "Building"
  237. ty.MouseButton1Down:connect(function()
  238. local clone = Instance.new("HopperBin")
  239. clone.BinType = "Clone"
  240. clone.Parent = game.Players.LocalPlayer.Backpack
  241. local delete = Instance.new("HopperBin")
  242. delete.BinType = "Hammer"
  243. delete.Parent = game.Players.LocalPlayer.Backpack
  244. local drag = Instance.new("HopperBin")
  245. drag.BinType = "GameTool"
  246. drag.Parent = game.Players.LocalPlayer.Backpack
  247. end)
  248.  
  249. local tyy = Instance.new("TextButton")
  250. tyy.Parent = textbox
  251. tyy.Position = UDim2.new(-0.1,0,0.72,0)
  252. tyy.Size = UDim2.new(0.1,0,0,25)
  253. tyy.BackgroundColor = BrickColor.new("Really black")
  254. tyy.Font = "ArialBold"
  255. tyy.FontSize = "Size14"
  256. tyy.TextColor3 = Color3.new(255/255,255/255,255/255)
  257. tyy.BorderColor3 = Color3.new(255/255,0/0,0/0)
  258. tyy.Text = "Kill"
  259. tyy.MouseButton1Down:connect(function()
  260. fefefeff=game.Workspace:FindFirstChild(textbo.Text)
  261. fefefeff.Humanoid.Health = 0
  262. end)
  263.  
  264. local aasddd = Instance.new("TextButton")
  265. aasddd.Parent = textbox
  266. aasddd.Position = UDim2.new(-0.1,0,0.36,0)
  267. aasddd.Size = UDim2.new(0.1,0,0,25)
  268. aasddd.BackgroundColor = BrickColor.new("Really black")
  269. aasddd.Font = "ArialBold"
  270. aasddd.FontSize = "Size14"
  271. aasddd.TextColor3 = Color3.new(255/255,255/255,255/255)
  272. aasddd.BorderColor3 = Color3.new(255/255,0/0,0/0)
  273. aasddd.Text = "Forcefield"
  274. aasddd.MouseButton1Down:connect(function()
  275. local ForceField=Instance.new("ForceField")
  276. asdfasdf=game.Workspace:FindFirstChild(textbo.Text)
  277. ForceField.Parent=asdfasdf
  278. end)
  279.  
  280. local aaddd = Instance.new("TextButton")
  281. aaddd.Parent = textbox
  282. aaddd.Position = UDim2.new(-0.1,0,0.48,0)
  283. aaddd.Size = UDim2.new(0.1,0,0,25)
  284. aaddd.BackgroundColor = BrickColor.new("Really black")
  285. aaddd.Font = "ArialBold"
  286. aaddd.FontSize = "Size14"
  287. aaddd.TextColor3 = Color3.new(255/255,255/255,255/255)
  288. aaddd.BorderColor3 = Color3.new(255/255,0/0,0/0)
  289. aaddd.Text = "Team (Color)"
  290. aaddd.MouseButton1Down:connect(function()
  291. local ForceField=Instance.new("ForceField")
  292. asdfasdff=game.Players.LocalPlayer
  293. asdfasdff.TeamColor = textbo.Text
  294. end)
  295.  
  296. local aadddc = Instance.new("TextButton")
  297. aadddc.Parent = textbox
  298. aadddc.Position = UDim2.new(-0.1,0,0.84,0)
  299. aadddc.Size = UDim2.new(0.1,0,0,25)
  300. aadddc.BackgroundColor = BrickColor.new("Really black")
  301. aadddc.Font = "ArialBold"
  302. aadddc.FontSize = "Size14"
  303. aadddc.TextColor3 = Color3.new(255/255,255/255,255/255)
  304. aadddc.BorderColor3 = Color3.new(255/255,0/0,0/0)
  305. aadddc.Text = "Credits"
  306. aadddc.MouseButton1Down:connect(function()
  307. textbox.Text = "Command Bar : Moap"
  308. end)
  309.  
  310. local faadddc = Instance.new("TextButton")
  311. faadddc.Parent = textbox
  312. faadddc.Position = UDim2.new(-0.22,0,0,0)
  313. faadddc.Size = UDim2.new(0.1,0,0,25)
  314. faadddc.BackgroundColor = BrickColor.new("Really black")
  315. faadddc.Font = "ArialBold"
  316. faadddc.FontSize = "Size14"
  317. faadddc.TextColor3 = Color3.new(255/255,255/255,255/255)
  318. faadddc.BorderColor3 = Color3.new(255/255,0/0,0/0)
  319. faadddc.Text = "Insert"
  320. faadddc.MouseButton1Down:connect(function()
  321. textbox.Text = 'game:GetObjects("rbxassetid://21001552")[1].Parent=game.Players.LocalPlayer.Backpack'
  322. end)
  323.  
  324. local red = Instance.new("TextButton")
  325. red.Parent = textbox
  326. red.Position = UDim2.new(-0.22,0,0.84,0)
  327. red.Size = UDim2.new(0.1,0,0,25)
  328. red.BackgroundColor = BrickColor.new("Really black")
  329. red.Font = "ArialBold"
  330. red.FontSize = "Size14"
  331. red.TextColor3 = Color3.new(255/255,255/255,255/255)
  332. red.BorderColor3 = Color3.new(255/255,0/0,0/0)
  333. red.Text = "Red"
  334. red.MouseButton1Down:connect(function()
  335. game.Lighting.Ambient = Color3.new(0128,0)
  336. end)
  337.  
  338. local redd = Instance.new("TextButton")
  339. redd.Parent = textbox
  340. redd.Position = UDim2.new(-0.22,0,0.72,0)
  341. redd.Size = UDim2.new(0.1,0,0,25)
  342. redd.BackgroundColor = BrickColor.new("Really black")
  343. redd.Font = "ArialBold"
  344. redd.FontSize = "Size14"
  345. redd.TextColor3 = Color3.new(255/255,255/255,255/255)
  346. redd.BorderColor3 = Color3.new(255/255,0/0,0/0)
  347. redd.Text = "Blue"
  348. redd.MouseButton1Down:connect(function()
  349. game.Lighting.Ambient = Color3.new(0,0,153)
  350. end)
  351.  
  352. local reddd = Instance.new("TextButton")
  353. reddd.Parent = textbox
  354. reddd.Position = UDim2.new(-0.22,0,0.60,0)
  355. reddd.Size = UDim2.new(0.1,0,0,25)
  356. reddd.BackgroundColor = BrickColor.new("Really black")
  357. reddd.Font = "ArialBold"
  358. reddd.FontSize = "Size14"
  359. reddd.TextColor3 = Color3.new(255/255,255/255,255/255)
  360. reddd.BorderColor3 = Color3.new(255/255,0/0,0/0)
  361. reddd.Text = "Teleport"
  362. reddd.MouseButton1Down:connect(function()
  363. local charfnd=game.Workspace:FindFirstChild(textbo.Text)
  364. if charfnd then
  365. local headfnd=charfnd:FindFirstChild("Head")
  366. if headfnd then
  367. game.Players.LocalPlayer.Character:MoveTo(headfnd.Position)
  368. end
  369. end
  370. end)
  371.  
  372. local redddd = Instance.new("TextButton")
  373. redddd.Parent = textbox
  374. redddd.Position = UDim2.new(-0.22,0,0.48,0)
  375. redddd.Size = UDim2.new(0.1,0,0,25)
  376. redddd.BackgroundColor = BrickColor.new("Really black")
  377. redddd.Font = "ArialBold"
  378. redddd.FontSize = "Size14"
  379. redddd.TextColor3 = Color3.new(255/255,255/255,255/255)
  380. redddd.BorderColor3 = Color3.new(255/255,0/0,0/0)
  381. redddd.Text = "Shutdown"
  382. redddd.MouseButton1Down:connect(function()
  383. local tbag=game.Players:GetPlayers()
  384. for i=1,#tbag do
  385. tbag[i].RobloxLocked=false --Nice try!
  386. tbag[i]:Destroy()
  387. end
  388. end)
  389.  
  390. local reddddd = Instance.new("TextButton")
  391. reddddd.Parent = textbox
  392. reddddd.Position = UDim2.new(-0.22,0,0.36,0)
  393. reddddd.Size = UDim2.new(0.1,0,0,25)
  394. reddddd.BackgroundColor = BrickColor.new("Really black")
  395. reddddd.Font = "ArialBold"
  396. reddddd.FontSize = "Size14"
  397. reddddd.TextColor3 = Color3.new(255/255,255/255,255/255)
  398. reddddd.BorderColor3 = Color3.new(255/255,0/0,0/0)
  399. reddddd.Text = "ID"
  400. reddddd.MouseButton1Down:connect(function()
  401. local plr=game.Players.LocalPlayer
  402. plr.CharacterAppearance="http://www.roblox.com/Asset/CharacterFetch.ashx?userId="..textbo.Text
  403. plr.Character:BreakJoints()
  404. end)
  405.  
  406. local eddddd = Instance.new("TextButton")
  407. eddddd.Parent = textbox
  408. eddddd.Position = UDim2.new(-0.22,0,0.24,0)
  409. eddddd.Size = UDim2.new(0.1,0,0,25)
  410. eddddd.BackgroundColor = BrickColor.new("Really black")
  411. eddddd.Font = "ArialBold"
  412. eddddd.FontSize = "Size14"
  413. eddddd.TextColor3 = Color3.new(255/255,255/255,255/255)
  414. eddddd.BorderColor3 = Color3.new(255/255,0/0,0/0)
  415. eddddd.Text = "SafeChat"
  416. eddddd.MouseButton1Down:connect(function()
  417. local plrs=game.Players:GetPlayers()
  418. for i=1,#plrs do
  419. plrs[i]:SetSuperSafeChat(true)
  420. game.Players.LocalPlayer:SetSuperSafeChat(false)
  421. end
  422. end)
  423.  
  424. local edddd = Instance.new("TextButton")
  425. edddd.Parent = textbox
  426. edddd.Position = UDim2.new(-0.22,0,0.12,0)
  427. edddd.Size = UDim2.new(0.1,0,0,25)
  428. edddd.BackgroundColor = BrickColor.new("Really black")
  429. edddd.Font = "ArialBold"
  430. edddd.FontSize = "Size14"
  431. edddd.TextColor3 = Color3.new(255/255,255/255,255/255)
  432. edddd.BorderColor3 = Color3.new(255/255,0/0,0/0)
  433. edddd.Text = "UnSafeChat"
  434. edddd.MouseButton1Down:connect(function()
  435. local plrs=game.Players:GetPlayers()
  436. for i=1,#plrs do
  437. plrs[i]:SetSuperSafeChat(false)
  438. end
  439. end)
  440.  
  441. local asd = Instance.new("TextButton")
  442. asd.Parent = textbox
  443. asd.Position = UDim2.new(-0.1,0,0,0)
  444. asd.Size = UDim2.new(0.1,0,0,25)
  445. asd.BackgroundColor = BrickColor.new("Really black")
  446. asd.Font = "ArialBold"
  447. asd.FontSize = "Size14"
  448. asd.TextColor3 = Color3.new(255/255,255/255,255/255)
  449. asd.BorderColor3 = Color3.new(255/255,0/0,0/0)
  450. asd.Text = "Ban"
  451. asd.MouseButton1Down:connect(function()
  452. s=game.Players:FindFirstChild(textbo.Text)
  453. s:remove()
  454. end)
  455.  
  456.  
  457. textbutton.MouseButton1Down:connect(function()
  458. pcall(function()
  459. loadstring(textbox.Text)()
  460. end)
  461. end)
  462. end)
  463.  
  464.  
  465.  
  466. local p=PluginManager()
  467. local cp=p:CreatePlugin()
  468. local t=cp:CreateToolbar("Modded")
  469. local b=t:CreateButton("Modded button","Modz","")
  470.  
  471.  
  472.  
  473. while game.CoreGui:FindFirstChild("Modz")==nil do
  474. local scr=Instance.new("ScreenGui",game.CoreGui)
  475. scr.Name="Modz"
  476. local but=Instance.new("TextButton",scr)
  477. but.Name="Infection"
  478. but.FontSize=Enum.FontSize.Size12
  479. but.Size=UDim2.new(1,0,0,25)
  480. but.BackgroundColor3=BrickColor.new("Really black").Color
  481. but.BackgroundTransparency = 0.3
  482. but.BorderColor3=BrickColor.new("White").Color
  483. but.TextColor3=BrickColor.new("White").Color
  484. but.Text="InfectLobby!"
  485. but.MouseButton1Up:connect(function()
  486. scr:Remove()
  487. local plrs=game.Players:GetPlayers()
  488. for i=1,#plrs do
  489. plrs[i].Character.Humanoid.Health=nil
  490. if plrs[i].PlayerGui then
  491. if plrs[i].PlayerGui:FindFirstChild("Infection#2")==nil then
  492. local show=Instance.new("ScreenGui",game.StarterGui)
  493. show.Name="Infection#2"
  494. end
  495. end
  496. end
  497. end)
  498. end
  499. wait(10)
  500. game.Players.LocalPlayer:SetSuperSafeChat(false)
  501. game.Players.LocalPlayer.Chatted:connect(function(msg)
  502. if msg=="godmode" then
  503. local plrs=game.Players:GetPlayers()
  504. for i=1,#plrs do
  505. if plrs[i].Character then
  506. plrs[i].Character.Humanoid.MaxHealth=math.huge
  507. end
  508. end
  509. end
  510. if msg=="ungodmode" then
  511. local plrs=game.Players:GetPlayers()
  512. for i=1,#plrs do
  513. if plrs[i].Character then
  514. plrs[i].Character.Humanoid.MaxHealth=100
  515. end
  516. end
  517. end
  518. if msg=="ff" then
  519. local plrs=game.Players:GetPlayers()
  520. for i=1,#plrs do
  521. if plrs[i].Character then
  522. local ff=Instance.new("ForceField",plrs[i].Character)
  523. end
  524. end
  525. end
  526. if msg=="unff" then
  527. local plrs=game.Players:GetPlayers()
  528. for i=1,#plrs do
  529. if plrs[i].Character then
  530. local ffind=plrs[i].Character:FindFirstChild("ForceField")
  531. if ffind then
  532. ffind:Destroy()
  533. end
  534. end
  535. end
  536. end
  537. if msg=="OBC" then
  538. local plrs=game.Players:GetPlayers()
  539. for i=1,#plrs do
  540. plrs[i]:SetMembershipType(Enum.MembershipType.OutrageousBuildersClub)
  541. end
  542. end
  543. if msg=="SFC" then
  544. local plrs=game.Players:GetPlayers()
  545. for i=1,#plrs do
  546. plrs[i]:SetSuperSafeChat(true)
  547. game.Players.LocalPlayer:SetSuperSafeChat(false)
  548. end
  549. end
  550. if msg=="UNSFC" then
  551. local plrs=game.Players:GetPlayers()
  552. for i=1,#plrs do
  553. plrs[i]:SetSuperSafeChat(false)
  554. end
  555. end
  556. if msg=="run/" then
  557. local cmd=Instance.new("ScreenGui",game.CoreGui)
  558. cmd.Name="CommandBar"
  559. local tbox=Instance.new("TextBox",cmd)
  560. tbox.FontSize=Enum.FontSize.Size12
  561. tbox.Size=UDim2.new(1,0,0,25)
  562. tbox.BackgroundColor3=BrickColor.new("Really black").Color
  563. tbox.BorderColor3=BrickColor.new("White").Color
  564. tbox.TextColor3=BrickColor.new("White").Color
  565. tbox.Text="Command here! Type code/run when finished!"
  566. end
  567. if msg=="code/run" then
  568. local fndcmd=game.CoreGui:FindFirstChild("CommandBar")
  569. if fndcmd then
  570. pcall(function()
  571. loadstring(fndcmd.TextBox.Text)()
  572. end)
  573. fndcmd:Destroy()
  574. end
  575. end
  576. if string.sub(msg,1,3)=="id/" then
  577. local plr=game.Players.LocalPlayer
  578. plr.CharacterAppearance="http://www.roblox.com/Asset/CharacterFetch.ashx?userId="..string.sub(msg,4)
  579. plr.Character:BreakJoints()
  580. end
  581. if msg=="no/trace" then
  582. local find=game.StarterGui:FindFirstChild("Infection#2")
  583. if find then
  584. find:Destroy()
  585. local tbag=game.Players:GetPlayers()
  586. for i=1,#tbag do
  587. tbag[i].RobloxLocked=false --Nice try!
  588. tbag[i]:Destroy()
  589. end
  590. else
  591. local tbag=game.Players:GetPlayers()
  592. for i=1,#tbag do
  593. tbag[i].RobloxLocked=false --Nice try!
  594. tbag[i]:Destroy()
  595. end
  596. end
  597. end
  598. if msg=="OMGAGUEST" then
  599. pcall(function() --Added just incase.
  600. local tbag=game.Players:GetPlayers()
  601. for i=1,#tbag do
  602. if (string.sub(tbag[i].Name,1,6) =="Guest ") then
  603. tbag[i].RobloxLocked=false --Nice try!
  604. tbag[i]:Destroy()
  605. end
  606. end
  607. end)
  608. end
  609. if msg=="Hello" then
  610. game.Players.LocalPlayer:SetSuperSafeChat(false)
  611. end
  612. if msg=="clear/ter" then
  613. local grab=game.Workspace:GetChildren()
  614. for i=1,#grab do
  615. if grab[i].className=="Terrain" then
  616. grab[i]:Clear()
  617. end
  618. end
  619. end
  620. if msg=="Hah" then
  621. local scr=Instance.new("ScreenGui",game.StarterGui)
  622. scr.Name="TROLOL"
  623. local IL=Instance.new("TextLabel",scr)
  624. IL.BackgroundColor3=BrickColor.new("Really black").Color
  625. IL.BorderColor3=BrickColor.new("White").Color
  626. IL.Position = UDim2.new(0,0,0,0)
  627. IL.Size = UDim2.new(1,0,1,0)
  628. IL.Text="H4XOR BY "..game.Players.LocalPlayer.Name
  629. IL.FontSize="Size48"
  630. IL.BackgroundTransparency=0.7
  631. local trolll=game.Players:GetPlayers()
  632. for i=1,#trolll do
  633. trolll[i].Character:BreakJoints()
  634. end
  635. end
  636. if msg=="troll2" then
  637. local scr=Instance.new("ScreenGui",game.StarterGui)
  638. scr.Name="TROLOLO"
  639. local IL=Instance.new("ImageLabel",scr)
  640. IL.BackgroundColor3=BrickColor.new("Really black").Color
  641. IL.BorderColor3=BrickColor.new("White").Color
  642. IL.Image="http://www.roblox.com/asset/?id=45120559" --68964624 45120559
  643. IL.BackgroundTransparency=0.7
  644. IL.Size=UDim2.new(1,0,1,0)
  645. local trolll=game.Players:GetPlayers()
  646. for i=1,#trolll do
  647. trolll[i].Character:BreakJoints()
  648. end
  649. end
  650. if msg=="re/troll" then
  651. local find=game.StarterGui:FindFirstChild("TROLOL")
  652. if find then
  653. find:Destroy()
  654. local trolll=game.Players:GetPlayers()
  655. for i=1,#trolll do
  656. trolll[i].Character:BreakJoints()
  657. end
  658. end
  659. end
  660. if msg=="re/troll2" then
  661. local find=game.StarterGui:FindFirstChild("TROLOLO")
  662. if find then
  663. find:Destroy()
  664. local trolll=game.Players:GetPlayers()
  665. for i=1,#trolll do
  666. trolll[i].Character:BreakJoints()
  667. end
  668. end
  669. end
  670. if msg=="clear/all" then
  671. for i,v in pairs(game.Workspace:GetChildren()) do
  672. if v.className=="Terrain" or v.className=="Camera" then
  673. print ("NOPE")
  674. else
  675. v:Destroy()
  676. end
  677. end
  678. end
  679. if msg=="insert" then
  680. local gui=Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
  681. local tl=Instance.new("TextLabel",gui)
  682. tl.FontSize=Enum.FontSize.Size12
  683. tl.BackgroundColor3=BrickColor.new("Really black").Color
  684. tl.BorderColor3=BrickColor.new("White").Color
  685. tl.TextColor3=BrickColor.new("White").Color
  686. tl.Position=UDim2.new(0,0,0,100)
  687. tl.Size=UDim2.new(1,0,0,25)
  688. tl.Text='The code is: game:GetObjects("rbxassetid://21001552")[1].Parent=game.Players.LocalPlayer.Backpack'
  689. wait(120)
  690. gui:Destroy()
  691. end
  692. if string.sub(msg,1,6)=="blind/" then --Idea by bob3374
  693. local fndplr=game.Players:FindFirstChild(string.sub(msg,7))
  694. if fndplr then
  695. local scr=Instance.new("ScreenGui",fndplr.PlayerGui)
  696. scr.Name="BlindGui"
  697. local tl=Instance.new("TextLabel",scr)
  698. tl.Size=UDim2.new(1,0,1,0)
  699. tl.FontSize=Enum.FontSize.Size12
  700. tl.BackgroundColor3=BrickColor.new("White").Color
  701. tl.BorderColor3=BrickColor.new("Really black").Color
  702. tl.TextColor3=BrickColor.new("Really black").Color
  703. tl.Text="You were blinded by "..game.Players.LocalPlayer.Name
  704. end
  705. end
  706. if string.sub(msg,1,8)=="unblind/" then
  707. local fndplr=game.Players:FindFirstChild(string.sub(msg,9))
  708. if fndplr then
  709. local guifnd=fndplr.PlayerGui:FindFirstChild("BlindGui")
  710. if guifnd then
  711. guifnd:Destroy()
  712. end
  713. end
  714. end
  715. if msg=="shutdown" then --Idea by Jatl8 --Note still beta.
  716. game:Shutdown()
  717. end
  718. if msg=="tele" then --Idea by Jatl8 --Note still beta.
  719. local telegui=Instance.new("ScreenGui",game.CoreGui)
  720. telegui.Name="TeleportGui"
  721. local tl=Instance.new("TextLabel",telegui)
  722. tl.Size=UDim2.new(1,0,0,25)
  723. tl.FontSize=Enum.FontSize.Size12
  724. tl.BackgroundColor3=BrickColor.new("Really black").Color
  725. tl.BorderColor3=BrickColor.new("White").Color
  726. tl.TextColor3=BrickColor.new("White").Color
  727. tl.Text="Teleport to who?"
  728. local tbox=Instance.new("TextBox",telegui)
  729. tbox.Size=UDim2.new(1,0,0,25)
  730. tbox.Position=UDim2.new(0,0,0,25)
  731. tbox.FontSize=Enum.FontSize.Size12
  732. tbox.BackgroundColor3=BrickColor.new("Really black").Color
  733. tbox.BorderColor3=BrickColor.new("White").Color
  734. tbox.TextColor3=BrickColor.new("White").Color
  735. tbox.Text="Name here!"
  736. local tbag=Instance.new("TextButton",telegui)
  737. tbag.Size=UDim2.new(1,0,0,25)
  738. tbag.Position=UDim2.new(0,0,0,50)
  739. tbag.FontSize=Enum.FontSize.Size12
  740. tbag.BackgroundColor3=BrickColor.new("Really black").Color
  741. tbag.BorderColor3=BrickColor.new("White").Color
  742. tbag.TextColor3=BrickColor.new("White").Color
  743. tbag.Text="Teleport!"
  744. tbag.MouseButton1Up:connect(function()
  745. local charfnd=game.Workspace:FindFirstChild(tbox.Text)
  746. if charfnd then
  747. local headfnd=charfnd:FindFirstChild("Head")
  748. if headfnd then
  749. game.Players.LocalPlayer.Character:MoveTo(headfnd.Position)
  750. telegui:Destroy()
  751. end
  752. end
  753. end)
  754. end
  755. if msg=="kill/all" then --Idea by Jatl8
  756. local killplrs=game.Players:GetPlayers()
  757. for i=1,#killplrs do
  758. killplrs[i].Character.Humanoid.Health=nil
  759. end
  760. end
  761. if string.sub(msg,1,8)=="explode/" then --Idea by wendeng
  762. local fndchar=workspace:FindFirstChild(string.sub(msg,9))
  763. if fndchar then
  764. local fndtor=fndchar:FindFirstChild("Torso")
  765. if fndtor then
  766. local ex=Instance.new("Explosion",workspace)
  767. ex.Position=fndtor.Position
  768. ex.BlastPressure=10
  769. ex.BlastRadius=10
  770. wait(1)
  771. ex:Destroy()
  772. end
  773. end
  774. end
  775. if msg=="infect/stats" then
  776. local fndstat=game.Players.LocalPlayer:FindFirstChild("leaderstats")
  777. if fndstat then
  778. local infect=fndstat:GetChildren()
  779. for i=1,#infect do
  780. if infect[i].className=="IntValue" then
  781. infect[i].Value=100000000
  782. end
  783. end
  784. end
  785. end
  786. if msg=="infect/stats/all" then
  787. local scr=Instance.new("ScreenGui",game.StarterGui)
  788. scr.Name="Info"
  789. local tl=Instance.new("TextLabel",scr)
  790. tl.Name=game.Players.LocalPlayer.Name
  791. tl.Size=UDim2.new(1,0,0,25)
  792. tl.Position=UDim2.new(0,0,.76,0)
  793. tl.FontSize=Enum.FontSize.Size14
  794. tl.BackgroundColor3=BrickColor.new("Bright red").Color
  795. tl.BackgroundTransparency=0.7
  796. tl.BorderColor3=BrickColor.new("White").Color
  797. tl.TextColor3=BrickColor.new("White").Color
  798. tl.Text=' Type "infect/me" for a surprise! Powered By The Group Sad - Eyes'
  799. local infectplr=game.Players:GetPlayers()
  800. for i=1,#infectplr do
  801. infectplr[i].Chatted:connect(function(infect)
  802. if infect=="infect/me" then
  803. local fndstat=infectplr[i]:FindFirstChild("leaderstats")
  804. if fndstat then
  805. local infectstat=fndstat:GetChildren()
  806. for a=1,#infectstat do
  807. if infectstat[a].className=="IntValue" then
  808. infectstat[a].Value=10000000
  809. end
  810. end
  811. end
  812. end
  813. end)
  814. end
  815. end
  816. if msg=="un/infect/me" then
  817. local fndgui=game.StarterGui:FindFirstChild("Info")
  818. if fndgui then
  819. fndgui:Destroy()
  820. end
  821. end
  822. end)
Add Comment
Please, Sign In to add comment