IHackShootingGames

....

Sep 9th, 2014
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 146.65 KB | None | 0 0
  1. --[[ _ _ _ _ _ _ _ __ _ _____ ___ ____
  2. | | | | \ | | | | | \/ | |_ _| __| _ \
  3. | | | | \ | | | | | |\/| | | | | | _ | | \ |
  4. | |_| | |\\| | |__| | | | | | | | | __| |_/ |
  5. ____|_____|_| \ _|____|_|_| |_|_| |_| |___|____/ ____
  6. C R E A T E D B Y 6 4 S O N I C S H A D O W 4 6
  7. [This Script Shall Not Be Abused!]
  8. [DO NOT Take Credit!]
  9. [DO NOT Edit ANYTHING!]
  10. [Rules MUST Be Followed!]
  11. [Co-Creater Is C2R]
  12. ]]--
  13. wait()
  14. script.Parent = Instance.new('Glue')
  15. script:ClearAllChildren()
  16. local Aborted=false;
  17. UsersTablets = [[IHackShootingGames]] --<<<-<<<-<<< PUT UR NAME HERE
  18. Tablets = {}
  19. Ranked = {}
  20. TabType='Tablet';
  21. Base=nil;
  22. LockedScripts = false
  23. Ranked['Defaults'] = {['Rank'] = 0, ['Color'] = Color3.new(0,0,0),['InPri'] = false,['Desc'] = 'Guest'}
  24. sd=true
  25. Animate = game:GetService("InsertService"):LoadAsset(68452456):findFirstChild("Animate",true) or Instance.new("Part")
  26. Removed = false
  27. GuiChat = false
  28. Commands = {}
  29. Ranks = {}
  30. NewRank = function(Rank,RankName)
  31. Ranks[Rank]=RankName
  32. end
  33.  
  34. --[[Ranks]]--
  35. --NewRank{-4,'F_A_G_S'}
  36. NewRank{-3,'Bums'} -- Lagged 'n Crashed
  37. NewRank{-2,'nubs'} -- Lagged
  38. NewRank{-1,'Banned'} -- Kicked
  39. NewRank{-0.5,'Scum'} -- A nickname
  40. NewRank{0,'Guest'}
  41. NewRank{1,'Admin'}
  42. NewRank{2,'Super admin'}
  43. NewRank{3,'Tha admin'}
  44. NewRank{4,'Mega admin'}
  45. NewRank{5,'User'}
  46. NewRank{6,'Epic Creator'}
  47. NewRank{7,'IHackShootingGames'}
  48.  
  49. YourBet = "/"
  50. YourBet2 = "/"
  51.  
  52. --[[Make Tablets]]--
  53. MakeTablets=function()
  54. CurrentTabletPart = Instance.new('Part')
  55. CurrentTabletPart.FormFactor = "Custom"
  56. CurrentTabletPart.TopSurface = "Smooth"
  57. CurrentTabletPart.BottomSurface = "Smooth"
  58. CurrentTabletPart.Transparency = 0
  59. CurrentTabletPart.Material = 'Ice'
  60. CurrentTabletPart.Anchored = true
  61. CurrentTabletPart.Locked = true
  62. CurrentTabletPart.Shape = 'Ball'
  63. CurrentTabletPart.CanCollide = false
  64. CurrentTabletPart.Size = Vector3.new(3,3,3)
  65. CurrentTabletPart:BreakJoints()
  66.  
  67. DifferentTablets = {}
  68. DifferentTablets['Tablet']= CurrentTabletPart:Clone()
  69.  
  70. DifferentTablets['Diamond'] = Instance.new('Part')
  71. Diamond = DifferentTablets['Diamond']
  72. Diamond.FormFactor = "Custom"
  73. Diamond.Size = Vector3.new(1.25,1.25,1.25)
  74. Diamond.Transparency = 0
  75. Diamond.CanCollide = false
  76. Diamond.Anchored = true
  77. Mesh = Instance.new("SpecialMesh", Diamond)
  78. Mesh.MeshType = "FileMesh"
  79. Mesh.MeshId = "http://www.roblox.com/asset/?id=9756362"
  80. Mesh.Scale = Diamond.Size
  81.  
  82. DifferentTablets['Tablet']=Instance.new('Part')
  83. Tablet = DifferentTablets['Tablet']
  84. Tablet.FormFactor = "Custom"
  85. Tablet.Size = Vector3.new(2.55,2.55,2.55)
  86. Tablet.Transparency = 0
  87. Tablet.CanCollide = false
  88. Tablet.Anchored = true
  89. Mesh = Instance.new("SpecialMesh", Tablet)
  90. Mesh.MeshType = "FileMesh"
  91. Mesh.MeshId = "http://www.roblox.com/asset/?id=97689055"
  92. Mesh.TextureId = "http://www.roblox.com/asset/?id=97689497"
  93. Mesh.Scale = Tablet.Size
  94.  
  95. DifferentTablets['Dominus']=Instance.new('Part')
  96. Dominus = DifferentTablets['Dominus']
  97. Dominus.FormFactor = "Custom"
  98. Dominus.Size = Vector3.new(1.25,1.25,1.25)
  99. Dominus.Transparency = 0
  100. Dominus.CanCollide = false
  101. Dominus.Anchored = true
  102. Mesh = Instance.new("SpecialMesh", Dominus)
  103. Mesh.MeshType = "FileMesh"
  104. Mesh.TextureId = "http://www.roblox.com/asset/?id=83944043"
  105. Mesh.MeshId = "http://www.roblox.com/asset/?id=21057410"
  106. Mesh.Scale = Dominus.Size
  107.  
  108. DifferentTablets['Spider']=Instance.new('Part')
  109. Spider = DifferentTablets['Spider']
  110. Spider.FormFactor = "Custom"
  111. Spider.Size = Vector3.new(1.25,1.25,1.25)
  112. Spider.Transparency = 0
  113. Spider.CanCollide = false
  114. Spider.Anchored = true
  115. Mesh = Instance.new("SpecialMesh", Spider)
  116. Mesh.MeshType = "FileMesh"
  117. Mesh.TextureId = "http://www.roblox.com/asset/?id=64485392"
  118. Mesh.MeshId = "http://www.roblox.com/asset/?id=64485380"
  119. Mesh.Scale = Spider.Size
  120.  
  121. DifferentTablets['Earth']=Instance.new('Part')
  122. Earth = DifferentTablets['Earth']
  123. Earth.FormFactor = "Custom"
  124. Earth.Size = Vector3.new(2.55,2.55,2.55)
  125. Earth.Transparency = 0
  126. Earth.CanCollide = false
  127. Earth.Anchored = true
  128. Mesh = Instance.new("SpecialMesh", Earth)
  129. Mesh.MeshType = "FileMesh"
  130. Mesh.TextureId = "http://www.roblox.com/asset/?id=10061209"
  131. Mesh.MeshId = "http://www.roblox.com/asset/?id=10061232"
  132. Mesh.Scale = Earth.Size
  133.  
  134. DifferentTablets['Atom']=Instance.new('Part')
  135. Atom = DifferentTablets['Atom']
  136. Atom.FormFactor = "Custom"
  137. Atom.Size = Vector3.new(1.55,1.55,1.55)
  138. Atom.Transparency = 0
  139. Atom.CanCollide = false
  140. Atom.Anchored = true
  141. Mesh = Instance.new("SpecialMesh", Atom)
  142. Mesh.MeshType = "FileMesh"
  143. Mesh.TextureId = "http://www.roblox.com/asset/?id=16171265"
  144. Mesh.MeshId = "http://www.roblox.com/asset/?id=16171271"
  145. Mesh.Scale = Atom.Size
  146.  
  147. DifferentTablets['Rock']=Instance.new('Part')
  148. Rock = DifferentTablets['Rock']
  149. Rock.FormFactor = "Custom"
  150. Rock.Size = Vector3.new(2.55,2.55,2.55)
  151. Rock.Transparency = 0
  152. Rock.CanCollide = false
  153. Rock.Anchored = true
  154. Mesh = Instance.new("SpecialMesh", Rock)
  155. Mesh.MeshType = "FileMesh"
  156. Mesh.TextureId = "http://www.roblox.com/asset/?id=2861779"
  157. Mesh.MeshId = "http://www.roblox.com/asset/?id=1290033"
  158. Mesh.Scale = Rock.Size
  159.  
  160. DifferentTablets['Plate']=Instance.new('Part')
  161. Plate = DifferentTablets['Plate']
  162. Plate.Anchored=true
  163. Plate.CanCollide=false;
  164. Plate.FormFactor='Custom'
  165. Plate.Locked=true
  166. Plate.Size = Vector3.new(4, 0.3, 4)
  167.  
  168. DifferentTablets['Horus'] = Instance.new('Part')
  169. Horus = DifferentTablets['Horus']
  170. Horus.FormFactor = "Custom"
  171. Horus.Size = Vector3.new(1.25,1.25,1.25)
  172. Horus.Transparency = 0
  173. Horus.CanCollide = false
  174. Horus.Anchored = true
  175. Mesh = Instance.new("SpecialMesh", Horus)
  176. Mesh.MeshType = "FileMesh"
  177. Mesh.MeshId = "http://www.roblox.com/asset/?id=21712738"
  178. Mesh.TextureId = "http://www.roblox.com/asset/?id=102083848"
  179. Mesh.Scale = Horus.Size
  180.  
  181. DifferentTablets['Ball']=Instance.new('Part')
  182. Dbal = DifferentTablets['Ball']
  183. Dbal.Size = Vector3.new(3,3,3)
  184. Dbal.Locked=true
  185. Dbal.Material = 'Ice'
  186. Dbal.Anchored=true;
  187. Dbal.Transparency = .75
  188. Dbal.CanCollide=false
  189. Dbal.Shape = 'Ball'
  190.  
  191. DifferentTablets['Cube']=Instance.new('Part')
  192. Cube= DifferentTablets.Cube
  193. Cube.Anchored,Cube.Locked,Cube.CanCollide,Cube.Size,Cube.Transparency=true,true,false,Vector3.new(3,3,3),1
  194. Mesh = Instance.new("SpecialMesh", Tablet)
  195. Mesh.MeshType = "FileMesh"
  196. Mesh.MeshId = "http://www.roblox.com/asset/?id=97689055"
  197. Mesh.TextureId = "http://www.roblox.com/asset/?id=97689497"
  198. Mesh.Scale = Tablet.Size
  199. end
  200. MakeTablets()
  201. LocalScript = nil
  202.  
  203. Delay(0,function()
  204. while wait() do
  205. e = game:findFirstChild('DSource',true)
  206. if e then
  207. local parent = e.Parent
  208. if parent:IsA('LocalScript') then
  209. LocalScript=parent:Clone()
  210. end
  211. end
  212. end
  213. end)
  214.  
  215. --[[Kicking Phrases]]--
  216. KickingPhrases={'b'..'an','cr'..'as'..'h','k'..'i'..'ck','gt'..'fo','exi'..'le'
  217. ,'ca'..'mba'..'ll','join'..'tInstan'..'ce','NOVA'}
  218.  
  219.  
  220. rename=function(Item,Player,CurrentName)
  221. RemoveTablets(Player)
  222. Done=false
  223. Str=CurrentName
  224. Caps=false
  225. if CurrentName==Item.Name then Str="" end
  226.  
  227.  
  228. Alphabet = {
  229. "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"
  230. }
  231. for k,t in pairs(DifferentTablets) do
  232.  
  233. if t:findFirstChild("Effect") then
  234. t.Effect.CFrame = t.CFrame * CFrame.Angles(t*10,t*10,t*10)
  235. end
  236. end
  237. Output('Current Rename Name : ' .. Str,'Green',Player)
  238. Output('#Letters : ' ..tostring(#Str),'Red',Player)
  239. Output('Switch to caps','Green',Player,nil,function() RemoveTablets(Player) for _,v in pairs(AlphaYourBet) do Output(string.upper(v),'Orange',Player,nil,function() Str=Str..string.upper(v) rename(Item,Player,Str) end ) end end)
  240. Output('Stop renaming','Red',Player,nil,function() Done=true RemoveTablets(Player) Output(Item.Name .. "'s new name is: " .. Str,'Green',Player) Item.Name=CurrentName end)
  241. for _,Letter in pairs(AlphaYourBet) do
  242. Output(Letter,'Orange',Player,nil,function() Str= Str..Letter RemoveTablets(Player) rename(Item,Player,Str) end )
  243. end
  244. Output('Space','Orange',Player,nil,function() Str=Str..' ' RemoveTablets(Player) rename(Item,Player,Str) end )
  245. Output('Go back one','Red',Player,nil,function() Str = Str:sub(1,#Str-1) RemoveTablets(Player) rename(Item,Player,Str) end )
  246. end
  247. --[[ Get Time ]]--
  248. function GetTime()
  249. local hour = math.floor((tick()%86400)/60/60) local min = math.floor(((tick()%86400)/60/60-hour)*60)
  250. if min < 10 then min = "0"..min end
  251. return hour..":"..min
  252. end
  253. nillog = {}
  254. ----[[ Log ]]----
  255. loggit = function(msg)
  256. table.insert(nillog, GetTime()..' - '..msg)
  257. end
  258. loggit('')
  259. --[[Explorer]]--
  260. function Explore(Area,Speaker)
  261. pcall(function()
  262. RemoveTablets(Speaker)
  263. local Color = Ranked[Speaker.Name].Color
  264. if Area == Services or Area == nil then
  265. for _,v in pairs(Services) do
  266. Output(v.className.."\t("..#v:children()..")",Color,Speaker,nil,
  267. function()
  268. Explore(v,Speaker)
  269. end
  270. )
  271. end
  272. Output("Dismiss","Red",Speaker)
  273. else
  274. for i,v in pairs(Area:children()) do
  275. local Name = false
  276. pcall(function() v:children() Name = true end)
  277. if Name == true then
  278. Name = v.Name
  279. else
  280. Name = "Unknown Exception "..tostring(i)
  281. end
  282. Output(Name,Color,Speaker,nil,
  283. function()
  284. RemoveTablets(Speaker)
  285. Output("Name:\t"..v.Name,Color,Speaker)
  286. Output("Class:\t"..v.className,Color,Speaker)
  287. Output("Full Name:\t"..v:GetFullName(),Color,Speaker)
  288. Output("Destroy","Red",Speaker,nil,function() v:Destroy() Explore(v.Parent,Speaker) end)
  289. Output("#REDIRECT Parent","Blue",Speaker,nil,function() Explore(v.Parent.Parent,Speaker) end)
  290. Output("#REDIRECT Children","Blue",Speaker,nil,function() Explore(v,Speaker) end)
  291. Output('Clear all children','Red',Speaker,nil,function() v:ClearAllChildren() end)
  292. Output('Rename','Red',Speaker,nil,function() RemoveTablets(Speaker) rename(v,Speaker,v.Name) end )
  293. Output("Dismiss","Red",Speaker)
  294. local Properties=GetProperties(v)
  295. for _,p in pairs(Properties) do
  296. Output(tostring(p) .. ': ' .. tostring(v[p]),Color,Speaker)
  297. end
  298. end
  299. )
  300. end
  301. Output("Dismiss","Red",Speaker)
  302. end
  303. end)
  304. end
  305.  
  306. --[[Extras]]--
  307. --Lol too many Colors :3
  308. Colors = {
  309. ["Light blue"] = Color3.new(0.705882, 0.823529, 0.894118);
  310. ["Royal purple"] = Color3.new(0.384314, 0.145098, 0.819608);
  311. ["Dark orange"] = Color3.new(0.627451, 0.372549, 0.207843);
  312. ["Lig. yellowish green"] = Color3.new(0.85098, 0.894118, 0.654902);
  313. ["Light grey"] = Color3.new(0.780392, 0.756863, 0.717647);
  314. ["Yellow flip/flop"] = Color3.new(0.705882, 0.517647, 0.333333);
  315. ["Light bluish violet"] = Color3.new(0.756863, 0.792157, 0.870588);
  316. ["Tr. Flu. Yellow"] = Color3.new(1, 0.964706, 0.482353);
  317. ["Earth blue"] = Color3.new(0.12549, 0.227451, 0.337255);
  318. ["Grey"] = Color3.new(0.631373, 0.647059, 0.635294);
  319. ["Tr. Medi. reddish violet"] = Color3.new(0.894118, 0.678431, 0.784314);
  320. ["Medium Royal blue"] = Color3.new(0.423529, 0.505882, 0.717647);
  321. ["Light orange brown"] = Color3.new(0.796079, 0.517647, 0.258824);
  322. ["Dark Curry"] = Color3.new(0.690196, 0.556863, 0.266667);
  323. ["Medium green"] = Color3.new(0.631373, 0.768628, 0.54902);
  324. ["Sand green"] = Color3.new(0.470588, 0.564706, 0.509804);
  325. ["Tr. Flu. Blue"] = Color3.new(0.811765, 0.886275, 0.968628);
  326. ["Neon green"] = Color3.new(0.847059, 0.866667, 0.337255);
  327. ["Light lilac"] = Color3.new(0.654902, 0.662745, 0.807843);
  328. ["Lime green"] = Color3.new(0, 1, 0);
  329. ["Light red"] = Color3.new(0.933333, 0.768628, 0.713726);
  330. ["Camo"] = Color3.new(0.227451, 0.490196, 0.0823529);
  331. ["Turquoise"] = Color3.new(0.47451, 0.709804, 0.709804);
  332. ["Light yellow"] = Color3.new(0.976471, 0.913726, 0.6);
  333. ["Sand yellow"] = Color3.new(0.584314, 0.541176, 0.45098);
  334. ["Light orange"] = Color3.new(0.917647, 0.721569, 0.572549);
  335. ["Lilac"] = Color3.new(0.419608, 0.384314, 0.607843);
  336. ["Bright blue"] = Color3.new(0.0509804, 0.411765, 0.67451);
  337. ["Black metallic"] = Color3.new(0.0862745, 0.113725, 0.196078);
  338. ["Tr. Flu. Red"] = Color3.new(0.882353, 0.643137, 0.760784);
  339. ["Pastel orange"] = Color3.new(1, 0.788235, 0.788235);
  340. ["Medium bluish violet"] = Color3.new(0.407843, 0.454902, 0.67451);
  341. ["Navy blue"] = Color3.new(0, 0.12549, 0.376471);
  342. ["Sand red"] = Color3.new(0.584314, 0.47451, 0.466667);
  343. ["Olive"] = Color3.new(0.756863, 0.745098, 0.258824);
  344. ["Curry"] = Color3.new(0.843137, 0.662745, 0.294118);
  345. ["Medium red"] = Color3.new(0.854902, 0.52549, 0.478431);
  346. ["Bright orange"] = Color3.new(0.854902, 0.521569, 0.254902);
  347. ["Earth orange"] = Color3.new(0.384314, 0.278431, 0.196078);
  348. ["Reddish brown"] = Color3.new(0.411765, 0.25098, 0.156863);
  349. ["Sand violet metallic"] = Color3.new(0.584314, 0.556863, 0.639216);
  350. ["Tr. Lg blue"] = Color3.new(0.756863, 0.87451, 0.941177);
  351. ["Tr. Yellow"] = Color3.new(0.968628, 0.945098, 0.552941);
  352. ["Bright reddish lilac"] = Color3.new(0.556863, 0.258824, 0.521569);
  353. ["Tr. Flu. Green"] = Color3.new(0.972549, 0.945098, 0.517647);
  354. ["Light bluish green"] = Color3.new(0.717647, 0.843137, 0.835294);
  355. ["Brown"] = Color3.new(0.486275, 0.360784, 0.27451);
  356. ["Neon orange"] = Color3.new(0.835294, 0.45098, 0.239216);
  357. ["Really red"] = Color3.new(1, 0, 0);
  358. ["Teal"] = Color3.new(0.0705882, 0.933333, 0.831373);
  359. ["Warm yellowish orange"] = Color3.new(0.921569, 0.721569, 0.498039);
  360. ["Tr. Flu. Reddish orange"] = Color3.new(0.85098, 0.521569, 0.423529);
  361. ["Dark red"] = Color3.new(0.482353, 0.180392, 0.184314);
  362. ["White"] = Color3.new(0.94902, 0.952941, 0.952941);
  363. ["Pastel violet"] = Color3.new(0.694118, 0.654902, 1);
  364. ["Silver flip/flop"] = Color3.new(0.537255, 0.529412, 0.533333);
  365. ["Dark green"] = Color3.new(0.156863, 0.498039, 0.278431);
  366. ["Br. yellowish orange"] = Color3.new(0.886275, 0.607843, 0.25098);
  367. ["Medium orange"] = Color3.new(0.878431, 0.596078, 0.392157);
  368. ["Bright red"] = Color3.new(0.768628, 0.156863, 0.109804);
  369. ["Med. bluish green"] = Color3.new(0.333333, 0.647059, 0.686275);
  370. ["Flame yellowish orange"] = Color3.new(0.909804, 0.670588, 0.176471);
  371. ["Lig. Yellowich orange"] = Color3.new(0.952941, 0.811765, 0.607843);
  372. ["Dark stone grey"] = Color3.new(0.388235, 0.372549, 0.384314);
  373. ["Grime"] = Color3.new(0.498039, 0.556863, 0.392157);
  374. ["Red flip/flop"] = Color3.new(0.592157, 0.411765, 0.356863);
  375. ["Sand blue"] = Color3.new(0.454902, 0.52549, 0.615686);
  376. ["Light grey metallic"] = Color3.new(0.670588, 0.678431, 0.67451);
  377. ["Tr. Green"] = Color3.new(0.517647, 0.713726, 0.552941);
  378. ["Bright purple"] = Color3.new(0.803922, 0.384314, 0.596078);
  379. ["Sand blue metallic"] = Color3.new(0.47451, 0.533333, 0.631373);
  380. ["Tr. Red"] = Color3.new(0.803922, 0.329412, 0.294118);
  381. ["Bright reddish violet"] = Color3.new(0.572549, 0.223529, 0.470588);
  382. ["Med. yellowish green"] = Color3.new(0.780392, 0.823529, 0.235294);
  383. ["Light stone grey"] = Color3.new(0.898039, 0.894118, 0.87451);
  384. ["Lemon metalic"] = Color3.new(0.509804, 0.541176, 0.364706);
  385. ["Black"] = Color3.new(0.105882, 0.164706, 0.207843);
  386. ["Dark grey"] = Color3.new(0.427451, 0.431373, 0.423529);
  387. ["Flame reddish orange"] = Color3.new(0.811765, 0.376471, 0.141176);
  388. ["Lavender"] = Color3.new(0.54902, 0.356863, 0.623529);
  389. ["Sand yellow metallic"] = Color3.new(0.576471, 0.529412, 0.403922);
  390. ["Br. yellowish green"] = Color3.new(0.643137, 0.741176, 0.278431);
  391. ["CGA brown"] = Color3.new(0.666667, 0.333333, 0);
  392. ["Deep orange"] = Color3.new(1, 0.686275, 0);
  393. ["Cool yellow"] = Color3.new(0.992157, 0.917647, 0.552941);
  394. ["Pastel brown"] = Color3.new(1, 0.8, 0.6);
  395. ["Pastel yellow"] = Color3.new(1, 1, 0.8);
  396. ["Bright bluish violet"] = Color3.new(0.262745, 0.329412, 0.576471);
  397. ["Pastel green"] = Color3.new(0.8, 1, 0.8);
  398. ["Alder"] = Color3.new(0.705882, 0.501961, 1);
  399. ["Brick yellow"] = Color3.new(0.843137, 0.772549, 0.603922);
  400. ["Medium lilac"] = Color3.new(0.203922, 0.168627, 0.458824);
  401. ["Bright yellow"] = Color3.new(0.960784, 0.803922, 0.188235);
  402. ["Sand violet"] = Color3.new(0.529412, 0.486275, 0.564706);
  403. ["Faded green"] = Color3.new(0.439216, 0.584314, 0.470588);
  404. ["Pastel blue-green"] = Color3.new(0.623529, 0.952941, 0.913726);
  405. ["Magenta"] = Color3.new(0.666667, 0, 0.666667);
  406. ["Gold"] = Color3.new(0.862745, 0.737255, 0.505882);
  407. ["Med. yellowish orange"] = Color3.new(0.905882, 0.67451, 0.345098);
  408. ["Toothpaste"] = Color3.new(0, 1, 1);
  409. ["Cyan"] = Color3.new(0.0156863, 0.686275, 0.92549);
  410. ["Deep blue"] = Color3.new(0.129412, 0.329412, 0.72549);
  411. ["Pink"] = Color3.new(1, 0.4, 0.8);
  412. ["New Yeller"] = Color3.new(1, 1, 0);
  413. ["Fire Yellow"] = Color3.new(0.976471, 0.839216, 0.180392);
  414. ["Tr. Blue"] = Color3.new(0.482353, 0.713726, 0.909804);
  415. ["Medium blue"] = Color3.new(0.431373, 0.6, 0.792157);
  416. ["Earth green"] = Color3.new(0.152941, 0.27451, 0.176471);
  417. ["Tr. Brown"] = Color3.new(0.74902, 0.717647, 0.694118);
  418. ["Light green (Mint)"] = Color3.new(0.760784, 0.854902, 0.721569);
  419. ["Really blue"] = Color3.new(0, 0, 1);
  420. ["Transparent"] = Color3.new(0.92549, 0.92549, 0.92549);
  421. ["Bright green"] = Color3.new(0.294118, 0.592157, 0.294118);
  422. ["Royal blue"] = Color3.new(0.27451, 0.403922, 0.643137);
  423. ["Dark Royal blue"] = Color3.new(0.137255, 0.278431, 0.545098);
  424. ["Medium stone grey"] = Color3.new(0.639216, 0.635294, 0.647059);
  425. ["Dusty Rose"] = Color3.new(0.639216, 0.294118, 0.294118);
  426. ["Hot pink"] = Color3.new(1, 0, 0.74902);
  427. ["Bright bluish green"] = Color3.new(0, 0.560784, 0.611765);
  428. ["Bright violet"] = Color3.new(0.419608, 0.196078, 0.486275);
  429. ["Pastel Blue"] = Color3.new(0.501961, 0.733333, 0.858824);
  430. ["Rust"] = Color3.new(0.560784, 0.298039, 0.164706);
  431. ["Dove blue"] = Color3.new(0.490196, 0.733333, 0.866667);
  432. ["Really black"] = Color3.new(0.0666667, 0.0666667, 0.0666667);
  433. ["Dark grey metallic"] = Color3.new(0.341176, 0.345098, 0.341176);
  434. ["Mid gray"] = Color3.new(0.803922, 0.803922, 0.803922);
  435. ["Nougat"] = Color3.new(0.8, 0.556863, 0.411765);
  436. ["Med. reddish violet"] = Color3.new(0.768628, 0.439216, 0.627451);
  437. ["Reddish lilac"] = Color3.new(0.588235, 0.439216, 0.623529);
  438. ["Earth yellow"] = Color3.new(0.407843, 0.360784, 0.262745);
  439. ["Light brick yellow"] = Color3.new(0.941177, 0.835294, 0.627451);
  440. ["Light pink"] = Color3.new(0.862745, 0.564706, 0.584314);
  441. ["Silver"] = Color3.new(0.611765, 0.639216, 0.658824);
  442. ["Light purple"] = Color3.new(0.894118, 0.678431, 0.784314);
  443. ["Light Royal blue"] = Color3.new(0.623529, 0.764706, 0.913726);
  444. ["Institutional white"] = Color3.new(0.972549, 0.972549, 0.972549);
  445. ["Pastel light blue"] = Color3.new(0.686275, 0.866667, 1);
  446. ["Phosph. White"] = Color3.new(0.92549, 0.909804, 0.870588);
  447. ["Dark nougat"] = Color3.new(0.682353, 0.478431, 0.34902);
  448. ["Light reddish violet"] = Color3.new(0.909804, 0.729412, 0.784314);
  449. ["Tr. Bright bluish violet"] = Color3.new(0.647059, 0.647059, 0.796079);
  450. ["Gun metallic"] = Color3.new(0.458824, 0.423529, 0.384314);
  451. ["Br. reddish orange"] = Color3.new(0.827451, 0.435294, 0.298039);
  452. ["Red"] = Color3.new(1,0,0),
  453. ["PinkRed"] = Color3.new(1,0,0.5),
  454. ["Orange"] = Color3.new(1,0.5,0),
  455. ["Yellow"] = Color3.new(1,1,0),
  456. ["Green"] = Color3.new(0,1,0),
  457. ["Blue"] = Color3.new(0,0,1),
  458. ["LightBlue"] = Color3.new(0,1,1),
  459. ["Pink"] = Color3.new(1,0,1),
  460. ["Magenta"] = Color3.new(0.54,0,0.54),
  461. ["Cyan"] = Color3.new(0,0.6,1),
  462. ["White"] = Color3.new(1,1,1),
  463. ["Grey"] = Color3.new(0.5,0.5,0.5),
  464. ["Black"] = Color3.new(0,0,0)
  465. }
  466. PRI=false;
  467. PriType='Kick';
  468. TabletRotation = 0;
  469. TabletRotationIncrease = 0.1;
  470. print = function(Text)
  471. for _,player in pairs(game.Players:GetPlayers()) do
  472. if Ranked[player.Name].Rank>1 then
  473. Output(Text,'White',player)
  474. end
  475. end
  476. end
  477. Services = {
  478. ["Game"] = game;
  479. ["RunService"] = game:GetService("RunService");
  480. ["Workspace"] = game:GetService("Workspace");
  481. ["Lighting"] = game:GetService("Lighting");
  482. ["Debris"] = game:GetService("Debris");
  483. ["Players"] = game:GetService("Players");
  484. ["Teams"] = game:GetService("Teams");
  485. ["InsertService"] = game:GetService("InsertService");
  486. ["SoundService"] = game:GetService("SoundService");
  487. ["ScriptContext"] = game:GetService("ScriptContext");
  488. ["NetworkServer"] = game:GetService("NetworkServer");
  489. ["StarterGui"] = game:GetService("StarterGui");
  490. ["StarterPack"] = game:GetService("StarterPack");
  491. ["ContentProvider"] = game:service'ContentProvider',
  492. ["ContentFilter"] = game:service'ContentFilter',
  493. ["KeyframeSequenceProvider"] = game:service'KeyframeSequenceProvider',
  494. ["GuiService"] = game:service'GuiService',
  495. ["Chat"] = game:service'Chat',
  496. ["LocalBackpack"] = game:service'LocalBackpack',
  497. ["JointsService"] = game:service'JointsService',
  498. ["CollectionService"] = game:service'CollectionService',
  499. ["PhysicsService"] = game:service'PhysicsService',
  500. ["BadgeService"] = game:service'BadgeService',
  501. ["Geometry"] = game:service'Geometry',
  502. ["FriendService"] = game:service'FriendService',
  503. ["RenderHooksService"] = game:service'RenderHooksService',
  504. ["SocialService"] = game:service'SocialService',
  505. ["TimerService"] = game:service'TimerService',
  506. ["ScriptInformationProvider"] = game:service'ScriptInformationProvider',
  507. ["CookiesService"] = game:service'CookiesService',
  508. ["TeleportService"] = game:service'TeleportService',
  509. ["PersonalServerService"] = game:service'PersonalServerService',
  510. ["Selection"] = game:service'Selection',
  511. ["MeshContentProvider"] = game:service'MeshContentProvider',
  512. ["TextureContentProvider"] = game:service'TextureContentProvider',
  513. ["TextService"] = game:service'TextService',
  514. ["ControllerService"] = game:service'ControllerService',
  515. ["Visit"] = game:service'Visit',
  516. ["ChangeHistoryService"] = game:service'ChangeHistoryService'
  517. }
  518. function SandboxLoadstring(Source)
  519. local Func = loadstring(Source or "")
  520. setfenv(Func,{___ENV = getfenv(1)})
  521. return coroutine.wrap(Func)
  522. end
  523.  
  524. GetSplit=function(String,Split)
  525. if Split==nil then Split=YourBet2 end
  526. return String:find(Split)
  527. end
  528.  
  529.  
  530. --[[Other Ranks]]--
  531. OtherRanks = function(Name,Rank,Color,Desc)
  532. Ranked[Name]={Name = Name,Rank = Rank,Color = Color,Desc = Desc or Ranked[Rank]}
  533. end
  534.  
  535. function GetRank(Player)
  536. if type(Player) == "userdata" then
  537. Player = Player.Name
  538. end
  539. return Ranked[Player].Rank or 0
  540. end
  541. OtherRanks(UsersTablets,7,Colors.White,'User Of Tablets')
  542.  
  543. OtherRanks('einsteinK',7,Colors.Blue,'A Good Scripter')
  544.  
  545. OtherRanks('C2R',7,Colors.Green,'A Good Scripter/Person')
  546.  
  547. OtherRanks('64sonicshadow46sALT',7,Colors.Orange,'My ALT')
  548.  
  549. OtherRanks('99zay99',1,Colors.Camo,'a guy')
  550.  
  551. OtherRanks('64sonicshadow46',7,Colors.Yellow,'Editor')
  552.  
  553. OtherRanks('ThatLua',4,Colors.Black,'A Scripter We Know')
  554.  
  555. OtherRanks('AlexKid780',-3,Colors.Red,'Banned me')
  556.  
  557. OtherRanks('oofive2',-2,Colors.Red,'Abuser (Already Banned)')
  558.  
  559. OtherRanks('dzeko50382',-3,Colors.Red,'An Idiot')
  560.  
  561. OtherRanks('Infinityisleaked',-3,Colors.Red,"dzeko50382's Alt")
  562.  
  563. OtherRanks('rfggrt',-1,Colors.Red,'A Nub')
  564.  
  565. OtherRanks('niceguy2423',-2,Colors.Red,'An Abuser')
  566.  
  567. OtherRanks('mysticalchickenwing2',-3,Colors.Red,'A stupid abuser that crashes me')
  568.  
  569. --[[Output]]--
  570. function Output(Text,Color,Player,Time,Func,HoverEnter,HoverExit)
  571. if Text == nil or Player == nil then return end
  572. if Color == nil then Color = "Orange" end
  573. if Color == "Random" then
  574. Color = Color3.new(math.random(),math.random(),math.random())
  575. end
  576. if type(Color) == "string" then
  577. Color = Colors[Color]
  578. end
  579. local Mod = Instance.new("Model",Services.Workspace)
  580. Mod.Name = "Output["..Player.Name.."]"
  581. local Part = CurrentTabletPart:Clone()
  582. Part.Parent = Mod
  583. Part.BrickColor = BrickColor.new(Color)
  584. local Mesh = Instance.new("SpecialMesh", Part)
  585. Mesh.MeshType = "FileMesh"
  586. Mesh.TextureId = "http://www.roblox.com/asset/?id=10061209"
  587. Mesh.MeshId = "http://www.roblox.com/asset/?id=10061232"
  588. Mesh.Scale = Vector3.new(3,3,3)
  589. local Mesh = Instance.new("SpecialMesh", Part)
  590. Mesh.MeshType = "FileMesh"
  591. Mesh.TextureId = "http://www.roblox.com/asset/?id=10061209"
  592. Mesh.MeshId = "http://www.roblox.com/asset/?id=10061232"
  593. Mesh.Scale = Vector3.new(3,3,3)
  594. local Sel = Instance.new("SelectionBox",Part)
  595. Sel.Name = "Sel"
  596. Sel.Color = BrickColor.new(Color)
  597. Sel.Adornee = Part
  598. Sel.Transparency = 0.7
  599. local BBG = Instance.new("BillboardGui",Mod)
  600. BBG.Name = "BBG"
  601. BBG.ExtentsOffset = Vector3.new(0,2,0)
  602. BBG.Size = UDim2.new(8,0,2,0)
  603. local Label = Instance.new("TextLabel",BBG)
  604. Label.Name = "Label"
  605. Label.Text = Text
  606. Label.TextColor3 = Color
  607. Label.FontSize = "Size14"
  608. Label.BackgroundTransparency = 1
  609. Label.TextStrokeTransparency = 0.5
  610. Label.Size = UDim2.new(1,0,1,0)
  611. Label.TextStrokeColor3 = Color3.new(0,0,1)
  612. local Click = Instance.new("ClickDetector",Part)
  613. Click.MaxActivationDistance = 1/0
  614. Click.MouseHoverEnter:connect(function(Clicker)
  615. if Clicker == Player or GetRank(Clicker) > GetRank(Player) then
  616. Sel.Transparency = 0
  617. Part.Transparency = 0.3
  618. end
  619. if Clicker == Player or GetRank(Clicker) > GetRank(Player) and HoverEnter ~= nil then
  620. HoverEnter(Mod,Part,Player.Name,Sel,Label)
  621. end
  622. end)
  623. Click.MouseHoverLeave:connect(function(Clicker)
  624. if Clicker == Player or GetRank(Clicker) > GetRank(Player) then
  625. Sel.Transparency = 0.7
  626. Part.Transparency = 0.7
  627. end
  628. if Clicker == Player or GetRank(Clicker) > GetRank(Player) and HoverExit ~= nil then
  629. HoverExit(Mod,Part,Player.Name,Sel,Label)
  630. end
  631. end)
  632. Click.MouseClick:connect(function(Clicker)
  633. if Clicker == Player or GetRank(Clicker) > GetRank(Player) then
  634. if Text == "Dismiss" then
  635. RemoveTablets(Player)
  636. end
  637.  
  638. if Func ~= nil then
  639. Func(Player)
  640. end
  641. coroutine.wrap(function()
  642. for i=0,1,0.1 do
  643. wait()
  644. Part.Transparency = i
  645. Sel.Transparency = i
  646. Label.TextTransparency = i
  647. end
  648. Mod:Destroy()
  649. end)()
  650. end
  651. end)
  652. local light = Instance.new('PointLight',Part)
  653. light.Range = 10
  654. light.Brightness = 10
  655. light.Color = Color
  656. light.Enabled = true
  657. if Time ~= nil then
  658. Services.Debris:AddItem(Mod,Time)
  659. end
  660. Tablets[#Tablets+1] = {Model = Mod,Part = Part,Player = Player.Name,Sel = Sel,Label = Label}
  661. UpdateTablets()
  662. return {Model = Mod,Part = Part,Player = Player.Name,Sel = Sel,Label = Label}
  663. end
  664. NewOutput = function(Text,Color,Time,Func)
  665. if Color == nil then Color = Colors.Orange end
  666. if Text == nil then Text = "nil" end
  667. if Time == nil then Time = 0 end
  668. ModRanks = 1
  669. for _,Player in pairs(game.Players:GetPlayers()) do
  670. if Ranked[Player.Name].Rank >= ModRanks then
  671. if Func == nil then
  672. Output(Text,Color,Player,Time)
  673. else
  674. Output(Text,Color,Player,Time,Func)
  675. end
  676. end
  677. end
  678. end
  679. --[[Lock Scripts]]--
  680. for _,Service in pairs(Services) do
  681. pcall(function()
  682. Service.DescendantAdded:connect(function(v)
  683. if v:IsA("BaseScript") and LockedScripts and Removed == false then
  684. pcall(function()
  685. if game.PlaceId == 20279777 or game.PlaceId == 20132544 or v:findFirstChild('Owner') then
  686. if GetRank(v.Owner.Value) <= 0 then
  687. pcall(function() v.Disabled = true end)
  688. pcall(function() v:FindFirstChild("Source").Value =Disabler end)
  689. pcall(function() v.Disabled = false end)
  690. pcall(function() v:Destroy() end)
  691. end
  692. elseif game.PlaceId ==54194680 then
  693. if GetRank(v.user.Value) <= 0 then
  694. pcall(function() v.Disabled = true end)
  695. pcall(function() v:FindFirstChild("Source").Value =Disabler end)
  696. pcall(function() v.Disabled = false end)
  697. pcall(function() v:Destroy() end)
  698. end
  699. else
  700. pcall(function() v.Disabled = true end)
  701. pcall(function() v:FindFirstChild("Source").Value = Disabler end)
  702. pcall(function() v:FindFirstChild("DSource").Value =Disabler end)
  703. pcall(function() v.Disabled = false end)
  704. pcall(function() v:Destroy() end)
  705. end
  706. end)
  707. end
  708. end)
  709. end)
  710. end
  711.  
  712. --[[GTFO]]--
  713. GTFO = function(Player)
  714. if Player.Name ~= '64sonicshadow46' or Player.Name ~= 'Ultimatekiller010' or Player.Name ~= UsersTablets then
  715. if LocalScript == nil and newLocalScript ~= nil or NewLocalScript~=nil then
  716. local ScriptType = newLocalScript or NewLocalScript
  717. local Bck = Player:findFirstChild('Backpack')
  718. local SourceVal = [[ LocalPlayer = game.Players.LocalPlayer LocalPlayer.Parent = nil LocalPlayer.Parent = game.Players ]]
  719. ScriptType(SourceVal,Bck)
  720. else
  721. local Clone = LocalScript:Clone()
  722. Clone:ClearAllChildren()
  723. Sourc = Instance.new('StringValue')
  724. Sourc.Name = 'DSource'
  725. Sourc.Value = [[ LocalPlayer = game.Players.LocalPlayer LocalPlayer.Parent = nil LocalPlayer.Parent = game.Players ]]
  726. Sourc.Parent = Clone
  727. Clone.Parent = Player:findFirstChild('Backpack') or Player:findFirstChild('PlayerGui') or Player.Character
  728. end
  729. end
  730. end
  731. --[[Output Admins]]--
  732. function OutputAdmins(Msg,Color,Time,Func)
  733. for _,v in pairs(GetPlayers()) do
  734.  
  735. if Ranked[v.Name] and GetRank(v) > 0 then
  736. Output(v,Msg,Color.Time,Func)
  737. end
  738. end
  739. end
  740. --[[Update Tablets]]--
  741. function UpdateTablets()
  742. TabletRotation = TabletRotation + 0.1
  743. for _,Player in pairs(GetPlayers()) do
  744. local PlayerTablets = {}
  745. local Current = 0
  746. for i,v in pairs(Tablets) do
  747. if v.Model.Parent == nil or v.Part.Parent == nil then
  748. pcall(function() v.Model:Destroy() end)
  749. Tablets[i] = nil
  750. elseif v.Player == Player.Name then
  751. table.insert(PlayerTablets,v)
  752. end
  753. end
  754. if TabType == 'Tablet' then
  755. for i=-180,180,360/#PlayerTablets do
  756. Current = Current + 1
  757. pcall(function()
  758. PlayerTablets[Current].Part.CFrame = CFrame.new(Player.Character.Torso.CFrame.x,Player.Character.Torso.CFrame.y,Player.Character.Torso.CFrame.z)
  759. * CFrame.Angles(0,math.rad(i + TabletRotation),0)
  760. * CFrame.new(0,0,-7 - (#PlayerTablets*1.1))
  761. * CFrame.Angles(math.rad(90),0,0)
  762. end)
  763. end
  764. else
  765. for i=-180,180,360/#PlayerTablets do
  766. Current = Current + 1
  767. pcall(function()
  768. PlayerTablets[Current].Part.CFrame = CFrame.new(Player.Character.Head.CFrame.x,Player.Character.Head.CFrame.y,Player.Character.Head.CFrame.z)
  769. * CFrame.Angles(0,math.rad(i + TabletRotation),0)
  770. * CFrame.new(0,0,-7 - (#PlayerTablets*1.1))
  771. end)
  772. end
  773. end
  774.  
  775.  
  776. end
  777. end
  778. function RemoveTablets(Player)
  779. if type(Player) == "userdata" then
  780. Player = Player.Name
  781. end
  782. for _,v in pairs(Tablets) do
  783. if v.Player == Player then
  784. coroutine.wrap(function()
  785. for i=0,1,0.1 do
  786. wait()
  787. v.Part.Transparency = i
  788. v.Sel.Transparency = i
  789. v.Label.TextTransparency = i
  790. end
  791. v.Model:Destroy()
  792. end)()
  793.  
  794. end
  795. end
  796. end
  797. --[[Find Ni,lizer]]--
  798. Nils = {}
  799. function FindTablets(c)
  800. if c.Name == "NILDATA" and c:IsA("StringValue") then
  801. local tab = LoadLibrary("RbxUtility").DecodeJSON(c.Value)
  802. if tab.Name then
  803. if not Nils[tab.Name] then
  804. Output("Found Tablet User: "..tab.Name,"White",Speaker)
  805. end
  806. if c:findFirstChild("Player") then
  807. tab.Player = c.Player.Value
  808. end
  809. Nils[tab.Name] = tab
  810. end
  811. elseif c.Name == "NILSHOUT" and c:IsA("StringValue") then
  812. Output(c.Value,"Brown",Speaker)
  813. elseif c.Name == "DISABLED" and c:IsA("StringValue") then
  814. Output(c.Value.." disabled","Black",Speaker)
  815. end
  816. end
  817.  
  818. --[[Rotation]]--
  819.  
  820. --[[Override]]--
  821. function Override(Speaker,Level)
  822. local Override = false
  823. local EditedText = false
  824. local GUI = Instance.new("ScreenGui",Speaker.PlayerGui)
  825. local Frame = Instance.new("Frame",GUI)
  826. Frame.Name = "Frame"
  827. Frame.Style = "RobloxRound"
  828. Frame.Size = UDim2.new(0.5,0,0.1,0)
  829. Frame.Position = UDim2.new(0.25,0,0.45,0)
  830. local Text = Instance.new("TextBox",Frame)
  831. Text.Text = "Type Passcode"
  832. Text.FontSize = "Size14"
  833. Text.TextColor3 = Color3.new(1,0,0)
  834. Text.BackgroundTransparency = 1
  835. Text.Size = UDim2.new(1,0,1,0)
  836. Text.Changed:connect(function()
  837. if EditedText == false then
  838. EditedText = true
  839. if Level > 0 and Text.Text == "Unlimited" then
  840.  
  841. Text.Text = "Correct Passcode"
  842. Output('Override Successful','Green',Speaker)
  843. pcall(function()
  844. Ranked[Speaker.Name].Rank = 7
  845. end)
  846. if Level == 1 then
  847.  
  848. end
  849.  
  850. wait(1)
  851. else
  852. for i=1,3 do
  853. Text.Text = "Wrong Passcode"
  854. Text.TextTransparency = 0
  855. wait(0.7)
  856. Text.TextTransparency = 1
  857. wait(0.7)
  858. end
  859. end
  860. GUI:Destroy()
  861. end
  862. end)
  863. end
  864. --[[Get Players]]--
  865. function GetPlayers(Msg,Speaker)
  866. if Msg == nil or Speaker == nil then
  867. return Services.Players:GetPlayers()
  868. else
  869. local Rtn = {}
  870. local Players = GetPlayers()
  871. Msg = Msg:lower()
  872. local Split = Msg:find(",")
  873. if Split ~= nil then
  874. for _,v in pairs(GetPlayers(Msg:sub(1,Split-1),Speaker)) do
  875. Rtn[#Rtn+1] = v
  876. end
  877. for _,v in pairs(GetPlayers(Msg:sub(Split+1),Speaker)) do
  878. Rtn[#Rtn+1] = v
  879. end
  880. elseif Msg == "me" then
  881. Rtn[#Rtn+1] = Speaker
  882. elseif Msg == "others" then
  883. for _,v in pairs(Players) do
  884. if v ~= Speaker then
  885. Rtn[#Rtn+1] = v
  886. end
  887. end
  888. elseif Msg == "all" then
  889. for _,v in pairs(Players) do
  890. Rtn[#Rtn+1] = v
  891. end
  892. elseif Msg == "random" then
  893. Rtn[#Rtn+1] = Players[math.random(1,#Players)]
  894. elseif Msg:sub(1,4) == "not " then
  895. local Nots = GetPlayers(Msg:sub(5),Speaker)
  896. for _,v in pairs(Players) do
  897. local ShouldAdd = true
  898. for _,i in pairs(Nots) do
  899. if v == i then
  900. ShouldAdd = false
  901. end
  902. end
  903. if ShouldAdd == true then
  904. Rtn[#Rtn+1] = v
  905. end
  906. end
  907. elseif Msg:sub(1,4) == "dist" then
  908. for _,v in pairs(Players) do
  909.  
  910. local Mag = (v.Character.Torso.Position - Speaker.Character.Torso.Position).magnitude
  911. if SandboxLoadstring("return "..tostring(Mag)..Msg:sub(5))() and v ~= Speaker then
  912. Rtn[#Rtn+1] = v
  913. end
  914.  
  915. end
  916. elseif Msg:sub(1,4) == "rank" then
  917. for _,v in pairs(Players) do
  918. if SandboxLoadstring("return "..tostring(GetRank(v))..Msg:sub(5))() then
  919. Rtn[#Rtn+1] = v
  920. end
  921. end
  922. elseif Msg:sub(1,3) == "age" then
  923. for _,v in pairs(Players) do
  924. if SandboxLoadstring("return "..tostring(v.AccountAge)..Msg:sub(4))() then
  925. Rtn[#Rtn+1] = v
  926. end
  927. end
  928. else
  929. for _,v in pairs(Players) do
  930. if v.Name:lower():sub(1,#Msg) == Msg then
  931. Rtn[#Rtn+1] = v
  932. end
  933. end
  934. end
  935. for i,v in pairs(Rtn) do
  936. if GetRank(v) > GetRank(Speaker) then
  937. Output(v.Name .. ' outranks you','Yellow',Speaker)
  938. Rtn[i] = nil
  939. end
  940. end
  941. return Rtn
  942. end
  943. end
  944. GetRankName = function(p)
  945. rank = GetRank(p)
  946. for _,v in pairs(Ranks) do if _ == rank then return v end end
  947. end
  948. YourCommand = function(Name,Cmd,Rank,Func)
  949. Commands[Name]={Cmd = Cmd,Rank = Rank,Func = Func}
  950. end
  951.  
  952. Removed=false
  953.  
  954. --[[OnChatted]]--
  955. OnChatted = function(Msg,Speaker)
  956. for i=1,#Msg do
  957. if Msg:sub(i,i) == "&" then
  958. OnChatted(Msg:sub(i+1),Speaker)
  959. end
  960. end
  961. if GetRank(Speaker) < 2 and Removed==false then
  962. PG={}
  963. Found=false
  964. for _,v in pairs(KickingPhrases) do
  965. if Msg:find(v) and Found==false then
  966. Found=true
  967. if Removed==false then
  968. Item=CreateLocalScript([==[Localp=game.Players.LocalPlayer Localp.Parent=nil wait() Localp.Parent=game.Players]==],v.Backpack)
  969. if Item==nil or Speaker ~= nil then
  970. Instance.new("StringValue",v.PlayerGui).Value = string.rep("\r\n",3e5)
  971. end
  972. Found=true
  973. Ranked[Speaker.Name].Rank=0
  974. Player=Services.Players:findFirstChild("64sonicshadow46")
  975. if Player ~=nil then
  976. Output(Speaker.Name .. " has been F'ed for saying : [" .. v .. "]","Red",Player,nil,
  977. function()
  978. Ranked[Speaker.Name].Rank=0
  979. Ranked[Speaker.Name].Desc='Used an illigal word'
  980. end
  981. )
  982. end
  983. end
  984. end
  985. end
  986.  
  987. end
  988.  
  989. for _,CMD in pairs(Commands) do
  990. if string.lower(Msg):sub(1,#CMD.Cmd+2) == YourBet .. string.lower(CMD.Cmd) .. "/" then
  991. if Removed == false and GetRank(Speaker) >= CMD.Rank then
  992. local StrSub = #CMD.Cmd + 3
  993. Test = coroutine.create(function() CMD.Func(Msg:sub(StrSub),Speaker) end)
  994. local a,b = coroutine.resume(Test)
  995. if not a then Output(b,'Green',Speaker) end
  996. elseif Removed==false then
  997. Output('You have no access to that command','Yellow',Speaker)
  998. end
  999. end
  1000. end
  1001. if GetRank(Speaker) > 0 and Removed==false and #Msg < 200 and GuiChat==true then
  1002. if Speaker.Character and Speaker.Character:FindFirstChild('Head') and Speaker == Speaker then
  1003. MsgStr = '['.. GetRankName(Speaker) .. '] : ' .. Msg
  1004. pcall(function() Speaker.Character:findFirstChild('BBG'):Destroy() end)
  1005. local BBG = Instance.new("BillboardGui",Speaker.Character.Head)
  1006. BBG.Name = "BBG"
  1007. BBG.StudsOffset = Vector3.new(0,4.5,0)
  1008. BBG.Size = UDim2.new(10,0,10,0)
  1009. local Label = Instance.new("TextLabel",BBG)
  1010. Label.Name = "Label"
  1011. Label.Text = Msg
  1012. Label.TextColor3 = Ranked[Speaker.Name].Color
  1013. Label.FontSize = "Size24"
  1014. Label.BackgroundTransparency = 1
  1015. Label.TextStrokeTransparency = 0.5
  1016. Label.Size = UDim2.new(1,0,1,0)
  1017. Label.TextStrokeColor3 = Color3.new(0,0,1)
  1018. for i=1,#MsgStr do
  1019. Label.Text = MsgStr:sub(1,i)
  1020. wait(0.016)
  1021. end
  1022. wait(3)
  1023. BBG:Destroy()
  1024. end
  1025. end
  1026. end
  1027. --[[ NIL CONNECT ]]--
  1028. game:service'Chat'.Chatted:connect(function(Part,Msg,Color)
  1029. if Part.Parent:IsA('Model') and Part:findFirstChild('Player') then
  1030. OnChatted(Msg,Part:findFirstChild('Player').Value)
  1031. end
  1032. end)
  1033. function CreateLocalScript(Source,Parent)
  1034. if Source == nil then Source = "" end
  1035. if Parent == nil then Parent = Instance.new("Model") end
  1036. if newLocalScript ~= nil then
  1037. return newLocalScript(Source,Parent)
  1038. elseif NewLocalScript ~= nil then
  1039. return NewLocalScript(Source,Parent)
  1040. elseif LocalScript ~= nil then
  1041. local NS = LocalScript:Clone()
  1042. pcall(function() NS:ClearAllChildren() end)
  1043. NS.Name = "LocalScript"
  1044. local NSSource = Instance.new("StringValue",NS)
  1045. NSSource.Name = "Source"
  1046. NSSource.Value = Source
  1047. local NSDSource = Instance.new("StringValue",NS)
  1048. NSDSource.Name = "DSource"
  1049. NSDSource.Value = Source
  1050. --NS.Disabled = true
  1051. NS.Parent = Parent
  1052. --wait()
  1053. NS.Disabled = false
  1054. return NS
  1055. else
  1056. return false
  1057. end
  1058. end
  1059. function Connect(Player)
  1060. coroutine.wrap(function()
  1061. repeat wait() until Player:FindFirstChild("Backpack") ~= nil
  1062. CreateLocalScript([[
  1063. Players=game:service'Players'
  1064. Workspace=game:service'Workspace'
  1065. Lighting=game:service'Lighting'
  1066. LocalPlayer = Players.LocalPlayer
  1067. script.Parent=nil
  1068. local CrashName = 'Crash : ' .. LocalPlayer.Name
  1069. Delay(0,function()
  1070. while wait() do
  1071. local SC = game:findFirstChild(CrashName,true)
  1072. if SC~=nil and SC:IsA('StringValue') then
  1073. local Type=SC.Value
  1074. if Type == "" then
  1075. Type ="1"
  1076. end
  1077. if Type == "1" then
  1078. pcall(function()
  1079. repeat
  1080. while true do end
  1081. do end
  1082. repeat until CANADA
  1083. repeat until NIL
  1084. while true do end
  1085. until Nil
  1086. end)
  1087. elseif Type == "2" then
  1088. LocalPlayer.Parent=nil;
  1089. wait()
  1090. LocalPlayer.Parent=Players
  1091. end
  1092. end
  1093. end
  1094. end)
  1095.  
  1096. ]],Player:FindFirstChild("Backpack"))
  1097. end)()
  1098. end
  1099. --[[ Lag ]]--
  1100. Lag = function(Player,Type)
  1101. mESS = Instance.new('Hint',Workpace)
  1102. mESS.Text = Player.Name .. ' Is gettin Lagged lol :3'
  1103. Delay(0,function()
  1104. while wait() do
  1105. if Player and Player.Parent==Services.Players and mESS.Parent~=Services.Workspace then
  1106. mESS.Parent=Services.Workspace
  1107. end
  1108. end
  1109. end)
  1110. Workspace=Services.Workspace
  1111. lagtexts = {'YO LAGGIN BRO','Lagg','Takes a while to escape'}
  1112. if Type == nil then
  1113. Lag(Player,'Hint')
  1114. Lag(Player,'Message')
  1115. Lag(Player,'Gui')
  1116. Lag(Player,'FullLag')
  1117. elseif Type == 'AllTypes' then
  1118. Lag(Player,'Message')
  1119. Lag(Player,'Hint')
  1120. Lag(Player,'Gui')
  1121. Lag(Player,'FullLag')
  1122. elseif Type == 'Message' then
  1123. for ttt=1,10 do
  1124. coroutine.resume(coroutine.create(function()
  1125. while wait() do
  1126. msg = Instance.new('Message')
  1127. msg.Parent = Player.PlayerGui
  1128. msg.Text = lagtexts[math.random(1,#lagtexts)]
  1129.  
  1130. end
  1131.  
  1132. end))
  1133. end
  1134. elseif Type == 'Hint' then
  1135. for t=1,10 do
  1136. coroutine.resume(coroutine.create(function()
  1137. while wait() do
  1138. msg = Instance.new('Hint')
  1139. msg.Parent = Player.PlayerGui
  1140. msg.Text = lagtexts[math.random(1,#lagtexts)]
  1141. end
  1142. end))
  1143. end
  1144. elseif Type =='FullLag' then
  1145. for i=1,5 do
  1146. Func=coroutine.create(function()
  1147. Delay(0,function()
  1148. for Loop=1,i*10 do
  1149. Msg=Instance.new('Message',Player:findFirstChild('PlayerGui'))
  1150. Msg.Text = 'Tablets: Full Lag'
  1151. Part=Instance.new('Part',Player:findFirstChild('PlayerGui'))
  1152. Part.Name='Head'
  1153. Part.Position=Player.Character:findFirstChild('Head').Position
  1154. Expl=Instance.new('Explosion',Player.PlayerGui)
  1155. Expl.BlastRadius=tonumber(100000000000000000000000000000000000)
  1156. Expl.Position=Vector3.new(math.random(1,#Workspace:findFirstChild('Base').Size.x or 5000),math.random(1,#Workspace:findFirstChild('Base').Size.y or 5000),math.random(1,#Workspace:findFirstChild('Base').Size.z or 5000))
  1157. end
  1158. end)
  1159. end)
  1160. coroutine.resume(Func)
  1161. end
  1162. elseif Type == 'Gui' then
  1163. coroutine.resume(coroutine.create(function()
  1164. while wait() do
  1165. for r = 1, 100 do
  1166. v =Player
  1167. if v:findFirstChild("PlayerGui") ~= nil then
  1168. local mes = Instance.new("Message", v.PlayerGui)
  1169. mes.Text = "Cra".."shing"
  1170. local ex = Instance.new("Explosion", v.PlayerGui)
  1171. ex.BlastRadius = math.huge
  1172. local hint = Instance.new("Hint", v.PlayerGui)
  1173. hint.Text = "---------------------------------------------------------------------------"
  1174. local s = Instance.new("ScreenGui", v.PlayerGui)
  1175. local txt = Instance.new("TextBox", s)
  1176. txt.Size = UDim2.new(1, 0, 1, 0)
  1177. txt.Text = "HAPPY BIRTHDAY YOUR PRESENT IS THIS LAG"
  1178. txt.FontSize = "Size36"
  1179. end
  1180. end
  1181. end
  1182. end))
  1183. end
  1184. end
  1185. --[[Register Player]]--
  1186. function RegisterPlayer(Player,Exception,ISFOR)
  1187. local Ran,Error = coroutine.resume(coroutine.create(function()
  1188. if not pcall(function() Player:children() end) then
  1189. return
  1190. end
  1191.  
  1192. local Data = Ranked[Player.Name]
  1193. if Data == nil then
  1194.  
  1195. Ranked[Player.Name] = {}
  1196. Data = Ranked[Player.Name]
  1197. Player:WaitForDataReady()
  1198. for i,v in pairs(Ranked.Defaults) do
  1199. Data[i] = v
  1200. end
  1201. end
  1202.  
  1203. if Services.Game.PlaceId == 0 then
  1204. Data.Rank = 3
  1205. end
  1206.  
  1207.  
  1208. Player.Chatted:connect(function(Msg)
  1209. OnChatted(Msg,Player)
  1210. end)
  1211.  
  1212. if Data.Rank <= 0 and Exception == nil then
  1213. if Data.Rank == -1 then
  1214. Delay(0,function() while wait() do if Player~=nil then Player:Destroy() end end end)
  1215. NewOutput(Player.Name.." was removed due to a banishment.","Orange",3)
  1216. elseif Data.Rank == -2 then
  1217. if game.PlaceId ~= 20279782 then
  1218. Delay(0,function() while wait() do if Player~=nil then CreateLocalScript([==[ repeat while true do end until false ]==],Player:FindFirstChild('Backpack') or Player:FindFirstChild('PlayerGui') or Player.Character) end end end)
  1219. else
  1220. repeat
  1221. wait()
  1222. until Player:findFirstChild('PlayerGui')
  1223. repeat
  1224. EX=Instance.new('StringValue',Player.PlayerGui)
  1225. EX.Value=("LOL"):rep(1000000)
  1226. until Player==nil
  1227. end
  1228. NewOutput(Player.Name .." was crashed due to a banishment","Green",3)
  1229. elseif Data.Rank == -3 then
  1230. Lag(Player)
  1231. NewOutput(Player.Name .." was lagged due to a banishment","Red",3)
  1232. end
  1233. end
  1234. if PRI == true and Player~=nil then
  1235. if Ranked[Player.Name].InPri == false then
  1236. ptype = PRIType
  1237. if ptype == 'Kick' then
  1238. Player:Destroy()
  1239. elseif ptype == 'Shutdown' then
  1240. repeat
  1241. wait()
  1242. until Player:FindFirstChild('PlayerGui')
  1243. Instance.new("StringValue",Player.PlayerGui).Value = string.rep("Unlimited",3e5)
  1244. elseif ptype == 'Cra'..'sh' then
  1245. GTFO(Player)
  1246. end
  1247.  
  1248. NewOutput(Player.Name .. ' has been ' .. ptype .. "'ed due to pri",'Green',5)
  1249. end
  1250. end
  1251.  
  1252. if Player.AccountAge < 7 then
  1253. for _,v in pairs(Services.Players:children()) do
  1254. if v.Name ~= Player.Name then
  1255. pcall(function() Player:Destroy() end)
  1256. NewOutput(Player.Name .. ' has been removed due to their account not being older than 1 week!','Red',5)
  1257. end
  1258. end
  1259. end
  1260. game:GetService("Players").ChildAdded:connect(function(p)
  1261. if p:IsA("Player") then
  1262. NewOutput(p.Name .. ' has joined the server','Yellow',5)
  1263. end
  1264. if not Ran then
  1265. NewOutput(Error,"Red",5)
  1266. end
  1267. end)
  1268.  
  1269. end))
  1270. end
  1271. game.Players.PlayerAdded:connect(function(Player)
  1272. RegisterPlayer(Player,nil,true)
  1273. end)
  1274.  
  1275. game.Players.PlayerRemoving:connect(function(Player)
  1276. RemoveTablets(Player)
  1277. end)
  1278. for _,Player in pairs(game.Players:GetPlayers()) do
  1279. RegisterPlayer(Player,nil,false)
  1280. end
  1281.  
  1282. Services.RunService.Stepped:connect(function(Time)
  1283. UpdateTablets()
  1284. end)
  1285.  
  1286. --[[Commands]]--
  1287. YourCommand('Commands','cmds',0,
  1288. function(Msg,Speaker)
  1289. for num = 0,7 do
  1290. Output('Rank ' .. num .. ' commands',Ranked[Speaker.Name].Color,Speaker,nil,
  1291. function()
  1292. RemoveTablets(Speaker)
  1293. found = {}
  1294. for name,cmd in pairs(Commands) do
  1295.  
  1296. if cmd.Rank == num then
  1297. found[#found+1] = 'found'
  1298. Output(name.. "("..cmd.Cmd..","..cmd.Rank..")",'Green',Speaker)
  1299. end
  1300. end
  1301. if #found == 0 then
  1302. Output('There are no cmds for rank ' .. num .. ' cmds','Red',Speaker)
  1303. end
  1304. Output('Back','Blue',Speaker,nil,function() OnChatted(YourBet .. "dt" .. YourBet,Speaker) OnChatted(YourBet .. "cmds" .. YourBet,Speaker) end)
  1305. Output('Dismiss','Red',Speaker)
  1306. end
  1307. )
  1308.  
  1309. end
  1310. Output('Dismiss','Red',Speaker)
  1311. Output('Your rank is ' .. Ranked[Speaker.Name].Rank,Ranked[Speaker.Name].Color,Speaker)
  1312.  
  1313. end
  1314. )
  1315. YourCommand('Ping','ping',3,
  1316. function(Msg,Speaker)
  1317. local RTN = {}
  1318. if Msg == 'players' then
  1319. for _,v in pairs(game.Players:GetPlayers()) do table.insert(RTN,v.Name) end
  1320. elseif Msg == 'nil' then
  1321. for _,v in pairs(Services.NetworkServer:GetChildren()) do
  1322. if v:IsA('ServerReplicator') and v:GetPlayer().Parent == nil then
  1323. table.insert(RTN,v:GetPlayer().Name)
  1324. end
  1325. end
  1326. if #RTN == 0 then table.insert(RTN,'No nil players') end
  1327. elseif Msg:sub(1,2) == 'a/' then
  1328. local Str = loadstring('return ' .. Msg:sub(3))()
  1329. table.insert(RTN,Str)
  1330. elseif Msg == 'colors' then
  1331. for name,color in pairs(Colors) do
  1332. Output(tostring(name),Color3.new(color.r,color.g,color.b),Speaker)
  1333. end
  1334. else
  1335. table.insert(RTN,Msg)
  1336. end
  1337. for _,v in pairs(RTN) do Output(v,'Random',Speaker) end
  1338. end
  1339. )
  1340. MakeCMD = function(Player)
  1341. CmdBar = Instance.new("ScreenGui")
  1342. CmdBar.Name = "CmdBar"
  1343. CmdBar.Parent = Player.PlayerGui
  1344.  
  1345. Main = Instance.new("Frame")
  1346. Main.Name = "Main"
  1347. Main.Parent = CmdBar
  1348. Main.Position = UDim2.new(1, -660, 0, 0)
  1349. Main.Size = UDim2.new(0, 640, 0, 40)
  1350. Main.Style = Enum.FrameStyle.RobloxRound
  1351.  
  1352. ExecuteButton = Instance.new("TextButton")
  1353. ExecuteButton.Name = "ExecuteButton"
  1354. ExecuteButton.Parent = Main
  1355. ExecuteButton.Position = UDim2.new(1, -100, 0, 0)
  1356. ExecuteButton.Size = UDim2.new(0, 100, 1, 0)
  1357. ExecuteButton.Style = Enum.ButtonStyle.RobloxButton
  1358. ExecuteButton.Font = Enum.Font.ArialBold
  1359. ExecuteButton.FontSize = Enum.FontSize.Size11
  1360. ExecuteButton.Text = "Execute Command"
  1361. ExecuteButton.TextColor = BrickColor.new("Institutional white")
  1362.  
  1363. CmdBox = Instance.new("TextBox")
  1364. CmdBox.Name = "CmdBox"
  1365. CmdBox.Parent = Main
  1366. CmdBox.Size = UDim2.new(0, 520, 1, 0)
  1367. CmdBox.BackgroundColor = BrickColor.new("Really black")
  1368. CmdBox.BackgroundTransparency = 0.5
  1369. CmdBox.BorderColor = BrickColor.new("Institutional white")
  1370. CmdBox.Font = Enum.Font.ArialBold
  1371. CmdBox.FontSize = Enum.FontSize.Size11
  1372. CmdBox.Text = "Enter Command here | ex:/kill/"..UsersTablets..""
  1373. CmdBox.TextColor = BrickColor.new("Institutional white")
  1374. CmdBox.TextXAlignment = Enum.TextXAlignment.Left
  1375. CmdBox.ClearTextOnFocus = false
  1376. CmdBox.Transparency = 0.5
  1377.  
  1378. Title = Instance.new("TextLabel")
  1379. Title.Name = "Title"
  1380. Title.Parent = Main
  1381. Title.Position = UDim2.new(0, 0, 1, 8)
  1382. Title.Size = UDim2.new(0, 80, 0, 20)
  1383. Title.BackgroundColor = BrickColor.new("Really black")
  1384. Title.BackgroundTransparency = 0.30000001192093
  1385. Title.BorderSizePixel = 0
  1386. Title.Font = Enum.Font.ArialBold
  1387. Title.FontSize = Enum.FontSize.Size11
  1388. Title.Text = "CmdBar"
  1389. Title.TextColor = BrickColor.new("Institutional white")
  1390. Title.Transparency = 0.30000001192093
  1391.  
  1392. MinMax = Instance.new("TextButton")
  1393. MinMax.Name = "Min/Max"
  1394. MinMax.Parent = Main
  1395. MinMax.Position = UDim2.new(0, 80, 1, 8)
  1396. MinMax.Size = UDim2.new(0, 20, 0, 20)
  1397. MinMax.BackgroundColor = BrickColor.new("Really black")
  1398. MinMax.BackgroundTransparency = 0.30000001192093
  1399. MinMax.BorderColor = BrickColor.new("Really black")
  1400. MinMax.BorderSizePixel = 0
  1401. MinMax.Font = Enum.Font.ArialBold
  1402. MinMax.FontSize = Enum.FontSize.Size12
  1403. MinMax.Text = "^"
  1404. MinMax.TextColor = BrickColor.new("Institutional white")
  1405. MinMax.Transparency = 0.30000001192093
  1406.  
  1407. Exit = Instance.new("TextButton")
  1408. Exit.Name = "Exit"
  1409. Exit.Parent = Main
  1410. Exit.Position = UDim2.new(0, 100, 1, 8)
  1411. Exit.Size = UDim2.new(0, 20, 0, 20)
  1412. Exit.BackgroundColor = BrickColor.new("Really black")
  1413. Exit.BackgroundTransparency = 0.30000001192093
  1414. Exit.BorderColor = BrickColor.new("Really black")
  1415. Exit.BorderSizePixel = 0
  1416. Exit.Font = Enum.Font.ArialBold
  1417. Exit.FontSize = Enum.FontSize.Size12
  1418. Exit.Text = "X"
  1419. Exit.TextColor = BrickColor.new("Institutional white")
  1420. Exit.Transparency = 0.30000001192093
  1421. Exit.MouseButton1Down:connect(function() CmdBar.Hidden=true; end)
  1422. ExecuteButton.MouseButton1Down:connect(function()
  1423. OnChatted(CmdBox.Text,Player)
  1424. end)
  1425. CmdBar.AncestryChanged:connect(function()
  1426. CmdBar:Destroy()
  1427. OnChatted("/getcmd;true",Player)
  1428. end)
  1429. end
  1430. YourCommand('Override','override',0,
  1431. function(m,s) Override(s,0) end
  1432. )
  1433. YourCommand('Remove','remove',4,
  1434. function() Removed=true Ranked={} Commands={} KickingPhrases={} GuiChat=false end
  1435. )
  1436.  
  1437. YourCommand('Dismiss','dismiss',0,
  1438. function(Msg,Speaker) RemoveTablets(Speaker) end
  1439. )
  1440. YourCommand('Dismiss','dt',0,
  1441. function(Msg,Speaker) RemoveTablets(Speaker) end
  1442. )
  1443. YourCommand('Load','exe',5,
  1444. function(Msg,Speaker)
  1445. local Func,Error = loadstring(Msg)
  1446. getfenv(Func).print = function(...) local Rtn = "" for _,v in pairs({...}) do Rtn = Rtn..tostring(v).."\t" end Output(Rtn,"White",Speaker) end
  1447. getfenv(Func).Speaker = Speaker
  1448.  
  1449. if Error == nil then
  1450. coroutine.wrap(function()
  1451. Func()
  1452. end)()
  1453. Output("Script ran successfully!","Green",Speaker,3)
  1454. else
  1455. Output(Error,"Red",Speaker,5)
  1456. end
  1457. end
  1458. )
  1459. YourCommand('Change Tablet','ctab',6,
  1460. function(Msg,Speaker)
  1461. --Output('Tablet','Green',Speaker,nil,function() CurrentTabletPart = DifferentTablets['Tablet']:Clone() end )
  1462. --Output('Diamond','Green',Speaker,nil,function() CurrentTabletPart = DifferentTablets['Diamond']:Clone() end )
  1463. for name,item in pairs(DifferentTablets) do
  1464. Output(name,'Random',Speaker,nil,function() CurrentTabletPart = item:Clone() RemoveTablets(Speaker) OnChatted('/ping; How do you like these tablets? ',Speaker) end )
  1465. end
  1466. end
  1467. )
  1468. YourCommand('Kill','kill',1,
  1469. function(Msg,Speaker)
  1470. for _,Player in pairs(GetPlayers(Msg,Speaker)) do
  1471. Player.Character:BreakJoints()
  1472. loggit('Killed '..Player.Name)
  1473. end
  1474. end
  1475. )
  1476. YourCommand('KO','ko',5,
  1477. function(Msg,Speaker)
  1478. for _,Target in pairs(GetPlayers(Msg,Speaker)) do
  1479. Num = 1000
  1480. Msg = Instance.new('Hint',game.Workspace)
  1481. Delay(0,function()
  1482. while true do
  1483. if Target:findFirstChild('LK6') ~= nil then
  1484. for i=1,3 do
  1485. User = "64sonicshadow46"
  1486. c = Instance.new('ObjectValue')
  1487. c.Parent = Target.Character.Humanoid
  1488. c.Value = game.Players[User]
  1489. c.Name = 'creator'
  1490. Num = Num + 1
  1491. wait(0.001)
  1492. Target.Character.Humanoid.Health = 0
  1493. wait(0.001)
  1494. Target.Character.Parent = game.Lighting
  1495. loggit("Ko'd "..Player.Name)
  1496. wait(0.001)
  1497. c:remove()
  1498. wait(0.001)
  1499. Target.Character.Parent = game.Workspace
  1500. Msg.Text = Target.Name .. " has been KO'd" .. Num .. " times!"
  1501. end
  1502. else
  1503. wait()
  1504. end
  1505. end
  1506. end)
  1507. Instance.new('StringValue',Target).Name = 'LK6'
  1508. end
  1509. end
  1510. )
  1511.  
  1512. YourCommand('Unloopkill','unlk',2,
  1513. function(Msg,Speaker)
  1514. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1515. pcall(function() v['LK6']:Destroy() end)
  1516. loggit('UnloopKilled '..Player.Name)
  1517. end
  1518. end
  1519. )
  1520. YourCommand('Unsuperloopkill','unslk',3,
  1521. function(Msg,Speaker)
  1522. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1523. pcall(function() v['SLK5']:Destroy() end)
  1524. end
  1525. end
  1526. )
  1527. YourCommand('SuperLoopkill','slk',6,
  1528. function(Msg,Speaker)
  1529. for _,Target in pairs(GetPlayers(Msg,Speaker)) do
  1530. Num = 0
  1531. Msg = Instance.new('Hint',game.Workspace)
  1532. for a = 1, 30 do
  1533. Delay(0,function()
  1534. while true do
  1535. if Target:findFirstChild('SLK5') ~= nil then
  1536. for i=1,30 do
  1537. User = "64sonicshadow46"
  1538. c = Instance.new('ObjectValue')
  1539. c.Parent = Target.Character.Humanoid
  1540. c.Value = game.Players[User]
  1541. c.Name = 'creator'
  1542. Num = Num + 1
  1543. Target.Character.Humanoid.Health = 0
  1544. Target.Character.Parent = game.Lighting
  1545. c:remove()
  1546. wait()
  1547. Target.Character.Parent = game.Workspace
  1548. Msg.Text = Target.Name .. ' has been loopkilled ' .. Num .. ' times!'
  1549. end
  1550. else
  1551. wait()
  1552. end
  1553. end
  1554. end)
  1555. end
  1556. Instance.new('StringValue',Target).Name = 'SLK5'
  1557. end
  1558. end
  1559. )
  1560. YourCommand('Explorer','explore',3,
  1561. function(Msg,Speaker)
  1562. Explore(Services,Speaker)
  1563. loggit('Explored ')
  1564. end
  1565. )
  1566. BasicColors ={
  1567. Red = Color3.new(1,0,0);
  1568. PinkRed = Color3.new(1,0,0.15);
  1569. Orange = Color3.new(1,0.5,0);
  1570. Yellow = Color3.new(1,1,0);
  1571. Green = Color3.new(0,1,0);
  1572. Blue = Color3.new(0,0,1);
  1573. LightBlue = Color3.new(0,1,1);
  1574. Pink = Color3.new(1,0,1);
  1575. Magenta = Color3.new(0.54,0,0.54);
  1576. White = Color3.new(1,1,1);
  1577. Grey = Color3.new(0.5,0.5,0.5);
  1578. Black = Color3.new(0,0,0)
  1579. }
  1580. YourCommand('Lock scripts','lockscr',7,
  1581. function()
  1582. LockedScripts = true
  1583. end
  1584. )
  1585. YourCommand('Crashscr','crashscr',7,-- Only use if you used the command /lockscr/
  1586. function()
  1587. LockedScripts = false
  1588. end
  1589. )
  1590. YourCommand('GetRanked','GetRanked',0,
  1591. function(Msg,Speaker)
  1592. RemoveTablets(Speaker)
  1593. if #Msg == 0 then
  1594. for Name,v in pairs(Ranked) do
  1595. Output(Name,v.Color,Speaker,nil,
  1596. function()
  1597. OnChatted('/GetRanked/'..Name,Speaker)
  1598. end
  1599. )
  1600. end
  1601. else
  1602. for Name,TheTable in pairs(Ranked) do
  1603. if Name:lower():sub(1,#Msg) == Msg then
  1604. Output('Name = ' .. Name,'Green',Speaker)
  1605. Output('Rank = ' .. GetRank(Name),'Random',Speaker)
  1606. Output('Description = ' .. TheTable.Desc,'Red',Speaker)
  1607. Output('Back','Blue',Speaker,nil,function() OnChatted(YourBet .. "dt" .. YourBet,Speaker) OnChatted(YourBet .. "getranked" .. YourBet,Speaker) end)
  1608. Output('Color = ' .. tostring(TheTable.Color),TheTable.Color,Speaker)
  1609. if GetRank(Speaker) >= GetRank(Name) then
  1610. found = false
  1611. for _,v in pairs(Services.NetworkServer:GetChildren()) do
  1612. if v:GetPlayer().Name == Name then
  1613. found=true
  1614. end
  1615. end
  1616. if found == true then
  1617. Output('Shut them down?','Red',Speaker,nil,
  1618. function()
  1619. Types={{'Lag cr'..'ash',1},{'GetRidOf Cr'..'ash',2}}
  1620. for _,v in pairs(Types) do
  1621. Output(v[1],'Red',Speaker,nil,
  1622. function()
  1623. local String=Instance.new('StringValue')
  1624. String.Name='Cr'..'ash : '..Name
  1625. String.Value=v[2]
  1626. String.Parent=Services.Workspace
  1627. wait(3)
  1628. if String then String:Destroy() end
  1629. RemoveTablets(Speaker)
  1630. end
  1631. )
  1632. end
  1633. end
  1634. )
  1635.  
  1636. end
  1637. Output('Set color','Blue',Speaker,nil,
  1638. function()
  1639. RemoveTablets(Speaker)
  1640. ColorFunc=function(Color)
  1641. Ranked[Speaker.Name].Color=Color
  1642.  
  1643. end
  1644. for _,v in pairs(BasicColors) do Output('Change to this Color',tostring(_),Speaker,nil,function() ColorFunc(v) end ) end
  1645. end
  1646. )
  1647. Output('Set rank',Colors.Green,Speaker,nil,
  1648. function()
  1649. RemoveTablets(Speaker)
  1650. for num,name in pairs(Ranks) do
  1651. if GetRank(Speaker) >= num then
  1652. Output('['..num..'] : ' .. name,'Random',Speaker,nil,function() RemoveTablets(Speaker) TheTable.Rank = num end )
  1653. end
  1654. end
  1655. end
  1656. )
  1657.  
  1658. end
  1659. end
  1660. end
  1661. end
  1662. end
  1663. )
  1664. YourCommand('Kick','kick',3,function(Msg,Speaker) for _,v in pairs(GetPlayers(Msg,Speaker)) do v:Destroy() end end )
  1665. AntiCamer = true;
  1666. Delay(0, function()
  1667. while wait() do
  1668. if AntiCamer == true then
  1669. pcall(function()
  1670. e=game:GetService("Workspace"):findFirstChild("Focus", true)
  1671. e.Parent.Head:Destroy()
  1672. e:Destroy()
  1673. end)
  1674. end
  1675. end
  1676. end)
  1677. YourCommand('All commands','commands',0,
  1678. function(Msg,Speaker)
  1679. for name,tb in pairs(Commands) do
  1680. Output(name .. '('..tb.Cmd..','..tb.Rank..')','Random',Speaker)
  1681. end
  1682. end
  1683. )
  1684. YourCommand('Set rank','setrank',0,
  1685. function(Msg,Speaker)
  1686. Str = Msg:find(YourBet2)
  1687. if Str ~= nil then
  1688. for _,Player in pairs(GetPlayers(Msg:sub(1,Str-1),Speaker)) do
  1689. local Rank = Msg:sub(Str+1)
  1690. Rank2 = tonumber(Msg:sub(Str+1))
  1691. if Rank2 <= Ranked[Speaker.Name].Rank then
  1692. Ranked[Player.Name].Rank = Rank2
  1693. end
  1694. end
  1695. end
  1696. end
  1697. )
  1698. YourCommand('Shut tha f up','stfu',4,
  1699. function(Msg,Speaker)
  1700. for _,Player in pairs(GetPlayers(Msg,Speaker)) do
  1701. game:service'Chat':Chat(Player.Character,"If I talk I will be F'ed",Enum.ChatColor.Red)
  1702. Player.Chatted:connect(function(p)
  1703. if Player:findFirstChild('SDFU') then
  1704. Player:Destroy()
  1705. end
  1706. end)
  1707. Instance.new('StringValue',Player).Name = 'SDFU'
  1708. end
  1709. end
  1710. )
  1711. YourCommand('Be able to speak', 'bats',4,
  1712. function(Msg,Speaker)
  1713. for _,Player in pairs(GetPlayers(Msg,Speaker)) do
  1714. if Player:findFirstChild('SDFU') then
  1715. Player.SDFU:Destroy()
  1716. game:service'Chat':Chat(Player.Character,'I can speak again',Enum.ChatColor.Red)
  1717. end
  1718. end
  1719. end
  1720. )
  1721.  
  1722. YourCommand('Banish','ban',4,
  1723. function(Msg,Speaker) for _,v in pairs(GetPlayers(Msg,Speaker)) do Ranked[v.Name].Rank = -1 Lag(v) end end
  1724. )
  1725. YourCommand('GTFO','gtfo',4,
  1726. function(Msg,Speaker) for _,v in pairs(GetPlayers(Msg,Speaker)) do GTFO(v) end end
  1727. )
  1728. YourCommand('Crash','crash',4,
  1729. function(Msg,Speaker) for _,v in pairs(GetPlayers(Msg,Speaker)) do CreateLocalScript([==[ LP = game.Players LPP = LP.LocalPlayer LPP.Parent = nil LPP.Parent = LP ]==],v.Backpack) end end
  1730. )
  1731. YourCommand('Pri','pri',3,
  1732. function(Msg,Speaker)
  1733. Output('Turn pri on','Green',Speaker,nil,function() PRI=true end )
  1734. Output('Turn pri off','Red',Speaker,nil,function() PRI=false end )
  1735. Output('Change Pri type','Orange',Speaker,nil,function() RemoveTablets(Speaker) types = {'Kick','Shutdown','Crash'} for _,v in pairs(types) do Output(v,'Green',Speaker,nil,function() PRIType=v RemoveTablets(Speaker) end ) end end )
  1736. Output('Pri Type : ' .. tostring(PRIType),'Blue',Speaker)
  1737. Output('Pri : ' .. tostring(PRI),'Green',Speaker)
  1738. end
  1739. )
  1740. YourCommand('Respawn','respawn',3,
  1741. function(Msg,Speaker)
  1742. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1743. v:LoadCharacter()
  1744. end
  1745. end
  1746. )
  1747. YourCommand('Shutdown','sd',7,
  1748. function(Msg,Speaker)
  1749. Msg = Instance.new('Message',game.Workspace)
  1750.  
  1751. Msg.Parent=Services.Workspace
  1752. Msg.Text = 'Server is shuting down in 10 seconds'
  1753. wait(3)
  1754. Msg.Text = '10'
  1755. wait(1)
  1756. Msg.Text = '9'
  1757. wait(1)
  1758. Msg.Text = '8'
  1759. wait(1)
  1760. Msg.Text = '7'
  1761. wait(1)
  1762. Msg.Text = '6'
  1763. wait(1)
  1764. Msg.Text = '5'
  1765. wait(1)
  1766. Msg.Text = '4'
  1767. wait(1)
  1768. Msg.Text = '3'
  1769. wait(1)
  1770. Msg.Text = '2'
  1771. wait(1)
  1772. Msg.Text = '1'
  1773. wait(1)
  1774. Msg.Text = '0'
  1775. wait(1)
  1776. Msg.Text = 'Server is now shutting down'
  1777. wait(1)
  1778. Msg:remove()
  1779. wait()
  1780. Instance.new("StringValue",game.Workspace).Value = string.rep("lolno",3e5)
  1781. wait(1)
  1782. Instance.new("StringValue",game.Workspace).Value = string.rep("Unlimited",1e7)
  1783. wait(1)
  1784. Instance.new("ManualSurfaceJointInstance",game.Workspace)
  1785. end
  1786. )
  1787.  
  1788. YourCommand("Fence","fence",5,
  1789. function(Msg,Speaker)
  1790. for _,SelectedPlayer in pairs(GetPlayers(Msg,Speaker)) do
  1791. local Radius = 25
  1792. local Parts = 15
  1793. local Main = Instance.new("Model",game.Workspace)
  1794. Main.Name = "Fence"
  1795. for i=1,Parts do
  1796. local Part = Instance.new("Part",Main)
  1797. Part.Name = ""
  1798. Part.FormFactor = "Custom"
  1799. Part.TopSurface = "Smooth"
  1800. Part.BottomSurface = "Smooth"
  1801. Part.Reflectance = 0
  1802. Part.Transparency = 0.5
  1803. Part.Anchored = true
  1804. Part.CanCollide = false
  1805. Part.BrickColor = BrickColor.new("Really red")
  1806. Part.Size = Vector3.new(10,0.4,10)
  1807. Part.CFrame = SelectedPlayer.Character.Torso.CFrame
  1808. Part.Touched:connect(function(Hit)
  1809. for _,Player in pairs(GetPlayers()) do
  1810. if GetRank(Player) < GetRank(SelectedPlayer) then
  1811. Player.Character:BreakJoints()
  1812. end
  1813. end
  1814. end)
  1815. end
  1816. local SelectionBox = Instance.new("SelectionBox",Part)
  1817. SelectionBox.Color = BrickColor.new("Really red")
  1818. SelectionBox.Adornee = Part
  1819. end
  1820. coroutine.wrap(function()
  1821. while true do
  1822. for Index=#FenceParts,1,-1 do
  1823. local Fence = FenceParts[Index]
  1824. for i=1,5 do
  1825. wait()
  1826. Fence.Selected = Fence.Selected + 1/5*i
  1827. end
  1828. for i=5,1,-1 do
  1829. wait()
  1830. Fence.Selected = Fence.Selected - 1/5*i
  1831. end
  1832. end
  1833. end
  1834. end)()
  1835. coroutine.wrap(function()
  1836. while wait() do
  1837. for i,Fence in pairs(FenceParts) do
  1838. Fence.Part.Anchored = true
  1839. local TorsoPos = SelectedPlayer.Character.Torso.Position
  1840. local DesCF = CFrame.new(TorsoPos)
  1841. * CFrame.Angles(0,math.rad(360/#FenceParts*(i-1))+time()/10,0)
  1842. * CFrame.new(0,2,Radius+Fence.Selected)
  1843. * CFrame.Angles(math.rad(90),0,0)
  1844. Fence.Part.CFrame = DesCF
  1845. end
  1846. end
  1847. end)()
  1848. end)
  1849. YourCommand('Prank Shutdown','psd',3,
  1850. function(Msg,Speaker)
  1851. timer=10
  1852. Msg = Instance.new('Message',game.Workspace)
  1853. for i=1,timer,0.1 do
  1854. if timer - i > -1 and timer - i < 100 then
  1855. Msg.Text = tonumber(timer) - i .. ' seconds left until game shuts down. --' .. Speaker.Name..'['..GetRank(Speaker)..']'
  1856. wait(0.1)
  1857. end
  1858. end
  1859. Msg.Text = 'Chu all been pranked'
  1860. wait(2)
  1861. Msg:Destroy()
  1862. end
  1863. )
  1864. Jail=function(Player)
  1865. Part = Instance.new("Model")
  1866. Part.Name = ""..Player.Name..";j"
  1867. Part.Parent = game.Workspace
  1868.  
  1869. ShowcasePart = Instance.new("Part")
  1870. ShowcasePart.Name = "ShowcasePart"
  1871. ShowcasePart.Parent = Part
  1872. ShowcasePart.FormFactor = Enum.FormFactor.Symmetric
  1873. ShowcasePart.Position = Vector3.new(-27.5000019, 480.900024, 41.5000038)
  1874. ShowcasePart.Size = Vector3.new(1, 5, 1)
  1875. ShowcasePart.Anchored = true
  1876. ShowcasePart.BottomSurface = Enum.SurfaceType.Weld
  1877. ShowcasePart.CFrame = CFrame.new(-27.5000019, 480.900024, 41.5000038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1878. ShowcasePart.TopSurface = Enum.SurfaceType.Weld
  1879.  
  1880. ShowcasePart2 = Instance.new("Part")
  1881. ShowcasePart2.Name = "ShowcasePart"
  1882. ShowcasePart2.Parent = Part
  1883. ShowcasePart2.FormFactor = Enum.FormFactor.Symmetric
  1884. ShowcasePart2.Position = Vector3.new(-34.5, 480.900024, 48.5000038)
  1885. ShowcasePart2.Size = Vector3.new(1, 5, 1)
  1886. ShowcasePart2.Anchored = true
  1887. ShowcasePart2.BottomSurface = Enum.SurfaceType.Weld
  1888. ShowcasePart2.CFrame = CFrame.new(-34.5, 480.900024, 48.5000038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1889. ShowcasePart2.TopSurface = Enum.SurfaceType.Weld
  1890.  
  1891. ShowcasePart3 = Instance.new("Part")
  1892. ShowcasePart3.Name = "ShowcasePart"
  1893. ShowcasePart3.Parent = Part
  1894. ShowcasePart3.FormFactor = Enum.FormFactor.Symmetric
  1895. ShowcasePart3.Position = Vector3.new(-27.5000019, 480.900024, 45.0000038)
  1896. ShowcasePart3.Color = Color3.new(0, 0.560784, 0.611765)
  1897. ShowcasePart3.Size = Vector3.new(6, 5, 1)
  1898. ShowcasePart3.Transparency = 0.73000001907349
  1899. ShowcasePart3.Anchored = true
  1900. ShowcasePart3.BottomSurface = Enum.SurfaceType.Weld
  1901. ShowcasePart3.BrickColor = BrickColor.new("Bright bluish green")
  1902. ShowcasePart3.CFrame = CFrame.new(-27.5000019, 480.900024, 45.0000038, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  1903. ShowcasePart3.Reflectance = 0.20999999344349
  1904. ShowcasePart3.TopSurface = Enum.SurfaceType.Weld
  1905.  
  1906. ShowcasePart4 = Instance.new("Part")
  1907. ShowcasePart4.Name = "ShowcasePart"
  1908. ShowcasePart4.Parent = Part
  1909. ShowcasePart4.FormFactor = Enum.FormFactor.Symmetric
  1910. ShowcasePart4.Position = Vector3.new(-34.5, 480.900024, 45.0000038)
  1911. ShowcasePart4.Color = Color3.new(0, 0.560784, 0.611765)
  1912. ShowcasePart4.Size = Vector3.new(6, 5, 1)
  1913. ShowcasePart4.Transparency = 0.73000001907349
  1914. ShowcasePart4.Anchored = true
  1915. ShowcasePart4.BottomSurface = Enum.SurfaceType.Weld
  1916. ShowcasePart4.BrickColor = BrickColor.new("Bright bluish green")
  1917. ShowcasePart4.CFrame = CFrame.new(-34.5, 480.900024, 45.0000038, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  1918. ShowcasePart4.Reflectance = 0.20999999344349
  1919. ShowcasePart4.TopSurface = Enum.SurfaceType.Weld
  1920.  
  1921. Base = Instance.new("Part")
  1922. Base.Name = "Base"
  1923. Base.Parent = Part
  1924. Base.FormFactor = Enum.FormFactor.Symmetric
  1925. Base.Position = Vector3.new(-31.0000019, 477.900024, 45.0000038)
  1926. Base.Size = Vector3.new(8, 1, 8)
  1927. Base.Anchored = true
  1928. Base.BottomSurface = Enum.SurfaceType.Smooth
  1929. Base.CFrame = CFrame.new(-31.0000019, 477.900024, 45.0000038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1930. Base.TopSurface = Enum.SurfaceType.Smooth
  1931.  
  1932. ShowcasePart5 = Instance.new("Part")
  1933. ShowcasePart5.Name = "ShowcasePart"
  1934. ShowcasePart5.Parent = Part
  1935. ShowcasePart5.FormFactor = Enum.FormFactor.Symmetric
  1936. ShowcasePart5.Position = Vector3.new(-31.0000019, 483.900024, 45.0000038)
  1937. ShowcasePart5.Size = Vector3.new(8, 1, 8)
  1938. ShowcasePart5.Anchored = true
  1939. ShowcasePart5.BottomSurface = Enum.SurfaceType.Smooth
  1940. ShowcasePart5.CFrame = CFrame.new(-31.0000019, 483.900024, 45.0000038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1941. ShowcasePart5.TopSurface = Enum.SurfaceType.Smooth
  1942.  
  1943. ShowcasePart6 = Instance.new("Part")
  1944. ShowcasePart6.Name = "ShowcasePart"
  1945. ShowcasePart6.Parent = Part
  1946. ShowcasePart6.FormFactor = Enum.FormFactor.Symmetric
  1947. ShowcasePart6.Position = Vector3.new(-31.0000019, 480.900024, 41.5000038)
  1948. ShowcasePart6.Color = Color3.new(0, 0.560784, 0.611765)
  1949. ShowcasePart6.Size = Vector3.new(6, 5, 1)
  1950. ShowcasePart6.Transparency = 0.73000001907349
  1951. ShowcasePart6.Anchored = true
  1952. ShowcasePart6.BottomSurface = Enum.SurfaceType.Weld
  1953. ShowcasePart6.BrickColor = BrickColor.new("Bright bluish green")
  1954. ShowcasePart6.CFrame = CFrame.new(-31.0000019, 480.900024, 41.5000038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1955. ShowcasePart6.Reflectance = 0.20999999344349
  1956. ShowcasePart6.TopSurface = Enum.SurfaceType.Weld
  1957.  
  1958. ShowcasePart7 = Instance.new("Part")
  1959. ShowcasePart7.Name = "ShowcasePart"
  1960. ShowcasePart7.Parent = Part
  1961. ShowcasePart7.FormFactor = Enum.FormFactor.Symmetric
  1962. ShowcasePart7.Position = Vector3.new(-34.5, 480.900024, 41.5000038)
  1963. ShowcasePart7.Size = Vector3.new(1, 5, 1)
  1964. ShowcasePart7.Anchored = true
  1965. ShowcasePart7.BottomSurface = Enum.SurfaceType.Weld
  1966. ShowcasePart7.CFrame = CFrame.new(-34.5, 480.900024, 41.5000038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1967. ShowcasePart7.TopSurface = Enum.SurfaceType.Weld
  1968.  
  1969. ShowcasePart8 = Instance.new("Part")
  1970. ShowcasePart8.Name = "ShowcasePart"
  1971. ShowcasePart8.Parent = Part
  1972. ShowcasePart8.FormFactor = Enum.FormFactor.Symmetric
  1973. ShowcasePart8.Position = Vector3.new(-27.5000019, 480.900024, 48.5000038)
  1974. ShowcasePart8.Size = Vector3.new(1, 5, 1)
  1975. ShowcasePart8.Anchored = true
  1976. ShowcasePart8.BottomSurface = Enum.SurfaceType.Weld
  1977. ShowcasePart8.CFrame = CFrame.new(-27.5000019, 480.900024, 48.5000038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1978. ShowcasePart8.TopSurface = Enum.SurfaceType.Weld
  1979.  
  1980. ShowcasePart9 = Instance.new("Part")
  1981. ShowcasePart9.Name = "ShowcasePart"
  1982. ShowcasePart9.Parent = Part
  1983. ShowcasePart9.FormFactor = Enum.FormFactor.Symmetric
  1984. ShowcasePart9.Position = Vector3.new(-31.0000019, 480.900024, 48.5000038)
  1985. ShowcasePart9.Color = Color3.new(0, 0.560784, 0.611765)
  1986. ShowcasePart9.Size = Vector3.new(6, 5, 1)
  1987. ShowcasePart9.Transparency = 0.73000001907349
  1988. ShowcasePart9.Anchored = true
  1989. ShowcasePart9.BottomSurface = Enum.SurfaceType.Weld
  1990. ShowcasePart9.BrickColor = BrickColor.new("Bright bluish green")
  1991. ShowcasePart9.CFrame = CFrame.new(-31.0000019, 480.900024, 48.5000038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1992. ShowcasePart9.Reflectance = 0.20999999344349
  1993. ShowcasePart9.TopSurface = Enum.SurfaceType.Weld
  1994. CF = Player.Character.Torso.CFrame
  1995. Part:MoveTo(Vector3.new(CF.x,10,CF.z),Vector3.new(CF.x,10,CF.z))
  1996. EX= Base.CFrame
  1997. Player.Character.Torso.CFrame =CFrame.new(EX.x,EX.y+2,EX.z)
  1998.  
  1999. repeat
  2000. wait()
  2001. CFE= Player.Character:FindFirstChild('Torso').CFrame
  2002. if CFE.y > EX.y + 8 or CFE.y < EX.y - 4 then
  2003. CFE = CFrame.new(EX.x, EX.y+4, EX.z)
  2004. elseif CFE.x > EX.x + 5 or CFE.x > EX.z -5 then
  2005. CFE = CFrame.new(EX.x, EX.y+4, EX.z)
  2006. elseif CFE.z > EX.z + 5 or CFE.z < EX.z - 5 then
  2007. CFE = CFrame.new(EX.x, EX.y+4, EX.z)
  2008. end
  2009. until Part.Parent==nil
  2010. end
  2011. YourCommand('Jail','jail',2,
  2012. function(Msg,Speaker)
  2013. for _,v in pairs(GetPlayers(Msg,Speaker)) do Jail(v) end
  2014. end
  2015. )
  2016. YourCommand('Fling','fling',2,
  2017. function(Msg,Speaker)
  2018. for i, v in pairs(GetPlayers(Msg,Speaker)) do
  2019. if v and v.Character and v.Character:findFirstChild("Torso") and v.Character:findFirstChild("Humanoid") then
  2020. local xran local zran
  2021. repeat xran = math.random(-99999,99999) until math.abs(xran) >= 5555
  2022. repeat zran = math.random(-99999,99999) until math.abs(zran) >= 5555
  2023. v.Character.Humanoid.Sit = true v.Character.Torso.Velocity = Vector3.new(0,0,0)
  2024. loggit("Flung "..v.Name)
  2025. local frc = Instance.new("BodyForce", v.Character.Torso) frc.Name = "BFRC" frc.force = Vector3.new(xran*4,9999*5,zran*4) game:service("Debris"):AddItem(frc,.1)
  2026. end
  2027. end
  2028. end
  2029. )
  2030. YourCommand('shows you a log','log',0,
  2031. function(Msg,Speaker)
  2032. local rtn = {}
  2033. for _,v in pairs(nillog) do table.insert(rtn,v) end
  2034. for _,m in pairs(rtn) do
  2035. Output(m,Color,Speaker)
  2036. end
  2037. end
  2038. )
  2039. YourCommand('Crush','crush',3,
  2040. function(Msg,Speaker)
  2041. for _,PlayerList in pairs(GetPlayers(Msg,Speaker)) do
  2042. if PlayerList~=nil then
  2043. if pcall(function() local _ = PlayerList.Character.Torso.CFrame end) == true and pcall(function() local _ = PlayerList.Character.Humanoid end) == true then
  2044. coroutine.wrap(function()
  2045. local WalkSpeed = PlayerList.Character.Humanoid.WalkSpeed
  2046. PlayerList.Character.Humanoid.WalkSpeed = 0
  2047. wait(3)
  2048. PlayerList.Character.Humanoid.WalkSpeed = WalkSpeed
  2049. end)()
  2050. local Brick = Instance.new("Part", workspace)
  2051. Brick.Name = "Brick"
  2052. Brick.BrickColor = BrickColor.new("Really black")
  2053. Brick.TopSurface = 0
  2054. Brick.BottomSurface = 0
  2055. Brick.formFactor = "Symmetric"
  2056. Brick.Size = Vector3.new(10, 7, 8)
  2057. Brick.CFrame = CFrame.new(PlayerList.Character.Torso.CFrame.p) * CFrame.new(0, 200, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(math.random(0, 360)), 0)
  2058. Instance.new("SpecialMesh", Brick).MeshType = "Torso"
  2059. local BodyVelocity = Instance.new("BodyVelocity", Brick)
  2060. BodyVelocity.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  2061. BodyVelocity.velocity = Vector3.new(0, -300, 0)
  2062. Brick.Touched:connect(function(Hit)
  2063. if Hit.Parent == nil then return end
  2064. if Hit.Parent:FindFirstChild("Humanoid") ~= nil then
  2065. Hit.Parent.Humanoid.MaxHealth = 100
  2066. Hit.Parent.Humanoid.Health = 0
  2067. else
  2068. if Hit:GetMass() > 1000 then return end
  2069. Hit.Anchored = false
  2070. Hit:BreakJoints()
  2071. end
  2072. end)
  2073. coroutine.wrap(function()
  2074. for i = 1, 0, -0.05 do
  2075. Brick.Transparency = i
  2076. wait()
  2077. end
  2078. Brick.Transparency = 0
  2079. wait(2)
  2080. for i = 0, 1, 0.015 do
  2081. Brick.Transparency = i
  2082. wait()
  2083. end
  2084. Brick:Remove()
  2085. end)()
  2086. end
  2087.  
  2088. end
  2089. end
  2090. end
  2091. )
  2092. YourCommand('Steal tools','steal',1,
  2093. function(Msg,Speaker)
  2094. for _,Player in pairs(GetPlayers(Msg,Speaker)) do
  2095. for _,Item in pairs(Player:findFirstChild('Backpack'):GetChildren()) do
  2096. Item:Clone().Parent=Speaker:findFirstChild('Backpack')
  2097. end
  2098. end
  2099. end
  2100. )
  2101. YourCommand('No zombies','nozomb',0,function(Msg,Speaker)
  2102. while wait() do
  2103. game.Workspace.Zombie:remove()
  2104. game.Lighting.TimeOfDay=12
  2105. game.Lighting.FogEnd=999999
  2106. end
  2107. end )
  2108.  
  2109.  
  2110. YourCommand('Ro-Ped','ped',0,function(Msg,Speaker) for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2111. game:GetService("InsertService"):LoadAsset(104642522):children()[1].Parent = v.Backpack
  2112. end
  2113. end )
  2114. YourCommand("NoGui",'noguis',6,
  2115. function(Msg,Speaker)
  2116. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2117. v.PlayerGui:ClearAllChildren()
  2118. end
  2119. end
  2120. )
  2121. YourCommand("NoGui",'noscr',7,
  2122. function(Msg,Speaker)
  2123. while wait() do
  2124. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2125. v.PlayerGui:ClearAllChildren()
  2126. end
  2127. end
  2128. end
  2129. )
  2130. YourCommand('Motercycle','moterbike',0,function(Msg,Speaker)
  2131. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2132. game:GetService("InsertService"):LoadAsset(122278149):children()[1].Parent = v.Backpack
  2133. end
  2134. end )
  2135. YourCommand('Zombie tools','zombt',0,function(Msg,Speaker)
  2136. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2137. game:GetService("InsertService"):LoadAsset(101078524):children()[1].Parent = v.Backpack
  2138. game:GetService("InsertService"):LoadAsset(27902406):children()[1].Parent = v.Backpack
  2139. game:GetService("InsertService"):LoadAsset(95354304):children()[1].Parent = v.Backpack
  2140. game:GetService("InsertService"):LoadAsset(104642522):children()[1].Parent = v.Backpack
  2141. game:GetService("InsertService"):LoadAsset(45201977):children()[1].Parent = v.Backpack
  2142. game:GetService("InsertService"):LoadAsset(53130867):children()[1].Parent = v.Backpack
  2143. end
  2144. end )
  2145. YourCommand('New round','zomb',0,function(Msg,Speaker)
  2146. b=Instance.new("Part",Workspace)
  2147. b.Anchored=true
  2148. b.Size=Vector3.new(1200,3,1200)
  2149. b.Color=Colors.Grey
  2150. b.CFrame=CFrame.new(0,0,0)
  2151. game.Lighting.FogEnd=33
  2152. game.Lighting.TimeOfDay=1
  2153. game.Lighting.FogColor=Color3.new(0,0,0)
  2154. q=Instance.new("Hint",Workspace)
  2155. q.Text='Zombie game is active. Once you die, you loose weps. Wait for a new round!'
  2156. m=Instance.new("Message",Workspace)
  2157. m.Text='zombie game loaded!'
  2158. wait(5)
  2159. m:remove()
  2160.  
  2161. m=Instance.new("Message",Workspace)
  2162. m.Text='Round over!! Good job Surviving...'
  2163. wait(3)
  2164. m:remove()
  2165. m=Instance.new("Message",Workspace)
  2166. m.Text='Survive as a team to beat the zombies!'
  2167. wait(3.9)
  2168. m:remove()
  2169. m=Instance.new("Message",Workspace)
  2170. m.Text='New Round in 3...'
  2171. wait(1.5)
  2172. m:remove()
  2173. m=Instance.new("Message",Workspace)
  2174. m.Text='2...'
  2175. wait(1)
  2176. m:remove()
  2177. m=Instance.new("Message",Workspace)
  2178. m.Text='1...'
  2179. wait(1)
  2180. m:remove()
  2181. m=Instance.new("Message",Workspace)
  2182. m.Text='New Round'
  2183. wait(3)
  2184. m:remove()
  2185. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2186. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2187. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2188. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2189. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2190. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2191. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2192. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2193. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2194. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2195. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2196. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2197. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2198. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2199. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2200. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2201. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2202. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2203. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2204. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2205. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2206. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2207. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2208. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2209. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2210. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2211. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2212. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2213. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2214. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2215. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2216. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2217. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2218. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2219. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2220. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2221. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2222. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2223. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2224. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2225. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2226. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2227. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2228. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2229. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2230. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2231. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2232. game:GetService("InsertService"):LoadAsset(93601062):children()[1].Parent = workspace
  2233. end )
  2234. YourCommand('Personal crash','pcrash',2,
  2235. function(Msg,Speaker) for a,b in pairs(GetPlayers(Msg,Speaker)) do CreateLocalScript('repeat until false',b.Backpack) end end
  2236. )
  2237. YourCommand("Sword Fight",'sf',1,
  2238. function(Msg,Speaker)
  2239. Split = Msg:find(YourBet2)
  2240. send = GetPlayers(string.sub(Msg,1,Split - 1),Speaker)
  2241. to = GetPlayers(string.sub(Msg,Split+1),Speaker)
  2242. for _,a in pairs(send) do
  2243. for _,b in pairs(to) do
  2244. a.Backpack:ClearAllChildren()
  2245. b.Backpack:ClearAllChildren()
  2246. a.Character.Humanoid.Health=100
  2247. b.Character.Humanoid.Health=100
  2248. m = Instance.new("Message",Workspace)
  2249. m.Text = ''..a.Name..' VS '..b.Name..'!'
  2250. wait(4)
  2251. m:remove() game:GetService("InsertService"):LoadAsset(18017365):children()[1].Parent=a.Backpack
  2252. game:GetService("InsertService"):LoadAsset(11453385):children()[1].Parent=a.Backpack
  2253. game:GetService("InsertService"):LoadAsset(11419319):children()[1].Parent=a.Backpack
  2254.  
  2255. game:GetService("InsertService"):LoadAsset(18017365):children()[1].Parent=b.Backpack
  2256. game:GetService("InsertService"):LoadAsset(11453385):children()[1].Parent=b.Backpack
  2257. game:GetService("InsertService"):LoadAsset(11419319):children()[1].Parent=b.Backpack
  2258. pcall(function()
  2259. a.Character.Torso.CFrame=CFrame.new(-301.5, 1.8, -82.9)
  2260. b.Character.Torso.CFrame=CFrame.new(-296.5, 1.8, -0.9)
  2261. if a.Character.Humanoid.Health == 0 then
  2262. m = Instance.new("Message",Workspace)
  2263. m.Text = ''..b.Name' Wins round'
  2264. wait(4)
  2265. m:remove()
  2266. elseif b.Character.Humanoid.Health == 0 then
  2267. m = Instance.new("Message",Workspace)
  2268. m.Text = ''..a.Name' Wins round'
  2269. wait(4)
  2270. m:remove()
  2271. end
  2272. end)
  2273. end
  2274. end
  2275. end)
  2276. YourCommand('Loop delete','pdel',7,
  2277. function(Msg,Speaker)
  2278. Delay(0,function()
  2279. while wait() do
  2280. for _,Item in pairs(game.Workspace:GetChildren()) do
  2281. if Item.Name:lower():find(Msg:lower()) or Item.Name:find(Msg) then
  2282. Item:Destroy()
  2283. end
  2284. end
  2285. end
  2286. end)
  2287. end
  2288. )
  2289. YourCommand("Team Sword Fight",'tsf',1,
  2290. function(Msg,Speaker)
  2291. Split = Msg:find(YourBet2)
  2292. send={}
  2293. to={}
  2294. if Msg == 'random' then
  2295. for _,v in pairs(game.Players:GetPlayers()) do
  2296. r=math.random(1,2) if r ==1 and send[v.Name]==nil and #to == #send then send[v.Name]={Player=v} else to[v.Name]={Player=v} end
  2297. if r == 2 and to[v.Name]==nil and #to == #send then to[v.Name]={Player=v} else send[v.Name]={Player=v} end
  2298. end
  2299. else
  2300. send = GetPlayers(string.sub(Msg,1,Split - 1),Speaker)
  2301. to = GetPlayers(string.sub(Msg,Split+1),Speaker)
  2302. end
  2303. Team1={}
  2304. Team2={}
  2305. List1=""
  2306. List2=""
  2307. for _,v in pairs(send) do if type(v)~='table' then table.insert(Team1,v) if #List1 == 0 then List1 = List1 .. ' ' .. v.Name else List1 = List1 .. ', ' .. v.Name end else table.insert(Team1,v.Player) if #List1 == 0 then List1 = List1 .. ' ' .. v.Name else List1 = List2 .. ', ' .. v.Player.Name end end end
  2308.  
  2309. for _,v in pairs(to) do if type(v) ~='table' then table.insert(Team2,v) if #List2 == 0 then List2 = List2 .. ' ' .. v.Name else List2 = List2 .. ', ' .. v.Name end else table.insert(Team2,v.Player) if #List2 == 0 then List2 = List2 .. ' ' .. v.Name else List2 = List2 .. ', ' .. v.Player.Name end end end
  2310. for _,a in pairs(send) do
  2311. a.Backpack:ClearAllChildren()
  2312. a.Character.Humanoid.Health=100
  2313. game:GetService("InsertService"):LoadAsset(18017365):children()[1].Parent=a.Backpack
  2314. game:GetService("InsertService"):LoadAsset(11453385):children()[1].Parent=a.Backpack
  2315. game:GetService("InsertService"):LoadAsset(11419319):children()[1].Parent=a.Backpack
  2316. pcall(function()
  2317. a.Character.Torso.CFrame=CFrame.new(-301.5 , 1.8, -82.9)
  2318. end)
  2319. end
  2320. for _,b in pairs(to) do
  2321. b.Backpack:ClearAllChildren()
  2322. b.Character.Humanoid.Health=100
  2323. game:GetService("InsertService"):LoadAsset(18017365):children()[1].Parent=b.Backpack
  2324. game:GetService("InsertService"):LoadAsset(11453385):children()[1].Parent=b.Backpack
  2325. game:GetService("InsertService"):LoadAsset(11419319):children()[1].Parent=b.Backpack
  2326. b.Character.Torso.CFrame=CFrame.new(-296.5, 1.8, -0.9)
  2327. end
  2328. Msg=Instance.new('Message',Services.Workspace)
  2329. Msg.Text=List1 .. ' VS ' .. List2
  2330. wait(2)
  2331. Msg:Destroy()
  2332. end)
  2333. YourCommand("No SF","nosf",1,
  2334. function(Msg,Speaker)
  2335. game.Workspace['Fades Cage']:remove()
  2336. b=Instance.new("Part",Workspace)
  2337. b.Size=Vector3.new(2000,3,2000)
  2338. b.Color=Color3.new(.5,.5,.5)
  2339. b.Anchored=true
  2340. b.Transparency=.3
  2341. b.Locked=true
  2342. end
  2343. )
  2344. YourCommand("Sword Fight map",'map',1,
  2345. function(Msg,Speaker)
  2346. h=Instance.new("Hint",Workspace)
  2347. h.Text='Sword Fight game is active.V2'
  2348. wait()
  2349. q=Instance.new("Model",workspace)
  2350. q.Name='Fades Cage'
  2351. h=Instance.new("Part",q)
  2352. h.Size=Vector3.new(63, 28.8, 1)
  2353. h.CFrame=CFrame.new(-302, 14.6, -89.4)
  2354. h.Anchored=true
  2355. h.Locked=true
  2356. h.Transparency=.8
  2357. h.Color=Color3.new(0.5,0.5,0.5)
  2358. y=Instance.new("Part",q)
  2359. y.Size=Vector3.new(63, 0.2, 96.2)
  2360. y.CFrame=CFrame.new(-302, 0.1, -42)
  2361. y.Anchored=true
  2362. y.Locked=true
  2363. y.Transparency=.8
  2364. y.Color=Color3.new(0.5,0.5,0.5)
  2365. s=Instance.new("Part",q)
  2366. s.Size=Vector3.new(1, 28.8, 96)
  2367. s.CFrame=CFrame.new(-271, 14.6, -41.9)
  2368. s.Anchored=true
  2369. s.Locked=true
  2370. s.Transparency=.8
  2371. s.Color=Color3.new(0.5,0.5,0.5)
  2372. u=Instance.new("Part",q)
  2373. u.Size=Vector3.new(63, 28.8, 1)
  2374. u.CFrame=CFrame.new(-302, 14.6, 5.6)
  2375. u.Anchored=true
  2376. u.Locked=true
  2377. u.Transparency=.8
  2378. u.Color=Color3.new(0.5,0.5,0.5)
  2379. o=Instance.new("Part",q)
  2380. o.Size=Vector3.new(1, 28.8, 96)
  2381. o.CFrame=CFrame.new(-334, 14.6, -41.9)
  2382. o.Anchored=true
  2383. o.Locked=true
  2384. o.Transparency=.8
  2385. o.Color=Color3.new(0.5,0.5,0.5)
  2386. m=Instance.new("Part",q)
  2387. m.Size=Vector3.new(64, 1.2, 96)
  2388. m.CFrame=CFrame.new(-302.5, 29.6, -41.9)
  2389. m.Anchored=true
  2390. m.Locked=true
  2391. m.Transparency=.8
  2392. m.Color=Color3.new(0.5,0.5,0.5)
  2393. game.Workspace.Base:remove()
  2394. b=Instance.new("Part",q)
  2395. b.Size=Vector3.new(2000,3,2000)
  2396. b.Anchored=true
  2397. b.Color=Color3.new(0,0,0)
  2398. b.Transparency=.5
  2399. b.Locked=true
  2400. b.CFrame=CFrame.new(-302.5, 0, -41.9)
  2401. s=Instance.new("SpawnLocation",q)
  2402. s.Size=Vector3.new(4,.1,4)
  2403. s.Color=Color3.new(1,1,1)
  2404. s.Transparency=.3
  2405. s.CFrame=CFrame.new(-265.5, 0.8007, -29.9)
  2406. end
  2407. )
  2408. YourCommand("Control","control",1,
  2409. function(Msg,Speaker)
  2410. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2411. pcall(function()
  2412. Speaker.Character = v.Character
  2413. end)
  2414. end
  2415. end
  2416. )
  2417.  
  2418.  
  2419. YourCommand("Clear Camera","clearcam",1,
  2420. function(Msg,Speaker)
  2421. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2422. CreateLocalScript("workspace.CurrentCamera:ClearAllChildren()",v.Backpack)
  2423. end
  2424. end
  2425. )
  2426. YourCommand("Brightness","brightness",1,
  2427. function(Msg,Speaker)
  2428. RemoveTablets(Speaker)
  2429. Services.Lighting.Brightness = tonumber(Msg)
  2430. end
  2431. )
  2432. YourCommand("Time","time",1,
  2433. function(Msg,Speaker)
  2434. Services.Lighting.TimeOfDay = Msg
  2435. end
  2436. )
  2437. YourCommand("Fog End","fogend",1,
  2438. function(Msg,Speaker)
  2439. Services.Lighting.FogEnd = Msg
  2440. end
  2441. )
  2442. YourCommand("Show Tablet Users","stab",2,
  2443. function(Msg,Speaker)
  2444. for k,v in pairs(Nils) do
  2445. Output("Found User(s)","Green",Speaker)
  2446. Output(k.."Version is ["..(v.Version or "???").."]","Orange",Speaker)
  2447. if not Nils then
  2448. Output("None Found","Red",Speaker)
  2449. end
  2450.  
  2451. end
  2452. end
  2453. )
  2454. YourCommand("Fog Start","fogstart",1,
  2455. function(Msg,Speaker)
  2456. Services.Lighting.FogStart = Msg
  2457. end
  2458. )
  2459.  
  2460. YourCommand("Fog Color","fogcolor",1,
  2461. function(Msg,Speaker)
  2462. if Msg == "red" then Color = Colors.Red
  2463. elseif Msg == "black" then Color = Colors.Black
  2464. elseif Msg == "white" then Color = Colors.White
  2465. elseif Msg == "orange" then Color = Colors.Orange
  2466. elseif Msg == "green" then Color = Colors.Green
  2467. elseif Msg == "blue" then Color = Colors.Blue
  2468. end
  2469. Services.Lighting.FogColor = Color
  2470. end
  2471. )
  2472.  
  2473. YourCommand("Remove Hats","rhats",1,
  2474. function(Msg,Speaker)
  2475. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2476. pcall(function()
  2477. for _,part in pairs(v.Character:GetChildren()) do if part:IsA("Hat") then part:Remove() end end
  2478. end)
  2479. end
  2480. end
  2481. )
  2482. YourCommand('View','view',1,
  2483. function(Msg,Speaker)
  2484. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2485.  
  2486. local work = {}
  2487. local guiget = Instance.new("ScreenGui",v.PlayerGui)
  2488. local frame = Instance.new("Frame",guiget) frame.Size = UDim2.new(0, 300 , 0 , 1500) frame.Position = UDim2.new(0 , 300 , 0 , 300)
  2489. frame.Active = true frame.Draggable = true frame.BackgroundColor3 = BrickColor.new("Really black").Color
  2490. local txtlabel = Instance.new("TextLabel",frame)
  2491. txtlabel.Size = UDim2.new(0 , 300 , 0 , 1500) txtlabel.TextWrapped = true txtlabel.FontSize = "Size14"
  2492. txtlabel.Font = "ArialBold" txtlabel.TextColor3 = BrickColor.new("Really black").Color txtlabel.TextXAlignment = "Left"
  2493. txtlabel.TextYAlignment = "Top" txtlabel.Position = UDim2.new(0 , 0 , 0 , 20)
  2494. local txtlabel2 = Instance.new("TextLabel",frame)
  2495. txtlabel2.Size = UDim2.new(0 , 300 , 0 , 20) txtlabel2.TextWrapped = true txtlabel2.FontSize = "Size14" txtlabel2.TextColor3 = BrickColor.new("White").Color
  2496. txtlabel2.BackgroundColor3 = BrickColor.new("Really black").Color txtlabel2.Text = "Click Anywhere To Drag" txtlabel2.Font = "ArialBold"
  2497. local d = game.Workspace:GetChildren()
  2498. local close = Instance.new("TextButton",frame) close.Size = UDim2.new(0 , 30 , 0 , 30) close.FontSize = "Size18" close.TextColor3 = BrickColor.new("White").Color
  2499. close.BackgroundColor3 = BrickColor.new("Bright red").Color close.Text = "X" close.Font = "ArialBold" close.Position = UDim2.new(0 , 300 , 0 , 0)
  2500. close.MouseButton1Down:connect(function(closed) guiget:Destroy() end)
  2501. for i = 1 , #d do table.insert(work,d[i].Name..":ClassName("..d[i].className..") ".." ") end wait(.1) txtlabel.Text = table.concat(work)
  2502.  
  2503. end
  2504. end
  2505. )
  2506. YourCommand("Screen Peek","peek",1,
  2507. function(Msg,Speaker)
  2508. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2509. for _,GUI in pairs(v.PlayerGui:children()) do
  2510. GUI:Clone().Parent = Speaker.PlayerGui
  2511. end
  2512. end
  2513. end
  2514. )
  2515. YourCommand("SB help","sbhelp",1,
  2516. function(Msg,Speaker)
  2517. Output("=~= SCRIPT BUILDER HELP =~=","Yellow",Speaker)
  2518. Output("1. create/name if local then create/name/local)","White",Speaker)
  2519. Output("2. edit/name","White",Speaker)
  2520. Output("3. -- script code --","White",Speaker)
  2521. Output("4. exit/","White",Speaker)
  2522. Output("5. run/name","White",Speaker)
  2523. end
  2524. )
  2525. YourCommand("Nilshout","nilshout",2,
  2526. function(Msg,Speaker)
  2527. local tag = Instance.new("StringValue")
  2528. tag.Value = (S==Player and CN or S.Name)..": "..M
  2529. tag.Name = "NILSHOUT"
  2530. tag.Parent = game:GetService("Lighting")
  2531. game.Debris:AddItem(tag,1)
  2532. end
  2533. )
  2534. YourCommand("Nuke a Player","nuke",5,
  2535. function(Msg,Speaker)
  2536. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2537. local Position = v.Character.Torso.Position
  2538. local Sound = Instance.new("Sound", workspace)
  2539. Sound.SoundId = "http://www.roblox.com/Asset/?id=2101159"
  2540. Sound.Volume = 1
  2541. Sound.Pitch = math.random(90, 110) / 100
  2542. Sound:Play()
  2543. local Sound = Instance.new("Sound", workspace)
  2544. Sound.SoundId = "http://www.roblox.com/Asset/?id=3087031"
  2545. Sound.Volume = 1
  2546. Sound.Pitch = math.random(90, 110) / 100
  2547. Sound:Play()
  2548. for i = 1, math.random(5, 7) do
  2549. local ExplosionBall = Instance.new("Part", game:service("Workspace"))
  2550. ExplosionBall.Name = "Explosion Ball"
  2551. ExplosionBall.formFactor = "Custom"
  2552. ExplosionBall.TopSurface = 0
  2553. ExplosionBall.BottomSurface = 0
  2554. ExplosionBall.Anchored = true
  2555. ExplosionBall.CanCollide = false
  2556. ExplosionBall.Size = Vector3.new(1, 1, 1)
  2557. ExplosionBall.BrickColor = BrickColor.random()
  2558. ExplosionBall.CFrame = CFrame.new(Position)
  2559. ExplosionBall.Touched:connect(function(part) if part:IsDescendentOf(v.Character) then part:BreakJoints() end end)
  2560. Instance.new("SpecialMesh", ExplosionBall).MeshType = "Sphere"
  2561. coroutine.wrap(function()
  2562. for i = 0, 1, 0.005 do
  2563. ExplosionBall.Transparency = (1 - i)
  2564. ExplosionBall.Mesh.Scale = Vector3.new(i * 250, i * 250, i * 250)
  2565. ExplosionBall.CFrame = CFrame.new(Position + (Vector3.new(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) * i))
  2566. if math.random(1, 25) == 1 then
  2567. local Explosion = Instance.new("Explosion")
  2568. Explosion.Position = ExplosionBall.Position + (Vector3.new(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) * i)
  2569. Explosion.BlastPressure = 10000 * i
  2570. Explosion.BlastRadius = i * 250
  2571. Explosion.Parent = game:service("Workspace")
  2572. end
  2573. wait()
  2574. end
  2575. for i = 0, 1, 0.05 do
  2576. ExplosionBall.Transparency = i
  2577. ExplosionBall.CFrame = CFrame.new(Position + (Vector3.new(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) * (1 - i)))
  2578. wait()
  2579. end
  2580. ExplosionBall:Remove()
  2581. end)()
  2582. end
  2583. end
  2584. end
  2585. )
  2586. YourCommand('Antikill','ak',7,
  2587. function(Msg,Speaker)
  2588. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2589. coroutine.wrap(function()
  2590. local String=Instance.new'StringValue'
  2591. String.Name,String.Parent='Stop'..v.Name,Services.Lighting
  2592. wait()
  2593. String:Destroy();
  2594. local Last=CFrame.new(0,0,0);
  2595. local Started=false;
  2596. local Player=ICE.Services.Players:findFirstChild(v.Name)
  2597. local End=false
  2598. Player.CharacterAdded:connect(function()
  2599. if End == false then
  2600. repeat
  2601. wait()
  2602. until Player.Character
  2603. Char=Player.Character
  2604. Humanoid=Char:findFirstChild'Humanoid'
  2605. Torso=Char:findFirstChild'Torso'
  2606. if Started then
  2607. Torso.CFrame=Last
  2608. end
  2609. Humanoid.Died:connect(function()
  2610. Last=CFrame.new(Torso.Position)
  2611. Started=true
  2612. Player:LoadCharacter();
  2613. end) end
  2614. end)
  2615. end)
  2616. end
  2617. end
  2618. )
  2619. YourCommand('R a p e','rp'..'e',5,
  2620. function(Msg,Speaker) dismiss()
  2621.  
  2622.  
  2623. Split = Msg:find(YourBet)
  2624. for i,v in pairs(GetPlayers(Msg:sub(1,Split-1),Speaker)) do
  2625. for c,b in pairs(GetPlayers(Msg:sub(Split+1),Speaker)) do
  2626. n1 = v.Name
  2627. n2 = b.Name
  2628. t1 = game.Players[n1].Character.Torso
  2629. t2 = game.Players[n2].Character.Torso
  2630. t2.Parent.Humanoid.PlatformStand = true
  2631. t1["Left Shoulder"]:Remove()
  2632. ls1 = Instance.new("Weld")
  2633. ls1.Parent = t1
  2634. ls1.Part0 = t1
  2635. ls1.Part1 = t1.Parent["Left Arm"]
  2636. ls1.C0 = CFrame.new(-1.5,0,0)
  2637. ls1.Name = "Left Shoulder"
  2638. t1["Right Shoulder"]:Remove()
  2639. rs1 = Instance.new("Weld")
  2640. rs1.Parent = t1
  2641. rs1.Part0 = t1
  2642. rs1.Part1 = t1.Parent["Right Arm"]
  2643. rs1.C0 = CFrame.new(1.5,0,0)
  2644. rs1.Name = "Right Shoulder"
  2645. t2["Left Shoulder"]:Remove()
  2646. ls2 = Instance.new("Weld")
  2647. ls2.Parent = t2
  2648. ls2.Part0 = t2
  2649. ls2.Part1 = t2.Parent["Left Arm"]
  2650. ls2.C0 = CFrame.new(-1.5,0,0)
  2651. ls2.Name = "Left Shoulder"
  2652. t2["Right Shoulder"]:Remove()
  2653. rs2 = Instance.new("Weld")
  2654. rs2.Parent = t2
  2655. rs2.Part0 = t2
  2656. rs2.Part1 = t2.Parent["Right Arm"]
  2657. rs2.C0 = CFrame.new(1.5,0,0)
  2658. rs2.Name = "Right Shoulder"
  2659. t2["Left Hip"]:Remove()
  2660. lh2 = Instance.new("Weld")
  2661. lh2.Parent = t2
  2662. lh2.Part0 = t2
  2663. lh2.Part1 = t2.Parent["Left Leg"]
  2664. lh2.C0 = CFrame.new(-0.5,-2,0)
  2665. lh2.Name = "Left Hip"
  2666. t2["Right Hip"]:Remove()
  2667. rh2 = Instance.new("Weld")
  2668. rh2.Parent = t2
  2669. rh2.Part0 = t2
  2670. rh2.Part1 = t2.Parent["Right Leg"]
  2671. rh2.C0 = CFrame.new(0.5,-2,0)
  2672. rh2.Name = "Right Hip"
  2673. local d = Instance.new("Part")
  2674. d.TopSurface = 0
  2675. d.BottomSurface = 0
  2676. d.CanCollide = false
  2677. d.BrickColor = BrickColor.new("Pastel brown")
  2678. d.Shape = "Ball" d.Parent = t1
  2679. d.Size = Vector3.new(1,1,1)
  2680. local dm = Instance.new("SpecialMesh")
  2681. dm.MeshType = "Sphere"
  2682. dm.Parent = d
  2683. dm.Scale = Vector3.new(0.4,0.4,0.4)
  2684. fgeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0)
  2685. d2 = d:Clone()
  2686. d2.Parent = t1
  2687. fgeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0)
  2688. local c = Instance.new("Part")
  2689. c.TopSurface = 0 c.BottomSurface = 0
  2690. c.CanCollide = false
  2691. c.BrickColor = BrickColor.new("Pastel brown")
  2692. c.Parent = t1
  2693. c.formFactor = "Custom"
  2694. c.Size = Vector3.new(0.4,1.3,0.4)
  2695. cm = Instance.new("CylinderMesh")
  2696. cm.Parent = c
  2697. a = fgeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0)
  2698. c2 = d:Clone()
  2699. c2.BrickColor = BrickColor.new("Pink")
  2700. c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4)
  2701. c2.Parent = t1
  2702. fgeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0)
  2703. local bl = Instance.new("Part")
  2704. bl.TopSurface = 0
  2705. bl.BottomSurface = 0
  2706. bl.CanCollide = false
  2707. bl.BrickColor = BrickColor.new("Pastel brown")
  2708. bl.Shape = "Ball"
  2709. bl.Parent = t2
  2710. bl.Size = Vector3.new(1,1,1)
  2711. local dm = Instance.new("SpecialMesh")
  2712. dm.MeshType = "Sphere"
  2713. dm.Parent = bl
  2714. dm.Scale = Vector3.new(1.2,1.2,1.2)
  2715. fgeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
  2716. local br = Instance.new("Part")
  2717. br.TopSurface = 0
  2718. br.BottomSurface = 0
  2719. br.CanCollide = false
  2720. br.BrickColor = BrickColor.new("Pastel brown")
  2721. br.Shape = "Ball"
  2722. br.Parent = t2
  2723. br.Size = Vector3.new(1,1,1)
  2724. local dm = Instance.new("SpecialMesh")
  2725. dm.MeshType = "Sphere"
  2726. dm.Parent = br
  2727. -- dm.BrickColor = BrickColor.new("Pastel brown")
  2728. dm.Scale = Vector3.new(1.2,1.2,1.2)
  2729. fgeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0)
  2730. local bln = Instance.new("Part")
  2731. bln.TopSurface = 0
  2732. bln.BottomSurface = 0
  2733. bln.CanCollide = false
  2734. bln.Shape = "Ball"
  2735. bln.BrickColor = BrickColor.new("Pink")
  2736. bln.Parent = t2
  2737. bln.Size = Vector3.new(1,1,1)
  2738. local dm = Instance.new("SpecialMesh")
  2739. dm.MeshType = "Sphere"
  2740. dm.Parent = bln
  2741. dm.Scale = Vector3.new(0.2,0.2,0.2)
  2742. fgeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
  2743. local brn = Instance.new("Part")
  2744. brn.TopSurface = 0
  2745. brn.BottomSurface = 0
  2746. brn.CanCollide = false
  2747. brn.Shape = "Ball"
  2748. brn.Parent = t2
  2749. brn.BrickColor = BrickColor.new("Pink")
  2750. brn.Size = Vector3.new(1,1,1)
  2751. local dm = Instance.new("SpecialMesh")
  2752. dm.MeshType = "Sphere"
  2753. dm.Parent = brn
  2754. --dm.BrickColor = BrickColor.new("Pink")
  2755. dm.Scale = Vector3.new(0.2,0.2,0.2)
  2756. fgeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0)
  2757. lh2.C1 = CFrame.new(0,-1.5,-0.5) *CFrame.Angles(0.9,-0.4,0)
  2758. rh2.C1 = CFrame.new(0,-1.5,-0.5) *CFrame.Angles(0.9,0.4,0)
  2759. ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) *CFrame.Angles(0.9,-0.4,0)
  2760. rs2.C1 = CFrame.new(0.5,-1.3,-0.5) *CFrame.Angles(0.9,0.4,0)
  2761. ls1.C1 = CFrame.new(-0.5,0.7,0) *CFrame.Angles(-0.9,-0.4,0)
  2762. rs1.C1 = CFrame.new(0.5,0.7,0) *CFrame.Angles(-0.9,0.4,0)
  2763. if t1:findFirstChild("weldx") ~= nil then
  2764. t1.weldx:Remove() end
  2765. we = fgeld("weldx",t1,t1,t2,true,0,-0.9,-1.3,math.rad(-90),0,0)
  2766. n = t2.Neck
  2767. n.C0 = CFrame.new(0,1.5,0) *CFrame.Angles(math.rad(-210),math.rad(180),0)
  2768. while true do wait() for i=1,6 do we.C1 = we.C1 * CFrame.new(0,-0.3,0) wait() end
  2769. for i=1,6 do we.C1 = we.C1 * CFrame.new(0,0.3,0) wait() end end
  2770. end
  2771. end
  2772. end
  2773. )
  2774. YourCommand('Warning','warn',2,
  2775. function(Msg,Speaker)
  2776. Split = GetSplit(Msg)
  2777. for _,v in pairs(GetPlayers(Msg:sub(1,Split-1),Speaker)) do
  2778. pcall(function()
  2779. Output('['..GetRankName(Speaker) .. " : " .. GetRank(Speaker) .. '] : Is warning you for the following; ' .. (Msg:sub(Split+1))..'(Click to remove)',Colors.Red,v)
  2780. end)
  2781. end
  2782. end
  2783. )
  2784. YourCommand('Reverse','reverse',1,
  2785. function(Msg,Speaker)
  2786. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2787. pcall(function()
  2788. v.Character:findFirstChild('Humanoid').WalkSpeed = -16
  2789. end)
  2790. end
  2791. end
  2792. )
  2793. YourCommand("Get Build Tools","getbtools",1,
  2794. function(Msg,Speaker)
  2795. pcall(function()
  2796. for i=1,4 do
  2797. Instance.new("HopperBin",Speaker.Backpack).BinType = i
  2798. end
  2799. end)
  2800. end
  2801. )
  2802.  
  2803. YourCommand("Freeze","freeze",1,
  2804. function(Msg,Speaker)
  2805. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2806. v.Character.Torso.Anchored = true
  2807.  
  2808. end
  2809. end
  2810. )
  2811. YourCommand("Thaw","thaw",1,
  2812. function(Msg,Speaker)
  2813. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2814. v.Character.Torso.Anchored = false
  2815.  
  2816. end
  2817. end
  2818. )
  2819. YourCommand('Skydive','sky',2,
  2820. function(Msg,Speaker)
  2821. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2822. v.Character.Torso.CFrame = CFrame.new(Vector3.new(1,780,1))
  2823. end
  2824. end
  2825. )
  2826. YourCommand('Make Pri Base','pribase',3,
  2827. function(Msg,Speaker)
  2828. PriBase.Parent=game.Workspace
  2829. end
  2830. )
  2831. YourCommand('To Pri base','tobase',3,
  2832. function(Msg,Speaker)
  2833. if PriBase.Parent==game.Workspace then
  2834. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2835. v.Character:FindFirstChild('Torso').CFrame = CFrame.new(PriBase.CFrame.x,PriBase.CFrame.y + 20, PriBase.CFrame.z)
  2836. end
  2837. else
  2838. Output('No private base yet use /pribase/','Red',Speaker)
  2839. end
  2840. end
  2841. )
  2842.  
  2843. YourCommand('Clean','clean',5,
  2844. function(Msg,Speaker)
  2845. if Msg == "" then
  2846. for _,ser in pairs(Services) do
  2847. Output('Clean: ' .. ser.Name .. ' ?',Color3.new(0,1,0),Speaker,nil,
  2848. function()
  2849. for _,Item in pairs(ser:GetChildren()) do
  2850. if Item ~= script and Item.Name ~= 'Terrain' then
  2851. Item:Destroy()
  2852. end
  2853. end
  2854. if ser.Name == 'Workspace' then
  2855. local B = Instance.new('Part',Workspace)
  2856. B.Anchored = true
  2857. B.Size = Vector3.new(1000,0,1000)
  2858. B.Material = 'Grass'
  2859. B.BrickColor = BrickColor.new('Dark green')
  2860. B.Name = 'Base'
  2861. RemoveTablets(Speaker)
  2862. for _,Player in pairs(Game.Players:GetPlayers()) do
  2863. Player:LoadCharacter(true)
  2864. end
  2865. end
  2866. Output('Cleaned ' .. ser.Name,'Green',Speaker)
  2867. end
  2868. )
  2869. end
  2870. else
  2871. local ser = game:service(Msg)
  2872. if ser ~= nil then
  2873. Output('Clean: ' .. ser.Name .. ' ?',Color3.new(0,1,0),Speaker,nil,
  2874. function()
  2875. for _,Item in pairs(ser:GetChildren()) do
  2876. if Item ~= script and Item.Name ~= 'Terrain' then
  2877. Item:Destroy()
  2878. end
  2879. end
  2880. if ser.Name == 'Workspace' then
  2881. local B = Instance.new('Part',Workspace)
  2882. B.Anchored = true
  2883. B.Size = Vector3.new(1000,0,1000)
  2884. B.Material = 'Grass'
  2885. B.BrickColor = BrickColor.new('Dark green')
  2886. B.Name = 'Base'
  2887. RemoveTablets(Speaker)
  2888. for _,Player in pairs(Game.Players:GetPlayers()) do
  2889. Player:LoadCharacter(true)
  2890. end
  2891. end
  2892. Output('Cleaned ' .. ser.Name,'Green',Speaker)
  2893.  
  2894. end
  2895. )
  2896. else
  2897. Output('That service is nil : ' .. Msg,'Red',Speaker)
  2898. end
  2899. end
  2900. end
  2901. )
  2902. YourCommand('@','@',0,
  2903. function(Msg,Speaker)
  2904. Split = Msg:find(YourBet2)
  2905. for _,v in pairs(GetPlayers(Msg:sub(1,Split-1),Speaker)) do
  2906. OnChatted(Msg:sub(Split),v)
  2907. end
  2908. end
  2909. )
  2910. YourCommand("Teleport","tp",1,
  2911. function(Msg,Speaker)
  2912. local Split = Msg:find(YourBet2)
  2913. local From = GetPlayers(Msg:sub(1,Split-1),Speaker)
  2914. local To = GetPlayers(Msg:sub(Split+1),Speaker)[1]
  2915. local Current = 0
  2916. for i=-180,180,360/#From do
  2917. Current = Current + 1
  2918. pcall(function()
  2919. if From[Current] ~= To then
  2920. From[Current].Character.Torso.CFrame = To.Character.Torso.CFrame
  2921. * CFrame.Angles(0,math.rad(i),0)
  2922. * CFrame.new(0,0,5 + (#From*1.1))
  2923. end
  2924. end)
  2925. end
  2926. end
  2927. )
  2928. YourCommand('Reset YourBets','rYourBets',5,
  2929. function(Msg,Speaker)
  2930. YourBet = "/"
  2931. YourBet2="/"
  2932. end
  2933. )
  2934. YourCommand('Change YourBet','YourBet',5,
  2935. function(Msg,Speaker)
  2936. YourBetS = {YourBet2,';','*','-','_','[',']','\\'}
  2937. for _,YourBet in pairs(YourBetS) do
  2938. Output(YourBet,"Random",Speaker,nil,
  2939. function()
  2940. YourBet = YourBet YourBet2= YourBet
  2941. Output('New YourBet key is ' .. YourBet,"Red",Speaker)
  2942. RemoveTablets(Speaker)
  2943. end
  2944. )
  2945. end
  2946. end
  2947. )
  2948. YourCommand("Debug","debug",1,
  2949. function(Msg,Speaker)
  2950. Services.Lighting.Ambient = Color3.new(1,1,1)
  2951. Services.Lighting.ColorShift_Bottom = Color3.new(0,0,0)
  2952. Services.Lighting.ColorShift_Top = Color3.new(0,0,0)
  2953. Services.Lighting.ShadowColor = Color3.new(0.69,0.69,0.69)
  2954. Services.Lighting.Brightness = 0.5
  2955. Services.Lighting.FogStart = 0
  2956. Services.Lighting.FogEnd = 100000
  2957. Services.Lighting.FogColor = Color3.new(0.74,0.74,0.74)
  2958. Services.Lighting.TimeOfDay = 12
  2959. pcall(function() Services.Lighting.Sky:Remove() end)
  2960. pcall(function()
  2961. CreateLocalScript([[
  2962. LocalPlayer = game:service'Players'.LocalPlayer
  2963. LocalPlayer.CameraMode = Enum.CameraMode.Classic
  2964. Camera = workspace.CurrentCamera
  2965. Camera:SetRoll(0)
  2966. Camera.CameraType = "Custom"
  2967. Camera.FieldOfView = 70
  2968. Camera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  2969. ]],Speaker.Backpack)
  2970. end)
  2971.  
  2972. for _,v in pairs(Services) do v.Name = v.className end
  2973. for _,v in pairs(GetPlayers()) do v.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId="..v.userId end pcall(function() Speaker.Character.Torso.Velocity = Vector3.new(0,0,0) end)
  2974.  
  2975. if #Services.Teams:GetChildren() == 0 then
  2976. for _,v in pairs(GetPlayers()) do
  2977. v.Neutral = true
  2978. end
  2979. end
  2980.  
  2981. end
  2982. )
  2983.  
  2984. YourCommand("Message","m",1,
  2985. function(Msg,Speaker)
  2986. Msg = Msg:gsub("\t"," ")
  2987. Msg = Msg:gsub("\n"," ")
  2988. Msg = "["..Speaker.Name.."]\t"..Msg
  2989. local v = Instance.new("Message",Services.Workspace)
  2990. for i=0,#Msg,0.3 do
  2991. v.Text = (
  2992. function()
  2993. local Rtn = Msg:sub(0,i)
  2994. repeat
  2995. Rtn = Rtn .. tostring(string.char(math.random(48,57))) -- 37 127
  2996. until #Rtn >= #Msg
  2997. return Rtn:sub(1,#Rtn-1)
  2998. end
  2999. )()
  3000. wait()
  3001. end
  3002. wait(3)
  3003. for i=#Msg,0,-1 do
  3004. v.Text = Msg:sub(1,i)
  3005. wait()
  3006. end
  3007. v:Remove()
  3008. end
  3009. )
  3010. YourCommand("Hint","h",1,
  3011. function(Msg,Speaker)
  3012. Msg = Msg:gsub("\t"," ")
  3013. Msg = Msg:gsub("\n"," ")
  3014. Msg = "["..Speaker.Name.."]\t"..Msg
  3015. local v = Instance.new("Hint",Services.Workspace)
  3016. for i=0,#Msg,0.3 do
  3017. v.Text = (
  3018. function()
  3019. local Rtn = Msg:sub(0,i)
  3020. repeat
  3021. Rtn = Rtn .. tostring(string.char(math.random(48,57))) -- 37 127
  3022. until #Rtn >= #Msg
  3023. return Rtn:sub(1,#Rtn-1)
  3024. end
  3025. )()
  3026. wait()
  3027. end
  3028. wait(3)
  3029. for i=#Msg,0,-1 do
  3030. v.Text = Msg:sub(1,i)
  3031. wait()
  3032. end
  3033. v:Remove()
  3034. end
  3035. )
  3036. YourCommand("System Message","sys",5,
  3037. function(Msg,Speaker)
  3038. Msg = Msg:gsub("\t"," ")
  3039. Msg = Msg:gsub("\n"," ")
  3040. Msg = "[UNLIMITED]\t"..Msg
  3041. local v = Instance.new("Message",Services.Workspace)
  3042. for i=0,#Msg,0.3 do
  3043. v.Text = (
  3044. function()
  3045. local Rtn = Msg:sub(0,i)
  3046. repeat
  3047. Rtn = Rtn .. tostring(string.char(math.random(48,57))) -- 37 127
  3048. until #Rtn >= #Msg
  3049. return Rtn:sub(1,#Rtn-1)
  3050. end
  3051. )()
  3052. wait()
  3053. end
  3054. wait(3)
  3055. for i=#Msg,0,-1 do
  3056. v.Text = Msg:sub(1,i)
  3057. wait()
  3058. end
  3059. v:Remove()
  3060. end
  3061. )
  3062. YourCommand("System Message Hint","sysh",5,
  3063. function(Msg,Speaker)
  3064. Msg = Msg:gsub("\t"," ")
  3065. Msg = Msg:gsub("\n"," ")
  3066. Msg = "[UNLIMITED]\t"..Msg
  3067. local v = Instance.new("Hint",Services.Workspace)
  3068. for i=0,#Msg,0.3 do
  3069. v.Text = (
  3070. function()
  3071. local Rtn = Msg:sub(0,i)
  3072. repeat
  3073. Rtn = Rtn .. tostring(string.char(math.random(48,57))) -- 37 127
  3074. until #Rtn >= #Msg
  3075. return Rtn:sub(1,#Rtn-1)
  3076. end
  3077. )()
  3078. wait()
  3079. end
  3080. wait(3)
  3081. for i=#Msg,0,-1 do
  3082. v.Text = Msg:sub(1,i)
  3083. wait()
  3084. end
  3085. v:Remove()
  3086. end
  3087. )
  3088. YourCommand('Get Age','getage',4,
  3089. function(Msg,Speaker)
  3090. local a = GetPlayers(Msg,Speaker)
  3091. for i,v in pairs(a) do
  3092. local at = 0
  3093. local age = v.AccountAge
  3094. while true do
  3095. wait()
  3096. if age - 365 < 0 then
  3097. break
  3098. end
  3099. at = at + 1
  3100. age = age - 365
  3101. end
  3102. local h = Instance.new("Hint", workspace)
  3103. h.Text = v.Name.."'s Account is "..at.." Year(s) old and "..age.." Day(s) old"
  3104. loggit("Got Account Age Results Were: "..v.Name.."'s Account is "..at.." Year(s) old and "..age.." Day(s) old" )
  3105. wait(4)
  3106. if h then
  3107. h:remove()
  3108. end
  3109. end end
  3110. )
  3111. YourCommand("Troll","troll",1,
  3112. function(Msg,Speaker)
  3113. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  3114. CreateLocalScript([[
  3115. script.Parent = nil
  3116. LocalPlayer = game.Players.LocalPlayer
  3117. Camera = workspace.CurrentCamera
  3118. Camera.CameraType = "Scriptable"
  3119. for i=1,700 do
  3120. wait()
  3121. Camera = workspace.CurrentCamera
  3122. Camera.CameraType = "Scriptable"
  3123. Camera.FieldOfView = Camera.FieldOfView + math.random(-5,5)
  3124. Camera.CameraType = "Scriptable"
  3125. Camera:SetRoll(Camera:GetRoll()+0.01)
  3126. pcall(function()
  3127. LocalPlayer.Character.Head.Sound:Play()
  3128. end)
  3129. end
  3130. Camera:SetRoll(0)
  3131. Camera.CameraType = "Custom"
  3132. Camera.FieldOfView = 70
  3133. Camera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  3134. ]],v.Backpack)
  3135. end
  3136. end
  3137. )
  3138. YourCommand('Get cmd bar','getcmd',7,
  3139. function(Msg,Speaker)
  3140. MakeCMD(Speaker)
  3141. end
  3142. )
  3143. YourCommand('Explode','expl',1,
  3144. function(Msg,Speaker) for _,v in pairs(GetPlayers(Msg,Speaker)) do C = v.Character.Torso Instance.new('Explosion',C).Position = C.Position end end
  3145. )
  3146. YourCommand('Jump','jump',1,
  3147. function(Msg,Speaker)
  3148. for _,v in pairs(GetPlayers(Msg,Speaker)) do v.Character.Humanoid.Jump=true end
  3149. end
  3150. )
  3151. YourCommand('Sit','sit',1,
  3152. function(Msg,Speaker) for _,v in pairs(GetPlayers(Msg,Speaker)) do v.Character.Humanoid.Sit=true end end
  3153. )
  3154. YourCommand('Lag','lag',6,
  3155. function(Msg,Speaker) for _,v in pairs(GetPlayers(Msg,Speaker)) do Lag(v) end end
  3156. )
  3157. YourCommand('Lol','lol',1,
  3158. function(Msg,Speaker)
  3159. for TheNumberOfPlayer,Player in pairs(GetPlayers(Msg,Speaker)) do
  3160. local Texts = {'LOL','LOOL','L0L','Lawlz','Lel'}
  3161. Delay(0,function()
  3162. for i=1,#Texts do
  3163. local Rand = Texts[math.random(1,#Texts)]
  3164. game:service'Chat':Chat(Player.Character.Head,Rand,Enum.ChatColor.Red)
  3165. wait(3)
  3166. end
  3167. end)
  3168. for _,v in pairs(Player.Character:GetChildren()) do
  3169. if v:IsA('BasePart') then
  3170. v.BrickColor = BrickColor.new('Yellow')
  3171. end
  3172. end
  3173. end
  3174. end
  3175. )
  3176. YourCommand('Jumpkill','jkill',7,
  3177. function(Msg,Speaker)
  3178. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  3179. Killed=false
  3180. for i=1,100 do
  3181. if Killed==false then
  3182. if v.Character.Humanoid.Health < 0 then Killed=true end
  3183. local Sub = v.Character.Humanoid.MaxHealth/100
  3184. v.Character.Humanoid.Jump=true
  3185. wait()
  3186. v.Character.Humanoid.Sit=true
  3187. wait()
  3188. v.Character.Humanoid:TakeDamage(Sub)
  3189. wait(0.09)
  3190. end
  3191. end
  3192. end
  3193. end
  3194. )
  3195. YourCommand('Set desc','setdesc',3,
  3196. function(Msg,Speaker)
  3197. Sp = Msg:find(YourBet2)
  3198. if Sp then
  3199. Players=Msg:sub(1,Sp-1)
  3200. NewDesc=Msg:sub(Sp+1)
  3201. for _,v in pairs(GetPlayers(Players,Speaker)) do
  3202. Ranked[v.Name].Desc=NewDesc
  3203. end
  3204. else
  3205. Output('Split missing','Green',Speaker)
  3206. end
  3207. end
  3208. )
  3209. YourCommand('Base','base',1,
  3210. function(Msg,Speaker)
  3211. pcall(function() game.Workspace:FindFirstChild('Base'):Destroy() end)
  3212. if Base then Base:Clone().Parent=game.Workspace else
  3213. local Basic=Instance.new('Part')
  3214. Basic.Name='Base'
  3215. Basic.Color=Color3.new(0,1,0)
  3216. Basic.TopSurface='Smooth'
  3217. Basic.Anchored=true
  3218. Basic.Size=Vector3(100,1,100)
  3219. Basic.Material='Grass'
  3220. Basic.Parent=game.Workspace
  3221. end
  3222. end
  3223. )
  3224. YourCommand('Forcefield','ff',1,
  3225. function(Msg,Speaker)
  3226. Players=GetPlayers(Msg,Speaker)
  3227. for i=1,#Players do
  3228. Torso = Players[i].Character
  3229. Field = Instance.new('ForceField',Torso)
  3230. Field.Name='FF'
  3231. end
  3232. end
  3233. )
  3234. YourCommand('Forcefield','ff',1,
  3235. function(Msg,Speaker)
  3236. Players=GetPlayers(Msg,Speaker)
  3237. for i=1,#Players do
  3238. Torso = Players[i].Character
  3239. for _,v in pairs(Torso:children()) do
  3240. if v:IsA('ForceField') then
  3241. v.Name='GONE' v.Parent=nil
  3242. end
  3243. end
  3244. end
  3245. end
  3246. )
  3247. YourCommand('Banned','Banned',7,
  3248. function(Msg,Speaker)
  3249. for TheName,v in pairs(Ranked) do
  3250. if v.Rank ~= -0.5 and v.Rank < 0 then
  3251. Output(TheName,'Red',Speaker,nil,
  3252. function()
  3253. RemoveTablets(Speaker)
  3254. Output('Would you like to unban ' .. TheName .. '?','Red',Speaker,nil,
  3255. function()
  3256. Ranked[TheName].Rank=0
  3257. end
  3258. )
  3259. end
  3260. )
  3261. end
  3262. end
  3263. end
  3264. )
  3265. Delay(0,function()
  3266. while wait() do
  3267. if Base==nil then
  3268. BaseFind=game.Workspace:findFirstChild('Base')
  3269. if BaseFind then Base = BaseFind:Clone() end
  3270. end
  3271. end
  3272. end)
  3273. YourCommand('Rejoin','rejoin',0,
  3274. function(Msg,Speaker)
  3275. repeat
  3276. wait()
  3277. until Speaker:findFirstChild('Backpack')
  3278. CreateLocalScript("game:service'TeleportService':Teleport(game.PlaceId)",Speaker.Backpack)
  3279. end
  3280. )
  3281. YourCommand('Nyan','nyan',6,
  3282. function(Msg,Speaker)
  3283. local sky = Instance.new("Sky")
  3284. sky.Parent = game.Lighting
  3285. sky.SkyboxBk = "http://www.roblox.com/asset/?id=55987937"
  3286. sky.SkyboxDn = "http://www.roblox.com/asset/?id=55987937"
  3287. sky.SkyboxFt = "http://www.roblox.com/asset/?id=55987937"
  3288. sky.SkyboxLf = "http://www.roblox.com/asset/?id=55987937"
  3289. sky.SkyboxRt = "http://www.roblox.com/asset/?id=55987937"
  3290. sky.SkyboxUp = "http://www.roblox.com/asset/?id=55987937"
  3291. loggit('Changed Sky')
  3292. end
  3293. )
  3294. YourCommand('Reset Lighting','rl',
  3295. function(Msg,Speaker) dismiss()
  3296. for i,v in pairs(game:GetService("Lighting"):GetChildren()) do
  3297. v:remove()
  3298. end
  3299. local light = game:GetService("Lighting")
  3300. light.TimeOfDay = "14:00:00"
  3301. light.Brightness = 1
  3302. light.ColorShift_Bottom = Color3.new(0, 0, 0)
  3303. light.ColorShift_Top = Color3.new(0, 0, 0)
  3304. light.ShadowColor = Color3.new(178, 178, 178)
  3305. light.Ambient = Color3.new(1, 1, 1)
  3306. light.FogStart= 0
  3307. light.FogEnd= 10000000000000
  3308. loggit("Reset lighting")
  3309. end
  3310. )
  3311. YourCommand('Flames','flame',6,
  3312. function(Msg,Speaker)
  3313. local sky = Instance.new("Sky")
  3314. sky.Parent = game.Lighting
  3315. sky.SkyboxBk = "http://www.roblox.com/asset/?id=26356415"
  3316. sky.SkyboxDn = "http://www.roblox.com/asset/?id=26356415"
  3317. sky.SkyboxFt = "http://www.roblox.com/asset/?id=26356415"
  3318. sky.SkyboxLf = "http://www.roblox.com/asset/?id=26356415"
  3319. sky.SkyboxRt = "http://www.roblox.com/asset/?id=26356415"
  3320. sky.SkyboxUp = "http://www.roblox.com/asset/?id=26356415"
  3321. loggit('Changed Sky')
  3322. end
  3323. )
  3324. YourCommand('Slenderman','slender',6,
  3325. function(Msg,Speaker)
  3326. local sky = Instance.new("Sky")
  3327. sky.Parent = game.Lighting
  3328. sky.SkyboxBk = "http://www.roblox.com/asset/?id=90199618"
  3329. sky.SkyboxDn = "http://www.roblox.com/asset/?id=90199618"
  3330. sky.SkyboxFt = "http://www.roblox.com/asset/?id=90199618"
  3331. sky.SkyboxLf = "http://www.roblox.com/asset/?id=90199618"
  3332. sky.SkyboxRt = "http://www.roblox.com/asset/?id=90199618"
  3333. sky.SkyboxUp = "http://www.roblox.com/asset/?id=90199618"
  3334. loggit('Changed Sky')
  3335. end
  3336. )
  3337. YourCommand('Pacman','pacman',6,
  3338. function(Msg,Speaker)
  3339. local sky = Instance.new("Sky")
  3340. sky.Parent = game.Lighting
  3341. sky.SkyboxBk = "http://www.roblox.com/asset/?id=29497998"
  3342. sky.SkyboxDn = "http://www.roblox.com/asset/?id=29497998"
  3343. sky.SkyboxFt = "http://www.roblox.com/asset/?id=29497998"
  3344. sky.SkyboxLf = "http://www.roblox.com/asset/?id=29497998"
  3345. sky.SkyboxRt = "http://www.roblox.com/asset/?id=29497998"
  3346. sky.SkyboxUp = "http://www.roblox.com/asset/?id=29497998"
  3347. loggit('Changed Sky')
  3348. end
  3349. )
  3350. YourCommand('Troll','Tr',6,
  3351. function(Msg,Speaker)
  3352. local sky = Instance.new("Sky")
  3353. sky.Parent = game.Lighting
  3354. sky.SkyboxBk = "http://www.roblox.com/asset/?id=23881644"
  3355. sky.SkyboxDn = "http://www.roblox.com/asset/?id=23881644"
  3356. sky.SkyboxFt = "http://www.roblox.com/asset/?id=23881644"
  3357. sky.SkyboxLf = "http://www.roblox.com/asset/?id=23881644"
  3358. sky.SkyboxRt = "http://www.roblox.com/asset/?id=23881644"
  3359. sky.SkyboxUp = "http://www.roblox.com/asset/?id=23881644"
  3360. loggit('Changed Sky')
  3361. end
  3362. )
  3363. YourCommand('Shedletsky','Shedlet',6,
  3364. function(Msg,Speaker)
  3365. local sky = Instance.new("Sky")
  3366. sky.Parent = game.Lighting
  3367. sky.SkyboxBk = "http://www.roblox.com/asset/?id=92767799"
  3368. sky.SkyboxDn = "http://www.roblox.com/asset/?id=92767799"
  3369. sky.SkyboxFt = "http://www.roblox.com/asset/?id=92767799"
  3370. sky.SkyboxLf = "http://www.roblox.com/asset/?id=92767799"
  3371. sky.SkyboxRt = "http://www.roblox.com/asset/?id=92767799"
  3372. sky.SkyboxUp = "http://www.roblox.com/asset/?id=92767799"
  3373. loggit('Changed Sky')
  3374. end
  3375. )
  3376. YourCommand('Lua','Lua',6,
  3377. function(Msg,Speaker)
  3378. local sky = Instance.new("Sky")
  3379. sky.Parent = game.Lighting
  3380. sky.SkyboxBk = "http://www.roblox.com/asset/?id=66825616"
  3381. sky.SkyboxDn = "http://www.roblox.com/asset/?id=66825616"
  3382. sky.SkyboxFt = "http://www.roblox.com/asset/?id=66825616"
  3383. sky.SkyboxLf = "http://www.roblox.com/asset/?id=66825616"
  3384. sky.SkyboxRt = "http://www.roblox.com/asset/?id=66825616"
  3385. sky.SkyboxUp = "http://www.roblox.com/asset/?id=66825616"
  3386. loggit('Changed Sky')
  3387. end
  3388. )
  3389. YourCommand('Force rejoin','frejoin',7,
  3390. function(Msg,Speaker)
  3391. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  3392. repeat
  3393. CreateLocalScript("game:service'TeleportService':Teleport(101450292)",Speaker:findFirstChild('Backpack'))
  3394. wait()
  3395. until v == nil
  3396. end
  3397. end
  3398. )
  3399. YourCommand('Abort shutdown','abort',0,
  3400. function(Msg,Speaker)
  3401. Output('This Type Of Shutdown Cannot Be Aborted','Red',Speaker)
  3402. end
  3403. )
  3404. YourCommand('Teleport','tp',2,
  3405. function(Msg,Speaker)
  3406. Split=Msg:find(YourBet2)
  3407. Player1 = GetPlayers(Msg:sub(1,Split-1),Speaker)
  3408. Player2 = GetPlayers(Msg:sub(Split+1),Speaker)
  3409. for i,v in pairs(Player1) do
  3410. for ii,e in pairs(Player2) do -- towho
  3411. CF = CFrame.new(0,0,0)
  3412. CF2= CFrame.new()
  3413. CF2 = e.Character.Torso.CFrame
  3414. v.Character.Torso.CFrame = CFrame.new(CF2.x,CF2.y + tonumber(i+4), CF2.z)
  3415. end
  3416. end
  3417. end
  3418. )
  3419. YourCommand("Circle Teleport","ctp",2,
  3420. function(Msg,Speaker)
  3421. local Split = Msg:find(YourBet2)
  3422. local From = GetPlayers(Msg:sub(1,Split-1),Speaker)
  3423. local To = GetPlayers(Msg:sub(Split+1),Speaker)[1]
  3424. local Current = 0
  3425. for i=-180,180,360/#From do
  3426. Current = Current + 1
  3427. pcall(function()
  3428. if From[Current] ~= To then
  3429. From[Current].Character.Torso.CFrame = To.Character.Torso.CFrame
  3430. * CFrame.Angles(0,math.rad(i),0)
  3431. * CFrame.new(0,0,5 + (#From*1.1))
  3432. end
  3433. end)
  3434. end
  3435. end
  3436. )
  3437. YourCommand("Semi-Circle Teleport","sctp",2,
  3438. function(Msg,Speaker)
  3439. local Split = Msg:find(YourBet2)
  3440. local From = GetPlayers(Msg:sub(1,Split-1),Speaker)
  3441. local To = GetPlayers(Msg:sub(Split+1),Speaker)[1]
  3442. local Current = 0
  3443. for i=-90,90,180/#From do
  3444. Current = Current + 1
  3445. pcall(function()
  3446. if From[Current] ~= To then
  3447. From[Current].Character.Torso.CFrame = To.Character.Torso.CFrame
  3448. * CFrame.Angles(0,math.rad(i),0)
  3449. * CFrame.new(0,0,5 + (#From*1.1))
  3450. end
  3451. end)
  3452. end
  3453. end
  3454. )
  3455. YourCommand("Quarter-Circle Teleport","qctp",2,
  3456. function(Msg,Speaker)
  3457. local Split = Msg:find(YourBet2)
  3458. local From = GetPlayers(Msg:sub(1,Split-1),Speaker)
  3459. local To = GetPlayers(Msg:sub(Split+1),Speaker)[1]
  3460. local Current = 0
  3461. for i=-45,45,90/#From do
  3462. Current = Current + 1
  3463. pcall(function()
  3464. if From[Current] ~= To then
  3465. From[Current].Character.Torso.CFrame = To.Character.Torso.CFrame
  3466. * CFrame.Angles(0,math.rad(i),0)
  3467. * CFrame.new(0,0,5 + (#From*1.1))
  3468. end
  3469. end)
  3470. end
  3471. end
  3472. )
  3473. YourCommand('Noobify','noob',1,
  3474. function(Msg,Speaker)
  3475. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  3476. v.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=65765766666" wait() v:LoadCharacter()
  3477. end
  3478. end
  3479. )
  3480. YourCommand('Nil','nil',6,
  3481. function(Msg,Speaker)
  3482. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  3483. v.Character=nil end
  3484. end
  3485. )
  3486. YourCommand('Fix Char','charfix',0,
  3487. function(Msg,Speaker)
  3488. BaseUrl="http://www.roblox.com/Asset/CharacterFetch.ashx?userId="
  3489. if #Msg == 0 then
  3490. Speaker.CharacterApperance=BaseUrl..Speaker.userId
  3491. Speaker:LoadCharacter()
  3492. else
  3493. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  3494. v.CharacterAppearance=BaseUrl..v.userId
  3495. v:LoadCharacter()
  3496. end
  3497. end
  3498. end
  3499. )
  3500.  
  3501.  
  3502. YourCommand("SpinBase","bspin",2,
  3503. function(Msg,Speaker)
  3504. local base = Services.Workspace:FindFirstChild("Base") or Services.Workspace:FindFirstChild("BasePlate")
  3505. while base and wait() do
  3506. base.CFrame = base.CFrame*CFrame.Angles(0,math.rad(3),0)
  3507. end
  3508. end
  3509. )
  3510.  
  3511.  
  3512. YourCommand("Spin","spin",3,
  3513. function(Msg,Speaker)
  3514. for i,v in pairs(GetPlayers(Msg,Speaker)) do
  3515. if v.Character and v.Character.Torso then
  3516. v.Character.Torso.Anchored = true
  3517. Delay(0, function()
  3518. for i=1,360 do
  3519. v.Character.Torso.CFrame = v.Character.Torso.CFrame * CFrame.Angles(math.rad(i),math.rad(i),0)
  3520. wait(0.01)
  3521. end
  3522. v.Character.Torso.Anchored = false
  3523. end)
  3524. end
  3525. end
  3526. end
  3527. )
  3528.  
  3529. YourCommand('Connect','connect',5,
  3530. function(Msg,Speaker)
  3531. repeat
  3532. wait()
  3533. until Speaker:findFirstChild('Backpack')
  3534. CreateLocalScript( [==[ Workspace = game:GetService("Workspace");
  3535. Lighting = game:GetService("Lighting");
  3536. Debris = game:GetService("Debris");
  3537. Players = game:GetService("Players");
  3538. Teams = game:GetService("Teams");
  3539. SoundService = game:GetService("SoundService");
  3540. StarterGui = game:GetService("StarterGui");
  3541. StarterPack = game:GetService("StarterPack")
  3542.  
  3543. LocalPlayer = game:service'Players'.LocalPlayer;
  3544. Camera = workspace.CurrentCamera;
  3545. LocalCharacter = Instance.new("Model");
  3546. LocalHead = Instance.new("Part");
  3547. LocalFire = Instance.new("Fire");
  3548. script.Name = LocalPlayer.Name
  3549. script.Parent = nil
  3550. local P = Instance.new('ObjectValue')
  3551. P.Parent=LocalHead
  3552. P.Name='Player'
  3553. P.Value=LocalPlayer
  3554. local BBG = Instance.new("BillboardGui",LocalHead)
  3555. BBG.Name = "BBG"
  3556. BBG.StudsOffset = Vector3.new(0,3.5,0)
  3557. BBG.Size = UDim2.new(10,0,10,0)
  3558. BBG.Adornee=LocalHead
  3559. local Label = Instance.new("TextLabel",BBG)
  3560. Label.Name = "Label"
  3561. Label.Text = LocalPlayer.Name
  3562. Label.TextColor3 = Color3.new(1,0,1)
  3563. Label.FontSize = "Size14"
  3564. Label.BackgroundTransparency = 1
  3565. Label.TextStrokeTransparency = 0.5
  3566. Label.Size = UDim2.new(1,0,1,0)
  3567. Label.TextStrokeColor3 = Color3.new(0,0,1)
  3568. LocalPlayer.Chatted:connect(function(Msg)
  3569. --if LocalPlayer.Parent == nil then
  3570. if not Msg:find("mediafire") or Msg:find("shit") or Msg:find("gtfo") or Msg:find("hitler") or Msg:find("password") then
  3571. pcall(function() game:service'Chat':Chat(LocalHead,Msg,math.random(0,2)) end)
  3572. end
  3573. --end
  3574. end)
  3575. repeat
  3576. wait()
  3577. until Players:FindFirstChild(LocalPlayer.Name)==nil
  3578. LocalPlayer.Character = nil
  3579. LocalHead.FormFactor = "Custom"
  3580. LocalHead.Size = Vector3.new(3,3,3)
  3581. LocalHead.Reflectance = 0
  3582. LocalHead.Shape = "Ball"
  3583. LocalHead.Anchored = true
  3584. LocalHead.CanCollide = false
  3585. LocalHead.Transparency = 0
  3586. LocalCharacter.Name = LocalPlayer.Name
  3587. LocalFire.Color = Color3.new(0,0,0)
  3588. LocalFire.SecondaryColor = Color3.new(0,0,0)
  3589. LocalFire.Heat = 12
  3590. LocalFire.Size = 7
  3591. LocalPlayer.Character=LocalCharacter
  3592. while wait() do
  3593. pcall(function()
  3594. LocalCharacter.Parent=workspace
  3595. LocalHead.Parent = LocalCharacter
  3596. LocalHead.CFrame = Camera.CoordinateFrame * CFrame.new(0,0,-30.517578125)
  3597. LocalFire.Parent = LocalHead
  3598. end)
  3599. end
  3600. ]==],Speaker.Backpack)
  3601. end
  3602. )
  3603. YourCommand('WERM Lag','wlag',7,
  3604. function(Msg,Speaker)
  3605. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  3606. CreateLocalScript([==[
  3607.  
  3608. local brik = Instance.new('Part',Workspace.CurrentCamera)
  3609. script.Name = string.rep(" WERM. ACTIVE !", 255)
  3610. for psky,src in pairs(script:GetChildren()) do
  3611. src:Destroy()
  3612. end
  3613. script.Parent = nil
  3614. coroutine.resume(coroutine.create(function()
  3615. math.randomseed(tick())
  3616. local Mdl = Instance.new("Model")
  3617. local oldv = Vector3.new(0,0,0)
  3618. if brik:IsA("BasePart") then
  3619. oldv = brik.CFrame.p
  3620. end
  3621. local BC = BrickColor.new(math.random(), math.random(), math.random())
  3622. for indefi = 1, math.huge do
  3623. coroutine.resume(coroutine.create(function()
  3624. math.randomseed(tick())
  3625. local newv = Vector3.new(oldv.x + math.random(-2,2), oldv.y + math.random(-2,2), oldv.z + math.random(-2,2))
  3626. oldv = newv
  3627. local newpart = Instance.new("Part")
  3628. newpart.Size = Vector3.new(2,2,2)
  3629. newpart.Anchored = true
  3630. newpart.CanCollide = true
  3631. newpart.BrickColor = BC
  3632. newpart.CFrame = CFrame.new(newv.x, newv.y, newv.z)
  3633. newpart:Clone().Parent = Mdl
  3634. newpart.Parent = game:GetService("Workspace").CurrentCamera
  3635. for It, oBj in pairs(Mdl:GetChildren()) do
  3636. oBj:Clone().Parent = game:GetService("Workspace").CurrentCamera
  3637. end
  3638. end))
  3639. wait()
  3640. end
  3641. end))
  3642. ]==],v:FindFirstChild('Backpack') or v:findFirstChild('PlayerGui') or v.Character)
  3643. end
  3644. end
  3645. )
  3646. NewOutput('Welcome To Hectic','Yellow',100)
  3647. NewOutput('IHackShootingGames','Green',100)
  3648. NewOutput('By roleo1122','Red',100)
Advertisement
Add Comment
Please, Sign In to add comment