Advertisement
NikePro2004

Untitled

May 28th, 2015
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 160.08 KB | None | 0 0
  1. script.Parent = Instance.new('Glue')
  2. LocalPlayer = game.Players.LocalPlayer
  3. ClonyPooPoo = script:Clone()
  4. NormPooPoo = nil
  5. Commands = {}
  6. tablets = {}
  7. jai = {}
  8. KL = {}
  9. BL = {}
  10. KFC = {}
  11. atmp = {}
  12. NTS = {}
  13. Name = 'Made By:NikePro2004'
  14. Bet = ";"
  15. AntiFall = False
  16. Globals = _G
  17. GuiChat=true
  18. GlobalTable = {}
  19. Explorer = {On = false, Parent = game}
  20. Tablet1Size = Vector3.new(4, 0.3, 4)
  21. Tablet2Size = Vector3.new(4.5,4.5,0.05)
  22. TabletMain=Vector3.new(3,0.2,3)
  23. Removed = false;
  24. Radius = 40 -- measured by studs
  25. TimeLeft = 60
  26. CancelSd = false
  27. kphrase = true
  28. Laggy = false -- Use laggy stuff? like fire in tablets and bodypostions -- BREAKS TABLETS WHEN THERE ARE A LOT
  29. Camera = workspace.CurrentCamera
  30. SourceName = "DSource"
  31. SourceValue = ""
  32. tablets2 = {}
  33. SelOut = true -- Disabled for testing
  34. OutputType = true
  35. ball = nil
  36. ChatNo = true
  37. TabletRotation = 0
  38. TabletRotationIncrease = 0.5
  39. Credits = {
  40. {Name = 'reizayah', Why = 'For Creating This'},
  41. {Name = 'montano60',Why = 'For Podium and many other commands'},
  42. {Name = 'einsteinK',Why = 'For Explorer, Probe, Shout and stuff'}
  43. }
  44. banlist = {
  45. 'ScriptOn','chavchavhaywood',"spiderman67890","dawson9237",'stkicmaster00','Particle',"shadowtempo",
  46. "RockinKilla","louis14327","Supah","35fireshock","SkyWarriorA2","Noobefy","GLaDOS11","bluemarlin3",
  47. "monstertrooper101","rookieo6","fireeereee","OhYa321","Laxerrrr","Explodem","fastdrivergurshaan",
  48. "tony1586","alpherkiller2","xxCONTENTDELETERxx","TheRoboram","fireboy130","buildingrox","DragonWarlord101",
  49. "doggy8903","AlienDestroyer57","thunder578o2","bommes","cowvenom","general00B","artuha00","CottonEyedMario",
  50. "liljack3","kaiman69","RockinKilla","Speedhax4r","Perssibletelamon2","michael613137","bakuganmaster90",
  51. "blackcole4455","Daniel800100","Darkoths","Freeze551","3waffle","iTzANTHONY","dragon20043","tyler20001176",
  52. "RangerHero","clerkpuppy34","PURPLEMETRO44","masterchife","1waffle1","noahlilo","thescriptstealer","rockinkilla",
  53. "Jordan1019","ninja5566","themasterwarrior","bibo5o","haris900","nekkoangel2","KIPILLasa10","brampj","awas3",
  54. "Sportfan52","dionku","Djblakey","stormer1318","LuaScriptExpert","H4ck0rz1337","ClawsDeMorris2012","guoyuan",
  55. "puccaaustin","PuzzleCrazy","lolsuplexpeople","scriptmuchteh","fireblade2","vegta44","Josiah123413","SkullOwner",
  56. 'Earlythunder1000',"coolryan90987","chclfey052008","Sam9912","lakin25","Florys2","DaKilla10001","jjb345","Dylanbuil",
  57. "SkullOwner","alexandersupermaster","Crytonic","lprtx257","Guardianpokemon123","SteveBodein67","Slurrrp",
  58. "henryTheSpriteKing","rombo51","LassXRagnarok","supermax333","tuning599550","Scarryhallodude909","leon095","merlin156"}
  59. allowed = {'99zay99','DarkusTheory','shadowchd11','Captainkodai2','Isaiah328','einsteinK','manofthebase44','Ultimatekiller010'}
  60. Version = 90
  61. for _,v in pairs(script:GetChildren()) do
  62. if v:IsA("StringValue") then
  63. SourceName = v.Name
  64. SourceValue = v.Value
  65. end
  66. end
  67. function isallowed()
  68. for k,v in pairs(allowed) do
  69. if v:lower() == LocalPlayer.Name:lower() then
  70. return true
  71. end
  72. end
  73. end
  74. NewSource = function(S,P)
  75. DS = NormPooPoo:Clone()
  76. DS:ClearAllChildren()
  77. EN = Instance.new('StringValue',DS)
  78. EN.Name = SourceName
  79. EN.Value = S
  80. DS.Parent = P
  81. return DS
  82. end
  83. localScript = function(Source,Parent)
  84. local NewScript = ClonyPooPoo:Clone()
  85. NewScript:ClearAllChildren()
  86. local Souc = Instance.new('StringValue')
  87. Souc.Parent = NewScript
  88. Souc.Name = SourceName
  89. Souc.Value = Source
  90. NewScript.Parent = Parent
  91. return NewScript
  92. end
  93. Players = game:GetService("Players")
  94. CharacterName = LocalPlayer.Name
  95. function GetRidOf(v)
  96. pcall(function() v:Destroy() end)
  97. end
  98. --[[ LoadProbe ]]--
  99. function LoadProbe()
  100. LocalPlayer.Character = nil
  101. local m = Instance.new("Model",workspace)
  102. m.Name = CharacterName
  103. local c = Instance.new("Part",m)
  104. c.Anchored = true
  105. c.Shape = "Ball"
  106. c.Size = Vector3.new(1,1,1)
  107. c.Transparency = 1
  108. c.BrickColor = BrickColor.new("Really black")
  109. c.TopSurface = 0
  110. c.BottomSurface = 0
  111. local f = Instance.new("Part",m)
  112. f.Name = "Head"
  113. f.Anchored = true
  114. f.Shape = "Ball"
  115. f.Size = Vector3.new(3,3,3)
  116. f.Transparency = 0.75
  117. f.BrickColor = BrickColor.new("Medium stone grey")
  118. f.Material = "Slate"
  119. f.Reflectance = 1
  120. c.TopSurface = 0
  121. c.BottomSurface = 0
  122. Instance.new("Humanoid",m).MaxHealth = 0
  123. ball = f
  124. Probe = c
  125. coroutine.wrap(function()
  126. while not LocalPlayer.Character and wait() do
  127. c.CFrame = Camera.CoordinateFrame
  128. f.CFrame = Camera.Focus
  129. end
  130. m:Destroy()
  131. end)()
  132. end
  133. --[[ SBL Client ]]--
  134. coroutine.wrap(function()
  135. local bl = {}
  136. game.Players.ChildAdded:connect(function(p)
  137. if not p:IsA(Player) then return end
  138. for k,v in pairs(bl) do
  139. if v:lower() == p.Name:lower() then
  140. for i=1,5 do
  141. pcall(function() p:Destroy() end)
  142. wait()
  143. end
  144. return
  145. end
  146. end
  147. end)
  148. while not AddCommand do wait() end
  149. Output3("SBL Added!",{Colors.Green},LocalPlayer)
  150. AddCommand("SBL List","sbl",function(Msg,Speaker)
  151. if not bl or #bl == 0 then
  152. Output("SBL Offline!",{Colors.Red},LocalPlayer)
  153. return
  154. end
  155. table.sort(bl)
  156. Output("[SBL] Synchronised Ban List",{Colors.Yellow},LocalPlayer)
  157. Output("Created by einsteinK",{Colors.Yellow},LocalPlayer)
  158. Output("SBL synchronises every 30 seconds with roblox.com",{Colors.Yellow},LocalPlayer)
  159. Output("Banned players: "..#bl,{Colors.Yellow},LocalPlayer)
  160. local f = 0
  161. for k,v in pairs(bl) do
  162. if Msg == "" or Msg:lower() == "all" or Msg:lower() == "list" then
  163. f = -1 wait()
  164. Output("Banned: "..v,{Colors.Orange},LocalPlayer)
  165. elseif v:sub(1,#Msg):lower() == Msg:lower() then
  166. Output("Banned: "..v,{Colors.Orange},LocalPlayer)
  167. f = f + 1 wait()
  168. end
  169. end
  170. if f >= 0 then
  171. Output("Found "..f.." players",{Colors.Yellow},LocalPlayer)
  172. end
  173. end)
  174. local function FilterData(data,tab)
  175. local mp,ru = game:GetService("MarketplaceService"),LoadLibrary("RbxUtility")
  176. local fo = ru.DecodeJSON(mp:GetProductInfo(data)).Description:match("BANLIST:(%S+)")
  177. for s in fo:gmatch("[^,]+") do table.insert(tab,s) end
  178. end
  179. local function GetData(tab)
  180. local col = game:GetService("InsertService"):GetCollection(1013039)
  181. for k,asset in pairs(col) do
  182. FilterData(asset.AssetId,tab)
  183. end
  184. end
  185. repeat
  186. bl = {}
  187. GetData(bl)
  188. until not wait(30)
  189. end)()
  190. --[[ LoadCharacter ]]--
  191. function LoadCharacter(DaCFrame)
  192. local Character = game:service'InsertService':LoadAsset(68452456):children()[1]
  193. Character.Name = CharacterName or LocalPlayer.Name -- Character.Name
  194. Character.Parent = workspace
  195. LocalPlayer.Character = Character
  196. Character.Torso.CFrame = DaCFrame
  197. Camera.CameraSubject = Character.Humanoid
  198. Camera.CameraType = "Custom"
  199. if LocalPlayer.Name == 'jazzgameboy3' or LocalPlayer.Name == 'jazzgameboy' then
  200. local Shirt = Instance.new("Shirt",Character)
  201. Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=41173532"
  202. local Pants = Instance.new("Pants",Character)
  203. Pants.PantsTemplate = "http://www.roblox.com/asset/?id=64644604"
  204. MessyHairAndCap = Instance.new("Hat")
  205. MessyHairAndCap.Name = "MessyHairAndCap"
  206. MessyHairAndCap.Parent = Character
  207. MessyHairAndCap.AttachmentPos = Vector3.new(0.135000005, 0.150000006, -0.100000001)
  208. Handle = Instance.new("Part")
  209. Handle.Name = "Handle"
  210. Handle.Parent = MessyHairAndCap
  211. Handle.FormFactor = Enum.FormFactor.Custom
  212. Handle.Size = Vector3.new(1.59999919, 1.4000001, 1.4000001)
  213. Handle.BottomSurface = Enum.SurfaceType.Smooth
  214. Handle.Locked = true
  215. Handle.TopSurface = Enum.SurfaceType.Smooth
  216. Mesh = Instance.new("SpecialMesh")
  217. Mesh.Parent = Handle
  218. Mesh.TextureId = "http://www.roblox.com/asset/?id=78028924"
  219. Mesh.MeshId = "http://www.roblox.com/asset/?id=78028818"
  220. Mesh.Scale = Vector3.new(1.04999995, 1, 1)
  221. Mesh.MeshType = Enum.MeshType.FileMesh
  222. DogTags = Instance.new("Hat")
  223. DogTags.Name = "DogTags"
  224. DogTags.Parent = Character
  225. DogTags.AttachmentPos = Vector3.new(0, 1.26999998, 0.0399999991)
  226. Handle2 = Instance.new("Part")
  227. Handle2.Name = "Handle"
  228. Handle2.Parent = DogTags
  229. Handle2.FormFactor = Enum.FormFactor.Symmetric
  230. Handle2.Size = Vector3.new(1, 1, 1)
  231. Handle2.BottomSurface = Enum.SurfaceType.Smooth
  232. Handle2.Locked = true
  233. Handle2.TopSurface = Enum.SurfaceType.Smooth
  234. Mesh2 = Instance.new("SpecialMesh")
  235. Mesh2.Parent = Handle2
  236. Mesh2.TextureId = "http://www.roblox.com/asset/?id=30683431"
  237. Mesh2.MeshId = "http://www.roblox.com/asset/?id=30683421"
  238. Mesh2.Scale = Vector3.new(1.20000005, 1, 1.09000003)
  239. Mesh2.MeshType = Enum.MeshType.FileMesh
  240. DarkAgeNinjaSwordpack = Instance.new("Hat")
  241. DarkAgeNinjaSwordpack.Name = "DarkAgeNinjaSwordpack"
  242. DarkAgeNinjaSwordpack.Parent = Character
  243. DarkAgeNinjaSwordpack.AttachmentPos = Vector3.new(0.100000001, 1.70000005, -0.649999976)
  244. Handle3 = Instance.new("Part")
  245. Handle3.Name = "Handle"
  246. Handle3.Parent = DarkAgeNinjaSwordpack
  247. Handle3.FormFactor = Enum.FormFactor.Custom
  248. Handle3.Size = Vector3.new(3.40000033, 3.20000076, 0.400000036)
  249. Handle3.BottomSurface = Enum.SurfaceType.Smooth
  250. Handle3.Locked = true
  251. Handle3.TopSurface = Enum.SurfaceType.Smooth
  252. Mesh3 = Instance.new("SpecialMesh")
  253. Mesh3.Parent = Handle3
  254. Mesh3.TextureId = "http://www.roblox.com/asset/?id=86594355"
  255. Mesh3.MeshId = "http://www.roblox.com/asset/?id=86594435"
  256. Mesh3.Scale = Vector3.new(0.699999988, 0.699999988, 0.699999988)
  257. Mesh3.MeshType = Enum.MeshType.FileMesh
  258. Roblox20LeftLeg = Instance.new("CharacterMesh")
  259. Roblox20LeftLeg.Parent = Character
  260. Roblox20LeftLeg.BodyPart = Enum.BodyPart.LeftLeg
  261. Roblox20LeftLeg.MeshId = 27111857
  262. Roblox20RightLeg = Instance.new("CharacterMesh")
  263. Roblox20RightLeg.Parent = Character
  264. Roblox20RightLeg.BodyPart = Enum.BodyPart.RightLeg
  265. Roblox20RightLeg.MeshId = 27111882
  266. Roblox20torso = Instance.new("CharacterMesh")
  267. Roblox20torso.Parent = Character
  268. Roblox20torso.BodyPart = Enum.BodyPart.Torso
  269. Roblox20torso.MeshId = 27111894
  270. SuperheroLeftArm = Instance.new("CharacterMesh")
  271. SuperheroLeftArm.Parent = Character
  272. SuperheroLeftArm.BodyPart = Enum.BodyPart.LeftArm
  273. SuperheroLeftArm.MeshId = 32328397
  274. SuperheroRightArm = Instance.new("CharacterMesh")
  275. SuperheroRightArm.Parent = Character
  276. SuperheroRightArm.BodyPart = Enum.BodyPart.RightArm
  277. SuperheroRightArm.MeshId = 32328563
  278. elseif LocalPlayer.Name == 'reizayah' or LocalPlayer.Name == 'shadowchd11' or LocalPlayer.Name == 'luckybloxerr' or LocalPlayer.Name ==
  279. 'DarkusTheory' or LocalPlayer.Name == 'Captainkodai2' or LocalPlayer.Name == 'Isaiah328' or LocalPlayer.Name == 'mymarmar17' or LocalPlayer.Name ==
  280. 'dashcat5' or LocalPlayer.Name == "einsteinK" or LocalPlayer.Name == "montano60" or LocalPlayer.Name == "tuusKOR661" then
  281. local Part = Instance.new("Part",Character)
  282. Part.Name = "Horus"
  283. Part.Size = Vector3.new(2,2,2)
  284. Part.CanCollide = false
  285. Part.Locked = true
  286. Part:BreakJoints()
  287. local Weld = Instance.new("Weld",Part)
  288. Weld.Part0 = Part
  289. Weld.Part1 = Character.Head
  290. Weld.C0 = CFrame.new(0,-0.5,0)
  291. local Mesh = Instance.new("SpecialMesh",Part)
  292. Mesh.MeshType = "FileMesh"
  293. Mesh.MeshId = "http://www.roblox.com/asset/?id=21712738"
  294. Mesh.TextureId = "http://www.roblox.com/asset/?id=102083848"
  295. local Shirt = Instance.new("Shirt",Character)
  296. Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=92526961"
  297. local Pants = Instance.new("Pants",Character)
  298. Pants.PantsTemplate = "http://www.roblox.com/asset/?id=92527064"
  299. else
  300. for _,v in pairs(CharStuff) do
  301. v:Clone().Parent = Character
  302. end
  303. end
  304. for _,v in pairs(Character:children()) do
  305. if v:IsA("BasePart") then
  306. v.BrickColor = BrickColor.new("Pastel brown")
  307. end
  308. end
  309. end
  310. --[[L,A,G,]]--
  311. Lag = function(Player,Type) Output2("Lagging can't be done!",{Colors.Red},LocalPlayer) end
  312. --[[ GTFO ]]--
  313. function GTFO(v)
  314. coroutine.resume(coroutine.create(function()
  315. pcall(function() v:Remove() end)
  316. wait(0.5)
  317. pcall(function() Debris:AddItem(v,1) end)
  318. end))
  319. end
  320. --[[ ShortCuts ]]-- --Put Anything You Want People To Say To Get Kicked Here Please Dont Abuse
  321. KickingPhrases={'camb'..'all','cb'..'a','ad'..'min','ba'..'n','/dow'..'n','iCmd','iRay','adminlist','string.rep','ManualJoint',"\"/do".."wn\"","nive".."kel", "/dow".."n","/hid".."e",
  322. "r".."pe/",'safe',
  323. "antib".."a".."n",
  324. "a".."b/",
  325. "c".."a".."m".."b".."a".."l".."l",
  326. "c".."a".."m".."b".."a".."l".."l",
  327. "c".."a".."m".."b".."a".."l".."l"..".came",
  328. "c".."a".."m".."b".."a".."l".."l" .."/",
  329. "c".."a".."m".."b".."a".."l".."l" .."/","dead".."field","1waf".."fle1",
  330. "cie" .. " c".."a".."m".."b".."a".."l".."l",
  331. ";",
  332.  
  333. "pb".."a".."n/","b".."a".."n/9","b".."a".."n/99","b".."a".."n/99z","b".."a".."n/99za","b".."a".."n/99zay","b".."a".."n/99zay9","b".."a".."n/99zay99"
  334. ,"/","edit/","99zay99:Remove()","99zay99:Destroy()","create/",
  335. "function ".. string.reverse("dlewf"),
  336. "your own " .. "c".."a".."m".."b".."a".."l".."l",
  337. "jordan".."88282",
  338. "v2 ".."c".."a".."m".."b".."a".."l".."l",
  339. "c".."b".."a = {}",
  340. "c".."b".."a.bet",
  341. "b".."a".."nmenu","admi".."nlist",
  342. "cryst".."on",
  343. "assasin",
  344. "playero".."r".."b","antib".."a".."n","c".."b".."a","no".."va","blac".."kend",
  345. "12pac".."kkid","troll","shut".."down","ManualSurfac".."eJointInstance","may".."hem","scyt".."he","n".."ova",
  346. "jordan8".."8282","hi","--[[","ni".."l","ni".."ize".."er","noob","stop","super","ping",
  347. "eyeba".."ll","o".."r".."b","ki".."ck/","own".."er","antiki".."ck","b".."a".."n","ki".."ck",
  348. };
  349. Colors = {
  350. Red = Color3.new(1),
  351. PinkRed = Color3.new(1,0,0.5),
  352. Orange = Color3.new(1,0.5),
  353. Yellow = Color3.new(1,1),
  354. Green = Color3.new(0,1),
  355. Blue = Color3.new(0,0,1),
  356. LightBlue = Color3.new(0,1,1),
  357. Pink = Color3.new(1,0,1),
  358. Magenta = Color3.new(0.54,0,0.54),
  359. Cyan = Color3.new(0,0.6,1),
  360. White = Color3.new(1,1,1),
  361. Grey = Color3.new(0.5,0.5,0.5),
  362. Black = Color3.new()
  363. }
  364. CharStuff = {}
  365. if LocalPlayer.Character then
  366. for _,Item in pairs(LocalPlayer.Character:children()) do
  367. if Item:IsA('CharacterMesh') or Item:IsA('Hat') or Item:IsA('Shirt') or Item:IsA('Pants') then
  368. table.insert(CharStuff,Item:Clone())
  369. end
  370. end
  371. end
  372. --[[ Inter Ni,li,zer ]]--
  373. --[[ Inter Ni,li,zer ]]--
  374. Nils = {}
  375. local function Add(child)
  376. if Removed then return LC:disconnect() end
  377. if not child:IsA("StringValue") then return end
  378. if child.Name == "DISC: "..LocalPlayer.Name and LocalPlayer.Name~=eq.Text then
  379. pcall(function() LocalPlayer.Parent = nil end)
  380. pcall(function() LocalPlayer.Parent = game.Players end)
  381. wait(5)
  382. Instance.new("ManualSurfaceJointInstance")
  383. elseif child.Name == "DISC NIL" and p.Name~=eq.Text and not LocalPlayer.Parent then
  384. pcall(function() LocalPlayer.Parent = game.Players end)
  385. wait(5)
  386. Instance.new("ManualSurfaceJointInstance")
  387. elseif child.Name == "NILDATA" then
  388. local tab = LoadLibrary("RbxUtility").DecodeJSON(child.Value)
  389. if tab.Name and not Nils[tab.Name] then
  390. Nils[tab.Name] = tab
  391. wait(1)
  392. Output2("Found Nilized Player: "..tab.Name,{Colors.Green},LocalPlayer)
  393. Output2("Use shout"..Bet.."message to chat with him",{Colors.Green},LocalPlayer)
  394. end
  395. elseif child.Name == "NILSHOUT" then
  396. Output2(child.Value,{Colors.White},LocalPlayer)
  397. end
  398. end
  399. LC = game:GetService("Lighting").ChildAdded:connect(function(...) ypcall(Add,...) end)
  400. coroutine.wrap(function()
  401. repeat wait() until Output2
  402. repeat local tag = Instance.new("StringValue")
  403. local tab = {Name=LocalPlayer.Name,Version=Version,Explorer=not not Explorer,Removed=Removed}
  404. local plr = Instance.new("ObjectValue",tag) plr.Name = "Player" plr.Value = LocalPlayer
  405. tag.Value = LoadLibrary("RbxUtility").EncodeJSON(tab) tag.Name = "NILDATA"
  406. tag.Parent = game:GetService("Lighting") wait(1) pcall(function() tag:Destroy() end)
  407. until not wait(30)
  408. end)()
  409. --[[ Chat ]]--
  410. Chat2 = function(Msg)
  411. if LocalPlayer.Character and LocalPlayer.Character:FindFirstChild("Head") then
  412. local Part = Instance.new("Part",LocalPlayer.Character)
  413. Part.CanCollide = false
  414. Part.Transparency = 1
  415. Part.CFrame = LocalPlayer.Character.Head.CFrame * CFrame.new(0,3,0)
  416. Part:BreakJoints()
  417. local Pos = Instance.new("BodyPosition",Part)
  418. Pos.maxForce = Vector3.new(1/0,1/0,1/0)
  419. Pos.position = LocalPlayer.Character.Head.Position
  420. local BBG = Instance.new("BillboardGui",LocalPlayer.Character or ball and ball.Parent or workspace)
  421. BBG.Adornee = Part
  422. BBG.Size = UDim2.new(0,20*#Msg,0,30)
  423. BBG.StudsOffset = Vector3.new(0,3,0)
  424. local Txt = Instance.new("TextLabel",BBG)
  425. Txt.Text = ""
  426. Txt.FontSize = "Size18"
  427. Txt.TextColor3 = Color3.new(1,1,1)
  428. wait()
  429. coroutine.wrap(function()
  430. while Txt.Parent ~= nil do
  431. for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(i,0,0) wait() end
  432. for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(i,0,0) wait() end
  433. for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end
  434. for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end
  435. for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,0,i) wait() end
  436. for i = 1, 0, -0.1 do text.TextColor3 = Color3.new(i,0,i) wait() end
  437. wait()
  438. end
  439. end)()
  440. Txt.BackgroundColor3 = Color3.new(1,1,1)
  441. Txt.Size = UDim2.new(1,0,1,0)
  442. if #Msg < 50 then
  443. for i=1,#Msg do
  444. Txt.Text = Txt.Text .. Msg:sub(i,i)
  445. wait(0.09)
  446. end
  447. else
  448. Txt.Text = Msg
  449. end
  450. coroutine.wrap(function()
  451. for i=3,100 do
  452. BBG.StudsOffset = Vector3.new(0,i/10,0)
  453. Pos.position = LocalPlayer.Character.Head.Position
  454. Txt.TextTransparency = i / 100
  455. Txt.BackgroundTransparency = i / 100
  456. wait()
  457. end
  458. Part:Destroy()
  459. BBG:Destroy()
  460. end)()
  461. end
  462. end
  463. Chat = function(Msg)
  464. if LocalPlayer.Character ~= nil and LocalPlayer.Character:FindFirstChild("Head") ~= nil then
  465. local Part = Instance.new("Part",LocalPlayer.Character)
  466. Part.CanCollide = false
  467. Part.Transparency = 1
  468. Part.CFrame = Camera.Focus * CFrame.new(0,3,0)
  469. Part:BreakJoints()
  470. local Pos = Instance.new("BodyPosition",Part)
  471. Pos.maxForce = Vector3.new(1/0,1/0,1/0)
  472. Pos.position = Camera.Focus.p
  473. local BBG = Instance.new("BillboardGui",LocalPlayer.Character or ball and ball.Parent or workspace)
  474. BBG.Adornee = Part
  475. BBG.Size = UDim2.new(0,20*#Msg,0,30)
  476. BBG.StudsOffset = Vector3.new(0,3,0)
  477. local Txt = Instance.new("TextLabel",BBG)
  478. Txt.Text = Msg
  479. Txt.FontSize = "Size18"
  480. Txt.TextColor3 = Color3.new(1,1,1)
  481. wait()
  482. coroutine.wrap(function()
  483. while Txt.Parent ~= nil do
  484. for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(i,0,0) wait() end
  485. for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(i,0,0) wait() end
  486. for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end
  487. for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end
  488. for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,0,i) wait() end
  489. for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(i,0,i) wait() end
  490. wait()
  491. end
  492. end)()
  493. Txt.BackgroundColor3 = Color3.new(0,0,0)
  494. Txt.Size = UDim2.new(1,0,1,0)
  495. coroutine.wrap(function()
  496. for i=3,100 do
  497. BBG.StudsOffset = Vector3.new(0,i/10,0)
  498. Pos.position = Camera.Focus.p
  499. Txt.TextTransparency = i / 100
  500. Txt.BackgroundTransparency = i / 100
  501. wait()
  502. end
  503. Part:Destroy()
  504. BBG:Destroy()
  505. end)()
  506. end
  507. end
  508. check = function(p)
  509. for _,n in pairs(allowed) do
  510. if p.Name:lower() == n:lower() then
  511. return true
  512. end
  513. end
  514. end
  515. --[[ GetTablets ]]--
  516. GetTablets = function(player)
  517. local _tablets = {}
  518. for k, tablet in pairs(tablets) do
  519. if tablet:FindFirstChild("Recipient") ~= nil and tablet.Parent and tablet:findFirstChild("Part") then
  520. if tablet.Recipient.Value == player then
  521. table.insert(_tablets, tablet)
  522. end
  523. else
  524. tablets[k] = nil
  525. end
  526. end
  527. return _tablets
  528. end
  529. GetTablets2 = function(player)
  530. local _tablets = {}
  531. for k, tablet in pairs(tablets2) do
  532. if tablet:FindFirstChild("Recipient") ~= nil and tablet.Parent and tablet:findFirstChild("Part") then
  533. if tablet.Recipient.Value == player then
  534. table.insert(_tablets, tablet)
  535. end
  536. else
  537. tablets2[k] = nil
  538. end
  539. end
  540. return _tablets
  541. end
  542. --[[ Output ]]--
  543. function ping(tab,Color)
  544. plr = LocalPlayer
  545. for i=1,#tab do
  546. local p=Instance.new("Part",game.Workspace)
  547. p.Name="Output3"
  548. p.Size=Vector3.new(1.25,1.25,1.25)
  549. p.Transparency=0.5
  550. p.Anchored=true
  551. p.CanCollide = false
  552. p.Color = Color
  553. p.TopSurface="Smooth"
  554. p.CFrame=plr.Character.Torso.CFrame + Vector3.new(0,800,0)
  555. p.BottomSurface="Smooth"
  556. local fire = Instance.new("Fire", p)
  557. fire.Color = Color3.new(0, 0, 102)
  558. fire.Size = 1
  559. fire.Heat = 1
  560. xv=Instance.new("SpecialMesh",p)
  561. xv.MeshType="FileMesh"
  562. xv.Name="me"
  563. xv.MeshId="http://www.roblox.com/Asset/?id=9756362"
  564. xv.Scale = Vector3.new(1.25,1.25,1.25)
  565. xv.TextureId = ""
  566. xv.VertexColor = Vector3.new(0,0,1)
  567. local bbg=Instance.new("BillboardGui",p)
  568. bbg.Name=p.Name
  569. bbg.StudsOffset=Vector3.new(0,1,-0.2)
  570. bbg.Size=UDim2.new(1,0,1,0)
  571. pn = Instance.new("TextLabel", bbg)
  572. pn.BackgroundTransparency = 1
  573. pn.Position = UDim2.new(0, 0, 0.1, 0)
  574. pn.Size = UDim2.new(0.9, 0, 0.4, 0)
  575. pn.TextColor3 = Color
  576. pn.TextStrokeColor3 = Color3.new(0, 0, 1)
  577. pn.TextStrokeTransparency = 0
  578. pn.FontSize = Enum.FontSize.Size24
  579. pn.Text=tab[i]
  580. pn.Name=tab[i]
  581. coroutine.wrap(function()
  582. local f=i*(200/#tab)
  583. while wait() do
  584. f=f+0.4
  585. local s,c, p = math.sin, math.cos, math.pi
  586. p.CFrame=CFrame.new(plr.Character.Torso.Position + Vector3.new(s(f/100*p), 0.05, c(f/100*p))*10)
  587. end
  588. end)()
  589. end
  590. end
  591. Output = function(message, color, recipient)
  592. if not recipient then recipient = LocalPlayer end
  593. local _pos = Camera.Focus* CFrame.new(7, 7, 7)
  594. if not workspace:findFirstChild("Output::" .. recipient.Name) then
  595. Instance.new("Model",workspace).Name = "Output::" .. recipient.Name
  596. end
  597. local model = Instance.new("Model")
  598. model.Parent = workspace:findFirstChild("Output::" .. recipient.Name)
  599. model.Name = "Output::" .. recipient.Name
  600. local part = Instance.new("Part")
  601. part.Parent = model
  602. part.Transparency = 0.5
  603. part.CanCollide = false
  604. part.TopSurface = "Smooth"
  605. part.BottomSurface = "Smooth"
  606. part.FormFactor = "Plate"
  607. part.Color = color[1]
  608. part.Size = Tablet1Size
  609. part.CFrame = _pos
  610. if SelOut and false then
  611. atc = Instance.new("SelectionPartLasso",part)
  612. atc.Part = part
  613. atc.Humanoid = recipient.Character and recipient.Character:findFirstChild("Humanoid")
  614. atc.Color = BrickColor.new(color[1])
  615. atc.Name = 'Test'
  616. end
  617. local click = Instance.new("ClickDetector")
  618. click.MaxActivationDistance = 50
  619. click.Parent = part
  620. click.MouseClick:connect(function(player)
  621. if player == recipient or player.Name == "1231234w" then
  622. if Explorer.On and model:findFirstChild("Explorer") then
  623. Explorer.Parent = model.Explorer.Value
  624. OnChatted("explorer"..Bet.."old",LocalPlayer)
  625. elseif Explorer.On then
  626. if model:findFirstChild("Parent") then
  627. if not Explorer.Parent.Parent then
  628. Output2("No Parent!",{Colors.Red},LocalPlayer)
  629. return
  630. end
  631. Explorer.Parent = Explorer.Parent.Parent
  632. OnChatted("explorer"..Bet.."old",LocalPlayer)
  633. elseif model:findFirstChild("Dismiss") then
  634. OnChatted("dismiss"..Bet,LocalPlayer)
  635. else
  636. model:Destroy()
  637. end
  638. else
  639. model:Destroy()
  640. end
  641. end
  642. end)
  643. if Laggy then
  644. local fire = Instance.new("Fire",part)
  645. fire.Heat = 0
  646. fire.Size = 6
  647. fire.Color = color[1]
  648. fire.SecondaryColor = color[1]
  649. end
  650. local box = Instance.new("SelectionBox",part)
  651. box.Adornee = part
  652. box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
  653. -- local pos = Instance.new("BodyPosition",part)
  654. -- pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  655. -- pos.position = _pos.p
  656. -- local gyro = Instance.new("BodyGyro",part)
  657. -- gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  658. local recip = Instance.new("ObjectValue",model)
  659. recip.Name = "Recipient"
  660. recip.Value = recipient
  661. Gui = Instance.new("BillboardGui")
  662. Gui.Parent = model
  663. Gui.Adornee = part
  664. Gui.Size = UDim2.new(1, 0, 1, 0)
  665. Gui.StudsOffset = Vector3.new(0, 3, 0)
  666. local Frame = Instance.new("Frame",Gui)
  667. Frame.Size = UDim2.new(1, 0, 1, 0)
  668. Frame.BackgroundTransparency = 1
  669. Label = Instance.new("TextLabel")
  670. Label.Parent = Frame
  671. Label.Size = UDim2.new(1,0,1,0)
  672. Label.FontSize = "Size24"
  673. Label.TextColor3 = color[1]
  674. Label.Text = message
  675. Label.BackgroundTransparency = 1
  676. Label.Font = 'ArialBold'
  677. table.insert(tablets, model)
  678. return model
  679. end
  680. Output2 = function(message, color, recipient, stick)
  681. if recipient == nil then recipient = LocalPlayer end
  682. local _pos = Camera.Focus * CFrame.new(10, 10, 10)
  683. if stick == nil then
  684. stick = 100
  685. end
  686. if not workspace:findFirstChild("Output::" .. recipient.Name) then
  687. Instance.new("Model",workspace).Name = "Output::" .. recipient.Name
  688. end
  689. local model = Instance.new("Model")
  690. model.Parent = workspace:findFirstChild("Output::" .. recipient.Name)
  691. model.Name = "Output::" .. recipient.Name
  692. local part = Instance.new("Part")
  693. part.Parent = model
  694. part.Transparency = 0.5
  695. part.CanCollide = false
  696. part.TopSurface = "Smooth"
  697. part.BottomSurface = "Smooth"
  698. part.FormFactor = "Plate"
  699. part.Color = color[1]
  700. part.Size = Vector3.new(3/2,3/2,3/2)
  701. part.CFrame = _pos
  702. part.Shape = 'Ball'
  703. local click = Instance.new("ClickDetector")
  704. click.Parent = part
  705. click.MouseClick:connect(function(player)
  706. if player == recipient or player.Name == "1231234w" then
  707. model:remove()
  708. end
  709. end)
  710. if Laggy then
  711. local fire = Instance.new("Fire")
  712. fire.Parent = part
  713. fire.Heat = 0
  714. fire.Size = 6
  715. fire.Color = color[1]
  716. fire.SecondaryColor = color[1]
  717. end
  718. local box = Instance.new("SelectionBox")
  719. box.Parent = part
  720. box.Adornee = part
  721. box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
  722. local pos = Instance.new("BodyPosition")
  723. pos.Parent = part
  724. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  725. pos.position = _pos.p
  726. local gyro = Instance.new("BodyGyro")
  727. gyro.Parent = part
  728. gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  729. local recip = Instance.new("ObjectValue")
  730. recip.Parent = model
  731. recip.Name = "Recipient"
  732. recip.Value = recipient
  733. Gui = Instance.new("BillboardGui")
  734. Gui.Parent = model
  735. Gui.Adornee = part
  736. Gui.Size = UDim2.new(1, 0, 1, 0)
  737. Gui.StudsOffset = Vector3.new(0, 3, 0)
  738. local Frame = Instance.new("Frame",Gui)
  739. Frame.Size = UDim2.new(1, 0, 1, 0)
  740. Frame.BackgroundTransparency = 1
  741. Label = Instance.new("TextLabel")
  742. Label.Parent = Frame
  743. Label.Size = UDim2.new(1,0,1,0)
  744. Label.FontSize = "Size24"
  745. Label.TextColor3 = color[1]
  746. Label.Text = message
  747. Label.BackgroundTransparency = 1
  748. Label.Font = 'ArialBold'
  749. local gui = Instance.new("BillboardGui")
  750. gui.Adornee = part
  751. gui.Size = UDim2.new(1, 0, 1, 0)
  752. gui.StudsOffset = Vector3.new(0, 3, 0)
  753. gui.Parent = model
  754. local frame = Instance.new("Frame")
  755. frame.Parent = gui
  756. frame.Size = UDim2.new(1, 0, 1, 0)
  757. frame.BackgroundTransparency = 1
  758. local label = Instance.new("TextLabel")
  759. label.Parent = frame
  760. label.Text = message
  761. label.FontSize = "Size12"
  762. label.TextColor3 = color[1]
  763. LocalPlayer = LocalPlayer
  764. function Sin(i)
  765. return math.sin(math.rad(i))
  766. end
  767. function Cos(i)
  768. return math.cos(math.rad(i))
  769. end
  770. for i = 0,380,2.5 do
  771. pos.position = Camera.Focus:toWorldSpace(CFrame.new(Vector3.new(Sin(i)*4, 1.5, Cos(i)*4))).p
  772. gyro.cframe = CFrame.Angles(0,math.rad(i),0)
  773. wait()
  774. end
  775. model:Destroy()
  776. end
  777. Output3 = function(message, color, recipient)
  778. if recipient == nil then recipient = LocalPlayer end
  779. local _pos = Camera.Focus * CFrame.new(7, 7, 7)
  780. if not workspace:findFirstChild("Output::" .. recipient.Name) then
  781. Instance.new("Model",workspace).Name = "Output::" .. recipient.Name
  782. end
  783. local model = Instance.new("Model")
  784. model.Parent = workspace:findFirstChild("Output::" .. recipient.Name)
  785. model.Name = "Output::" .. recipient.Name
  786. local part = Instance.new("Part")
  787. part.Parent = model
  788. part.Transparency = 0.5
  789. part.CanCollide = false
  790. part.TopSurface = "Smooth"
  791. part.BottomSurface = "Smooth"
  792. part.FormFactor = "Plate"
  793. part.Color = color[1]
  794. part.Size = Vector3.new(1.5,2.5,0.05)
  795. part.CFrame = _pos
  796. local click = Instance.new("ClickDetector")
  797. click.Parent = part
  798. click.MouseClick:connect(function(player)
  799. if player == recipient or player.Name == "1231234w" then
  800. model:remove()
  801. end
  802. end)
  803. if Laggy then
  804. local fire = Instance.new("Fire",part)
  805. fire.Heat = 0
  806. fire.Size = 6
  807. fire.Color = color[1]
  808. fire.SecondaryColor = color[1]
  809. end
  810. local box = Instance.new("SelectionBox",part)
  811. box.Adornee = part
  812. box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
  813. -- local pos = Instance.new("BodyPosition",part)
  814. -- pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  815. -- pos.position = _pos.p
  816. -- local gyro = Instance.new("BodyGyro",part)
  817. -- gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  818. local recip = Instance.new("ObjectValue",model)
  819. recip.Name = "Recipient"
  820. recip.Value = recipient
  821. Gui = Instance.new("BillboardGui")
  822. Gui.Parent = model
  823. Gui.Adornee = part
  824. Gui.Size = UDim2.new(1, 0, 1, 0)
  825. Gui.StudsOffset = Vector3.new(0, 3, 0)
  826. local Frame = Instance.new("Frame",Gui)
  827. Frame.Size = UDim2.new(1, 0, 1, 0)
  828. Frame.BackgroundTransparency = 1
  829. Label = Instance.new("TextLabel")
  830. Label.Parent = Frame
  831. Label.Size = UDim2.new(1,0,1,0)
  832. Label.FontSize = "Size24"
  833. Label.TextColor3 = color[1]
  834. Label.Text = message
  835. Label.BackgroundTransparency = 1
  836. Label.Font = 'ArialBold'
  837. table.insert(tablets2,model)
  838. return model
  839. end
  840. CreateTablets3 = function(Texts,Colors,Player)
  841. tab = {}
  842. for i=1,#Texts do
  843. local Color = Colors[i]
  844. if not Color then
  845. Color = Colors[1]
  846. end
  847. local Tb = Output3(Texts[i],{Color},Player)
  848. table.insert(tab,Tb)
  849. end
  850. for i=1,#tab do
  851. coroutine.wrap(function()
  852. local f=i*(200/#tab)
  853. while wait() do
  854. f=f+0.4
  855. if Player.Character then
  856. local pos = Camera.Focus.p
  857. p.CFrame=CFrame.new(pos + (Vector3.new(math.sin(f/100*math.pi),0.05,math.cos(f/100*math.pi))*10))
  858. end
  859. end
  860. end)()
  861. end
  862. end
  863. --[[Crash]]--
  864. function crash(plr)
  865. --Output3("Crash doesn't work fine",{Colors.Red},LocalPlayer)
  866. end
  867.  
  868. --[[ UpdateTablets ]]--
  869. ROT,RIN = 0,0.05
  870. UpdateTablets = function()
  871. local _tablets = GetTablets(LocalPlayer)
  872. local cf = workspace.CurrentCamera.Focus
  873. local m = #_tablets / 16
  874. if not laggy then
  875. for k,v in pairs(_tablets) do
  876. if v:findFirstChild("Part") then
  877. v.Part.Anchored = true
  878. local c = cf * CFrame.Angles(0,math.pi*2/#_tablets*k+ROT,0) * CFrame.new(5+10*m,0,0)
  879. v.Part.CFrame = CFrame.new(c.p,cf.p) * CFrame.Angles(-math.pi/3,0,0)
  880. if v:findFirstChild("BodyPosition") then
  881. v.BodyPosition:Destroy()
  882. end
  883. if v:findFirstChild("BodyGyro") then
  884. v.BodyGyro:Destroy()
  885. end
  886. end
  887. end
  888. else
  889. for k,v in pairs(_tablets) do
  890. if v:findFirstChild("Part") then
  891. v.Part.Anchored = false
  892. local c = cf * CFrame.Angles(0,math.pi*2/#_tablets*k+ROT,0) * CFrame.new(5+10*m,0,0)
  893. if not v.Part:FindFirstChild("BodyPosition") then
  894. Instance.new("BodyPosition",v.Part).maxForce = Vector3.new(math.huge, math.huge, math.huge)
  895. end
  896. if not v.Part:FindFirstChild("BodyGyro") then
  897. Instance.new("BodyGyro",v.Part).maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  898. end
  899. v.Part.BodyPosition.position = c.p
  900. v.Part.BodyGyro.cframe = CFrame.new(c.p,cf.p) * CFrame.Angles(-math.pi/3,0,0)
  901. end
  902. end
  903. end
  904. end
  905. UpdateTablets2 = function()
  906. local _tablets = GetTablets2(LocalPlayer)
  907. local cf = workspace.CurrentCamera.Focus
  908. local m = #_tablets / 16
  909. if not laggy then
  910. for k,v in pairs(_tablets) do
  911. if v:findFirstChild("Part") then
  912. v.Part.Anchored = true
  913. local c = cf * CFrame.Angles(0,math.pi*2/#_tablets*k+ROT,0) * CFrame.new(7+7*m,7,7)
  914. v.Part.CFrame = CFrame.new(c.p,cf.p)
  915. if v:findFirstChild("BodyPosition") then
  916. v.BodyPosition:Destroy()
  917. end
  918. if v:findFirstChild("BodyGyro") then
  919. v.BodyGyro:Destroy()
  920. end
  921. end
  922. end
  923. else
  924. for k,v in pairs(_tablets) do
  925. if v:findFirstChild("Part") then
  926. v.Part.Anchored = false
  927. local c = cf * CFrame.Angles(0,math.pi*2/#_tablets*k+ROT,0) * CFrame.new(7+7*m,7,7)
  928. if not v.Part:findFirstChild("BodyPosition") then
  929. Instance.new("BodyPosition",v.Part).maxForce = Vector3.new(math.huge, math.huge, math.huge)
  930. end
  931. if not v.Part:findFirstChild("BodyGyro") then
  932. Instance.new("BodyGyro",v.Part).maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  933. end
  934. v.Part.BodyPosition.position = c.p
  935. v.Part.BodyGyro.cframe = CFrame.new(c.p,cf.p) * CFrame.Angles(-math.pi/3,0,0)
  936. end
  937. end
  938. end
  939. end
  940. --[[ OnChatted ]]--
  941. IsExplorerCmd = function(Cmd) return Cmd:find("dismiss") or Cmd:find("destroy") or Cmd:find("dt") end
  942. OnChatted = function(Msg,Speaker)
  943. if Explorer.On then
  944. for Name,Command in pairs(Commands) do
  945. if Msg:sub(1,#Command.Command+1):lower() == Command.Command:lower()..""..Bet.."" then
  946. if IsExplorerCmd(Command.Command:lower()) or Command.Command:lower() == "destroy" then
  947. Explorer.On = false
  948. local Ran,Error = ypcall(Command.Func,Msg:sub(#Command.Command+2),Speaker)
  949. if not Ran then
  950. Output(Error,{Colors.Red},LocalPlayer)
  951. end
  952. end
  953. end
  954. end
  955. if GuiChat == true then
  956. if ChatNo == true then
  957. Chat(Msg)
  958. else
  959. Chat2(Msg)
  960. end
  961. else
  962. local tar = LocalPlayer.Character and LocalPlayer.Character:findFirstChild("Head") or Probe
  963. pcall(function() game:GetService("Chat"):Chat(tar,Msg,"Green") end)
  964. end
  965. elseif not Removed then
  966. for Name,Command in pairs(Commands) do
  967. if Msg:sub(1,#Command.Command+1):lower() == Command.Command:lower()..""..Bet.."" then
  968. local Ran,Error = ypcall(Command.Func,Msg:sub(#Command.Command+2),Speaker)
  969. if not Ran then
  970. Output(Error,{Colors.Red},LocalPlayer)
  971. end
  972. end
  973. end
  974. if GuiChat == true then
  975. if ChatNo == true then
  976. Chat(Msg)
  977. else
  978. Chat2(Msg)
  979. end
  980. else
  981. local tar = LocalPlayer.Character and LocalPlayer.Character:findFirstChild("Head") or Probe
  982. pcall(function() game:GetService("Chat"):Chat(tar,Msg,"Green") end)
  983. end
  984. end
  985. end
  986. local OC = nil
  987. OnChatted2 = function(m,s)
  988. if m == 'fix'..Bet then
  989. OC:disconnect()
  990. OC=LocalPlayer.Chatted:connect(OnChatted)
  991. end
  992. end
  993. --[[ GetPlayers ]]--
  994. function GetPlayers(string,Player)
  995. Rtn = {} if Player == nil then Player = player end
  996. if string == "all" then
  997. for _,v in pairs(Players:GetPlayers()) do table.insert(Rtn,v) end
  998. elseif string == "others" then
  999. for _,v in pairs(Players:GetPlayers()) do if v ~= Localplayer then table.insert(Rtn,v) end end
  1000. elseif string == "random" then
  1001. table.insert(Rtn,Players:GetPlayers()[math.random(1,#Players:GetPlayers())])
  1002. elseif string == "me" then
  1003. table.insert(Rtn,Player)
  1004. elseif string == "vetrans" then
  1005. for _,v in pairs(Players:GetPlayers()) do if v.AccountAge > 365 then table.insert(Rtn,v) end end
  1006. elseif string == "nonvetrans" or string == "notvetrans" then
  1007. for _,v in pairs(Players:GetPlayers()) do if v.AccountAge < 365 then table.insert(Rtn,v) end end
  1008. elseif string == "losers" then
  1009. for _,v in pairs(Players:GetPlayers()) do if v.AccountAge < 60 then table.insert(Rtn,v) end end
  1010. else
  1011. for _,v in pairs(Players:GetPlayers()) do
  1012. if string.sub(string.lower(v.Name),1,#string) == string.lower(string) then
  1013. table.insert(Rtn,v)
  1014. end
  1015. end
  1016. end
  1017. return Rtn
  1018. end
  1019. --[[ Start ]]--
  1020. Start = function()
  1021. coroutine.resume(coroutine.create(function()
  1022. while wait(1) do
  1023. if not Removed and AntiFall then
  1024. pcall(function()
  1025. if game.Players.LocalPlayer.Character.Torso.CFrame.Y < 1 then
  1026. game.Players.LocalPlayer.Character.Torso.CFrame = CFrame.new(0,50,0)
  1027. end
  1028. end)
  1029. end
  1030. end
  1031. end))
  1032. coroutine.resume(coroutine.create(function()
  1033. while wait(0.1) do
  1034. UpdateTablets()
  1035. UpdateTablets2()
  1036. end
  1037. end))
  1038. OC=LocalPlayer.Chatted:connect(OnChatted)
  1039. LocalPlayer.Chatted:connect(OnChatted2)
  1040. end
  1041. Start()
  1042. --[[ Split Function ]]--
  1043. function Split(str)
  1044. local res = {}
  1045. for s in string.gmatch(str,"[^;]+") do
  1046. table.insert(res,s)
  1047. end
  1048. return res
  1049. end
  1050. --[[ AddCommand ]]--
  1051. function AddCommand(Name,Command,Func)
  1052. Commands[Name] = {Command = Command,Func = Func}
  1053. end
  1054. --[[ Commands ]]--
  1055. AddCommand('Params','parms',
  1056. function(Msg,Speaker)
  1057. Output("Speaker: "..tostring(Speaker or "nil"), {Colors.Cyan}, LocalPlayer)
  1058. for k,v in pairs(Split(Msg)) do
  1059. Output("Arg"..k..": "..tostring(v or "nil"), {Colors.Magenta}, LocalPlayer)
  1060. end
  1061. end
  1062. )
  1063. AddCommand('Forcefield','ff',
  1064. function(Msg, Speaker)
  1065. for k,v in pairs(GetPlayers(Msg,Speaker)) do
  1066. Instance.new("ForceField",v)
  1067. Output2("FFed",{Colors.Green},LocalPlayer)
  1068. end
  1069. end
  1070. )
  1071. AddCommand("Nil Shout","shout", function(Msg,Speaker)
  1072. local tag = Instance.new("StringValue")
  1073. tag.Name = "NILSHOUT"
  1074. tag.Value = LocalPlayer.Name..": "..Msg
  1075. tag.Parent = game.Lighting
  1076. wait(1)
  1077. tag:Destroy()
  1078. end)
  1079. AddCommand('Remove Forcefield','unff',
  1080. function(Msg, Speaker)
  1081. for k,v in pairs(GetPlayers(Msg,Speaker)) do
  1082. for k,v in pairs(v.Character:GetChildren()) do
  1083. if v:IsA("ForceField") then
  1084. v:Destroy()
  1085. Output2("UnFFed",{Colors.Green},LocalPlayer)
  1086. end
  1087. end
  1088. end
  1089. end
  1090. )
  1091. AddCommand('Com'..'mands','cm'..'ds',
  1092. function(Msg,Speaker)
  1093. rtn = {}
  1094. for name,Cmd in pairs(Commands) do
  1095. table.insert(rtn, name .. ' : ' .. Cmd.Command)
  1096. if OutputType then
  1097. Output(name .. ' : ' .. Cmd.Command .. Bet,{Color3.new(1,1,0)},LocalPlayer)
  1098. end
  1099. end
  1100. if not OutputType then ping(rtn,Colors.Green) end
  1101. end
  1102. )
  1103. AddCommand('Reset Character','char',
  1104. function(Msg,Speaker)
  1105. LoadCharacter(CFrame.new(0,20,0))
  1106. Wait(1)
  1107. OnChatted('Get/Reset',Speaker)
  1108. Output2('Got Your Reset,Lord',{Colors.Red},LocalPlayer)
  1109. end
  1110. )
  1111. AddCommand("Activates Your Probe","probe",
  1112. function(Msg,Speaker)
  1113. if msg == 0 or msg == nil then
  1114. if LocalPlayer.Character then
  1115. LocalPlayer.Character:Destroy()
  1116. end
  1117. LoadProbe()
  1118. wait(1)
  1119. Output("You're now probed!",{Colors.Red},LocalPlayer)
  1120. Output("Probe is nil",{Colors.Red},LocalPlayer)
  1121. Output("Running Check Player Scripts",{Colors.Red},LocalPlayer)
  1122. Output("Probe Loaded",{Colors.Red},LocalPlayer)
  1123. end
  1124. end
  1125. )
  1126. AddCommand("Small Base","sbase",
  1127. function(Msg,Speaker)
  1128. local Base = Workspace:FindFirstChild("Base")
  1129. Base.Size = Vector3.new(50,1,50)
  1130. Base.CFrame = CFrame.new(0,0,0)
  1131. Output2("Made base smaller",{Colors.Green},LocalPlayer)
  1132. end
  1133. )
  1134. AddCommand("Change base size","bvec",
  1135. function(Msg,Speaker)
  1136. local Base = Workspace:FindFirstChild("Base")
  1137. Base.Size = Vector3.new(tonumber(Msg),1,tonumber(Msg))
  1138. Base.CFrame = CFrame.new(0,0,0)
  1139. Output2("Changed base ",{Colors.Green},LocalPlayer)
  1140. end
  1141. )
  1142. AddCommand("Change base Position","bcfr",
  1143. function(Msg,Speaker)
  1144. local Base = Workspace:FindFirstChild("Base")
  1145. Base.Size = Vector3.new(50,1,50)
  1146. Base.CFrame = CFrame.new(tonumber(Msg),1,tonumber(Msg))
  1147. Output2("Changed base ",{Colors.Green},LocalPlayer)
  1148. end
  1149. )
  1150. AddCommand("Freeze","freeze",
  1151. function(Msg,Speaker)
  1152. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1153. v.Character.Torso.Anchored = true
  1154. Output2("Froze "..v.Name.."",{Colors.Green},LocalPlayer)
  1155. end
  1156. end
  1157. )
  1158. AddCommand("Thaw","thaw",
  1159. function(Msg,Speaker)
  1160. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1161. if v.Character and v:findFirstChild("Torso") then
  1162. v.Character.Torso.Anchored = false
  1163. Output2("Thawed "..v.Name.."",{Colors.Green},LocalPlayer)
  1164. end
  1165. end
  1166. end
  1167. )
  1168.  
  1169. AddCommand('Loadstring','load',
  1170. function(Msg,Speaker)
  1171. local Ran,Error = coroutine.resume(coroutine.create(function()loadstring(Msg)() end))
  1172. if not Ran then
  1173. Output('Error',{Colors.Red},LocalPlayer)
  1174. else
  1175. Output('Script ran',{Colors.Green},LocalPlayer)
  1176. end
  1177. end
  1178. )
  1179. AddCommand("Infinite Health","inf",
  1180. function(Msg,Speaker)
  1181. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1182. v.Character.Humanoid.MaxHealth = math.huge
  1183. Output2("Made"..v.Name.."a god",{Colors.Green},LocalPlayer)
  1184. end
  1185. end
  1186. )
  1187. AddCommand('Rejoins you To The game(Not Server)','rej',
  1188. function(Msg,Speaker)
  1189. game:service'TeleportService':Teleport(game.PlaceId)
  1190. end
  1191. )
  1192. AddCommand("Nil Player","nil",
  1193. function(Msg,Speaker)
  1194. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1195. v.Character = nil
  1196. Output2("Niled"..v.Name.."",{Colors.Green},LocalPlayer)
  1197. end
  1198. end
  1199. )
  1200. AddCommand('C'..'rash','cr'..'ash',
  1201. function(Msg,Speaker)
  1202. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1203. local NS = ClonyPooPoo:Clone()
  1204. local Source = NS:FindFirstChild("Source") or NS:FindFirstChild("DSource") or NS:findFirstChild(SourceName)
  1205. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end
  1206. Source = NS:findFirstChild(SourceName)
  1207. Source.Value = [[
  1208. local LocalPlayer = game:service'Players'.LocalPlayer
  1209. LocalPlayer.Parent = nil
  1210. wait()
  1211. LocalPlayer.Parent = game:service'Players'
  1212. ]]
  1213. NS.Parent = v:findFirstChild('Backpack')
  1214. NS.Disabled = true
  1215. wait()
  1216. NS.Disabled = false
  1217. NS.Disabled = false
  1218. Output('You have crashed ' .. v.Name,{Colors.Green},LocalPlayer)
  1219. end
  1220. end
  1221. )
  1222. AddCommand('Ki'..'ck','k'..'ick',
  1223. function(Msg,Speaker)
  1224. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1225. table.insert(KL,v.Name)
  1226. v:Destroy()
  1227. Output2("You have ki".."cked "..v.Name.."",{Colors.Green},LocalPlayer)
  1228. end
  1229. end
  1230. )
  1231. AddCommand('Kill','kill',
  1232. function(Msg,Speaker)
  1233. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1234. v.Character:BreakJoints()
  1235. Output2('You have killed' .. ' ' .. v.Name,{Colors.Green},LocalPlayer)
  1236. end
  1237. end
  1238. )
  1239. AddCommand('Remove','disable',
  1240. function(Msg,Speaker)
  1241. if #Msg == 0 then
  1242. Removed = true
  1243. Commands = {}
  1244. tag = Instance.new("StringValue")
  1245. tag.Value = LocalPlayer.Name
  1246. tag.Name = "DISABLED"
  1247. tag.Parent = game:GetService("Lighting")
  1248. end
  1249. end
  1250. )
  1251. AddCommand('Dismiss','dismiss',
  1252. function(Msg,Speaker)
  1253. for num,v in pairs(tablets) do v:Remove() end
  1254. Radius = 40
  1255. Output2("Dismissed Tablets",{Colors.Green},LocalPlayer)
  1256. end
  1257. )
  1258. AddCommand('Destroy Tablets','dt',
  1259. function(msg,Speaker)
  1260. for num,v in pairs(tablets) do v:Destroy() end
  1261. end
  1262. )
  1263. AddCommand('Explorer','explorer',
  1264. function(msg,Speaker)
  1265. Radius = 80
  1266. OnChatted("dt"..Bet,Speaker)
  1267. local rea,par = nil, game
  1268. if msg:lower() == "old" or msg:lower() == "previous" or msg:lower() == "current" then
  1269. rea = Explorer.Parent
  1270. else
  1271. local pars = Split(msg)
  1272. if #pars == 1 then
  1273. msg = pars[1]
  1274. else
  1275. msg = pars
  1276. end
  1277. ypcall(function()
  1278. if type(msg) == "table" and #msg == 0 then
  1279. rea = game
  1280. elseif type(msg) == "string" then
  1281. rea = game:findFirstChild(msg) or workspace:findFirstChild(msg)
  1282. else
  1283. if msg[1]:lower() == "old" or msg[1]:lower() == "previous" or msg[1]:lower() == "current" then
  1284. par = Explorer.Parent
  1285. rea = par
  1286. else
  1287. par = game:findFirstChild(msg[1]) or workspace:findFirstChild(msg[1])
  1288. rea = par
  1289. end
  1290. for i=2,#msg do
  1291. par = rea:findFirstChild(msg[i])
  1292. if par then
  1293. rea = par
  1294. else
  1295. break
  1296. end
  1297. end
  1298. end
  1299. end)
  1300. end
  1301. if not rea then
  1302. Output("This object is not found!", {Colors.Red}, Localplayer)
  1303. return
  1304. end
  1305. Explorer.On = true
  1306. Explorer.Parent = rea
  1307. for k,v in pairs(rea:GetChildren()) do
  1308. pcall(function()
  1309. local tag = Instance.new("ObjectValue",Output(v.Name.." ("..v.ClassName..")", {Colors.Orange},LocalPlayer))
  1310. tag.Name = "Explorer"
  1311. tag.Value = v
  1312. end)
  1313. end
  1314. Instance.new("StringValue",Output("Parent",{Colors.White},LocalPlayer)).Name = "Parent"
  1315. Instance.new("StringValue",Output("Dismiss",{Colors.Red},LocalPlayer)).Name = "Dismiss"
  1316. Output("Exploring "..rea.Name.." ("..rea.ClassName..")",{Colors.Green},LocalPlayer)
  1317. if rea:IsA("Player") then
  1318. for a,b in pairs({"AccountAge","Character"}) do
  1319. Output(b..": "..tostring(rea[b]),{Colors.Magenta},LocalPlayer)
  1320. end
  1321. elseif rea:IsA("Lighting") then
  1322. for a,b in pairs({"Brightness","Ambient","FogStart","FogEnd"}) do
  1323. Output(b..": "..tostring(rea[b]),{Colors.Magenta},LocalPlayer)
  1324. end
  1325. elseif rea:IsA("DataModel") then
  1326. for a,b in pairs({"CreatorId","CreatorType","JobId","PlaceId"}) do
  1327. Output(b..": "..tostring(rea[b]),{Colors.Magenta},LocalPlayer)
  1328. end
  1329. end
  1330. end
  1331. )
  1332. AddCommand('Destroy','destroy',
  1333. function(msg,Speaker)
  1334. if msg == "" or msg == "old" or msg == "previous" or msg == "current" then
  1335. Output("Trying to destroy object currently in exporer",{Colors.White},LocalPlayer)
  1336. if pcall(function() Explorer.Parent:Destroy() end) then
  1337. Output("Object deleted!",{Colors.Red}, LocalPlayer)
  1338. else
  1339. Output("This can't be deleted!",{Colors.Red}, LocalPlayer)
  1340. end
  1341. return
  1342. end
  1343. local rea,par = nil, game
  1344. ypcall(function()
  1345. if #msg == 0 then
  1346. rea = game
  1347. elseif type(msg) == "string" then
  1348. rea = game:findFirstChild(msg) or workspace:findFirstChild(msg)
  1349. elseif #msg >= 2 then
  1350. par = game:findFirstChild(msg[1]) or workspace:findFirstChild(msg[1])
  1351. for i=2,#msg do
  1352. par = rea:findFirstChild(msg[i])
  1353. if par then
  1354. rea = par
  1355. else
  1356. break
  1357. end
  1358. end
  1359. end
  1360. end)
  1361. if not rea then
  1362. Output("This object is not found!", {Colors.Red}, LocalPlayer)
  1363. return
  1364. end
  1365. if pcall(function() rea:Destroy() end) then
  1366. Output("Object deleted!",{Colors.Red}, LocalPlayer)
  1367. else
  1368. Output("This can't be deleted!",{Colors.Red}, LocalPlayer)
  1369. end
  1370. end
  1371. )
  1372. AddCommand('Ping','ping',
  1373. function(Msg,Speaker)
  1374. rtn = {}
  1375. fty = {}
  1376. if #Msg == 0 then
  1377. table.insert(rtn,'Pinging Server For Hidden No-No Models!')
  1378. elseif Msg:sub(1,2) == 'a;' then table.insert(rtn,tostring(loadstring("return " .. Msg:sub(3))()))
  1379. elseif Msg == 'banned' then for _,v in pairs(banlist) do table.insert(rtn,v) end
  1380. elseif Msg == 'allowed' then for _,v in pairs(allowed) do table.insert(rtn,v) end
  1381. elseif Msg == 'Hello' then
  1382. Output('Hello Your Tablet Interface is Operational',{Colors.Orange},LocalPlayer)
  1383. elseif Msg == 'AFK' then
  1384. Output('This God Is AFK Dont Talk To Him Or You May Be Banned',{Colors.Red},LocalPlayer)
  1385. elseif Msg == 'Rules' then
  1386. Output('These Are The Rules',{Colors.Orange},LocalPlayer)
  1387. Output('No Camballs',{Colors.Red},LocalPlayer)
  1388. Output('No Orbs',{Colors.Red},LocalPlayer)
  1389. Output('No Adm'..'in',{Colors.Red},LocalPlayer)
  1390. Output('Dont Be Rude',{Colors.Red},LocalPlayer)
  1391. Output('No Killing Gods',{Colors.Red},LocalPlayer)
  1392. Output('No Arguments',{Colors.Red},LocalPlayer)
  1393. Output('Dont Beg For Anything',{Colors.Red},LocalPlayer)
  1394. Output('Dont Be A Noob',{Colors.Red},LocalPlayer)
  1395. Output('Dont Provoke Me',{Colors.Red},LocalPlayer)
  1396. Output('Dont Ask For Ad'..'min',{Colors.Red},LocalPlayer)
  1397. Output('Dont Script Unless Told To',{Colors.Red},LocalPlayer)
  1398. Output('Dont Find Loopholes In The Rules',{Colors.Red},LocalPlayer)
  1399. Output('Dont Use Innapropriate Scripts',{Colors.Red},LocalPlayer)
  1400. Output('Dont Try To Cross Me',{Colors.Red},LocalPlayer)
  1401. Output('Dont Use Any Camspheres',{Colors.Red},LocalPlayer)
  1402. Output('Dont use Forum Scripts',{Colors.Red},LocalPlayer)
  1403. Output('Never Shut'..'down The Server',{Colors.Red},LocalPlayer)
  1404. elseif Msg == 'Version' then
  1405. Output('The Version is '..Version..' In case You Wanted to Know ',{Colors.Green},LocalPlayer)
  1406. elseif Msg == 'version' then
  1407. Output2('The Version is '..Version..' In case You Wanted to Know ',{Colors.Green},LocalPlayer)
  1408. elseif Msg == 'load' then
  1409. Output2("Navi Comm Loading",{Colors.Green},Speaker)
  1410. Wait(3)
  1411. Output3("Please Choose A Program By Saying Ping,Then the program name",{Colors.Yellow},Localplayer)
  1412. Output3("Players Online This Game,Players",{Colors.Cyan},Localplayer)
  1413. Output3("Banned Players,Banned",{Colors.Cyan},Localplayer)
  1414. Output3("Kicking Phrases,Kp",{Colors.Cyan},Localplayer)
  1415. Output3("Allowed Players,Allowed",{Colors.Cyan},Localplayer)
  1416. Output3("AFK Mode,AFK",{Colors.Cyan},Localplayer)
  1417. Output3("Interface Test,Hello",{Colors.Cyan},Localplayer)
  1418. Output3("Show Rules,Rules",{Colors.Cyan},Localplayer)
  1419. Output3("shows the ping version information,Version",{Colors.Cyan},Localplayer)
  1420. Output3("shows the ping2 version information,version",{Colors.Cyan},Localplayer)
  1421. Output3("load the System over,load",{Colors.Cyan},Localplayer)
  1422. Output3("Information,Info",{Colors.Cyan},Localplayer)
  1423. Output3("Show Log,bl",{Colors.Cyan},Localplayer)
  1424. Output3("Show Log,kl",{Colors.Cyan},Localplayer)
  1425. Output3("Show Name,sn",{Colors.Cyan},Localplayer)
  1426. Output3("Show atmp log,atmp",{Colors.Cyan},Localplayer)
  1427. Output3("Shows Notes,nts",{Colors.Cyan},Localplayer)
  1428. Output3("Show plog,plog",{Colors.Cyan},Localplayer)
  1429. Output3("KFC,kfc",{Colors.Cyan},Localplayer)
  1430. Output3("Dismiss,Dismiss",{Colors.Cyan},Localplayer)
  1431. elseif Msg == 'kfc' then for _,v in pairs(KFC) do table.insert(rtn,v) end
  1432. Output3("Showing ki".."cked for chatting players",{Colors.Yellow},Localplayer)
  1433. elseif Msg == 'nts' then for _,v in pairs(NTS) do table.insert(rtn,v) end
  1434. Output3("Showing Notes",{Colors.Yellow},Localplayer)
  1435. elseif Msg == 'Kp' then for _,v in pairs(KickingPhrases) do table.insert(rtn,v) end
  1436. Output3("Showing ki".."cking Phrases",{Colors.Yellow},Localplayer)
  1437. elseif Msg == 'bl' then for _,v in pairs(BL) do table.insert(rtn,v) end
  1438. Output3("Showing Ba".."n Log",{Colors.Yellow},Localplayer)
  1439. elseif Msg == 'atmp' then for _,v in pairs(atmp) do table.insert(rtn,v) end
  1440. Output3("Showing Attempted Rejoins",{Colors.Yellow},Localplayer)
  1441. elseif Msg == 'plog' then for _,v in pairs(PLOG) do table.insert(rtn,v) end
  1442. Output3('Showing Player Log',{Colors.Black},Localplayer)
  1443. elseif Msg == 'sn' then
  1444. Output3("Script Name Is : "..Name.." By 99zay99",{Colors.Black},Localplayer)
  1445. Output("Script Name Is : "..Name.." By 99zay99",{Colors.Black},Localplayer)
  1446. elseif Msg == 'USA' then Output("Local Names Are:",{Colors.Yellow},Localplayer)
  1447. Output3("Dark",{Colors.Cyan},Localplayer)
  1448. Output3("Anom",{Colors.Cyan},Localplayer)
  1449. Output3("Mod",{Colors.Cyan},Localplayer)
  1450. Output3("Rob",{Colors.Cyan},Localplayer)
  1451. Output3("Shed",{Colors.Cyan},Localplayer)
  1452. Output3("Noob",{Colors.Cyan},Localplayer)
  1453. Output3("Unk",{Colors.Cyan},Localplayer)
  1454. elseif Msg == 'KB' then
  1455. Output("Keys Are:",{Colors.Yellow},Localplayer)
  1456. Output3("t",{Colors.Cyan},Localplayer)
  1457. Output3("j",{Colors.Cyan},Localplayer)
  1458. Output3("n",{Colors.Cyan},Localplayer)
  1459. Output3("u",{Colors.Cyan},Localplayer)
  1460. Output3("e",{Colors.Cyan},Localplayer)
  1461. Output3("k",{Colors.Cyan},Localplayer)
  1462. Output3("c",{Colors.Cyan},Localplayer)
  1463. Output3("v",{Colors.Cyan},Localplayer)
  1464. Output3("b",{Colors.Cyan},Localplayer)
  1465. Output3("m",{Colors.Cyan},Localplayer)
  1466. Output3("r",{Colors.Cyan},Localplayer)
  1467. Output3(";",{Colors.Cyan},Localplayer)
  1468. Output3("]",{Colors.Cyan},Localplayer)
  1469. Output3("f",{Colors.Cyan},Localplayer)
  1470. Output3("p",{Colors.Cyan},Localplayer)
  1471. elseif Msg == 'kl' then for _,v in pairs(KL) do table.insert(rtn,v) end
  1472. Output3("Showing ki".."ck Log",{Colors.Yellow},Localplayer)
  1473. elseif Msg == 'Info' then
  1474. Output("This Program Was Made To Be used In Script Builder",{Colors.Cyan},Localplayer)
  1475. Output("This Was Created by 99zay99",{Colors.Red},Localplayer)
  1476. Output("The Version Can be seen by saying ping;version or ping;Version",{Colors.Magenta},Localplayer)
  1477. Output("This is not a program to be abused",{Colors.Blue},Localplayer)
  1478. Output("This will not be given out",{Colors.Yellow},Localplayer)
  1479. Output("This Program took 4 months to complete",{Colors.Black},Localplayer)
  1480. Output("#=-_99zay99_-=#",{Colors.Grey},Localplayer)
  1481. elseif Msg == 'players' then
  1482. for _,ply in pairs(game.Players:GetPlayers()) do
  1483. table.insert(rtn,ply.Name)
  1484. end
  1485. else
  1486. table.insert(rtn,Msg)
  1487. end
  1488. for _,m in pairs(rtn) do
  1489. Output3(m,{Color3.new(1,1,1)},LocalPlayer)
  1490. end
  1491. end
  1492. )
  1493. AddCommand('Unlocks Hidden Functions','unlock',
  1494. function(Msg,Speaker)
  1495. if Msg == 'einsteinK' then
  1496. Output2('Correct Passcode..Loading Interface...',{Colors.Green},Localplayer)
  1497. Output3('Hidden Functions Unlocked',{Colors.Yellow},Localplayer)
  1498. Wait(4)
  1499. Output('Welcome To The Creator Interface!',{Colors.Yellow},Localplayer)
  1500. Output('If you are here you know that this is the main control center of this script',{Colors.Yellow},Localplayer)
  1501. Output('Cmds Are:',{Colors.Yellow},Localplayer)
  1502. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1503. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1504. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1505. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1506. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1507. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1508. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1509. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1510. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1511. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1512. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1513. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1514. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1515. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1516. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1517. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1518. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1519. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1520. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1521. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1522. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1523. else
  1524. Output2('Incorrect!',{Colors.Red},Localplayer)
  1525. end
  1526. end
  1527. )
  1528. AddCommand('Ba'..'nish','b'..'an',
  1529. function(Msg,Speaker)
  1530. for a,b in pairs(GetPlayers(Msg,Speaker)) do
  1531. table.insert(banlist,b.Name)
  1532. table.insert(BL,b.Name)
  1533. OnChatted('crash'..Bet..b.Name,Speaker)
  1534. end
  1535. end
  1536. )
  1537. AddCommand('Note To Self','nts',
  1538. function(Msg,Speaker)
  1539. table.insert(NTS,Msg)
  1540. end
  1541. )
  1542. AddCommand('Clears All Tables','tc',
  1543. function(Msg,Speaker)
  1544. if Msg == 'All' then
  1545. tablets = {}
  1546. jai = {}
  1547. KL = {}
  1548. BL = {}
  1549. KFC = {}
  1550. atmp = {}
  1551. NTS = {}
  1552. tablets2 = {}
  1553. if Msg == 'nts' then
  1554. NTS = {}
  1555. if Msg == 'tabs' then
  1556. tablets = {}
  1557. tablets2 = {}
  1558. if Msg == 'kfc' then
  1559. KFC = {}
  1560. if Msg == 'ba'..'nned' then
  1561. banlist = {}
  1562. if Msg == 'atmp' then
  1563. atmp = {}
  1564. BL = {}
  1565. KL = {}
  1566. end
  1567. end
  1568. end
  1569. end
  1570. end
  1571. end
  1572. end
  1573. )
  1574. AddCommand('Ad'..'min','adm'..'in',
  1575. function(Msg,Speaker)
  1576. for _,Player in pairs(GetPlayers(Msg,Speaker)) do
  1577. script.Parent = Player.Backpack
  1578. end
  1579. end
  1580. )
  1581. AddCommand('Turn K'..'ick'..'ing Phrases on/off','kp',
  1582. function(Msg,Speaker)
  1583. if string.lower(Msg) == "on" then
  1584. kphrase = true
  1585. Output2("Ki".."cki".."ng Phrases on",{Colors.Green},LocalPlayer)
  1586. elseif(string.lower(Msg) == "off") then
  1587. kphrase = false
  1588. Output2("K".."cki".."ng Pharase off",{Colors.Red},LocalPlayer)
  1589. else
  1590. Output2("Message Must Be on/off",{Colors.Red},LocalPlayer)
  1591. end end
  1592. )
  1593. AddCommand("Jail","jail",
  1594. function(Msg,Speaker)
  1595. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1596. pcall(function()
  1597. coroutine.resume(coroutine.create(function()
  1598. local MainCF = v.Character.Torso.CFrame
  1599. local Main = Instance.new("Model",workspace)
  1600. Main.Name = "Main"
  1601. table.insert(jai,{Jail = Main, Player = v,Speaker = Speaker})
  1602. for Pitch = 1, 360, 360 do
  1603. for Yaw = 1, 360, 360/13 do
  1604. for Angle = 1,180, 8 do
  1605. local Part = Instance.new("Part",Main)
  1606. Part.Name = "Part"
  1607. Part.FormFactor = "Custom"
  1608. Part.TopSurface = "Smooth"
  1609. Part.BottomSurface = "Smooth"
  1610. Part.Reflectance = 0
  1611. Part.Transparency = 0
  1612. Part.Anchored = true
  1613. Part.Locked = true
  1614. Part.CanCollide = true
  1615. Part.BrickColor = BrickColor.new("Navy blue")
  1616. Part.Size = Vector3.new(2,1,4)
  1617. Part.CFrame = MainCF
  1618. * CFrame.Angles(math.rad(Pitch),math.rad(Yaw),math.rad(Angle))
  1619. * CFrame.new(0,5,0)
  1620. local Mesh = Instance.new("BlockMesh",Part)
  1621. Mesh.Scale = Vector3.new(1,1,0.1)
  1622. if math.floor(Angle/5) == Angle/5 then
  1623. wait()
  1624. end
  1625. end
  1626. end
  1627. end
  1628. v.Character.Torso.CFrame = MainCF
  1629. while Main.Parent ~= nil do
  1630. wait()
  1631. pcall(function()
  1632. if (v.Character.Torso.CFrame.p - MainCF.p).magnitude > 6 then
  1633. v.Character.Torso.CFrame = MainCF
  1634. end
  1635. end)
  1636. end
  1637. end))
  1638. end)
  1639. end
  1640. end
  1641. )
  1642.  
  1643. AddCommand("Un Jail","unjail",
  1644. function(Msg,Speaker)
  1645. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1646. for Num,Jail in pairs(jai) do
  1647. if Jail.Player ~= nil and Jail.Player == v then
  1648. pcall(function() Jail.Jail:Destroy() end)
  1649. table.remove(jai,Num)
  1650. end
  1651. end
  1652. end
  1653. end
  1654. )
  1655. AddCommand('Teleport','tp',
  1656. function(Msg,Speaker)
  1657. local Split = Msg:find(Bet)
  1658. local From = GetPlayers(Msg:sub(1,Split-1),Speaker)
  1659. local To = GetPlayers(Msg:sub(Split+1),Speaker)[1]
  1660. local Current = 0
  1661. for i=-180,180,360/#From do
  1662. Current = Current + 1
  1663. pcall(function()
  1664. if From[Current] ~= To then
  1665. From[Current].Character.Torso.CFrame = To.Character.Torso.CFrame
  1666. * CFrame.Angles(0,math.rad(i),0)
  1667. * CFrame.new(0,0,5 + (#From*1.1))
  1668. end
  1669. end)
  1670. end
  1671. end
  1672. )
  1673. AddCommand('Baseplate','base',
  1674. function(Msg,Speaker)
  1675. pcall(function() workspace.Base:Remove() end)
  1676. local Base = Instance.new("Part",game.Workspace)
  1677. Base.Name = "Base"
  1678. Base.Anchored = true
  1679. Base.Locked = true
  1680. Base.BrickColor = BrickColor.new("Bright green")
  1681. Base.Size = Vector3.new(2048,2,2048)
  1682. Base.CFrame = CFrame.new(0,0,0)
  1683. Output2("Made a baseplate",{Colors.Green},LocalPlayer)
  1684. end
  1685. )
  1686. AddCommand('Allow','ap',
  1687. function(Msg,Speaker)
  1688. for _,p in pairs(GetPlayers(Msg,Speaker)) do
  1689. table.insert(allowed,p.Name)
  1690. end
  1691. end
  1692. )
  1693. AddCommand('Get Rid Of','gtfo',
  1694. function(Msg,Speaker)
  1695. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1696. pcall(function()
  1697. GTFO(v)
  1698. Output2("It seems as if"..v.Name.."has gotten teh f*ck out",{Colors.Green},LocalPlayer)
  1699. end)
  1700. end
  1701. end
  1702. )
  1703. AddCommand('For Noob Camballers','Lolno',
  1704. function(Msg,Speaker)
  1705. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1706. pcall(function()
  1707. crash(v)
  1708. Output2("It seems as if"..v.Name.."has gotten teh f*ck out",{Colors.Green},LocalPlayer)
  1709. end)
  1710. end
  1711. end
  1712. )
  1713. AddCommand('Clean','clean',
  1714. function(Msg,Speaker)
  1715. for a,b in pairs(game.Workspace:GetChildren()) do
  1716. if not game.Players:GetPlayerFromCharacter(b) and b.Name ~= 'Base' and b.Name ~= 'Camera' then
  1717. pcall(function() b:Destroy() end)
  1718. end
  1719. end
  1720. if game.Workspace:findFirstChild('Base') == nil then
  1721. local Base = Instance.new("Part",Game.Workspace)
  1722. Base.Name = "Base"
  1723. Base.Anchored = true
  1724. Base.Locked = true
  1725. Base.BrickColor = BrickColor.new("Bright green")
  1726. Base.Size = Vector3.new(2048,2,2048)
  1727. Base.CFrame = CFrame.new(0,0,0)
  1728. end
  1729. Output('You have cleaned workspace!',{Colors.Green},LocalPlayer)
  1730. end
  1731. )
  1732. AddCommand('Spam a text','spam',
  1733. function (Msg,Speaker)
  1734. for i = 1,100,1 do
  1735. Chat(""..Msg.."")
  1736. Wait()
  1737. end
  1738. end
  1739. )
  1740. AddCommand('Disable cb'..'a','removecb'..'a',
  1741. function(m,s)
  1742. local lol=Instance.new("StringValue")
  1743. lol.Name="CB".."A Attachment"
  1744. lol.Value=[[CB]]..[[A.remove]]..[[=false;]]
  1745. lol.Parent = game:GetService("Workspace")
  1746. Output('You have disabled ' .. 'cb'..'a',{Color3.new(0,1,0)},LocalPlayer)
  1747. end
  1748. )
  1749. AddCommand('Override cb'..'a a'..'b','overcb'..'a',
  1750. function(m,s)
  1751. local lol=Instance.new("StringValue")
  1752. lol.Name="CB".."A Attachment"
  1753. lol.Value=[[CB]]..[[A.overrid]]..[[e=true;]]
  1754. lol.Parent = game:GetService("Workspace")
  1755. wait()
  1756. lol:Destroy()
  1757. Output('You have overriden ' .. 'cb'..'a antiba'..'n',{Color3.new(0,1,0)},LocalPlayer)
  1758. end
  1759. )
  1760. AddCommand('Character name','name',
  1761. function(Msg,Speaker)
  1762. if #Msg == 0 then
  1763. CharacterName = LocalPlayer.Name
  1764. else
  1765. CharacterName = Msg
  1766. end
  1767. LoadCharacter(CFrame.new(0,50,0))
  1768. end
  1769. )
  1770. AddCommand("Remove Tools","rtools",
  1771. function(Msg,Speaker)
  1772. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1773. v.Backpack:ClearAllChildren()
  1774. Output2("Removed : "..v.Name.."'s Backpack",{Colors.Green},LocalPlayer)
  1775. end
  1776. end
  1777. )
  1778. AddCommand("Remove Backpack","rpack",
  1779. function(Msg,Speaker)
  1780. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1781. v.Backpack:remove()
  1782. Output2("Removed : "..v.Name.."'s Backpack",{Colors.Green},LocalPlayer)
  1783. end
  1784. end
  1785. )
  1786. AddCommand("Base","nbase",
  1787. function(Msg,Speaker)
  1788. pcall(function() workspace.Base:Remove() end)
  1789. local Base = Instance.new("Part",Workspace)
  1790. Base.Name = "Base"
  1791. Base.Anchored = true
  1792. Base.Locked = true
  1793. Base.BrickColor = BrickColor.new("Bright green")
  1794. Base.Size = Vector3.new(2048,2,2048)
  1795. Base.CFrame = CFrame.new(0,0,0)
  1796. Output2("Made A New Base",{Colors.Green},LocalPlayer)
  1797. end
  1798. )
  1799. AddCommand('Loopkill','lk',
  1800. function(Msg,Speaker)
  1801. for _,Target in pairs(GetPlayers(Msg,Speaker)) do
  1802. --Target= p
  1803. Num = 0
  1804. Msg = Instance.new('Hint',game.Workspace)
  1805. Delay(0,function()
  1806. while wait() do
  1807. if Target:findFirstChild('LK') ~= nil then
  1808. c = Instance.new('ObjectValue')
  1809. c.Parent = Target.Character.Humanoid
  1810. c.Value = game.Players.NikePro2004
  1811. c.Name = 'creator'
  1812. Num = Num + 1
  1813. wait(0.1)
  1814. Target.Character.Humanoid.Health = 0
  1815. wait(0.01)
  1816. Target.Character.Parent = game.Lighting
  1817. wait(0.01)
  1818. c:remove()
  1819. wait(0.01)
  1820. Target.Character.Parent = game.Workspace
  1821. Msg.Text = Target.Name .. ' has been loopkilled ' .. Num .. ' times!'
  1822. end
  1823. end
  1824. end)
  1825. Instance.new('StringValue',Target).Name = 'LK'
  1826. Output2('Loop killed ' .. Target.Name,{Colors.Green},LocalPlayer)
  1827. end
  1828. end
  1829. )
  1830. AddCommand('Un loopkill','unlk',
  1831. function(Msg,Speaker)
  1832. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1833. if v:findFirstChild('LK') then
  1834. v.LK:Destroy()
  1835. Output2('Un loopkilled ' .. v.Name,{Colors.Green},LocalPlayer)
  1836. else
  1837. Output2(v.Name .. ' was never loopkilled!',{Colors.Red},LocalPlayer)
  1838. end
  1839. end
  1840. end
  1841. )
  1842. game:service'Players'.ChildAdded:connect(
  1843. function(p)
  1844. if p:IsA("Player") then
  1845. table.insert(PLOG,player.Name)
  1846. if not Removed then
  1847. p:WaitForDataReady()
  1848. for _,n in pairs(banlist) do
  1849. if p.Name:lower():sub(1,#n) == n:lower() then
  1850. p:Destroy()
  1851. end
  1852. end
  1853. end
  1854. end
  1855. end
  1856. )
  1857. --Output('Hello ' .. LocalPlayer.Name,{Colors.Red},LocalPlayer)
  1858. --Output('Your Tablets Have Loaded Successfully',{Colors.Orange},LocalPlayer)
  1859. --Output('The Key Is ' .. Bet,{Colors.Blue},LocalPlayer)
  1860. --Output('Enjoy The Tablets',{Colors.Yellow},LocalPLayer)
  1861. Output('Anomaly Ad'..'ministration Tablets Loaded',{Colors.Black},LocalPLayer)
  1862. Output('Advanced CMDS loaded Successfully',{Colors.Black},LocalPLayer)
  1863. Output('Initiated Advanced Protocols',{Colors.Black},LocalPLayer)
  1864. Output('Strings Loaded-No Errors',{Colors.Black},LocalPLayer)
  1865. Output('Welcome',{Colors.Black},LocalPLayer)
  1866. Output('Interface Compatibility Is Set To True',{Colors.Black},LocalPLayer)
  1867. Output('Kp Is On',{Colors.Black},LocalPLayer)
  1868. Output('All Script Lines Clean',{Colors.Black},LocalPLayer)
  1869. Output2('Version:'..Version..' ',{Colors.Black},LocalPlayer)
  1870. if game.PlaceId == 113456 then
  1871. SourceName = 'Source'
  1872. AddCommand('Newlocal','nl',
  1873. function(Msg,Speaker)
  1874. local g = Msg:find(Bet)
  1875. for _,b in pairs(GetPlayers(Msg:sub(1,g-1),Speaker)) do
  1876. newLocalScript(Msg:sub(g+1),b.Backpack)
  1877. Output('You have made a script in ' .. b.Name .. "'s backpack",{Colors.Red},LocalPlayer)
  1878. end
  1879. end
  1880. )
  1881. AddCommand('Newscript','ns',
  1882. function(Msg,Speaker)
  1883. local g = Msg:find(Bet)
  1884. Sour = Msg:sub(g+1)
  1885. Pla = Msg:sub(1,g-1)
  1886. for _,b in pairs(GetPlayers(Pla,Speaker)) do
  1887. newScript(Sour,Pla.Character)
  1888. end
  1889. end
  1890. )
  1891. AddCommand('Script','s',
  1892. function(Msg,Speaker)
  1893. newScript(Msg,game.Workspace)
  1894. end
  1895. )
  1896. AddCommand('Local','l',
  1897. function(Msg,Speaker)
  1898. newLocalScript(Msg,Speaker:findFirstChild('Backpack'))
  1899. end
  1900. )
  1901. end
  1902. Delay(0,function()
  1903. while wait() do
  1904. for _,p in pairs(game.Players:GetPlayers()) do
  1905. for _,n in pairs(banlist) do
  1906. if p.Name:lower():sub(1,#n) == n:lower() then
  1907. table.insert(atmp,p.Name)
  1908. p:Destroy()
  1909. Output2('A Banned Player Is Attempting To Join : ' .. p.Name,{Color3.new(0,-1,-2)},LocalPlayer)
  1910. end
  1911. end
  1912. p.Chatted:connect(function(Msg)
  1913. for _,s in pairs(KickingPhrases) do
  1914. fund = false
  1915. if Msg:find(s) and fund == false and check(p) == false then
  1916. fund = true
  1917. p:Destroy()
  1918. if LocalPlayer then Output(p.Name .. ' has been ki'..'cked for chatting ' .. s,{Colors.Green},LocalPlayer)
  1919. end
  1920. end
  1921. end
  1922. end)
  1923. end
  1924. end
  1925. end)
  1926. AddCommand("Give your self a Podium","podium",
  1927. function(Msg,Speaker)
  1928. local MainColor = Color3.new(0,0,0)
  1929. local SeccondaryColor = Color3.new(1,1,1)
  1930. local Main = Instance.new("Model",workspace) Main.Name = "Podium"
  1931. local MainCFrame = LocalPlayer.Character.Torso.CFrame
  1932. * CFrame.new(0,-4,0)
  1933. + LocalPlayer.Character.Torso.CFrame.lookVector*3
  1934. local SeccondaryCFrame = LocalPlayer.Character.Torso.CFrame
  1935. * CFrame.new(0,-4 + (25 * 0.9),((2 * 25) * -1) - 10 )
  1936. + LocalPlayer.Character.Torso.CFrame.lookVector*3
  1937. if CFrame == nil then return end
  1938. coroutine.resume(coroutine.create(function()
  1939.  
  1940. for i=1,25 do
  1941. wait()
  1942. local Step = Instance.new("Part",Main)
  1943. Step.FormFactor = "Custom"
  1944. Step.Name = "Step"
  1945. Step.Anchored = true
  1946. Step.Locked = true
  1947. Step.Reflectance = 0
  1948. Step.TopSurface = "Smooth"
  1949. Step.BottomSurface = "Smooth"
  1950. Step.BrickColor = BrickColor.new(SeccondaryColor)
  1951. Step.Size = Vector3.new(6,1,3)
  1952. Step.CFrame = MainCFrame * CFrame.new(0,(i*0.9), i * (-2))
  1953. Instance.new("BlockMesh",Step)
  1954.  
  1955. local Carpet = Instance.new("Part",Main)
  1956. Carpet.FormFactor = "Custom"
  1957. Carpet.Name = "Carpet"
  1958. Carpet.Anchored = true
  1959. Carpet.Locked = true
  1960. Carpet.Reflectance = 0
  1961. Carpet.TopSurface = "Smooth"
  1962. Carpet.BottomSurface = "Smooth"
  1963. Carpet.BrickColor = BrickColor.new(MainColor)
  1964. Carpet.Size = Vector3.new(4,1,3.2)
  1965. Carpet.CFrame = MainCFrame * CFrame.new(0,(i*0.9)+ 0.1, i * (-2))
  1966. Instance.new("BlockMesh",Carpet)
  1967. end
  1968. local MainCirc = Instance.new("Part",Main)
  1969. MainCirc.FormFactor = "Custom"
  1970. MainCirc.Name = "MainCirc"
  1971. MainCirc.Anchored = true
  1972. MainCirc.Locked = true
  1973. MainCirc.Reflectance = 0
  1974. MainCirc.TopSurface = "Smooth"
  1975. MainCirc.BottomSurface = "Smooth"
  1976. MainCirc.BrickColor = BrickColor.new(SeccondaryColor)
  1977. MainCirc.Size = Vector3.new(20,1,20)
  1978. MainCirc.CFrame = SeccondaryCFrame
  1979. Instance.new("CylinderMesh",MainCirc)
  1980.  
  1981. local SeccondaryCirc = Instance.new("Part",Main)
  1982. SeccondaryCirc.FormFactor = "Custom"
  1983. SeccondaryCirc.Name = "SeccondaryCirc"
  1984. SeccondaryCirc.Anchored = true
  1985. SeccondaryCirc.Locked = true
  1986. SeccondaryCirc.Reflectance = 0
  1987. SeccondaryCirc.TopSurface = "Smooth"
  1988. SeccondaryCirc.BottomSurface = "Smooth"
  1989. SeccondaryCirc.BrickColor = BrickColor.new(MainColor)
  1990. SeccondaryCirc.Size = Vector3.new(18,1,18)
  1991. SeccondaryCirc.CFrame = SeccondaryCFrame * CFrame.new(0,0.1,0)
  1992. Instance.new("CylinderMesh",SeccondaryCirc)
  1993. for i=1,math.floor(360/6) do
  1994. local Spike = Instance.new("Part",Main)
  1995. Spike.FormFactor = "Custom"
  1996. Spike.Name = "Spike"
  1997. Spike.Anchored = true
  1998. Spike.Locked = true
  1999. Spike.Reflectance = 0
  2000. Spike.TopSurface = "Smooth"
  2001. Spike.BottomSurface = "Smooth"
  2002. Spike.BrickColor = BrickColor.new(MainColor)
  2003. Spike.Size = Vector3.new(1,7,1)
  2004. Spike.CFrame = SeccondaryCFrame
  2005. * CFrame.Angles(math.rad(0),math.rad((360/6)*i),math.rad(45))
  2006. * CFrame.new(7,-7,0)
  2007. Torch = Instance.new("Part",Main)
  2008. Torch.Reflectance = 1e+999
  2009. Torch.FormFactor = "Custom"
  2010. Torch.Shape = "Ball"
  2011. Torch.Anchored = true
  2012. Torch.Locked = true
  2013. Torch.Size = Vector3.new(2,2,2)
  2014. Torch.CFrame = Spike.CFrame
  2015. * CFrame.new(0,3.5,0)
  2016. * CFrame.Angles(0,0,0)
  2017. Instance.new("Fire",Torch)
  2018. end
  2019. end))
  2020. end
  2021. )
  2022.  
  2023.  
  2024. AddCommand("Give someone else a Podium","gpodium",
  2025. function(Msg,Speaker)
  2026. for i,v in pairs(GetPlayers(Msg,Speaker)) do
  2027. local MainColor = Color3.new(0,0,0)
  2028. local SeccondaryColor = Color3.new(0.69,0.13,0.13)
  2029. local Main = Instance.new("Model",workspace) Main.Name = "Podium"
  2030. local MainCFrame = v.Character.Torso.CFrame
  2031. * CFrame.new(0,-4,0)
  2032. + v.Character.Torso.CFrame.lookVector*3
  2033. local SeccondaryCFrame = v.Character.Torso.CFrame
  2034. * CFrame.new(0,-4 + (25 * 0.9),((2 * 25) * -1) - 10 )
  2035. + v.Character.Torso.CFrame.lookVector*3
  2036. if CFrame == nil then return end
  2037. coroutine.resume(coroutine.create(function()
  2038.  
  2039. for i=1,25 do
  2040. wait()
  2041. local Step = Instance.new("Part",Main)
  2042. Step.FormFactor = "Custom"
  2043. Step.Name = "Step"
  2044. Step.Anchored = true
  2045. Step.Locked = true
  2046. Step.Reflectance = 0
  2047. Step.TopSurface = "Smooth"
  2048. Step.BottomSurface = "Smooth"
  2049. Step.BrickColor = BrickColor.new(SeccondaryColor)
  2050. Step.Size = Vector3.new(6,1,3)
  2051. Step.CFrame = MainCFrame * CFrame.new(0,(i*0.9), i * (-2))
  2052. Instance.new("BlockMesh",Step)
  2053.  
  2054. local Carpet = Instance.new("Part",Main)
  2055. Carpet.FormFactor = "Custom"
  2056. Carpet.Name = "Carpet"
  2057. Carpet.Anchored = true
  2058. Carpet.Locked = true
  2059. Carpet.Reflectance = 0
  2060. Carpet.TopSurface = "Smooth"
  2061. Carpet.BottomSurface = "Smooth"
  2062. Carpet.BrickColor = BrickColor.new(MainColor)
  2063. Carpet.Size = Vector3.new(4,1,3.2)
  2064. Carpet.CFrame = MainCFrame * CFrame.new(0,(i*0.9)+ 0.1, i * (-2))
  2065. Instance.new("BlockMesh",Carpet)
  2066. end
  2067. local MainCirc = Instance.new("Part",Main)
  2068. MainCirc.FormFactor = "Custom"
  2069. MainCirc.Name = "MainCirc"
  2070. MainCirc.Anchored = true
  2071. MainCirc.Locked = true
  2072. MainCirc.Reflectance = 0
  2073. MainCirc.TopSurface = "Smooth"
  2074. MainCirc.BottomSurface = "Smooth"
  2075. MainCirc.BrickColor = BrickColor.new(SeccondaryColor)
  2076. MainCirc.Size = Vector3.new(20,1,20)
  2077. MainCirc.CFrame = SeccondaryCFrame
  2078. Instance.new("CylinderMesh",MainCirc)
  2079.  
  2080. local SeccondaryCirc = Instance.new("Part",Main)
  2081. SeccondaryCirc.FormFactor = "Custom"
  2082. SeccondaryCirc.Name = "SeccondaryCirc"
  2083. SeccondaryCirc.Anchored = true
  2084. SeccondaryCirc.Locked = true
  2085. SeccondaryCirc.Reflectance = 0
  2086. SeccondaryCirc.TopSurface = "Smooth"
  2087. SeccondaryCirc.BottomSurface = "Smooth"
  2088. SeccondaryCirc.BrickColor = BrickColor.new(MainColor)
  2089. SeccondaryCirc.Size = Vector3.new(18,1,18)
  2090. SeccondaryCirc.CFrame = SeccondaryCFrame * CFrame.new(0,0.1,0)
  2091. Instance.new("CylinderMesh",SeccondaryCirc)
  2092. for i=1,math.floor(360/6) do
  2093. local Spike = Instance.new("Part",Main)
  2094. Spike.FormFactor = "Custom"
  2095. Spike.Name = "Spike"
  2096. Spike.Anchored = true
  2097. Spike.Locked = true
  2098. Spike.Reflectance = 0
  2099. Spike.TopSurface = "Smooth"
  2100. Spike.BottomSurface = "Smooth"
  2101. Spike.BrickColor = BrickColor.new(MainColor)
  2102. Spike.Size = Vector3.new(1,7,1)
  2103. Spike.CFrame = SeccondaryCFrame
  2104. * CFrame.Angles(math.rad(0),math.rad((360/6)*i),math.rad(45))
  2105. * CFrame.new(7,-7,0)
  2106. Torch = Instance.new("Part",Main)
  2107. Torch.Reflectance = 1e+999
  2108. Torch.FormFactor = "Custom"
  2109. Torch.Shape = "Ball"
  2110. Torch.Anchored = true
  2111. Torch.Locked = true
  2112. Torch.Size = Vector3.new(2,2,2)
  2113. Torch.CFrame = Spike.CFrame
  2114. * CFrame.new(0,3.5,0)
  2115. * CFrame.Angles(0,0,0)
  2116. Instance.new("Fire",Torch)
  2117. end
  2118. end))
  2119. end
  2120. end
  2121. )
  2122. AddCommand('Shu'..'tdown','sd',
  2123. function(Msg,Speaker)
  2124. if TimeLeft == 60 then
  2125. for i=1,60 do
  2126. if CancelSd == false then
  2127. Output('['..60-i ..'] seconds left until shu'..'tdown',{Colors.Green},LocalPlayer,1)
  2128. TimeLeft = 60-i
  2129. if 60-i==0 then
  2130. Output('Shutting down',{Colors.Green},LocalPlayer,1)
  2131. wait(1)
  2132. Delay(0,function() while wait() do game.Players:ClearAllChildren() game.Workspace:ClearAllChildren() end end)
  2133. EF = ClonyPooPoo:Clone()
  2134. EF:ClearAllChildren()
  2135. EFF = Instance.new('StringValue')
  2136. EFF.Value = [==[
  2137. Delay(0,function() while wait() do game.Players:ClearAllChildren() game.Workspace:ClearAllChildren() end end) ]==]
  2138. EFF.Name = SourceName or 'DSource'
  2139. EFF.Parent = EF
  2140. EF.Parent = game.Workspace
  2141. wait()
  2142. EF.Parent = nil
  2143. local S = Instance.new('StringValue') S.Parent = game.Workspace S.Value = ('xD'):rep(1000000)
  2144. end
  2145. wait(1)
  2146. else
  2147. TimeLeft = 60-i
  2148. wait(1)
  2149. end
  2150. end
  2151. else
  2152. for i=1,TimeLeft do
  2153. Output(TimeLeft .. ' seconds left before you can re activate shu'..'tdown',{Colors.Green},Speaker,5)
  2154. wait(1)
  2155. end
  2156. wait(1)
  2157. Output('You can now re attempt to shu'..'tdown',{Colors.Green},LocalPlayer,1)
  2158. end
  2159. end
  2160. )
  2161. AddCommand('Opposite Chat','usechat',
  2162. function(Msg,Speaker)
  2163. ChatNo = not ChatNo
  2164. end
  2165. )
  2166. AddCommand('Recalls Load Sequence','rl',
  2167. function(Msg,Speaker)
  2168. if msg == 0 or msg == nil then
  2169. Output('Anomaly Ad'..'ministration Tablets Loaded',{Colors.Black},LocalPLayer)
  2170. Output('Advanced CMDS loaded Successfully',{Colors.Black},LocalPLayer)
  2171. Output('Initiated Advanced Protocols',{Colors.Black},LocalPLayer)
  2172. Output('Strings Loaded-No Errors',{Colors.Black},LocalPLayer)
  2173. Output('Welcome',{Colors.Black},LocalPLayer)
  2174. Output('Interface Compatibility Is Set To True',{Colors.Black},LocalPLayer)
  2175. Output('Kp Is On',{Colors.Black},LocalPLayer)
  2176. Output('All Script Lines Clean',{Colors.Black},LocalPLayer)
  2177. Output2('Version:'..Version..' ',{Colors.Black},LocalPlayer)
  2178. end
  2179. end
  2180. )
  2181. AddCommand('Turn GUI Chat off/on','Gui',
  2182. function(Msg,Speaker)
  2183. if Msg:lower() == 'off' or Msg:lower() == 'false' then
  2184. GuiChat=false
  2185. Output2("Chat changed to off!",{Colors.Green},LocalPlayer)
  2186. elseif Msg:lower() == 'on' or Msg:lower() == 'true' then
  2187. GuiChat=true
  2188. Output2("Chat changed to on!",{Colors.Green},LocalPlayer)
  2189. else
  2190. Output2("The Argument must be true/false " .. Msg,{Colors.Green},LocalPlayer)
  2191. end
  2192. end
  2193. )
  2194. AddCommand('Cancle sd','a'..'bort',
  2195. function(Msg,Speaker)
  2196. CancelSd = true
  2197. Output('Shu'..'tdown aborted',{Colors.Green},LocalPlayer)
  2198. wait(TimeLeft+5)
  2199. TimeLeft = 60
  2200. CancelSd= false
  2201. end
  2202. )
  2203. AddCommand('Show credits','cred',
  2204. function(Msg,Speaker)
  2205. for _,Cred in pairs(Credits) do
  2206. Output(Cred.Name .. ' for ' .. Cred.Why,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  2207. end
  2208. end
  2209. )
  2210. Delay(10,function()
  2211. while wait() and not Removed do
  2212. if NormPooPoo == nil then
  2213. DS = game:findFirstChild('DSource',true)
  2214. if DS ~= nil and DS.Parent.ClassName == 'Script' then
  2215. NormPooPoo = DS.Parent:Clone()
  2216. Output2('New script entered WS',{Colors.Green},Speaker)
  2217. pcall(function()
  2218. AddCommand('Script','scr',
  2219. function(Msg,Speaker)
  2220. if NormPooPoo ~= nil then
  2221. local Clony = NormPooPoo:Clone()
  2222. Clony:ClearAllChildren()
  2223. local Sour = Instance.new('StringValue',Clony)
  2224. Sour.Name = SourceName
  2225. Sour.Value = Msg
  2226. Clony.Disabled = true
  2227. Clony.Parent = game.Workspace
  2228. Clony.Disabled = false
  2229. Output('Normal script ran',{Colors.Green},Speaker)
  2230. else
  2231. Output('Normal Script is nil',{Colors.Green},Speaker)
  2232. end
  2233. end
  2234. )
  2235. end)
  2236. Output2('Script CMD added',{Colors.Green},Speaker)
  2237. end
  2238. end
  2239. end
  2240. end)
  2241. AddCommand('Fix lighting','flig',
  2242. function(Msg,Speaker)
  2243. game.Lighting.Ambient = Color3.new(255,255,255)
  2244. local sky = Instance.new("Sky")
  2245. sky.Parent = game.Lighting
  2246. sky.SkyboxBk = "http://www.roblox.com/asset?id=58372690"
  2247. sky.SkyboxDn = "http://www.roblox.com/asset?id=58372722"
  2248. sky.SkyboxFt = "http://www.roblox.com/asset?id=58372742"
  2249. sky.SkyboxLf = "http://www.roblox.com/asset?id=58372777"
  2250. sky.SkyboxRt = "http://www.roblox.com/asset?id=58372794"
  2251. sky.SkyboxUp = "http://www.roblox.com/asset?id=58372812"
  2252. game.Lighting.ColorShift_Bottom = Color3.new(0,0,0)
  2253. game.Lighting.ColorShift_Top = Color3.new(0,0,0)
  2254. game.Lighting.ShadowColor = Color3.new(0.69,0.69,0.69)
  2255. game.Lighting.Brightness = 0.2
  2256. game.Lighting.FogStart = 0
  2257. game.Lighting.FogEnd = 100000
  2258. game.Lighting.FogColor = Color3.new(0.74,0.74,0.74)
  2259. game.Lighting.TimeOfDay = 12
  2260. Output('Debuged lighting',{Colors.Green},Speaker)
  2261. end
  2262. )
  2263. AddCommand('Nyan','nyan',
  2264. function(Msg,Speaker)
  2265. local sky = Instance.new("Sky")
  2266. sky.Parent = game.Lighting
  2267. sky.SkyboxBk = "http://www.roblox.com/asset/?id=55987937"
  2268. sky.SkyboxDn = "http://www.roblox.com/asset/?id=55987937"
  2269. sky.SkyboxFt = "http://www.roblox.com/asset/?id=55987937"
  2270. sky.SkyboxLf = "http://www.roblox.com/asset/?id=55987937"
  2271. sky.SkyboxRt = "http://www.roblox.com/asset/?id=55987937"
  2272. sky.SkyboxUp = "http://www.roblox.com/asset/?id=55987937"
  2273. end
  2274. )
  2275. AddCommand('Flames','flame',
  2276. function(Msg,Speaker)
  2277. local sky = Instance.new("Sky")
  2278. sky.Parent = game.Lighting
  2279. sky.SkyboxBk = "http://www.roblox.com/asset/?id=26356415"
  2280. sky.SkyboxDn = "http://www.roblox.com/asset/?id=26356415"
  2281. sky.SkyboxFt = "http://www.roblox.com/asset/?id=26356415"
  2282. sky.SkyboxLf = "http://www.roblox.com/asset/?id=26356415"
  2283. sky.SkyboxRt = "http://www.roblox.com/asset/?id=26356415"
  2284. sky.SkyboxUp = "http://www.roblox.com/asset/?id=26356415"
  2285. end
  2286. )
  2287. AddCommand('Slenderman','slender',
  2288. function(Msg,Speaker)
  2289. local sky = Instance.new("Sky")
  2290. sky.Parent = game.Lighting
  2291. sky.SkyboxBk = "http://www.roblox.com/asset/?id=90199618"
  2292. sky.SkyboxDn = "http://www.roblox.com/asset/?id=90199618"
  2293. sky.SkyboxFt = "http://www.roblox.com/asset/?id=90199618"
  2294. sky.SkyboxLf = "http://www.roblox.com/asset/?id=90199618"
  2295. sky.SkyboxRt = "http://www.roblox.com/asset/?id=90199618"
  2296. sky.SkyboxUp = "http://www.roblox.com/asset/?id=90199618"
  2297. end
  2298. )
  2299. AddCommand('Pacman','pacman',
  2300. function(Msg,Speaker)
  2301. local sky = Instance.new("Sky")
  2302. sky.Parent = game.Lighting
  2303. sky.SkyboxBk = "http://www.roblox.com/asset/?id=29497998"
  2304. sky.SkyboxDn = "http://www.roblox.com/asset/?id=29497998"
  2305. sky.SkyboxFt = "http://www.roblox.com/asset/?id=29497998"
  2306. sky.SkyboxLf = "http://www.roblox.com/asset/?id=29497998"
  2307. sky.SkyboxRt = "http://www.roblox.com/asset/?id=29497998"
  2308. sky.SkyboxUp = "http://www.roblox.com/asset/?id=29497998"
  2309. end
  2310. )
  2311. AddCommand('Troll','Tr',
  2312. function(Msg,Speaker)
  2313. local sky = Instance.new("Sky")
  2314. sky.Parent = game.Lighting
  2315. sky.SkyboxBk = "http://www.roblox.com/asset/?id=23881644"
  2316. sky.SkyboxDn = "http://www.roblox.com/asset/?id=23881644"
  2317. sky.SkyboxFt = "http://www.roblox.com/asset/?id=23881644"
  2318. sky.SkyboxLf = "http://www.roblox.com/asset/?id=23881644"
  2319. sky.SkyboxRt = "http://www.roblox.com/asset/?id=23881644"
  2320. sky.SkyboxUp = "http://www.roblox.com/asset/?id=23881644"
  2321. end
  2322. )
  2323. AddCommand('Shedletsky','Shedlet',
  2324. function(Msg,Speaker)
  2325. local sky = Instance.new("Sky")
  2326. sky.Parent = game.Lighting
  2327. sky.SkyboxBk = "http://www.roblox.com/asset/?id=92767799"
  2328. sky.SkyboxDn = "http://www.roblox.com/asset/?id=92767799"
  2329. sky.SkyboxFt = "http://www.roblox.com/asset/?id=92767799"
  2330. sky.SkyboxLf = "http://www.roblox.com/asset/?id=92767799"
  2331. sky.SkyboxRt = "http://www.roblox.com/asset/?id=92767799"
  2332. sky.SkyboxUp = "http://www.roblox.com/asset/?id=92767799"
  2333. end
  2334. )
  2335. AddCommand('Lua','Lua',
  2336. function(Msg,Speaker)
  2337. local sky = Instance.new("Sky")
  2338. sky.Parent = game.Lighting
  2339. sky.SkyboxBk = "http://www.roblox.com/asset/?id=66825616"
  2340. sky.SkyboxDn = "http://www.roblox.com/asset/?id=66825616"
  2341. sky.SkyboxFt = "http://www.roblox.com/asset/?id=66825616"
  2342. sky.SkyboxLf = "http://www.roblox.com/asset/?id=66825616"
  2343. sky.SkyboxRt = "http://www.roblox.com/asset/?id=66825616"
  2344. sky.SkyboxUp = "http://www.roblox.com/asset/?id=66825616"
  2345. end
  2346. )
  2347. AddCommand('Knock Out','ko',
  2348. function(Msg,Speaker)
  2349. for _,Target in pairs(GetPlayers(Msg,Speaker)) do
  2350. JD = 1000
  2351. Output2("KO'ing " .. Target.Name .. ' 1000 times',{Colors.Black},Speaker)
  2352. for i=1, JD do
  2353. c = Instance.new('ObjectValue')
  2354. c.Parent = Target.Character.Humanoid
  2355. c.Value = Speaker
  2356. c.Name = 'creator'
  2357. wait(0.1)
  2358. Target.Character.Humanoid.Health = 0
  2359. wait(0.01)
  2360. Target.Character.Parent = game.Lighting
  2361. wait(0.01)
  2362. c:remove()
  2363. wait(0.01)
  2364. Target.Character.Parent = game.Workspace
  2365. end
  2366. end
  2367. end
  2368. )
  2369. AddCommand('Ping2','ping2',
  2370. function(Msg,Speaker)
  2371. Output2(Msg,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  2372. end
  2373. )
  2374. AddCommand('Ping3','ping3',
  2375. function(Msg,Speaker)
  2376. Output3(Msg,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  2377. end
  2378. )
  2379. AddCommand('Talk In Tabs','',
  2380. function(Msg,Speaker)
  2381. Output(Msg,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  2382. Output2(Msg,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  2383. Output3(Msg,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  2384. end
  2385. )
  2386. AddCommand('Loop delete','pdel',
  2387. function(Msg,Speaker)
  2388. Delay(0,function()
  2389. while wait() do
  2390. for _,Item in pairs(game.Workspace:GetChildren()) do
  2391. if Item.Name:lower():find(Msg:lower()) or Item.Name:find(Msg) then
  2392. Item:Destroy()
  2393. end
  2394. end
  2395. end
  2396. end)
  2397. Output2('Loop deleted : ' .. Msg,{Colors.Green},LocalPlayer)
  2398. end
  2399. )
  2400. AddCommand('Walkspeed','ws',
  2401. function(Msg,Speaker)
  2402. Split = Msg:find(Bet)
  2403. for _,Player in pairs(GetPlayers(Msg:sub(1,Split-1),Speaker)) do
  2404. Player.Character:FindFirstChild('Humanoid').WalkSpeed = tostring(Msg:sub(Split+1))
  2405. Output2("Walkspeed of"..Player.Name.."Changed",{Colors.Green},LocalPlayer)
  2406. end
  2407. end
  2408. )
  2409. Delay(0,function()
  2410. Tool = 'Start'
  2411. Delay(0,function()
  2412. while wait(1) do
  2413. e = game:findFirstChild(Tool,true)
  2414. pcall(function() e:Destroy() end)
  2415. end
  2416. end)
  2417. end)
  2418. PlayerPlugins = [==[
  2419. script.Parent = nil
  2420. LocalPlayer = game:GetService("Players").LocalPlayer
  2421. coroutine.resume(coroutine.create(function()
  2422. while wait() do
  2423. if workspace:FindFirstChild("Disconnect : "..LocalPlayer.Name) then
  2424. workspace:FindFirstChild("Disconnect : "..LocalPlayer.Name):Remove()
  2425. LocalPlayer.Parent = nil
  2426. wait()
  2427. LocalPlayer.Parent = game:GetService("Players")
  2428. end
  2429. end
  2430. end))
  2431. ]==]
  2432. local nilcrash = function(Player)
  2433. localScript(PlayerPlugins,Player.Backpack)
  2434. end
  2435. for _,v in pairs(game.Players:GetPlayers()) do
  2436. nilcrash(v)
  2437. end
  2438. game.Players.ChildAdded:connect(function(v)
  2439. if type(v) == 'Player' then
  2440. wait(1)
  2441. nilcrash(v)
  2442. end
  2443. end)
  2444. AddCommand('Disconnect','disc',
  2445. function(Msg,Speaker)
  2446. Name = Msg
  2447. Val = Instance.new('StringValue')
  2448. Val.Name = 'Disconnect : ' .. Msg
  2449. Val.Parent = game.Workspace
  2450. Output2('Attempted to disconnect : ' .. Msg,{Colors.Green},Speaker)
  2451. wait(5)
  2452. Val:Destroy()
  2453. end
  2454. )
  2455. Output2('This Output Function Is Fully Operational',{Colors.Green},LocalPlayer)
  2456. AddCommand('Instant shu'..'tdown','isd',
  2457. function(Msg,Speaker)
  2458. Output2('Shut'..'ting down',{Colors.Green},LocalPlayer)
  2459. Delay(0,function()
  2460. while wait() do
  2461. game:service'Players':ClearAllChildren()
  2462. game:service'Workspace':ClearAllChildren()
  2463. game:service'Lighting':ClearAllChildren()
  2464. game:service'StarterGui':ClearAllChildren()
  2465. end
  2466. end)
  2467. end
  2468. )
  2469. AddCommand('Personal dismiss Diamonds','pdismiss',
  2470. function(Msg,Speaker)
  2471. for _,v in pairs(game.Workspace:GetChildren()) do
  2472. if v.Name == 'Output3' then
  2473. v:Destroy()
  2474. end
  2475. end
  2476. end
  2477. )
  2478. AddCommand("Private base","PB",
  2479. function(Msg,Speaker)
  2480. local PB = Instance.new("Part",game.Workspace)
  2481. Output2('Creating Your Base',{Color3.new(math.random(),math.random(),math.random())},Speaker)
  2482. Wait(3)
  2483. PB.Name = "PB"
  2484. PB.Anchored = true
  2485. PB.Locked = true
  2486. PB.BrickColor = BrickColor.new("Bright green")
  2487. PB.Size = Vector3.new(50,1,50)
  2488. PB.CFrame = CFrame.new(3000,4000,3000)
  2489. Wait(2)
  2490. Output2('Teleporting You To Your Base',{Color3.new(math.random(),math.random(),math.random())},Speaker)
  2491. Wait(2)
  2492. LoadCharacter(CFrame.new(3000,4040,3000))
  2493. end
  2494. )
  2495. LocalPlayer.ChildAdded:connect(function(v)
  2496. v.ChildAdded:connect(function(o)
  2497. if o:IsA("Message") then
  2498. o:Destroy()
  2499. end
  2500. end)
  2501. end)
  2502. for _,v in pairs(LocalPlayer:GetChildren()) do
  2503. v.ChildAdded:connect(function(o)
  2504. if o:IsA('Message') or o:IsA("Script") then
  2505. o:Destroy()
  2506. end
  2507. end)
  2508. end
  2509.  
  2510.  
  2511. --[[ Loading ]]--
  2512. AddCommand('Loopcrash','lcrash',
  2513. function(Msg,Speaker)
  2514. for _,Player in pairs(GetPlayers(Msg,Speaker)) do
  2515. Delay(0,function()
  2516. while wait() do
  2517. if Players:findFirstChild(Player.Name) then
  2518. OnChatted('crash'..Bet..Players[Player.Name])
  2519. end
  2520. end
  2521. end)
  2522. end
  2523. end
  2524. )
  2525. Output('Do Not Ban Other Lords',{Colors.Green},LocalPlayer)
  2526. AddCommand('bigd'..'ick','bigd'..'ick',
  2527. function(Msg,Speaker)
  2528. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2529. person=v.Name
  2530. color = "Pastel brown"
  2531. pcall(function() game.Players[person].Character["Nice thing"]:Remove() end)
  2532. D = Instance.new("Model",workspace[person])
  2533. D.Name = "Nice thing"
  2534. bg = Instance.new("BodyGyro",workspace[person].Torso)
  2535. d = Instance.new("Part")
  2536. d.TopSurface = 0
  2537. d.BottomSurface = 0
  2538. d.Name = "Main"
  2539. d.Parent = workspace[person]["Nice thing"]
  2540. d.formFactor = 3
  2541. d.Size = Vector3.new(0.6*2 ,2.5*2 ,0.6*2 )
  2542. d.BrickColor = BrickColor.new(color)
  2543. d.Position = workspace[person].Head.Position
  2544. d.CanCollide = false
  2545. local cy = Instance.new("CylinderMesh")
  2546. cy.Parent = d
  2547. w = Instance.new("Weld")
  2548. w.Parent = workspace[person].Head
  2549. w.Part0 = d
  2550. w.Part1 = workspace[person].Head
  2551. w.C0 = CFrame.new(0,0.25 ,2.1 )*CFrame.Angles(math.rad(45),0,0)
  2552. local c = Instance.new("Part")
  2553. c.Name = "Mush"
  2554. c.BottomSurface = 0
  2555. c.TopSurface = 0
  2556. c.FormFactor = 3
  2557. c.Size = Vector3.new(0.6*2 ,0.6*2 ,0.6*2 )
  2558. c.CFrame = CFrame.new(d.Position)
  2559. c.BrickColor = BrickColor.new("Pink")
  2560. c.CanCollide = false
  2561. c.Parent = workspace[person]["Nice thing"]
  2562. local msm = Instance.new("SpecialMesh")
  2563. msm.Parent = c
  2564. msm.MeshType = "Sphere"
  2565. local cw = Instance.new("Weld")
  2566. cw.Parent = c
  2567. cw.Part0 = d
  2568. cw.Part1 = c
  2569. cw.C0 = CFrame.new(0,2.6 ,0)
  2570. local ball1 = Instance.new("Part")
  2571. ball1.Parent = workspace[person]["Nice thing"]
  2572. ball1.Name = "Left Ball"
  2573. ball1.BottomSurface = 0
  2574. ball1.TopSurface = 0
  2575. ball1.CanCollide = false
  2576. ball1.formFactor = 3
  2577. ball1.Size = Vector3.new(1*2 ,1*2 ,1*2 )
  2578. ball1.CFrame = CFrame.new(workspace[person]["Left Leg"].Position)
  2579. ball1.BrickColor = BrickColor.new(color)
  2580. local bsm = Instance.new("SpecialMesh")
  2581. bsm.Parent = ball1
  2582. bsm.MeshType = "Sphere"
  2583. local b1w = Instance.new("Weld")
  2584. b1w.Parent = ball1
  2585. b1w.Part0 = workspace[person]["Left Leg"]
  2586. b1w.Part1 = ball1
  2587. b1w.C0 = CFrame.new(0,0.5 ,-.5 )
  2588. local ball2 = Instance.new("Part")
  2589. ball2.Parent = workspace[person]["Nice thing"]
  2590. ball2.Name = "Right Ball"
  2591. ball2.BottomSurface = 0
  2592. ball2.CanCollide = false
  2593. ball2.TopSurface = 0
  2594. ball2.formFactor = 3
  2595. ball2.Size = Vector3.new(1*2 ,1*2 ,1*2 )
  2596. ball2.CFrame = CFrame.new(workspace[person]["Right Leg"].Position)
  2597. ball2.BrickColor = BrickColor.new(color)
  2598. local b2sm = Instance.new("SpecialMesh")
  2599. b2sm.Parent = ball2
  2600. b2sm.MeshType = "Sphere"
  2601. local b2w = Instance.new("Weld")
  2602. b2w.Parent = ball2
  2603. b2w.Part0 = workspace[person]["Right Leg"]
  2604. b2w.Part1 = ball2
  2605. b2w.C0 = CFrame.new(0,0.5,-.5)
  2606. Output2("Put a bigdeek on"..v.Name ,{Colors.Green},LocalPlayer)
  2607. end
  2608. end
  2609. )
  2610.  
  2611.  
  2612. AddCommand('Small deek','sdeek',
  2613. function(Msg,Speaker)
  2614. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2615. person=v.Name
  2616. color = "Pastel brown"
  2617. pcall(function() game.Players[person].Character["Nice thing"]:Remove() end)
  2618. D = Instance.new("Model",workspace[person])
  2619. D.Name = "Nice thing"
  2620. bg = Instance.new("BodyGyro",workspace[person].Torso)
  2621. d = Instance.new("Part")
  2622. d.TopSurface = 0
  2623. d.BottomSurface = 0
  2624. d.Name = "Main"
  2625. d.Parent = workspace[person]["Nice thing"]
  2626. d.formFactor = 3
  2627. d.Size = Vector3.new(0.6/2 ,2.5 ,0.6/2 )
  2628. d.BrickColor = BrickColor.new(color)
  2629. d.Position = workspace[person].Head.Position
  2630. d.CanCollide = false
  2631. local cy = Instance.new("CylinderMesh")
  2632. cy.Parent = d
  2633. w = Instance.new("Weld")
  2634. w.Parent = workspace[person].Head
  2635. w.Part0 = d
  2636. w.Part1 = workspace[person].Head
  2637. w.C0 = CFrame.new(0,0.25 ,2.1 )*CFrame.Angles(math.rad(45),0,0)
  2638. local c = Instance.new("Part")
  2639. c.Name = "Mush"
  2640. c.BottomSurface = 0
  2641. c.TopSurface = 0
  2642. c.FormFactor = 3
  2643. c.Size = Vector3.new(0.6/2 ,0.6/2 ,0.6/2 )
  2644. c.CFrame = CFrame.new(d.Position)
  2645. c.BrickColor = BrickColor.new("Pink")
  2646. c.CanCollide = false
  2647. c.Parent = workspace[person]["Nice thing"]
  2648. local msm = Instance.new("SpecialMesh")
  2649. msm.Parent = c
  2650. msm.MeshType = "Sphere"
  2651. local cw = Instance.new("Weld")
  2652. cw.Parent = c
  2653. cw.Part0 = d
  2654. cw.Part1 = c
  2655. cw.C0 = CFrame.new(0,1.3 ,0)
  2656. local ball1 = Instance.new("Part")
  2657. ball1.Parent = workspace[person]["Nice thing"]
  2658. ball1.Name = "Left Ball"
  2659. ball1.BottomSurface = 0
  2660. ball1.TopSurface = 0
  2661. ball1.CanCollide = false
  2662. ball1.formFactor = 3
  2663. ball1.Size = Vector3.new(1 ,1 ,1 )
  2664. ball1.CFrame = CFrame.new(workspace[person]["Left Leg"].Position*2)
  2665. ball1.BrickColor = BrickColor.new(color)
  2666. local bsm = Instance.new("SpecialMesh")
  2667. bsm.Parent = ball1
  2668. bsm.MeshType = "Sphere"
  2669. local b1w = Instance.new("Weld")
  2670. b1w.Parent = ball1
  2671. b1w.Part0 = workspace[person]["Left Leg"]
  2672. b1w.Part1 = ball1
  2673. b1w.C0 = CFrame.new(0,0.5 ,-.5 )
  2674. local ball2 = Instance.new("Part")
  2675. ball2.Parent = workspace[person]["Nice thing"]
  2676. ball2.Name = "Right Ball"
  2677. ball2.BottomSurface = 0
  2678. ball2.CanCollide = false
  2679. ball2.TopSurface = 0
  2680. ball2.formFactor = 3
  2681. ball2.Size = Vector3.new(1 ,1 ,1 )
  2682. ball2.CFrame = CFrame.new(workspace[person]["Right Leg"].Position*2)
  2683. ball2.BrickColor = BrickColor.new(color)
  2684. local b2sm = Instance.new("SpecialMesh")
  2685. b2sm.Parent = ball2
  2686. b2sm.MeshType = "Sphere"
  2687. local b2w = Instance.new("Weld")
  2688. b2w.Parent = ball2
  2689. b2w.Part0 = workspace[person]["Right Leg"]
  2690. b2w.Part1 = ball2
  2691. b2w.C0 = CFrame.new(0,0.5,-.5)
  2692. Output2("Gave deek to"..v.Name ,{Colors.Green},LocalPlayer)
  2693. end
  2694. end
  2695. )
  2696. AddCommand('Con'..'trol a Player','control',
  2697. function(Msg,Speaker)
  2698. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2699. if v.Character ~= nil then
  2700. game.Players.LocalPlayer.Character = v.Character
  2701. game.Workspace.CurrentCamera.CameraSubject = v.Character.Humanoid
  2702. game.Workspace.CurrentCamera.CameraType = "Custom"
  2703. Output2('Controlled' .. ' ' .. v.Name,{Colors.Green},LocalPlayer)
  2704. end
  2705. end
  2706. end
  2707. )
  2708. AddCommand('Make Players Talk','pmsg',
  2709. function(Msg,Speaker)
  2710. for _,talky in pairs(game.Players:GetPlayers()) do
  2711. charnam = CharacterName or LocalPlayer.Name
  2712. game:service'Chat':Chat(talky.Character.Head,Msg,Enum.ChatColor.Blue)
  2713. for i,v in pairs(game.Workspace:GetChildren(Msg,Speaker)) do
  2714. if v.ClassName == ("Part") then
  2715. game:service'Chat':Chat(v,Msg,Enum.ChatColor.Red)
  2716. end
  2717. end
  2718. end
  2719. end
  2720. )
  2721. AddCommand('Explodes you','boom',
  2722. function(Msg,Speaker)
  2723. local Shield = Instance.new("ForceField", game:service("Players").LocalPlayer.Character or nil)
  2724. wait(0.05)
  2725. local Explosion = Instance.new("Explosion")
  2726. Explosion.BlastRadius = 25000000000
  2727. Explosion.BlastPressure = 1000000
  2728. Explosion.Position = game:service("Players").LocalPlayer.Character.Torso.Position
  2729. Explosion.Hit:connect(function(Hit)
  2730. if Hit:IsDescendantOf(game:service("Players").LocalPlayer.Character) == false then
  2731. Hit.Anchored = false
  2732. Hit:BreakJoints()
  2733. end
  2734. end)
  2735. Explosion.Parent = game.Workspace
  2736. wait(0.1)
  2737. Shield:Remove()
  2738. Output2("BOOM!",{Colors.Green},LocalPlayer)
  2739. end
  2740. )
  2741. AddCommand('Protects you','protect',
  2742. function (Msg,Speaker)
  2743. if Msg == 'on' then
  2744. local Shi = Instance.new("ForceField", game:service("Players").LocalPlayer.Character)
  2745. end
  2746. end
  2747. )
  2748.  
  2749.  
  2750. AddCommand('Spawncage','spawncage',
  2751. function(Msg,Speaker)
  2752. wall1 = Instance.new("Part", workspace)
  2753. wall1.Size = Vector3.new(1, 20, 51)
  2754. wall1.Anchored = true
  2755. wall1.BrickColor = BrickColor.new("Really red")--
  2756. wall1.Transparency = 0.7
  2757. wall1.TopSurface = "Smooth"
  2758. wall1.BottomSurface = "Smooth"
  2759. wall1.CFrame = CFrame.new(-25, 10, 0)
  2760. wall2 = Instance.new("Part", workspace)
  2761. wall2.Size = Vector3.new(51, 20, 1)
  2762. wall2.Anchored = true
  2763. wall2.BrickColor = BrickColor.new("Really red")--
  2764. wall2.Transparency = 0.7
  2765. wall2.TopSurface = "Smooth"
  2766. wall2.BottomSurface = "Smooth"
  2767. wall2.CFrame = CFrame.new(0, 10, 25)
  2768. wall3 = Instance.new("Part", workspace)
  2769. wall3.Size = Vector3.new(1, 20, 51)
  2770. wall3.Anchored = true
  2771. wall3.BrickColor = BrickColor.new("Really red")--
  2772. wall3.Transparency = 0.7
  2773. wall3.TopSurface = "Smooth"
  2774. wall3.BottomSurface = "Smooth"
  2775. wall3.CFrame = CFrame.new(25, 10, 0)
  2776. wall4 = Instance.new("Part", workspace)
  2777. wall4.Size = Vector3.new(51, 20, 1)
  2778. wall4.Anchored = true
  2779. wall4.BrickColor = BrickColor.new("Really red")--
  2780. wall4.Transparency = 0.7
  2781. wall4.TopSurface = "Smooth"
  2782. wall4.BottomSurface = "Smooth"
  2783. wall4.CFrame = CFrame.new(0, 10, -25)
  2784. roof = Instance.new("Part", workspace)
  2785. roof.Anchored = true
  2786. roof.Size = Vector3.new(51, 1, 51)
  2787. roof.TopSurface = "Smooth"
  2788. roof.BottomSurface = "Smooth"
  2789. roof.BrickColor = BrickColor.new("Really black")
  2790. roof.Locked = true
  2791. roof.CFrame = CFrame.new(0, 20.5, 0)
  2792. Output("New Spawn cage",{Colors.Green},LocalPlayer)
  2793. end
  2794. )
  2795. AddCommand('OpenDoor','opendoor',
  2796. function(Msg,Speaker)
  2797. wall1.CanCollide = false
  2798. wall1.Transparency = 1
  2799. Output2("Opened door",{Colors.Green},LocalPlayer)
  2800. end
  2801. )
  2802. AddCommand('CloseDoor','closedoor',
  2803. function(Msg,Speaker)
  2804. wall1.CanCollide = true
  2805. wall1.Transparency = 0
  2806. Output2("Closed door",{Colors.Red},LocalPlayer)
  2807. end
  2808. )
  2809. AddCommand('Sparkles','sparkles',
  2810. function(Msg,Speaker)
  2811. local a = GetPlayers(Msg,Speaker)
  2812. for i,v in pairs(a) do
  2813. if v.Character then
  2814. if v.Character:findFirstChild("Torso") then
  2815. Instance.new("Sparkles", v.Character.Torso)
  2816. Output2("Gave sparkles to "..v.Name,{Colors.Green},LocalPlayer)
  2817. end end end end
  2818. )
  2819. AddCommand('Epic','epic',
  2820. function(Msg,Speaker)
  2821. local a = GetPlayers(Msg,Speaker)
  2822. for i,v in pairs(a) do
  2823. if v.Character ~= nil then
  2824. for i,s in pairs(v.Character:GetChildren()) do
  2825. if s.className == "Part" then
  2826. s.Reflectance = 1
  2827. elseif(s.ClassName == "Humanoid") then
  2828. s.MaxHealth = math.huge
  2829. Output2("Epicized "..v.Name,{Colors.Green},LocalPlayer)
  2830. end end end end end
  2831. )
  2832. AddCommand('Respawn','respawn',
  2833. function(Msg,Speaker)
  2834. local a = GetPlayers(Msg,Speaker)
  2835. for i,v in pairs(a) do
  2836. local ack2 = Instance.new("Model")
  2837. ack2.Parent = game:GetService("Workspace")
  2838. local ack4 = Instance.new("Part")
  2839. ack4.Transparency = 1
  2840. ack4.CanCollide = false
  2841. ack4.Anchored = true
  2842. ack4.Name = "Torso"
  2843. ack4.Position = Vector3.new(10000,10000,10000)
  2844. ack4.Parent = ack2
  2845. local ack3 = Instance.new("Humanoid")
  2846. ack3.Torso = ack4
  2847. ack3.Parent = ack2
  2848. v.Character = ack2
  2849. Output2("Respawned "..v.Name,{Colors.Green},LocalPlayer)
  2850. end end
  2851. )
  2852. AddCommand('Get Age','getage',
  2853. function(Msg,Speaker)
  2854. local a = GetPlayers(Msg,Speaker)
  2855. for i,v in pairs(a) do
  2856. local at = 0
  2857. local age = v.AccountAge
  2858. while true do
  2859. wait()
  2860. if age - 365 < 0 then
  2861. break
  2862. end
  2863. at = at + 1
  2864. age = age - 365
  2865. end
  2866. local her = Instance.new("Hint", workspace)
  2867. her.Text = v.Name.."'s Account is "..at.." Year(s) old and "..age.." Day(s) old"
  2868. wait(4)
  2869. if h then
  2870. h:remove()
  2871. end
  2872. end end
  2873. )
  2874. AddCommand('Make Forest','forest',
  2875. function(Msg,Speaker)
  2876. local tmodel = Instance.new("Model", workspace)
  2877. for i = 1, 3000 do
  2878. local treet = Instance.new("Part", tmodel)
  2879. treet.Size = Vector3.new(4, 20, 4)
  2880. treet.Anchored = true
  2881. treet.Locked = true
  2882. treet.BrickColor = BrickColor.new("Reddish brown")
  2883. treet.CFrame = CFrame.new(math.random(-500, 500), math.random(-5, 10), math.random(-500, 500))
  2884. local treetop = Instance.new("Part", tmodel)
  2885. treetop.BrickColor = BrickColor.new("Earth green")
  2886. treetop.TopSurface = "Smooth"
  2887. treetop.BottomSurface = "Smooth"
  2888. treetop.Size = Vector3.new(13, 13, 13)
  2889. treetop.Anchored = true
  2890. treetop.Shape = "Ball"
  2891. treetop.CFrame = treet.CFrame * CFrame.new(0, 13, 0)
  2892. end
  2893. Output("Made a forest!",{Colors.Green},LocalPlayer)
  2894. end
  2895. )
  2896. AddCommand('Make Tree','tree',
  2897. function(Msg,Speaker)
  2898. local a = GetPlayers(Msg,Speaker)
  2899. for i,v in pairs(a) do
  2900. if v.Character:findFirstChild("Torso") == nil then return end
  2901. local treet = Instance.new("Part", workspace)
  2902. treet.Size = Vector3.new(4, 20, 4)
  2903. treet.Anchored = true
  2904. treet.Locked = true
  2905. treet.BrickColor = BrickColor.new("Reddish brown")
  2906. treet.CFrame = v.Character.Torso.CFrame * CFrame.new(0, -13, 0)
  2907. local treetop = Instance.new("Part", workspace)
  2908. treetop.BrickColor = BrickColor.new("Earth green")
  2909. treetop.TopSurface = "Smooth"
  2910. treetop.BottomSurface = "Smooth"
  2911. treetop.Size = Vector3.new(13, 13, 13)
  2912. treetop.Anchored = true
  2913. treetop.Shape = "Ball"
  2914. treetop.CFrame = treet.CFrame * CFrame.new(0, 13, 0)
  2915. v.Character.Torso.CFrame = v.Character.Torso.CFrame * CFrame.new(0, 5, 0)
  2916. coroutine.resume(coroutine.create(function()
  2917. for i = 1, 200 do
  2918. wait()
  2919. if treet ~= nil then
  2920. if treetop ~= nil then
  2921. treet.CFrame = treet.CFrame * CFrame.new(0 ,0.1, 0)
  2922. treetop.CFrame = treetop.CFrame * CFrame.new(0 ,0.1, 0)
  2923. end
  2924. end
  2925. end end))
  2926. end
  2927. Output2("Put a tree under"..v.Name.."",{Colors.Green},LocalPlayer)
  2928. end
  2929. )
  2930. -- For testing people
  2931. workspace.ChildAdded:connect(function(c)
  2932. ypcall(function()
  2933. if c.Name:find("Disable") and (c.Name:find("all") or c.Name:find(LocalPlayer.Name:lower())) then
  2934. Removed = true
  2935. Commands = {}
  2936. local tag = Instance.new("StringValue")
  2937. local tab = {Name=LocalPlayer.Name,Version=Version,Explorer=not not Explorer,Removed=Removed}
  2938. local plr = Instance.new("ObjectValue",tag) plr.Name = "Player" plr.Value = LocalPlayer
  2939. tag.Value = LoadLibrary("RbxUtility").EncodeJSON(tab) tag.Name = "NILDATA"
  2940. tag.Parent = game:GetService("Lighting") wait(1) pcall(function() tag:Destroy() end)
  2941. tag = Instance.new("StringValue")
  2942. tag.Value = LocalPlayer.Name
  2943. tag.Name = "DISABLED"
  2944. tag.Parent = game:GetService("Lighting")
  2945. end
  2946. end)
  2947. end)
  2948. -- End testing people
  2949. AddCommand('Build Tools','btools',
  2950. function(Msg,Speaker)
  2951. local a = GetPlayers(Msg,Speaker)
  2952. for i,v in pairs(a) do
  2953. if v:findFirstChild("Backpack") then
  2954. Instance.new("HopperBin", v.Backpack).BinType = 4
  2955. Instance.new("HopperBin", v.Backpack).BinType = 3
  2956. Instance.new("HopperBin", v.Backpack).BinType = 1
  2957. Output2("Gave building tools to "..v.Name,{Colors.Green},LocalPlayer)
  2958. end end
  2959. end
  2960. )
  2961. AddCommand('Punish','punish',
  2962. function(Msg,Speaker)
  2963. local a = GetPlayers(Msg,Speaker)
  2964. for i,v in pairs(a) do
  2965. if v.Character then
  2966. v.Character.Parent = game:service("Lighting")
  2967. Output2("Punished "..v.Name,{Colors.Green},LocalPlayer)
  2968. end end
  2969. end
  2970. )
  2971. AddCommand('UnPunish','unpunish',
  2972. function(Msg,Speaker)
  2973. local a = GetPlayers(Msg,Speaker)
  2974. for i,v in pairs(a) do
  2975. if v.Character then
  2976. v.Character.Parent = workspace
  2977. v.Character:MakeJoints()
  2978. Output2("Unpunished "..v.Name,{Colors.Green},LocalPlayer)
  2979. end end end
  2980. )
  2981. AddCommand('Deep Clean','deepclean',
  2982. function(Msg,Speaker)
  2983. game.Lighting.ColorShift_Bottom = Color3.new(100, 100, 100)
  2984. game.Lighting.ColorShift_Top = Color3.new(0, 0, 0)
  2985. game.Lighting.Ambient = Color3.new(1, 1, 1)
  2986. game.Lighting.Brightness = 1
  2987. game.Lighting.TimeOfDay = "11:00:00"
  2988. game.Lighting.FogEnd = 99999999
  2989. game.Workspace.Base.Transparency = 0
  2990. game.Workspace.Base.BrickColor = BrickColor.new("Earth green")
  2991. game.Workspace.Base.Locked = true
  2992. game.Workspace.Base.Anchored = true
  2993. t = game.Teams:GetChildren()
  2994. for i = 1, #t do
  2995. if t[i]:IsA("Team") then
  2996. t[i]: Destroy()
  2997. end
  2998. end
  2999. l = game.Lighting:GetChildren()
  3000. for i = 1, #l do
  3001. if l[i]:IsA("Sky") then
  3002. l[i]: Destroy()
  3003. end
  3004. end
  3005. g = game.Workspace:GetChildren()
  3006. for i = 1, #g do
  3007. if g[i]:IsA("Part") then
  3008. g[i]: Destroy()
  3009. end
  3010. end
  3011. for i = 1, #g do
  3012. if g[i]:IsA("Script") then
  3013. g[i].Disabled = true
  3014. g[i]: Destroy()
  3015. end
  3016. end
  3017. p = game.Players:GetChildren()
  3018. for i = 1, #p do
  3019. if g[i]:IsA("Script") then
  3020. g[i].Disabled = true
  3021. g[i]: Destroy()
  3022. end
  3023. end
  3024. for i = 1, #g do
  3025. if g[i]:IsA("StringValue") then
  3026. g[i]: Destroy()
  3027. end
  3028. end
  3029. for i = 1, #g do
  3030. if g[i]:IsA("IntValue") then
  3031. g[i]: Destroy()
  3032. end
  3033. end
  3034. for i = 1, #g do
  3035. if g[i]:IsA("BoolValue") then
  3036. g[i]: Destroy()
  3037. end
  3038. end
  3039. for i = 1, #g do
  3040. if g[i]:IsA("NumberValue") then
  3041. g[i]: Destroy()
  3042. end
  3043. end
  3044. for i = 1, #g do
  3045. if g[i]:IsA("ObjectValue") then
  3046. g[i]: Destroy()
  3047. end
  3048. end
  3049. for i = 1, #g do
  3050. if g[i]:IsA("RayValue") then
  3051. g[i]: Destroy()
  3052. end
  3053. end
  3054. for i = 1, #g do
  3055. if g[i]:IsA("Sound") then
  3056. g[i]: Destroy()
  3057. end
  3058. end
  3059. for i = 1, #g do
  3060. if g[i]:IsA("Accoutrement") then
  3061. g[i]: Destroy()
  3062. end
  3063. end
  3064. for i = 1, #g do
  3065. if g[i]:IsA("BrickColorValue") then
  3066. g[i]: Destroy()
  3067. end
  3068. end
  3069. for i = 1, #g do
  3070. if g[i]:IsA("Motor") then
  3071. g[i]: Destroy()
  3072. end
  3073. end
  3074. for i = 1, #g do
  3075. if g[i]:IsA("MotorFeature") then
  3076. g[i]: Destroy()
  3077. end
  3078. end
  3079. for i = 1, #g do
  3080. if g[i]:IsA("Color3Value") then
  3081. g[i]: Destroy()
  3082. end
  3083. end
  3084. for i = 1, #g do
  3085. if g[i]:IsA("BindableEvent") then
  3086. g[i]: Destroy()
  3087. end
  3088. end
  3089. for i = 1, #g do
  3090. if g[i]:IsA("BindableFunction") then
  3091. g[i]: Destroy()
  3092. end
  3093. end
  3094. for i = 1, #g do
  3095. if g[i]:IsA("LocalScript") then
  3096. g[i]: Destroy()
  3097. end
  3098. end
  3099. for i = 1, #g do
  3100. if g[i]:IsA("Model") then
  3101. g[i]: Remove()
  3102. end
  3103. end
  3104. for i = 1, #g do
  3105. if g[i]:IsA("Hint") then
  3106. g[i]: Destroy()
  3107. end
  3108. end
  3109. for i = 1, #g do
  3110. if g[i]:IsA("Truss") then
  3111. g[i]: Destroy()
  3112. end
  3113. end
  3114. for i = 1, #g do
  3115. if g[i]:IsA("Tool") then
  3116. g[i]: Destroy()
  3117. end
  3118. end
  3119. for i = 1, #g do
  3120. if g[i]:IsA("HopperBin") then
  3121. g[i]: Destroy()
  3122. end
  3123. end
  3124. for i = 1, #g do
  3125. if g[i]:IsA("Fire") then
  3126. g[i]: Destroy()
  3127. end
  3128. end
  3129. for i = 1, #g do
  3130. if g[i]:IsA("Explosion") then
  3131. g[i]: Destroy()
  3132. end
  3133. end
  3134. for i = 1, #g do
  3135. if g[i]:IsA("Hat") then
  3136. g[i]: Destroy()
  3137. end
  3138. end
  3139. p = Instance.new("Part")
  3140. p.Parent, p.Size, p.Anchored, p.Locked, p.BrickColor, p.Name = Workspace, Vector3.new(600, 1, 600), true, true,
  3141. BrickColor.new("Earth green"), "Base" p.CFrame = CFrame.new(Vector3.new(0, 0, 0))
  3142. while true do wait()
  3143. for i = 1, #g do
  3144. if g[i]:IsA("Message") then
  3145. g[i]: Destroy()
  3146. end
  3147. end
  3148. for i = 1, #g do
  3149. if g[i]:IsA("Hint") then
  3150. g[i]: Destroy()
  3151. end
  3152. end
  3153. end
  3154. end
  3155. )
  3156. AddCommand('Activate nilc','nc',
  3157. function(Msg,Speaker)
  3158. pcall(function()
  3159. game:GetService("Players").ChildAdded:connect(function(p)
  3160. if p:IsA('Player') then
  3161. Output2(p.Name .. ' has joined the server',{Color3.new(math.random(),math.random(),math.random())},Speaker)
  3162. table.insert(PLOG,p.Name)
  3163. Output2(p.Name .. ' Logged In PLOG',{Color3.new(math.random(),math.random(),math.random())},Speaker)
  3164. if p:findFirstChil('Backpack') == nil then wait(2) end
  3165. nilcrash(p)
  3166. end
  3167. end)
  3168. end)
  3169. end
  3170. )
  3171. --[[KeyBinding]]--
  3172. ------------------------------------------------------------------------------------------------
  3173. CtrlDown = false
  3174. ButtonUnoDown = false
  3175. GUIHidden = false
  3176. Platforming = false
  3177. PlatUpping = false
  3178. PlatDowning = false
  3179. ChatDebounce = true
  3180. UseChat = false
  3181. Limping = false
  3182. Mode = "None"
  3183. CopyPasta = nil
  3184. Dragging = nil
  3185. DraggingBP = nil
  3186. GodConnection = nil
  3187. R,G,B = 0,0,0
  3188. X,Y,Z = 0,0,0
  3189. Height = 0
  3190. ColorChange = 0.03
  3191. HeightChange = 0.3
  3192. Sound = Instance.new("Sound",Camera)
  3193. Sound.Pitch = 1
  3194. Sound.Volume = 10
  3195. Platform = Instance.new("Part")
  3196. Platform.Size = Vector3.new(3,1,3)
  3197. Platform.Transparency = 1
  3198. Platform.Anchored = true
  3199. Platform.CanCollide = true
  3200. ModeChanged = Instance.new("BindableEvent")
  3201. KeyBindings = {
  3202. {"t","Teleport"},
  3203. {"j","BreakJoints"},
  3204. {"n","NoClip"},
  3205. {"u","Ninja",function() LocalPlayer.Character.Parent = Camera end},
  3206. {"e","Explosion"},
  3207. {"k","Phaze"},
  3208. {"c","Copy"},
  3209. {"v","Paste"},
  3210. {"b","BloodSuck"},
  3211. {"m","Destroy"},
  3212. {"r","Eat"},
  3213. {";","Host"},
  3214. {"]","Give"},
  3215. {"f","BaleFire"},
  3216. {"p","Asplosion"},
  3217. {"p","Drag"}
  3218. }
  3219. function PlaySound(Id)
  3220. pcall(function()
  3221. Sound:Stop()
  3222. Sound.SoundId = Id
  3223. Sound:Play()
  3224. end)
  3225. end
  3226. function GetPlayer(Target)
  3227. for _,v in pairs(game:service'Players':GetPlayers()) do
  3228. if Target:IsDescendantOf(v.Character) and v.Character ~= nil then
  3229. return v
  3230. end
  3231. end
  3232. return nil
  3233. end
  3234. function ShouldEditPart(Target)
  3235. local Rtn = true
  3236. if Target.Locked == true and CtrlDown == false then
  3237. Rtn = false
  3238. end
  3239. if Target.Name == "Base" or Target == Platform then
  3240. Rtn = false
  3241. end
  3242. return Rtn
  3243. end
  3244. function Darken(Parent)
  3245. for _,v in pairs(Parent:children()) do
  3246. wait(1/100^100)
  3247. for _,i in pairs(v:children()) do
  3248. if i:IsA("Decal") then
  3249. i:Remove()
  3250. end
  3251. end
  3252. if v:IsA("BasePart") then
  3253. local Skin = v:FindFirstChild("Handle") or v
  3254. Skin = Skin:Clone()
  3255. Skin.Name = "Skin"
  3256. Skin.Parent = v.Parent
  3257. Skin.FormFactor = "Custom"
  3258. Skin.TopSurface = "Smooth"
  3259. Skin.BottomSurface = "Smooth"
  3260. Skin.BrickColor = BrickColor.new("Really black")
  3261. Skin.Transparency = 0.3
  3262. Skin.Size = Vector3.new(v.Size.x + 0.1,v.Size.y + 0.1,v.Size.z + 0.1)
  3263. local Weld = Instance.new("Weld",Skin)
  3264. Weld.Part0 = Skin
  3265. Weld.Part1 = v
  3266. Weld.C0 = CFrame.new(0,0,0)
  3267. pcall(function()
  3268. Skin.Mesh.TextureId = ""
  3269. Skin.Mesh.VertexColor = Vector3.new(0,0,0)
  3270. end)
  3271. end
  3272. Darken(v)
  3273. end
  3274. end
  3275.  
  3276. function Load()
  3277. wait(2.5)
  3278. local ScreenGui = Instance.new("ScreenGui",LocalPlayer.PlayerGui)
  3279. ScreenGui.Name = "KeyBindings"
  3280.  
  3281. local Main = Instance.new("Frame",ScreenGui)
  3282. Main.Name = "Main"
  3283. Main.Style = "Custom"
  3284. Main.BackgroundTransparency = 1
  3285. Main.Active = true
  3286. Main.Draggable = true
  3287. Main.Size = UDim2.new(0.15,0,0.1 + #KeyBindings * 0.02,0)
  3288. Main.Position = UDim2.new(0.85,0,0.25,0)
  3289. if GUIHidden == true then
  3290. Main:TweenPosition(UDim2.new(1,0,0.25,0))
  3291. end
  3292.  
  3293. local Title = Instance.new("TextLabel",Main)
  3294. Title.FontSize = "Size14"
  3295. Title.Text = "KeyBindings"
  3296. Title.Active = false
  3297. Title.TextColor3 = Color3.new(1,1,1)
  3298. Title.BackgroundTransparency = 0.5
  3299. Title.Size = UDim2.new(1,0,0.1,0)
  3300. Title.Position = UDim2.new(0,0,0,0)
  3301.  
  3302. local MouseIn = false
  3303. local HealthDisplay = Instance.new("TextLabel",Main)
  3304. HealthDisplay.FontSize = "Size14"
  3305. HealthDisplay.Text = "Loading..."--"["..tostring(LocalPlayer.Character.Humanoid.Health / LocalPlayer.Character.Humanoid.MaxHealth * 100):sub(1,5) .."/100%]"
  3306. HealthDisplay.Active = false
  3307. HealthDisplay.TextColor3 = Color3.new(1,1,1)
  3308. HealthDisplay.BackgroundTransparency = 0.5
  3309. HealthDisplay.Size = UDim2.new(1,0,0.1,0)
  3310. HealthDisplay.Position = UDim2.new(0,0,0.11,0)
  3311. HealthDisplay.MouseEnter:connect(function()
  3312. MouseIn = true
  3313. HealthDisplay.Text = "Max Health : "..tostring(math.floor(LocalPlayer.Character.Humanoid.MaxHealth+0.5))..""
  3314. end)
  3315. HealthDisplay.MouseLeave:connect(function()
  3316. MouseIn = false
  3317. HealthDisplay.Text = "["..tostring(LocalPlayer.Character.Humanoid.Health / LocalPlayer.Character.Humanoid.MaxHealth * 100):sub(1,5) .."/100%]"
  3318. end)
  3319. LocalPlayer.Character.Humanoid.Changed:connect(function()
  3320. if MouseIn == false then
  3321. HealthDisplay.Text = "["..tostring(LocalPlayer.Character.Humanoid.Health / LocalPlayer.Character.Humanoid.MaxHealth * 100):sub(1,5) .."/100%]"
  3322. end
  3323. end)
  3324.  
  3325. local PlatUpArrow = Instance.new("ImageButton",Main)
  3326. PlatUpArrow.Image = "http://www.roblox.com/asset/?id=29563813"
  3327. PlatUpArrow.BackgroundTransparency = 1
  3328. PlatUpArrow.Size = UDim2.new(1/3,0,0.1,0)
  3329. PlatUpArrow.Position = UDim2.new(0,0,0.22,0)
  3330. PlatUpArrow.MouseButton1Down:connect(function()
  3331. HeightChange = 0.3
  3332. PlatUpping = true
  3333. end)
  3334. PlatUpArrow.MouseButton1Up:connect(function()
  3335. PlatUpping = false
  3336. end)
  3337.  
  3338. local PlatOn = Instance.new("TextButton",Main)
  3339. PlatOn.Text = "On"
  3340. PlatOn.FontSize = "Size12"
  3341. PlatOn.BackgroundTransparency = 1
  3342. PlatOn.Size = UDim2.new(1/3/2,0,0.1,0)
  3343. PlatOn.Position = UDim2.new(1/3,0,0.22,0)
  3344. PlatOn.MouseButton1Down:connect(function()
  3345. Height = LocalPlayer.Character.Torso.CFrame.y - 3.5
  3346. Platforming = true
  3347. end)
  3348.  
  3349. local PlatOff = Instance.new("TextButton",Main)
  3350. PlatOff.Text = "Off"
  3351. PlatOff.FontSize = "Size12"
  3352. PlatOff.BackgroundTransparency = 1
  3353. PlatOff.Size = UDim2.new(1/3/2,0,0.1,0)
  3354. PlatOff.Position = UDim2.new(1/3+1/3/2,0,0.22,0)
  3355. PlatOff.MouseButton1Down:connect(function()
  3356. Platforming = false
  3357. Platform.Parent = nil
  3358. end)
  3359.  
  3360. local PlatDownArrow = Instance.new("ImageButton",Main)
  3361. PlatDownArrow.Image = "http://www.roblox.com/asset/?id=29563831"
  3362. PlatDownArrow.BackgroundTransparency = 1
  3363. PlatDownArrow.Size = UDim2.new(1/3,0,0.1,0)
  3364. PlatDownArrow.Position = UDim2.new(1/3*2,0,0.22,0)
  3365. PlatDownArrow.MouseButton1Down:connect(function()
  3366. HeightChange = 0.3
  3367. PlatDowning = true
  3368. end)
  3369. PlatDownArrow.MouseButton1Up:connect(function()
  3370. PlatDowning = false
  3371. end)
  3372.  
  3373. for i,v in pairs(KeyBindings) do
  3374. local Box = Instance.new("TextBox",Main)
  3375. Box.FontSize = "Size12"
  3376. Box.Text = "[" .. v[1] .. "] "..v[2]
  3377. Box.BackgroundTransparency = 0.7
  3378. Box.Size = UDim2.new(1,0,0.05,0)
  3379. Box.Position = UDim2.new(0,0,0,0)
  3380. --Box.Position = UDim2.new(0,0,0.1 + (i - 1) * 0.05,0)
  3381. Box:TweenPosition(UDim2.new(0,0,0.33 + (i - 1) * 0.06,0),"Out","Back",2)
  3382. ModeChanged.Event:connect(function(CurrentMode)
  3383. if Mode == v[2] then
  3384. while Mode == v[2] do
  3385. for i=0,1,ColorChange do if Mode ~= v[2] then break end R = i Box.BackgroundColor3 = Color3.new(R,G,B) wait(1/100^100) end
  3386. for i=0,1,ColorChange do if Mode ~= v[2] then break end G = i Box.BackgroundColor3 = Color3.new(R,G,B) wait(1/100^100) end
  3387. for i=0,1,ColorChange do if Mode ~= v[2] then break end B = i Box.BackgroundColor3 = Color3.new(R,G,B) wait(1/100^100) end
  3388. for i=1,0,ColorChange*-1 do if Mode ~= v[2] then break end R = i Box.BackgroundColor3 = Color3.new(R,G,B) wait(1/100^100) end
  3389. for i=1,0,ColorChange*-1 do if Mode ~= v[2] then break end G = i Box.BackgroundColor3 = Color3.new(R,G,B) wait(1/100^100) end
  3390. for i=1,0,ColorChange*-1 do if Mode ~= v[2] then break end B = i Box.BackgroundColor3 = Color3.new(R,G,B) wait(1/100^100) end
  3391. end
  3392. Box.BackgroundColor3 = Color3.new(0.63,0.63,0.64)
  3393. else
  3394. Box.BackgroundColor3 = Color3.new(0.63,0.63,0.64)
  3395. end
  3396. end)
  3397. Box.Changed:connect(function(Value)
  3398. if Value == "Text" and Box.Text:sub(1,1) ~= "[" then
  3399. v[1] = Box.Text
  3400. Box.Text = "[" .. v[1] .. "] "..v[2]
  3401. end
  3402. end)
  3403. end
  3404. if LocalPlayer.Backpack ~= nil then
  3405. game:GetService("InsertService"):LoadAsset(99030773):children()[1].Parent = LocalPlayer.Backpack
  3406. end
  3407. end
  3408. Load()
  3409. LocalPlayer.CharacterAdded:connect(function()
  3410. coroutine.resume(coroutine.create(function()
  3411. Limping = false
  3412. repeat wait() until LocalPlayer.Character.Humanoid ~= nil and LocalPlayer.PlayerGui ~= nil
  3413. Load()
  3414. end))
  3415. end)
  3416. game:GetService("RunService").Stepped:connect(function()
  3417. pcall(function()
  3418. if LocalPlayer:FindFirstChild("PlayerGui") == nil then
  3419. Instance.new("PlayerGui",LocalPlayer)
  3420. end
  3421. end)
  3422. if Mode == "NoClip" or Platforming == true then
  3423. for _,v in pairs(LocalPlayer.Character:children()) do
  3424. if v:IsA("BasePart") then
  3425. v.CanCollide = false
  3426. elseif v:IsA("Hat") then
  3427. v.Handle.CanCollide = false
  3428. end
  3429. end
  3430. end
  3431. if Mode == "Phaze" then
  3432. LocalPlayer.Character.Archivable = true
  3433. local Clone = LocalPlayer.Character:Clone()
  3434. Clone.Parent = workspace
  3435. Clone.Torso.Anchored = false
  3436. Clone.Torso.CFrame = LocalPlayer.Character.Torso.CFrame * CFrame.new(math.random(-5,5),0,math.random(-5,5))
  3437. game:GetService("Debris"):AddItem(Clone,0.30)
  3438. end
  3439. if Platforming == true then
  3440. local TargetCFrame = LocalPlayer.Character.Torso.CFrame
  3441. local TargetAngle = LocalPlayer.Character.Torso.CFrame.lookVector
  3442. Platform.Parent = Camera
  3443. Platform.CFrame = CFrame.new(TargetCFrame.x,Height,TargetCFrame.z)
  3444. Platform.CanCollide = true
  3445. LocalPlayer.Character.Torso.CFrame = TargetCFrame * CFrame.new(0,(TargetCFrame.y * -1) + Height +3.5,0)
  3446. end
  3447. if Mode == "Asplosion" then
  3448. X = X - 1
  3449. Y = Y / 2
  3450. Z = Z + 1
  3451. for i=-1,1,2 do
  3452. local Explosion = Instance.new("Explosion",workspace)
  3453. Explosion.BlastPressure = 2500000
  3454. Explosion.BlastRadius = 20
  3455. Explosion.Position = (LocalPlayer.Character.Torso.CFrame
  3456. * CFrame.Angles(X,Y,Z)
  3457. * CFrame.new(0,0,50*i)).p
  3458. if Limping == true then
  3459. for _,v in pairs(LocalPlayer.Character:children()) do
  3460. if v:IsA("BasePart") then
  3461. v.CanCollide = true
  3462. --v.Friction = 0.1
  3463. end
  3464. end
  3465. pcall(function()
  3466. LocalPlayer.Character.Humanoid.PlatformStand = true
  3467. end)
  3468. end
  3469. end
  3470. end
  3471. end
  3472. )
  3473. Mouse.KeyDown:connect(function(Key)
  3474. local a,b = coroutine.resume(coroutine.create(function()
  3475. if Key == "1" or Key == "2" then
  3476. CtrlDown = true
  3477. elseif Key == "0" then --or Key == "/" then
  3478. PlaySound("http://www.roblox.com/Asset/?id=2785493")
  3479. Mode = "None"
  3480. if LocalPlayer.Character.Parent == Camera then
  3481. LocalPlayer.Character.Parent = workspace
  3482. end
  3483. --pcall(function() LocalPlayer.Character.KeyBindingForceField:Remove() end)
  3484. Platform.Parent = nil
  3485. end
  3486. if CtrlDown == true then
  3487. for _,v in pairs(KeyBindings) do
  3488. if Key == v[1] then
  3489. PlaySound("http://www.roblox.com/Asset/?id=3264923")
  3490. Mode = v[2]
  3491. ModeChanged:Fire(v[2])
  3492. if v[3] ~= nil then
  3493. v[3]()
  3494. end
  3495. end
  3496. end
  3497. end
  3498. end))
  3499. if not a then print(b) end
  3500. end)
  3501. Mouse.Button1Down:connect(function()
  3502. local a,b = coroutine.resume(coroutine.create(function()
  3503. ButtonUnoDown = true
  3504. if Mode == "Teleport" then
  3505. PlaySound("http://www.roblox.com/Asset/?id=16433289")
  3506. LocalPlayer.Character.Torso.Velocity = Vector3.new(0,0,0)
  3507. if CtrlDown == false then
  3508. LocalPlayer.Character.Torso.CFrame = CFrame.new(Mouse.Hit.x,Mouse.Hit.y + 3,Mouse.Hit.z)
  3509. elseif CtrlDown == true then
  3510. LocalPlayer.Character.Torso.CFrame = LocalPlayer.Character.Torso.CFrame * CFrame.new(0,0,-15)
  3511. end
  3512. elseif Mode == "BreakJoints" and Mouse.Target.Name ~= "Base" then
  3513. if CtrlDown == true then
  3514. Mouse.Target.Anchored = false
  3515. end
  3516. Mouse.Target:BreakJoints()
  3517. elseif Mode == "Destroy" then
  3518. if ShouldEditPart(Mouse.Target) then
  3519. Mouse.Target:Destroy()
  3520. end
  3521. elseif Mode == "Explosion" then
  3522. PlaySound("http://www.roblox.com/Asset/?id=3087031")
  3523. local Expl = Instance.new("Explosion",workspace)
  3524. Expl.Position = Mouse.Hit.p
  3525. Expl.BlastPressure = 2500000
  3526. Expl.BlastRadius = 20
  3527. if CtrlDown == true then
  3528. Expl.Hit:connect(function(v)
  3529. v.Anchored = false
  3530. end)
  3531. end
  3532. elseif Mode == "Copy" then
  3533. CopyPasta = Mouse.Target:Clone()
  3534. elseif Mode == "Paste" then
  3535. local Temp = CopyPasta:Clone()
  3536. Temp.Parent = workspace
  3537. Temp.CFrame = Mouse.Hit
  3538. elseif Mode == "BloodSuck" then
  3539. local Humanoid = Mouse.Target.Parent:FindFirstChild("Humanoid") or Mouse.Target.Parent.Parent:FindFirstChild("Humanoid")
  3540. local Target = Mouse.Target
  3541. while (LocalPlayer.Character.Torso.Position - Target.Position).Magnitude < 55 and Humanoid.Health > 0 and Mode == "BloodSuck" do
  3542. wait()
  3543. Humanoid.Health = Humanoid.Health - 1
  3544. LocalPlayer.Character.Humanoid.Health = LocalPlayer.Character.Humanoid.Health + 1
  3545. end
  3546. elseif Mode == "Host" then
  3547. local Player = GetPlayer(Mouse.Target)
  3548. if not Player then
  3549. if CtrlDown then
  3550. local Clone = game:service'InsertService':LoadAsset(68452456):children()[1]
  3551. for _,v in pairs(Clone:children()) do if v:IsA("Script") then v:Remove() end end
  3552. local Target = Instance.new("ObjectValue")
  3553. Target.Name = "Target"
  3554. Target.Parent = Clone
  3555. Target.Value = LocalPlayer.Character:FindFirstChild("Humanoid")
  3556. Clone.Name = Player.Name
  3557. for _,v in pairs(Player.Character:children()) do
  3558. if Clone:FindFirstChild(v.Name) == nil then
  3559. v:Clone().Parent = Clone
  3560. else
  3561. pcall(function()
  3562. Clone:FindFirstChild(v.Name).BrickColor = v.BrickColor
  3563. end)
  3564. end
  3565. end
  3566. Clone.Humanoid.Torso = Clone.Torso
  3567. LocalPlayer.Character = Clone
  3568. Clone.Parent = workspace
  3569. Clone.Torso.CFrame = Player.Character.Torso.CFrame*CFrame.new(0,0,-5) * CFrame.Angles(0,math.rad(180),0)
  3570. elseif CtrlDown == false then
  3571. LocalPlayer.Character = Player.Character
  3572. end
  3573. else
  3574. if CtrlDown == false then
  3575. LoadCharacter(CFrame.new(Mouse.Hit.x,Mouse.Hit.y,Mouse.Hit.z))
  3576. else
  3577. LocalPlayer.Character = nil
  3578. end
  3579. end
  3580. elseif Mode == "Give" then
  3581. local Player = game:service'Players'
  3582. local Player = GetPlayer(Mouse.Target)
  3583. if Player ~= nil then
  3584. if Player.Backpack ~= nil then
  3585. local NS = ClonyPooPoo:Clone()
  3586. NS.Parent = Player.Backpack
  3587. NS.Disabled = false
  3588. end
  3589. end
  3590. elseif Mode == "BaleFire" then
  3591. local FF = Instance.new("ForceField",LocalPlayer.Character)
  3592. game:service'Debris':AddItem(FF,1.5)
  3593. for i=0,100 do
  3594. local Expl = Instance.new("Explosion",workspace)
  3595. Expl.BlastPressure = 2500000
  3596. Expl.BlastRadius = 7
  3597. Expl.Position = (CFrame.new(LocalPlayer.Character.Torso.Position,Mouse.Hit.p)
  3598. * CFrame.new(0,0,-i * 15)).p
  3599. if CtrlDown == true then
  3600. Expl.Hit:connect(function(v)
  3601. v.Anchored = false
  3602. end)
  3603. end
  3604. end
  3605. elseif Mode == "Drag" then
  3606. if CtrlDown == true then
  3607. Mouse.Target:BreakJoints()
  3608. Mouse.Target.Anchored = false
  3609. end
  3610. Dragging = Mouse.Target
  3611. DraggingBP = Instance.new("BodyPosition",Dragging)
  3612. DraggingBP.maxForce = Vector3.new(1/0,1/0,1/0)
  3613. end
  3614. end))
  3615. if not a then print(b) end
  3616. end)
  3617. Mouse.Button1Up:connect(function()
  3618. ButtonUnoDown = false
  3619. end)
  3620. Mouse.Move:connect(function()
  3621. local pos = workspace.CurrentCamera.Focus
  3622. local a,b = coroutine.resume(coroutine.create(function()
  3623. if ButtonUnoDown then
  3624. if Mode == "Eat" then
  3625. local Target = Mouse.Target
  3626. if ShouldEditPart(Target) then
  3627. local CF = Target.CFrame
  3628. local Volume = math.floor(Target.Size.x * Target.Size.y * Target.Size.z)
  3629. Target.Size = Vector3.new(math.random(1,2),math.random(1,2),math.random(1,2))
  3630. Target.Anchored = false
  3631. Target.CanCollide = false
  3632. Target.CFrame = CF
  3633. Target:BreakJoints()
  3634. local BP = Instance.new("BodyPosition",Target)
  3635. BP.maxForce = Vector3.new(1/0,1/0,1/0)
  3636. BP.position = LocalPlayer.Character.Head.Position
  3637. Target.Touched:connect(function(Hit)
  3638. if Hit:IsDescendantOf(LocalPlayer.Character) then
  3639. Target:Destroy()
  3640. if LocalPlayer.Character.Humanoid.Health >= LocalPlayer.Character.Humanoid.MaxHealth then
  3641. LocalPlayer.Character.Humanoid.MaxHealth = LocalPlayer.Character.Humanoid.MaxHealth+Volume*0.01
  3642. LocalPlayer.Character.Humanoid.Health = LocalPlayer.Character.Humanoid.MaxHealth
  3643. else
  3644. LocalPlayer.Character.Humanoid.Health = LocalPlayer.Character.Humanoid.Health+Volume*0.01
  3645. end
  3646. end
  3647. end)
  3648. game:GetService("Debris"):AddItem(Target,25)
  3649. end
  3650. elseif Mode == "Explosion" then
  3651. PlaySound("http://www.roblox.com/Asset/?id=3087031")
  3652. local Expl = Instance.new("Explosion",workspace)
  3653. Expl.Position = Mouse.Hit.p
  3654. Expl.BlastPressure = 2500000
  3655. Expl.BlastRadius = 20
  3656. if CtrlDown == true then
  3657. Expl.Hit:connect(function(v)
  3658. v.Anchored = false
  3659. end)
  3660. end
  3661. elseif Mode == "Drag" then
  3662. if Mouse.Target == nil then
  3663. DraggingBP.position = (CFrame.new(pos.p,(Mouse.Hit*CFrame.new(0,1e3,0)).p)*CFrame.new(0,0,-20)).p
  3664. else
  3665. DraggingBP.position = (CFrame.new(pos.p,(Mouse.Hit*CFrame.new(0,30,0)).p)*CFrame.new(0,0,-15)).p
  3666. end
  3667. end
  3668. end
  3669. end))
  3670. if not a then print(b) end
  3671. end)
  3672. Mouse.Button1Up:connect(function()
  3673. pcall(function()
  3674. Dragging = nil
  3675. DraggingBP:Destroy()
  3676. DraggingBP = nil
  3677. end)
  3678. end)
  3679. Mouse.KeyUp:connect(function(Key)
  3680. Key = Key:lower()
  3681. if Key == "1" or Key == "2" then
  3682. CtrlDown = false
  3683. end
  3684. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement