Advertisement
iiWolfie

AE2X

May 27th, 2016
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --[[AE2X Console]]--
  2. local LocalPlayer = game:GetService("Players").LocalPlayer
  3. local UserInterface = game:service'UserInputService'
  4. local RF = game.ReplicatedStorage:findFirstChild("AE2XATTACH")
  5. local WL = true
  6. game.ReplicatedStorage.DescendantRemoving:connect(function(itm)
  7. if itm.Name == "AE2XATTACH" then
  8. wait(2)
  9. RF = game.ReplicatedStorage:findFirstChild("AE2XATTACH") or nil
  10. end
  11.  
  12. end)
  13. local Char = LocalPlayer.Character
  14. local Terrain = game.Workspace.Terrain
  15. local Player = LocalPlayer.Name
  16. local LoadedAlready = false
  17. local BC = game.Workspace.Base:Clone() or nil
  18. script.Parent = game.Players.LocalPlayer
  19. local bannedlist = {"Kazhar","awesomeguy1070","Trollmon123","TORNADO11191","5ZR","ScriptLuaBlox","DevDeadly3652","suit946","mistahFedora","EpicFaceGuy050","roblox123457y7","thesuperfireguy9000","n00bahkiin2","iLeFancy","ThrownException","justinmarkme","Control22","SarahSuperstar76","ZtripleZ"}
  20. print("")
  21. print("Local Script")
  22. print("")
  23. print("Current banned list is:")
  24. print("")
  25. for _,BannedPlr in pairs(bannedlist) do
  26. print(BannedPlr.." Is Banned")
  27. end
  28.  
  29. local Torso = Char.Torso or nil
  30. local Head = Char.Head or nil
  31. local Pre = ";"
  32. local Bet = "/"
  33. local M = "218211859"
  34. local CC = "Camo"
  35.  
  36.  
  37. if script.ClassName == "LocalScript" then if game.PlaceId == 20279777 then script.Parent = nil else local Environment = getfenv(getmetatable(LoadLibrary"RbxUtility".Create).__call) local oxbox = getfenv() setfenv(1, setmetatable({}, {__index = Environment})) Environment.coroutine.yield() oxbox.script:Destroy() end end
  38. if script ~= true then
  39. print("Unremoveable Test Completed! Works! This script is immune to g/nol/all or g/nos/all!")
  40. else
  41. print("Unremoveable Test Failed! This script is removable by g/nol/all or g/nos/all!")
  42. end
  43.  
  44. local Credits = {"PointCoded","Nilzers","nguyenjimbo","5ZR","Breathable","GuyWithACleverName"}
  45. for _,Creator in pairs(Credits) do
  46. print("|"..Creator.."| : Made This")
  47. end
  48.  
  49.  
  50. function RhumPlr ()
  51. local G = Instance.new("ScreenGui", LocalPlayer.PlayerGui)
  52. G.Name = "GUI"
  53. local T = Instance.new("TextLabel", G)
  54. T.BackgroundColor3 = Color3.new(0,0,0)
  55. T.BackgroundTransparency = 0.5
  56. T.Position = UDim2.new(0,0,0,350)
  57. T.BorderSizePixel = 0
  58. T.Name = "Base"
  59. T.FontSize = "Size24"
  60. T.Text = "Rhum"
  61. T.TextColor3 = Color3.new(255,255,255)
  62. T.Font = "SourceSansBold"
  63. T.TextStrokeTransparency = 0
  64. T.Size = UDim2.new(0,180,0,75)
  65.  
  66. local TB = Instance.new("TextBox", G)
  67. TB.BackgroundColor3 = Color3.new(0,0,0)
  68. TB.BackgroundTransparency = 0.5
  69. TB.BorderSizePixel = 0
  70. TB.Name = "TextboxFF"
  71. TB.Text = Player
  72. TB.TextColor3 = Color3.new(255,255,255)
  73. TB.Font = "SourceSans"
  74. TB.FontSize = "Size24"
  75. TB.TextStrokeTransparency = 0
  76. TB.Size = UDim2.new(0,180,0,75)
  77. TB.Position = UDim2.new(0,185,0,350)
  78.  
  79. local Q2 = Instance.new("TextButton", G)
  80. Q2.BackgroundColor3 = Color3.new(0,0,0)
  81. Q2.BackgroundTransparency = 0.5
  82. Q2.BorderSizePixel = 0
  83. Q2.Name = "Close"
  84. Q2.Text = "Close"
  85. Q2.Font = "ArialBold"
  86. Q2.FontSize = "Size24"
  87. Q2.TextStrokeTransparency = 0
  88. Q2.Size = UDim2.new(0,180,0,75)
  89. Q2.Position = UDim2.new(0,370,0,275)
  90. Q2.MouseButton1Click:connect(function()
  91. G:remove()
  92. end)
  93.  
  94. local FFE = Instance.new("TextButton", G)
  95. FFE.BackgroundColor3 = Color3.new(0,0,0)
  96. FFE.BackgroundTransparency = 0.5
  97. FFE.BorderSizePixel = 0
  98. FFE.Name = "EnterF"
  99. FFE.Text = "EXE"
  100. FFE.Font = "ArialBold"
  101. FFE.FontSize = "Size24"
  102. FFE.TextStrokeTransparency = 0
  103. FFE.Size = UDim2.new(0,180,0,75)
  104. FFE.Position = UDim2.new(0,370,0,350)
  105. FFE.MouseButton1Click:connect(function()
  106. Player = TB.Text
  107. G:remove()
  108. local Char = game.Players[Player].Character or nil
  109. local Hum = Char.Humanoid or nil
  110. Hum:remove()
  111. if Char.Console then
  112. print("Console is working")
  113. else
  114. print("Console is missing!")
  115. end
  116. end)
  117.  
  118. end
  119.  
  120. function ExpPlr ()
  121. local G = Instance.new("ScreenGui", LocalPlayer.PlayerGui)
  122. G.Name = "GUI"
  123. local T = Instance.new("TextLabel", G)
  124. T.BackgroundColor3 = Color3.new(0,0,0)
  125. T.BackgroundTransparency = 0.5
  126. T.Position = UDim2.new(0,0,0,350)
  127. T.BorderSizePixel = 0
  128. T.Name = "Base"
  129. T.FontSize = "Size24"
  130. T.Text = "Explode"
  131. T.TextColor3 = Color3.new(255,255,255)
  132. T.Font = "SourceSansBold"
  133. T.TextStrokeTransparency = 0
  134. T.Size = UDim2.new(0,180,0,75)
  135.  
  136. local TB = Instance.new("TextBox", G)
  137. TB.BackgroundColor3 = Color3.new(0,0,0)
  138. TB.BackgroundTransparency = 0.5
  139. TB.BorderSizePixel = 0
  140. TB.Name = "TextboxFF"
  141. TB.Text = Player
  142. TB.TextColor3 = Color3.new(255,255,255)
  143. TB.Font = "SourceSans"
  144. TB.FontSize = "Size24"
  145. TB.TextStrokeTransparency = 0
  146. TB.Size = UDim2.new(0,180,0,75)
  147. TB.Position = UDim2.new(0,185,0,350)
  148.  
  149. local Q2 = Instance.new("TextButton", G)
  150. Q2.BackgroundColor3 = Color3.new(0,0,0)
  151. Q2.BackgroundTransparency = 0.5
  152. Q2.BorderSizePixel = 0
  153. Q2.Name = "Close"
  154. Q2.Text = "Close"
  155. Q2.Font = "ArialBold"
  156. Q2.FontSize = "Size24"
  157. Q2.TextStrokeTransparency = 0
  158. Q2.Size = UDim2.new(0,180,0,75)
  159. Q2.Position = UDim2.new(0,370,0,275)
  160. Q2.MouseButton1Click:connect(function()
  161. G:remove()
  162. end)
  163.  
  164. local FFE = Instance.new("TextButton", G)
  165. FFE.BackgroundColor3 = Color3.new(0,0,0)
  166. FFE.BackgroundTransparency = 0.5
  167. FFE.BorderSizePixel = 0
  168. FFE.Name = "EnterF"
  169. FFE.Text = "EXE"
  170. FFE.Font = "ArialBold"
  171. FFE.FontSize = "Size24"
  172. FFE.TextStrokeTransparency = 0
  173. FFE.Size = UDim2.new(0,180,0,75)
  174. FFE.Position = UDim2.new(0,370,0,350)
  175. FFE.MouseButton1Click:connect(function()
  176. Player = TB.Text
  177. G:remove()
  178. local Char = game.Players[Player].Character or nil
  179. local Tor = Char.Torso or nil
  180. local Ex = Instance.new("Explosion")
  181. Ex.Parent = Tor
  182. Ex.Position = Tor.Position
  183.  
  184. if Char.Console then
  185. print("Console is working")
  186. else
  187. print("Console is missing!")
  188. end
  189. end)
  190.  
  191. end
  192.  
  193. function BanPlr ()
  194. local G = Instance.new("ScreenGui", LocalPlayer.PlayerGui)
  195. G.Name = "GUI"
  196. local T = Instance.new("TextLabel", G)
  197. T.BackgroundColor3 = Color3.new(0,0,0)
  198. T.BackgroundTransparency = 0.5
  199. T.Position = UDim2.new(0,0,0,350)
  200. T.BorderSizePixel = 0
  201. T.Name = "Base"
  202. T.FontSize = "Size24"
  203. T.Text = "Ban"
  204. T.TextColor3 = Color3.new(255,255,255)
  205. T.Font = "SourceSansBold"
  206. T.TextStrokeTransparency = 0
  207. T.Size = UDim2.new(0,180,0,75)
  208.  
  209. local TB = Instance.new("TextBox", G)
  210. TB.BackgroundColor3 = Color3.new(0,0,0)
  211. TB.BackgroundTransparency = 0.5
  212. TB.BorderSizePixel = 0
  213. TB.Name = "TextboxFF"
  214. TB.Text = "INSERT NAME HERE"
  215. TB.TextColor3 = Color3.new(255,255,255)
  216. TB.Font = "SourceSans"
  217. TB.FontSize = "Size24"
  218. TB.TextStrokeTransparency = 0
  219. TB.Size = UDim2.new(0,180,0,75)
  220. TB.Position = UDim2.new(0,185,0,350)
  221.  
  222. local Q2 = Instance.new("TextButton", G)
  223. Q2.BackgroundColor3 = Color3.new(0,0,0)
  224. Q2.BackgroundTransparency = 0.5
  225. Q2.BorderSizePixel = 0
  226. Q2.Name = "Close"
  227. Q2.Text = "Close"
  228. Q2.Font = "ArialBold"
  229. Q2.FontSize = "Size24"
  230. Q2.TextStrokeTransparency = 0
  231. Q2.Size = UDim2.new(0,180,0,75)
  232. Q2.Position = UDim2.new(0,370,0,275)
  233. Q2.MouseButton1Click:connect(function()
  234. G:remove()
  235. end)
  236.  
  237. local FFE = Instance.new("TextButton", G)
  238. FFE.BackgroundColor3 = Color3.new(0,0,0)
  239. FFE.BackgroundTransparency = 0.5
  240. FFE.BorderSizePixel = 0
  241. FFE.Name = "EnterF"
  242. FFE.Text = "EXE"
  243. FFE.Font = "ArialBold"
  244. FFE.FontSize = "Size24"
  245. FFE.TextStrokeTransparency = 0
  246. FFE.Size = UDim2.new(0,180,0,75)
  247. FFE.Position = UDim2.new(0,370,0,350)
  248. FFE.MouseButton1Click:connect(function()
  249. Player = TB.Text
  250. G:remove()
  251. table.insert(bannedlist,TB.Text)
  252. game.Players[TB.Text]:remove()
  253. print(TB.Text.." Is Banned")
  254. if Char.Console then
  255. print("Console is working")
  256. else
  257. print("Console is missing!")
  258. end
  259. end)
  260.  
  261. end
  262.  
  263. function FirePlr ()
  264. local G = Instance.new("ScreenGui", LocalPlayer.PlayerGui)
  265. G.Name = "GUI"
  266. local T = Instance.new("TextLabel", G)
  267. T.BackgroundColor3 = Color3.new(0,0,0)
  268. T.BackgroundTransparency = 0.5
  269. T.Position = UDim2.new(0,0,0,350)
  270. T.BorderSizePixel = 0
  271. T.Name = "Base"
  272. T.FontSize = "Size24"
  273. T.Text = "Fire"
  274. T.TextColor3 = Color3.new(255,255,255)
  275. T.Font = "SourceSansBold"
  276. T.TextStrokeTransparency = 0
  277. T.Size = UDim2.new(0,180,0,75)
  278.  
  279. local TB = Instance.new("TextBox", G)
  280. TB.BackgroundColor3 = Color3.new(0,0,0)
  281. TB.BackgroundTransparency = 0.5
  282. TB.BorderSizePixel = 0
  283. TB.Name = "TextboxFF"
  284. TB.Text = Player
  285. TB.TextColor3 = Color3.new(255,255,255)
  286. TB.Font = "SourceSans"
  287. TB.FontSize = "Size24"
  288. TB.TextStrokeTransparency = 0
  289. TB.Size = UDim2.new(0,180,0,75)
  290. TB.Position = UDim2.new(0,185,0,350)
  291.  
  292. local Q2 = Instance.new("TextButton", G)
  293. Q2.BackgroundColor3 = Color3.new(0,0,0)
  294. Q2.BackgroundTransparency = 0.5
  295. Q2.BorderSizePixel = 0
  296. Q2.Name = "Close"
  297. Q2.Text = "Close"
  298. Q2.Font = "ArialBold"
  299. Q2.FontSize = "Size24"
  300. Q2.TextStrokeTransparency = 0
  301. Q2.Size = UDim2.new(0,180,0,75)
  302. Q2.Position = UDim2.new(0,370,0,275)
  303. Q2.MouseButton1Click:connect(function()
  304. G:remove()
  305. end)
  306.  
  307. local N = Instance.new("TextButton", G)
  308. N.BackgroundColor3 = Color3.new(0,0,0)
  309. N.BackgroundTransparency = 0.5
  310. N.BorderSizePixel = 0
  311. N.Name = "EnterS1"
  312. N.Text = "UnFire"
  313. N.Font = "ArialBold"
  314. N.FontSize = "Size24"
  315. N.TextStrokeTransparency = 0
  316. N.Size = UDim2.new(0,180,0,75)
  317. N.Position = UDim2.new(0,185,0,275)
  318. N.MouseButton1Click:connect(function()
  319. game.Players[TB.Text].Character.Torso.Fire:remove()
  320. end)
  321.  
  322. local FFE = Instance.new("TextButton", G)
  323. FFE.BackgroundColor3 = Color3.new(0,0,0)
  324. FFE.BackgroundTransparency = 0.5
  325. FFE.BorderSizePixel = 0
  326. FFE.Name = "EnterF"
  327. FFE.Text = "EXE"
  328. FFE.Font = "ArialBold"
  329. FFE.FontSize = "Size24"
  330. FFE.TextStrokeTransparency = 0
  331. FFE.Size = UDim2.new(0,180,0,75)
  332. FFE.Position = UDim2.new(0,370,0,350)
  333. FFE.MouseButton1Click:connect(function()
  334. Player = TB.Text
  335. G:remove()
  336. local Char = game.Players[Player].Character or nil
  337. local Tor = Char.Torso or nil
  338. Instance.new("Fire",Tor)
  339.  
  340. if Char.Console then
  341. print("Console is working")
  342. else
  343. print("Console is missing!")
  344. end
  345. end)
  346.  
  347. end
  348.  
  349. function SitPlr ()
  350. local G = Instance.new("ScreenGui", LocalPlayer.PlayerGui)
  351. G.Name = "GUI"
  352. local T = Instance.new("TextLabel", G)
  353. T.BackgroundColor3 = Color3.new(0,0,0)
  354. T.BackgroundTransparency = 0.5
  355. T.Position = UDim2.new(0,0,0,350)
  356. T.BorderSizePixel = 0
  357. T.Name = "Base"
  358. T.FontSize = "Size24"
  359. T.Text = "Sit"
  360. T.TextColor3 = Color3.new(255,255,255)
  361. T.Font = "SourceSansBold"
  362. T.TextStrokeTransparency = 0
  363. T.Size = UDim2.new(0,180,0,75)
  364.  
  365.  
  366. local TB = Instance.new("TextBox", G)
  367. TB.BackgroundColor3 = Color3.new(0,0,0)
  368. TB.BackgroundTransparency = 0.5
  369. TB.BorderSizePixel = 0
  370. TB.Name = "TextboxFF"
  371. TB.Text = Player
  372. TB.TextColor3 = Color3.new(255,255,255)
  373. TB.Font = "SourceSans"
  374. TB.FontSize = "Size24"
  375. TB.TextStrokeTransparency = 0
  376. TB.Size = UDim2.new(0,180,0,75)
  377. TB.Position = UDim2.new(0,185,0,350)
  378.  
  379.  
  380. local Q2 = Instance.new("TextButton", G)
  381. Q2.BackgroundColor3 = Color3.new(0,0,0)
  382. Q2.BackgroundTransparency = 0.5
  383. Q2.BorderSizePixel = 0
  384. Q2.Name = "Close"
  385. Q2.Text = "Close"
  386. Q2.Font = "ArialBold"
  387. Q2.FontSize = "Size24"
  388. Q2.TextStrokeTransparency = 0
  389. Q2.Size = UDim2.new(0,180,0,75)
  390. Q2.Position = UDim2.new(0,370,0,275)
  391. Q2.MouseButton1Click:connect(function()
  392. G:remove()
  393. end)
  394.  
  395. local FFE = Instance.new("TextButton", G)
  396. FFE.BackgroundColor3 = Color3.new(0,0,0)
  397. FFE.BackgroundTransparency = 0.5
  398. FFE.BorderSizePixel = 0
  399. FFE.Name = "EnterF"
  400. FFE.Text = "EXE"
  401. FFE.Font = "ArialBold"
  402. FFE.FontSize = "Size24"
  403. FFE.TextStrokeTransparency = 0
  404. FFE.Size = UDim2.new(0,180,0,75)
  405. FFE.Position = UDim2.new(0,370,0,350)
  406. FFE.MouseButton1Click:connect(function()
  407. Player = TB.Text
  408. G:remove()
  409. local Char = game.Players[Player].Character
  410. local Human = Char.Humanoid or nil
  411. Human.Sit = true
  412. if Char.Console then
  413. print("Console is working")
  414. else
  415. print("Console is missing!")
  416. end
  417. end)
  418.  
  419. end
  420.  
  421. function CBackPlr ()
  422. local G = Instance.new("ScreenGui", LocalPlayer.PlayerGui)
  423. G.Name = "GUI"
  424. local T = Instance.new("TextLabel", G)
  425. T.BackgroundColor3 = Color3.new(0,0,0)
  426. T.BackgroundTransparency = 0.5
  427. T.Position = UDim2.new(0,0,0,350)
  428. T.BorderSizePixel = 0
  429. T.Name = "Base"
  430. T.FontSize = "Size24"
  431. T.Text = "CBack"
  432. T.TextColor3 = Color3.new(255,255,255)
  433. T.Font = "SourceSansBold"
  434. T.TextStrokeTransparency = 0
  435. T.Size = UDim2.new(0,180,0,75)
  436.  
  437.  
  438. local TB = Instance.new("TextBox", G)
  439. TB.BackgroundColor3 = Color3.new(0,0,0)
  440. TB.BackgroundTransparency = 0.5
  441. TB.BorderSizePixel = 0
  442. TB.Name = "TextboxFF"
  443. TB.Text = Player
  444. TB.TextColor3 = Color3.new(255,255,255)
  445. TB.Font = "SourceSans"
  446. TB.FontSize = "Size24"
  447. TB.TextStrokeTransparency = 0
  448. TB.Size = UDim2.new(0,180,0,75)
  449. TB.Position = UDim2.new(0,185,0,350)
  450.  
  451.  
  452. local Q2 = Instance.new("TextButton", G)
  453. Q2.BackgroundColor3 = Color3.new(0,0,0)
  454. Q2.BackgroundTransparency = 0.5
  455. Q2.BorderSizePixel = 0
  456. Q2.Name = "Close"
  457. Q2.Text = "Close"
  458. Q2.Font = "ArialBold"
  459. Q2.FontSize = "Size24"
  460. Q2.TextStrokeTransparency = 0
  461. Q2.Size = UDim2.new(0,180,0,75)
  462. Q2.Position = UDim2.new(0,370,0,275)
  463. Q2.MouseButton1Click:connect(function()
  464. G:remove()
  465. end)
  466.  
  467. local FFE = Instance.new("TextButton", G)
  468. FFE.BackgroundColor3 = Color3.new(0,0,0)
  469. FFE.BackgroundTransparency = 0.5
  470. FFE.BorderSizePixel = 0
  471. FFE.Name = "EnterF"
  472. FFE.Text = "EXE"
  473. FFE.Font = "ArialBold"
  474. FFE.FontSize = "Size24"
  475. FFE.TextStrokeTransparency = 0
  476. FFE.Size = UDim2.new(0,180,0,75)
  477. FFE.Position = UDim2.new(0,370,0,350)
  478. FFE.MouseButton1Click:connect(function()
  479. Player = TB.Text
  480. G:remove()
  481. local Char = game.Players[Player].Character or nil
  482. local Back = game.Players[Player].Backpack or nil
  483. Back:ClearAllChildren()
  484. if Char.Console then
  485. print("Console is working")
  486. else
  487. print("Console is missing!")
  488. end
  489. end)
  490.  
  491. end
  492.  
  493.  
  494. function BaseEdit ()
  495. local G = Instance.new("ScreenGui", LocalPlayer.PlayerGui)
  496. G.Name = "GUI"
  497. local T = Instance.new("TextLabel", G)
  498. T.BackgroundColor3 = Color3.new(0,0,0)
  499. T.BackgroundTransparency = 0.5
  500. T.Position = UDim2.new(0,0,0,350)
  501. T.BorderSizePixel = 0
  502. T.Name = "Base"
  503. T.FontSize = "Size24"
  504. T.Text = "BaseColour"
  505. T.TextColor3 = Color3.new(255,255,255)
  506. T.Font = "SourceSansBold"
  507. T.TextStrokeTransparency = 0
  508. T.Size = UDim2.new(0,180,0,75)
  509.  
  510.  
  511. local TB = Instance.new("TextBox", G)
  512. TB.BackgroundColor3 = Color3.new(0,0,0)
  513. TB.BackgroundTransparency = 0.5
  514. TB.BorderSizePixel = 0
  515. TB.Name = "TextboxFF"
  516. TB.Text = CC
  517. TB.TextColor3 = Color3.new(255,255,255)
  518. TB.Font = "SourceSans"
  519. TB.FontSize = "Size24"
  520. TB.TextStrokeTransparency = 0
  521. TB.Size = UDim2.new(0,180,0,75)
  522. TB.Position = UDim2.new(0,185,0,350)
  523.  
  524.  
  525. local Q2 = Instance.new("TextButton", G)
  526. Q2.BackgroundColor3 = Color3.new(0,0,0)
  527. Q2.BackgroundTransparency = 0.5
  528. Q2.BorderSizePixel = 0
  529. Q2.Name = "Close"
  530. Q2.Text = "Close"
  531. Q2.Font = "ArialBold"
  532. Q2.FontSize = "Size24"
  533. Q2.TextStrokeTransparency = 0
  534. Q2.Size = UDim2.new(0,180,0,75)
  535. Q2.Position = UDim2.new(0,370,0,275)
  536. Q2.MouseButton1Click:connect(function()
  537. G:remove()
  538. end)
  539.  
  540. local Q5 = Instance.new("TextButton", G)
  541. Q5.BackgroundColor3 = Color3.new(0,0,0)
  542. Q5.BackgroundTransparency = 0.5
  543. Q5.BorderSizePixel = 0
  544. Q5.Name = "Close"
  545. Q5.Text = "Base"
  546. Q5.Font = "ArialBold"
  547. Q5.FontSize = "Size24"
  548. Q5.TextStrokeTransparency = 0
  549. Q5.Size = UDim2.new(0,180,0,75)
  550. Q5.Position = UDim2.new(0,0,0,275)
  551. Q5.MouseButton1Click:connect(function()
  552. BC.Parent = game.Workspace
  553. end)
  554.  
  555. local Q6 = Instance.new("TextButton", G)
  556. Q6.BackgroundColor3 = Color3.new(0,0,0)
  557. Q6.BackgroundTransparency = 0.5
  558. Q6.BorderSizePixel = 0
  559. Q6.Name = "Close"
  560. Q6.Text = "Del-Base"
  561. Q6.Font = "ArialBold"
  562. Q6.FontSize = "Size24"
  563. Q6.TextStrokeTransparency = 0
  564. Q6.Size = UDim2.new(0,180,0,75)
  565. Q6.Position = UDim2.new(0,185,0,275)
  566. Q6.MouseButton1Click:connect(function()
  567. game.Workspace.Base:remove()
  568. end)
  569.  
  570. local FFE = Instance.new("TextButton", G)
  571. FFE.BackgroundColor3 = Color3.new(0,0,0)
  572. FFE.BackgroundTransparency = 0.5
  573. FFE.BorderSizePixel = 0
  574. FFE.Name = "EnterF"
  575. FFE.Text = "EXE"
  576. FFE.Font = "ArialBold"
  577. FFE.FontSize = "Size24"
  578. FFE.TextStrokeTransparency = 0
  579. FFE.Size = UDim2.new(0,180,0,75)
  580. FFE.Position = UDim2.new(0,370,0,350)
  581. FFE.MouseButton1Click:connect(function()
  582. CC = TB.Text
  583. G:remove()
  584. local Char = game.Players[Player].Character
  585. local Base = game.Workspace.Base or nil
  586. Base.BrickColor = BrickColor.new(CC)
  587. if Char.Console then
  588. print("Console is working")
  589. else
  590. print("Console is missing!")
  591. end
  592. end)
  593.  
  594. end
  595.  
  596. function GodPlr ()
  597. local G = Instance.new("ScreenGui", LocalPlayer.PlayerGui)
  598. G.Name = "GUI"
  599. local T = Instance.new("TextLabel", G)
  600. T.BackgroundColor3 = Color3.new(0,0,0)
  601. T.BackgroundTransparency = 0.5
  602. T.Position = UDim2.new(0,0,0,350)
  603. T.BorderSizePixel = 0
  604. T.Name = "God"
  605. T.FontSize = "Size24"
  606. T.Text = "God"
  607. T.TextColor3 = Color3.new(255,255,255)
  608. T.Font = "SourceSansBold"
  609. T.TextStrokeTransparency = 0
  610. T.Size = UDim2.new(0,180,0,75)
  611.  
  612.  
  613. local TB = Instance.new("TextBox", G)
  614. TB.BackgroundColor3 = Color3.new(0,0,0)
  615. TB.BackgroundTransparency = 0.5
  616. TB.BorderSizePixel = 0
  617. TB.Name = "TextboxFF"
  618. TB.Text = LocalPlayer.Name
  619. TB.TextColor3 = Color3.new(255,255,255)
  620. TB.Font = "SourceSans"
  621. TB.FontSize = "Size24"
  622. TB.TextStrokeTransparency = 0
  623. TB.Size = UDim2.new(0,180,0,75)
  624. TB.Position = UDim2.new(0,185,0,350)
  625.  
  626.  
  627. local Q2 = Instance.new("TextButton", G)
  628. Q2.BackgroundColor3 = Color3.new(0,0,0)
  629. Q2.BackgroundTransparency = 0.5
  630. Q2.BorderSizePixel = 0
  631. Q2.Name = "Close"
  632. Q2.Text = "Close"
  633. Q2.Font = "ArialBold"
  634. Q2.FontSize = "Size24"
  635. Q2.TextStrokeTransparency = 0
  636. Q2.Size = UDim2.new(0,180,0,75)
  637. Q2.Position = UDim2.new(0,370,0,275)
  638. Q2.MouseButton1Click:connect(function()
  639. G:remove()
  640. end)
  641.  
  642. local FFE = Instance.new("TextButton", G)
  643. FFE.BackgroundColor3 = Color3.new(0,0,0)
  644. FFE.BackgroundTransparency = 0.5
  645. FFE.BorderSizePixel = 0
  646. FFE.Name = "EnterF"
  647. FFE.Text = "EXE"
  648. FFE.Font = "ArialBold"
  649. FFE.FontSize = "Size24"
  650. FFE.TextStrokeTransparency = 0
  651. FFE.Size = UDim2.new(0,180,0,75)
  652. FFE.Position = UDim2.new(0,370,0,350)
  653. FFE.MouseButton1Click:connect(function()
  654. Player = TB.Text
  655. G:remove()
  656. local Char = game.Players[Player].Character
  657. Char.Head.Transparency = 0.6
  658.  
  659. local KT = Instance.new("Part")
  660. KT.Name = "Killer Torso"
  661. KT.BrickColor = Char.Torso.BrickColor
  662. KT.Transparency = Char.Torso.Transparency
  663. KT.Reflectance = Char.Torso.Reflectance
  664. KT.Anchored = false
  665. KT.CanCollide = true
  666. KT.Locked = true
  667. KT.Size = Vector3.new(2,2,1)
  668.  
  669. local W = Instance.new("Weld")
  670. W.Parent = KT
  671. W.Part0 = Char.Torso
  672. W.Part1 = KT
  673. W.C1 = W.C1 * CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(0, 0, 0)
  674. W.Name = "KT Weld"
  675.  
  676. while true do
  677. Instance.new("ForceField", Char)
  678. Char.Humanoid.MaxHealth = 10000000
  679. Char.Humanoid.Health = 10000000
  680. wait(0.8)
  681. Char.ForceField:remove()
  682. wait(0.001)
  683. end
  684.  
  685.  
  686. if Char.Console then
  687. print("Console is working")
  688. else
  689. print("Console is missing!")
  690. end
  691. end)
  692.  
  693. end
  694.  
  695.  
  696. function MusicShow ()
  697. local G = Instance.new("ScreenGui", LocalPlayer.PlayerGui)
  698. G.Name = "GUI"
  699. local T = Instance.new("TextLabel", G)
  700. T.BackgroundColor3 = Color3.new(0,0,0)
  701. T.BackgroundTransparency = 0.5
  702. T.Position = UDim2.new(0,0,0,350)
  703. T.BorderSizePixel = 0
  704. T.Name = "Music"
  705. T.FontSize = "Size24"
  706. T.Text = "Music:"
  707. T.TextColor3 = Color3.new(255,255,255)
  708. T.Font = "SourceSansBold"
  709. T.TextStrokeTransparency = 0
  710. T.Size = UDim2.new(0,180,0,75)
  711.  
  712.  
  713. local TB = Instance.new("TextBox", G)
  714. TB.BackgroundColor3 = Color3.new(0,0,0)
  715. TB.BackgroundTransparency = 0.5
  716. TB.BorderSizePixel = 0
  717. TB.Name = "TextboxFF"
  718. TB.Text = M
  719. TB.TextColor3 = Color3.new(255,255,255)
  720. TB.Font = "SourceSans"
  721. TB.FontSize = "Size24"
  722. TB.TextStrokeTransparency = 0
  723. TB.Size = UDim2.new(0,180,0,75)
  724. TB.Position = UDim2.new(0,185,0,350)
  725.  
  726.  
  727. local Q = Instance.new("TextButton", G)
  728. Q.BackgroundColor3 = Color3.new(0,0,0)
  729. Q.BackgroundTransparency = 0.5
  730. Q.BorderSizePixel = 0
  731. Q.Name = "EnterS1"
  732. Q.Text = "Hotline Bling"
  733. Q.Font = "ArialBold"
  734. Q.FontSize = "Size24"
  735. Q.TextStrokeTransparency = 0
  736. Q.Size = UDim2.new(0,180,0,75)
  737. Q.Position = UDim2.new(0,0,0,275)
  738. Q.MouseButton1Click:connect(function()
  739. TB.Text = "283801001"
  740. end)
  741. local N = Instance.new("TextButton", G)
  742. N.BackgroundColor3 = Color3.new(0,0,0)
  743. N.BackgroundTransparency = 0.5
  744. N.BorderSizePixel = 0
  745. N.Name = "EnterS1"
  746. N.Text = "Fireflies"
  747. N.Font = "ArialBold"
  748. N.FontSize = "Size24"
  749. N.TextStrokeTransparency = 0
  750. N.Size = UDim2.new(0,180,0,75)
  751. N.Position = UDim2.new(0,185,0,275)
  752. N.MouseButton1Click:connect(function()
  753. TB.Text = "218211859"
  754. end)
  755. local NB = Instance.new("TextButton", G)
  756. NB.BackgroundColor3 = Color3.new(0,0,0)
  757. NB.BackgroundTransparency = 0.5
  758. NB.BorderSizePixel = 0
  759. NB.Name = "EnterS1"
  760. NB.Text = "Pilots"
  761. NB.Font = "ArialBold"
  762. NB.FontSize = "Size24"
  763. NB.TextStrokeTransparency = 0
  764. NB.Size = UDim2.new(0,180,0,75)
  765. NB.Position = UDim2.new(0,0,0,195)
  766. NB.MouseButton1Click:connect(function()
  767. TB.Text = "243372213"
  768. end)
  769. local Q2 = Instance.new("TextButton", G)
  770. Q2.BackgroundColor3 = Color3.new(0,0,0)
  771. Q2.BackgroundTransparency = 0.5
  772. Q2.BorderSizePixel = 0
  773. Q2.Name = "Close"
  774. Q2.Text = "CLOSE"
  775. Q2.Font = "ArialBold"
  776. Q2.FontSize = "Size24"
  777. Q2.TextStrokeTransparency = 0
  778. Q2.Size = UDim2.new(0,180,0,75)
  779. Q2.Position = UDim2.new(0,370,0,275)
  780. Q2.MouseButton1Click:connect(function()
  781. G:remove()
  782. end)
  783.  
  784.  
  785. local Qy = Instance.new("TextButton", G)
  786. Qy.BackgroundColor3 = Color3.new(0,0,0)
  787. Qy.BackgroundTransparency = 0.5
  788. Qy.BorderSizePixel = 0
  789. Qy.Name = "Close"
  790. Qy.Text = "Stop"
  791. Qy.Font = "ArialBold"
  792. Qy.FontSize = "Size24"
  793. Qy.TextStrokeTransparency = 0
  794. Qy.Size = UDim2.new(0,180,0,75)
  795. Qy.Position = UDim2.new(0,370,0,200)
  796. Qy.MouseButton1Click:connect(function()
  797. game.Workspace.S:remove()
  798. end)
  799.  
  800.  
  801. local FFE = Instance.new("TextButton", G)
  802. FFE.BackgroundColor3 = Color3.new(0,0,0)
  803. FFE.BackgroundTransparency = 0.5
  804. FFE.BorderSizePixel = 0
  805. FFE.Name = "EnterM"
  806. FFE.Text = "EXE"
  807. FFE.Font = "ArialBold"
  808. FFE.FontSize = "Size36"
  809. FFE.TextStrokeTransparency = 0
  810. FFE.Size = UDim2.new(0,180,0,75)
  811. FFE.Position = UDim2.new(0,370,0,350)
  812. FFE.MouseButton1Click:connect(function()
  813. M = TB.Text
  814. G:remove()
  815. local S = Instance.new("Sound")
  816. S.SoundId = "http://www.roblox.com/asset/?id="..M
  817. S.Volume = 1
  818. S.Parent = game.Workspace
  819. S.MaxDistance = 1000
  820. S.MinDistance = 100
  821. S.Name = "S"
  822. S.Looped = true
  823. S:Play()
  824. if Char.Console then
  825. print("Console is working")
  826. else
  827. print("Console is missing!")
  828. end
  829. end)
  830.  
  831.  
  832.  
  833. end
  834.  
  835.  
  836. function CommandGuiFF ()
  837. local G = Instance.new("ScreenGui", LocalPlayer.PlayerGui)
  838. G.Name = "GUI"
  839. local T = Instance.new("TextLabel", G)
  840. T.BackgroundColor3 = Color3.new(0,0,0)
  841. T.BackgroundTransparency = 0.5
  842. T.Position = UDim2.new(0,0,0,350)
  843. T.BorderSizePixel = 0
  844. T.Name = "FF"
  845. T.FontSize = "Size24"
  846. T.Text = "ForceField"
  847. T.TextColor3 = Color3.new(255,255,255)
  848. T.Font = "SourceSansBold"
  849. T.TextStrokeTransparency = 0
  850. T.Size = UDim2.new(0,180,0,75)
  851.  
  852.  
  853. local TB = Instance.new("TextBox", G)
  854. TB.BackgroundColor3 = Color3.new(0,0,0)
  855. TB.BackgroundTransparency = 0.5
  856. TB.BorderSizePixel = 0
  857. TB.Name = "TextboxFF"
  858. TB.Text = LocalPlayer.Name
  859. TB.TextColor3 = Color3.new(255,255,255)
  860. TB.Font = "SourceSans"
  861. TB.FontSize = "Size24"
  862. TB.TextStrokeTransparency = 0
  863. TB.Size = UDim2.new(0,180,0,75)
  864. TB.Position = UDim2.new(0,185,0,350)
  865.  
  866.  
  867. local Q2 = Instance.new("TextButton", G)
  868. Q2.BackgroundColor3 = Color3.new(0,0,0)
  869. Q2.BackgroundTransparency = 0.5
  870. Q2.BorderSizePixel = 0
  871. Q2.Name = "Close"
  872. Q2.Text = "Close"
  873. Q2.Font = "ArialBold"
  874. Q2.FontSize = "Size24"
  875. Q2.TextStrokeTransparency = 0
  876. Q2.Size = UDim2.new(0,180,0,75)
  877. Q2.Position = UDim2.new(0,370,0,275)
  878. Q2.MouseButton1Click:connect(function()
  879. G:remove()
  880. end)
  881.  
  882. local N = Instance.new("TextButton", G)
  883. N.BackgroundColor3 = Color3.new(0,0,0)
  884. N.BackgroundTransparency = 0.5
  885. N.BorderSizePixel = 0
  886. N.Name = "EnterS1"
  887. N.Text = "UnFF"
  888. N.Font = "ArialBold"
  889. N.FontSize = "Size24"
  890. N.TextStrokeTransparency = 0
  891. N.Size = UDim2.new(0,180,0,75)
  892. N.Position = UDim2.new(0,185,0,275)
  893. N.MouseButton1Click:connect(function()
  894. game.Players[TB.Text].Character.ForceField:remove()
  895. end)
  896.  
  897. local FFE = Instance.new("TextButton", G)
  898. FFE.BackgroundColor3 = Color3.new(0,0,0)
  899. FFE.BackgroundTransparency = 0.5
  900. FFE.BorderSizePixel = 0
  901. FFE.Name = "EnterF"
  902. FFE.Text = "EXE"
  903. FFE.Font = "ArialBold"
  904. FFE.FontSize = "Size24"
  905. FFE.TextStrokeTransparency = 0
  906. FFE.Size = UDim2.new(0,180,0,75)
  907. FFE.Position = UDim2.new(0,370,0,350)
  908. FFE.MouseButton1Click:connect(function()
  909. Player = TB.Text
  910. G:remove()
  911. local Char = game.Players[Player].Character
  912. Instance.new("ForceField", Char)
  913. if Char.Console then
  914. print("Console is working")
  915. else
  916. print("Console is missing!")
  917. end
  918. end)
  919.  
  920.  
  921.  
  922. end
  923. function KillPlr ()
  924. local G = Instance.new("ScreenGui", LocalPlayer.PlayerGui)
  925. G.Name = "GUI"
  926. local T = Instance.new("TextLabel", G)
  927. T.BackgroundColor3 = Color3.new(0,0,0)
  928. T.BackgroundTransparency = 0.5
  929. T.Position = UDim2.new(0,0,0,350)
  930. T.BorderSizePixel = 0
  931. T.Name = "FF"
  932. T.FontSize = "Size24"
  933. T.Text = "Kill"
  934. T.TextColor3 = Color3.new(255,255,255)
  935. T.Font = "SourceSansBold"
  936. T.TextStrokeTransparency = 0
  937. T.Size = UDim2.new(0,180,0,75)
  938.  
  939.  
  940. local TB = Instance.new("TextBox", G)
  941. TB.BackgroundColor3 = Color3.new(0,0,0)
  942. TB.BackgroundTransparency = 0.5
  943. TB.BorderSizePixel = 0
  944. TB.Name = "TextboxFF"
  945. TB.Text = LocalPlayer.Name
  946. TB.TextColor3 = Color3.new(255,255,255)
  947. TB.Font = "SourceSans"
  948. TB.FontSize = "Size24"
  949. TB.TextStrokeTransparency = 0
  950. TB.Size = UDim2.new(0,180,0,75)
  951. TB.Position = UDim2.new(0,185,0,350)
  952.  
  953.  
  954. local Q2 = Instance.new("TextButton", G)
  955. Q2.BackgroundColor3 = Color3.new(0,0,0)
  956. Q2.BackgroundTransparency = 0.5
  957. Q2.BorderSizePixel = 0
  958. Q2.Name = "Close"
  959. Q2.Text = "Close"
  960. Q2.Font = "ArialBold"
  961. Q2.FontSize = "Size24"
  962. Q2.TextStrokeTransparency = 0
  963. Q2.Size = UDim2.new(0,180,0,75)
  964. Q2.Position = UDim2.new(0,370,0,275)
  965. Q2.MouseButton1Click:connect(function()
  966. G:remove()
  967. end)
  968.  
  969.  
  970. local FFE = Instance.new("TextButton", G)
  971. FFE.BackgroundColor3 = Color3.new(0,0,0)
  972. FFE.BackgroundTransparency = 0.5
  973. FFE.BorderSizePixel = 0
  974. FFE.Name = "EnterF"
  975. FFE.Text = "EXE"
  976. FFE.Font = "ArialBold"
  977. FFE.FontSize = "Size24"
  978. FFE.TextStrokeTransparency = 0
  979. FFE.Size = UDim2.new(0,180,0,75)
  980. FFE.Position = UDim2.new(0,370,0,350)
  981. FFE.MouseButton1Click:connect(function()
  982. Player = TB.Text
  983. G:remove()
  984. local Char = game.Players[Player].Character
  985. Char.Humanoid.Health = 0
  986. wait(0.1)
  987. Char.Humanoid.Health = 0
  988. wait(0.1)
  989. Char.Humanoid.Health = 0
  990. wait(0.1)
  991. Char.Humanoid.Health = 0
  992. wait(0.1)
  993. Char.Humanoid.Health = 0
  994. wait(0.1)
  995. Char.Humanoid.Health = 0
  996. wait(0.1)
  997. Char.Humanoid.Health = 0
  998. wait(0.1)
  999. Char.Humanoid.Health = 0
  1000. wait(0.1)
  1001. Char.Humanoid.Health = 0
  1002. wait(0.1)
  1003. Char.Humanoid.Health = 0
  1004. if Char.Console then
  1005. print("Console is working")
  1006. else
  1007. print("Console is missing!")
  1008. end
  1009. end)
  1010.  
  1011.  
  1012.  
  1013. end
  1014. function KickPlr ()
  1015. local G = Instance.new("ScreenGui", LocalPlayer.PlayerGui)
  1016. G.Name = "GUI"
  1017. local T = Instance.new("TextLabel", G)
  1018. T.BackgroundColor3 = Color3.new(0,0,0)
  1019. T.BackgroundTransparency = 0.5
  1020. T.Position = UDim2.new(0,0,0,350)
  1021. T.BorderSizePixel = 0
  1022. T.Name = "Kick"
  1023. T.FontSize = "Size24"
  1024. T.Text = "Kick"
  1025. T.TextColor3 = Color3.new(255,255,255)
  1026. T.Font = "SourceSansBold"
  1027. T.TextStrokeTransparency = 0
  1028. T.Size = UDim2.new(0,180,0,75)
  1029.  
  1030.  
  1031. local TB = Instance.new("TextBox", G)
  1032. TB.BackgroundColor3 = Color3.new(0,0,0)
  1033. TB.BackgroundTransparency = 0.5
  1034. TB.BorderSizePixel = 0
  1035. TB.Name = "TextboxFF"
  1036. TB.Text = LocalPlayer.Name
  1037. TB.TextColor3 = Color3.new(255,255,255)
  1038. TB.Font = "SourceSans"
  1039. TB.FontSize = "Size24"
  1040. TB.TextStrokeTransparency = 0
  1041. TB.Size = UDim2.new(0,180,0,75)
  1042. TB.Position = UDim2.new(0,185,0,350)
  1043.  
  1044.  
  1045. local Q2 = Instance.new("TextButton", G)
  1046. Q2.BackgroundColor3 = Color3.new(0,0,0)
  1047. Q2.BackgroundTransparency = 0.5
  1048. Q2.BorderSizePixel = 0
  1049. Q2.Name = "Close"
  1050. Q2.Text = "Close"
  1051. Q2.Font = "ArialBold"
  1052. Q2.FontSize = "Size24"
  1053. Q2.TextStrokeTransparency = 0
  1054. Q2.Size = UDim2.new(0,180,0,75)
  1055. Q2.Position = UDim2.new(0,370,0,275)
  1056. Q2.MouseButton1Click:connect(function()
  1057. G:remove()
  1058. end)
  1059.  
  1060.  
  1061. local FFE = Instance.new("TextButton", G)
  1062. FFE.BackgroundColor3 = Color3.new(0,0,0)
  1063. FFE.BackgroundTransparency = 0.5
  1064. FFE.BorderSizePixel = 0
  1065. FFE.Name = "EnterF"
  1066. FFE.Text = "EXE"
  1067. FFE.Font = "ArialBold"
  1068. FFE.FontSize = "Size24"
  1069. FFE.TextStrokeTransparency = 0
  1070. FFE.Size = UDim2.new(0,180,0,75)
  1071. FFE.Position = UDim2.new(0,370,0,350)
  1072. FFE.MouseButton1Click:connect(function()
  1073. Player = TB.Text
  1074. G:remove()
  1075. local Char = game.Players[Player].Character
  1076. Char:remove()
  1077. game.Players[Player]:remove()
  1078. if Char.Console then
  1079. print("Console is working")
  1080. else
  1081. print("Console is missing!")
  1082. end
  1083. end)
  1084.  
  1085.  
  1086.  
  1087. end
  1088.  
  1089. function FirePlr ()
  1090. local G = Instance.new("ScreenGui", LocalPlayer.PlayerGui)
  1091. G.Name = "GUI"
  1092. local T = Instance.new("TextLabel", G)
  1093. T.BackgroundColor3 = Color3.new(0,0,0)
  1094. T.BackgroundTransparency = 0.5
  1095. T.Position = UDim2.new(0,0,0,350)
  1096. T.BorderSizePixel = 0
  1097. T.Name = "God"
  1098. T.FontSize = "Size24"
  1099. T.Text = "Fire"
  1100. T.TextColor3 = Color3.new(255,255,255)
  1101. T.Font = "SourceSansBold"
  1102. T.TextStrokeTransparency = 0
  1103. T.Size = UDim2.new(0,180,0,75)
  1104.  
  1105.  
  1106. local TB = Instance.new("TextBox", G)
  1107. TB.BackgroundColor3 = Color3.new(0,0,0)
  1108. TB.BackgroundTransparency = 0.5
  1109. TB.BorderSizePixel = 0
  1110. TB.Name = "TextboxFF"
  1111. TB.Text = LocalPlayer.Name
  1112. TB.TextColor3 = Color3.new(255,255,255)
  1113. TB.Font = "SourceSans"
  1114. TB.FontSize = "Size24"
  1115. TB.TextStrokeTransparency = 0
  1116. TB.Size = UDim2.new(0,180,0,75)
  1117. TB.Position = UDim2.new(0,185,0,350)
  1118.  
  1119.  
  1120. local Q2 = Instance.new("TextButton", G)
  1121. Q2.BackgroundColor3 = Color3.new(0,0,0)
  1122. Q2.BackgroundTransparency = 0.5
  1123. Q2.BorderSizePixel = 0
  1124. Q2.Name = "Close"
  1125. Q2.Text = "Close"
  1126. Q2.Font = "ArialBold"
  1127. Q2.FontSize = "Size24"
  1128. Q2.TextStrokeTransparency = 0
  1129. Q2.Size = UDim2.new(0,180,0,75)
  1130. Q2.Position = UDim2.new(0,370,0,275)
  1131. Q2.MouseButton1Click:connect(function()
  1132. G:remove()
  1133. end)
  1134.  
  1135.  
  1136. local FFE = Instance.new("TextButton", G)
  1137. FFE.BackgroundColor3 = Color3.new(0,0,0)
  1138. FFE.BackgroundTransparency = 0.5
  1139. FFE.BorderSizePixel = 0
  1140. FFE.Name = "EnterF"
  1141. FFE.Text = "EXE"
  1142. FFE.Font = "ArialBold"
  1143. FFE.FontSize = "Size24"
  1144. FFE.TextStrokeTransparency = 0
  1145. FFE.Size = UDim2.new(0,180,0,75)
  1146. FFE.Position = UDim2.new(0,370,0,350)
  1147. FFE.MouseButton1Click:connect(function()
  1148. Player = TB.Text
  1149. G:remove()
  1150. local Char = game.Players[Player].Character
  1151. Instance.new("Fire",Char.Torso)
  1152. if Char.Console then
  1153. print("Console is working")
  1154. else
  1155. print("Console is missing!")
  1156. end
  1157. end)
  1158. end
  1159. function Console ()
  1160. local Part1 = Instance.new("Part", Char)
  1161. Part1.FormFactor = Enum.FormFactor.Custom
  1162. Part1.Size = Vector3.new(16, 10, 0)
  1163. Part1.Position = Vector3.new(7, 7.2, 14.5)
  1164. Part1.Material = "Neon" --[[Sexy Like]]--
  1165. Part1.Locked = true
  1166. Part1.Anchored = true
  1167. Part1.TopSurface = 'Smooth'
  1168. Part1.Name = "Console"
  1169. Part1.CanCollide = false
  1170. Part1.BottomSurface = 'Smooth'
  1171. game:GetService("RunService").RenderStepped:connect(function()
  1172. Part1.CFrame = LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,3,-5)
  1173. end)
  1174.  
  1175. local sg = Instance.new("SurfaceGui",Part1)
  1176. sg.Name = "G"
  1177. sg.Adornee = Part1
  1178. sg.Face = "Back"
  1179. local tl = Instance.new("Frame",sg)
  1180. tl.BackgroundColor3 = Color3.new(0,0,0)
  1181. tl.Size = UDim2.new(1,0, 1,0)
  1182.  
  1183.  
  1184. local button = Instance.new("TextButton", tl)
  1185. button.Size = UDim2.new(0,800,0,50)
  1186. button.Position = UDim2.new(0,0,0,0)
  1187. button.Font = 'Legacy'
  1188. button.FontSize = 'Size12'
  1189. button.Text = 'Activate'
  1190. button.TextColor3 = Color3.new(255, 255, 255)
  1191. button.BackgroundColor3 = Color3.new(0, 0, 0)
  1192.  
  1193.  
  1194. local FF = Instance.new("TextButton", tl)
  1195. FF.Size = UDim2.new(0,200,0,50)
  1196. FF.Position = UDim2.new(0,0,0,200)
  1197. FF.Font = 'Legacy'
  1198. FF.FontSize = 'Size12'
  1199. FF.Text = 'FF'
  1200. FF.BorderColor3 = Color3.new(0,85,255)
  1201. FF.TextColor3 = Color3.new(255, 255, 255)
  1202. FF.BackgroundColor3 = Color3.new(0, 0, 0)
  1203. FF.Visible = false
  1204.  
  1205.  
  1206. FF.MouseButton1Click:connect(function()
  1207. CommandGuiFF()
  1208. FF.Visible = false
  1209. wait(5)
  1210. FF.Visible = true
  1211. end)
  1212. local Music = Instance.new("TextButton", tl)
  1213. Music.Size = UDim2.new(0,200,0,50)
  1214. Music.Position = UDim2.new(0,205,0,200)
  1215. Music.Font = 'Legacy'
  1216. Music.FontSize = 'Size12'
  1217. Music.Text = 'Music'
  1218. Music.BorderColor3 = Color3.new(0,85,255)
  1219. Music.TextColor3 = Color3.new(255, 255, 255)
  1220. Music.BackgroundColor3 = Color3.new(0, 0, 0)
  1221. Music.Visible = false
  1222.  
  1223.  
  1224. Music.MouseButton1Click:connect(function()
  1225. MusicShow()
  1226. end)
  1227. local Kick = Instance.new("TextButton", tl)
  1228. Kick.Size = UDim2.new(0,200,0,50)
  1229. Kick.Position = UDim2.new(0,410,0,200)
  1230. Kick.Font = 'Legacy'
  1231. Kick.FontSize = 'Size12'
  1232. Kick.Text = 'Kick'
  1233. Kick.BorderColor3 = Color3.new(0,85,255)
  1234. Kick.TextColor3 = Color3.new(255, 255, 255)
  1235. Kick.BackgroundColor3 = Color3.new(0, 0, 0)
  1236. Kick.Visible = false
  1237.  
  1238.  
  1239. Kick.MouseButton1Click:connect(function()
  1240. KickPlr()
  1241. end)
  1242. local Kill = Instance.new("TextButton", tl)
  1243. Kill.Size = UDim2.new(0,200,0,50)
  1244. Kill.Position = UDim2.new(0,0,0,255)
  1245. Kill.Font = 'Legacy'
  1246. Kill.BorderColor3 = Color3.new(0,85,255)
  1247. Kill.FontSize = 'Size12'
  1248. Kill.Text = 'Kill'
  1249. Kill.TextColor3 = Color3.new(255, 255, 255)
  1250. Kill.BackgroundColor3 = Color3.new(0, 0, 0)
  1251. Kill.Visible = false
  1252.  
  1253.  
  1254. Kill.MouseButton1Click:connect(function()
  1255. KillPlr()
  1256. end)
  1257. local God = Instance.new("TextButton", tl)
  1258. God.Size = UDim2.new(0,200,0,50)
  1259. God.Position = UDim2.new(0,205,0,255)
  1260. God.Font = 'Legacy'
  1261. God.FontSize = 'Size12'
  1262. God.Text = 'God'
  1263. God.BorderColor3 = Color3.new(0,85,255)
  1264. God.TextColor3 = Color3.new(255, 255, 255)
  1265. God.BackgroundColor3 = Color3.new(0, 0, 0)
  1266. God.Visible = false
  1267.  
  1268.  
  1269. God.MouseButton1Click:connect(function()
  1270. GodPlr()
  1271. end)
  1272. local Fire = Instance.new("TextButton", tl)
  1273. Fire.Size = UDim2.new(0,200,0,50)
  1274. Fire.Position = UDim2.new(0,410,0,255)
  1275. Fire.Font = 'Legacy'
  1276. Fire.FontSize = 'Size12'
  1277. Fire.BorderColor3 = Color3.new(0,85,255)
  1278. Fire.Text = 'Fire'
  1279. Fire.TextColor3 = Color3.new(255, 255, 255)
  1280. Fire.BackgroundColor3 = Color3.new(0, 0, 0)
  1281. Fire.Visible = false
  1282. Fire.MouseButton1Click:connect(function()
  1283. FirePlr()
  1284. end)
  1285.  
  1286. local Base = Instance.new("TextButton", tl)
  1287. Base.Size = UDim2.new(0,200,0,50)
  1288. Base.Position = UDim2.new(0,0,0,310)
  1289. Base.Font = 'Legacy'
  1290. Base.FontSize = 'Size12'
  1291. Base.Text = 'Base'
  1292. Base.BorderColor3 = Color3.new(0,85,255)
  1293. Base.TextColor3 = Color3.new(255, 255, 255)
  1294. Base.BackgroundColor3 = Color3.new(0, 0, 0)
  1295. Base.Visible = false
  1296.  
  1297. Base.MouseButton1Click:connect(function()
  1298. BaseEdit()
  1299. end)
  1300.  
  1301. local Sit = Instance.new("TextButton", tl)
  1302. Sit.Size = UDim2.new(0,200,0,50)
  1303. Sit.Position = UDim2.new(0,205,0,310)
  1304. Sit.Font = 'Legacy'
  1305. Sit.FontSize = 'Size12'
  1306. Sit.Text = 'Sit'
  1307. Sit.BorderColor3 = Color3.new(0,85,255)
  1308. Sit.TextColor3 = Color3.new(255, 255, 255)
  1309. Sit.BackgroundColor3 = Color3.new(0, 0, 0)
  1310. Sit.Visible = false
  1311.  
  1312. Sit.MouseButton1Click:connect(function()
  1313. SitPlr()
  1314. end)
  1315.  
  1316. local Back = Instance.new("TextButton", tl)
  1317. Back.Size = UDim2.new(0,200,0,50)
  1318. Back.Position = UDim2.new(0,410,0,310)
  1319. Back.Font = 'Legacy'
  1320. Back.FontSize = 'Size12'
  1321. Back.BorderColor3 = Color3.new(0,85,255)
  1322. Back.Text = 'CBack'
  1323. Back.TextColor3 = Color3.new(255, 255, 255)
  1324. Back.BackgroundColor3 = Color3.new(0, 0, 0)
  1325. Back.Visible = false
  1326.  
  1327. Back.MouseButton1Click:connect(function()
  1328. CBackPlr()
  1329. end)
  1330. local Rh = Instance.new("TextButton", tl)
  1331. Rh.Size = UDim2.new(0,200,0,50)
  1332. Rh.Position = UDim2.new(0,0,0,365)
  1333. Rh.Font = 'Legacy'
  1334. Rh.FontSize = 'Size12'
  1335. Rh.Text = 'Rhum'
  1336. Rh.BorderColor3 = Color3.new(0,85,255)
  1337. Rh.TextColor3 = Color3.new(255, 255, 255)
  1338. Rh.BackgroundColor3 = Color3.new(0, 0, 0)
  1339. Rh.Visible = false
  1340.  
  1341. Rh.MouseButton1Click:connect(function()
  1342. RhumPlr()
  1343. end)
  1344. local Exp = Instance.new("TextButton", tl)
  1345. Exp.Size = UDim2.new(0,200,0,50)
  1346. Exp.Position = UDim2.new(0,205,0,365)
  1347. Exp.Font = 'Legacy'
  1348. Exp.FontSize = 'Size12'
  1349. Exp.Text = 'Explo'
  1350. Exp.BorderColor3 = Color3.new(0,85,255)
  1351. Exp.TextColor3 = Color3.new(255, 255, 255)
  1352. Exp.BackgroundColor3 = Color3.new(0, 0, 0)
  1353. Exp.Visible = false
  1354.  
  1355. Exp.MouseButton1Click:connect(function()
  1356. ExpPlr()
  1357. end)
  1358. local Ban = Instance.new("TextButton", tl)
  1359. Ban.Size = UDim2.new(0,200,0,50)
  1360. Ban.Position = UDim2.new(0,410,0,365)
  1361. Ban.Font = 'Legacy'
  1362. Ban.FontSize = 'Size12'
  1363. Ban.Text = 'Ban'
  1364. Ban.BorderColor3 = Color3.new(0,85,255)
  1365. Ban.TextColor3 = Color3.new(255, 255, 255)
  1366. Ban.BackgroundColor3 = Color3.new(0, 0, 0)
  1367. Ban.Visible = false
  1368.  
  1369. Ban.MouseButton1Click:connect(function()
  1370. BanPlr()
  1371. end)
  1372.  
  1373. button.MouseButton1Click:connect(function()
  1374. button.TextColor3 = Color3.new(255, 255, 255)
  1375. button.Size =UDim2.new(0,235,0,50)
  1376. button.Text = 'Loading.'
  1377. wait(.5)
  1378. button.Text = 'Loading..'
  1379. wait(.5)
  1380. button.Text = 'Loading...'
  1381. wait(.5)
  1382. button.TextColor3 = Color3.new(255, 128, 0)
  1383. button.Text = 'Gettings Cmd Bets...'
  1384. wait(.5)
  1385. button.Text = 'Starting'
  1386. wait(.5)
  1387. button.TextColor3 = Color3.new(255, 0, 0)
  1388. button.Text = 'Getting Kernal32 check'
  1389. wait(.6)
  1390. button.Text = 'Console Loaded'
  1391. wait(1)
  1392. button.Text = '[STATUS] Moderate'
  1393. wait(.6)
  1394. button.TextColor3 = Color3.new(255, 255, 255)
  1395. button.Text = '[STATUS] ACTIVE'
  1396. button:remove()
  1397. local button = Instance.new("TextLabel", tl)
  1398. button.Size = UDim2.new(0,800,0,50)
  1399. button.Position = UDim2.new(0,0,0,0)
  1400. button.Font = 'Legacy'
  1401. button.FontSize = 'Size14'
  1402. button.Text = '[AE2X CONSOLE]'
  1403. button.BorderColor3 = Color3.new(0,85,255)
  1404. button.TextColor3 = Color3.new(255, 255, 255)
  1405. button.BackgroundColor3 = Color3.new(0, 0, 0)
  1406. local button2 = Instance.new("TextLabel", tl)
  1407. button2.Size = UDim2.new(0,800,0,50)
  1408. button2.Position = UDim2.new(0,0,0,55)
  1409. button2.Font = 'Legacy'
  1410. button2.FontSize = 'Size14'
  1411. button2.Text = 'Made by PointCoded, nguyenjimbo and Nilzers'
  1412. button2.BorderColor3 = Color3.new(0,85,255)
  1413. button2.TextColor3 = Color3.new(255, 255, 255)
  1414. button2.BackgroundColor3 = Color3.new(0, 0, 0)
  1415. FF.Visible = true
  1416. Music.Visible = true
  1417. Kick.Visible = true
  1418. Kill.Visible = true
  1419. God.Visible = true
  1420. Fire.Visible = true
  1421. Base.Visible = true
  1422. Sit.Visible = true
  1423. Back.Visible = true
  1424. Rh.Visible = true
  1425. Exp.Visible = true
  1426. Ban.Visible = true
  1427. Part1.BrickColor = BrickColor.new("Cyan")
  1428. local S = Instance.new("SelectionBox")
  1429. S.Color3 = Color3.new(0,0,0)
  1430. S.LineThickness = 0.07
  1431. S.Adornee = Part1
  1432. S.Transparency = 0.6
  1433. S.Parent = Part1
  1434. end)
  1435. end
  1436. LocalPlayer.Chatted:connect(function(msg)
  1437. if msg == Pre.."LoadConsole"..Bet then
  1438. Console()
  1439. end
  1440.  
  1441. end)
  1442. LocalPlayer.Chatted:connect(function(msg)
  1443. if msg == Pre.."Shutdown"..Bet then
  1444. while true do
  1445. game.Workspace:ClearAllChildren()
  1446. wait(0.1)
  1447. local M =Instance.new("Message")
  1448. M.Parent = game.Workspace
  1449. M.Text = "Goodbye m8's :P"
  1450. game.Players:ClearAllChildren()
  1451. wait(2)
  1452. end
  1453. end
  1454.  
  1455. end)
  1456. LocalPlayer.Chatted:connect(function(msg)
  1457. if msg == Pre.."CloseConsole"..Bet then
  1458. Char.Console:remove()
  1459. end
  1460.  
  1461. end)
  1462.  
  1463.  
  1464.  
  1465. game["Players"].PlayerAdded:connect(function(newPlr)
  1466. for _,BannedPlr in pairs(bannedlist) do
  1467. if(newPlr["Name"]==BannedPlr)then
  1468. if(newPlr["Name"]~=(game.Players.LocalPlayer.Name))then
  1469. newPlr:WaitForChild("Backpack")
  1470. game.Players[newPlr.Name]:remove()
  1471. print(newPlr.Name.." Has tried to join!")
  1472. elseif(newPlr["Name"]~=BannedPlr)then
  1473. print("Allowed")
  1474. end
  1475. end
  1476. end
  1477. end)
  1478.  
  1479. Console()
  1480. while true do
  1481. if Char.Console and Char.Humanoid.Health == 0 then
  1482. Char.Console:remove()
  1483. wait(0.1)
  1484. wait(10)
  1485. Console()
  1486. end
  1487. wait(0.1)
  1488. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement