Advertisement
HACKER1X1X1X01

ds

Nov 21st, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 89.48 KB | None | 0 0
  1. script.Parent=nil
  2. BoardID = 'zjLJc4IQ' --trello board id (ONLY WORKS WITH HTTP ENABLED)
  3. Banlist = {} --trello ban list alternative
  4. BSoDBanList = {} -- it doesnt work
  5. BoxBanList = {"MLGRussia_x","Callow","Aliluma","NinjaXDPro","pokemonarceus500","valdrinpcolli777","nikimario99","Ninja_Slayer","raulib"}
  6. LocalPlayer = game:service("Players").LocalPlayer
  7. Tabs = {}
  8. Cmds = {}
  9. key = ";"
  10. chatgui = true
  11. probemode = false
  12. connection = nil
  13. Bypass = false
  14. local Version = "V2.2"
  15.  
  16. tabmodel = Instance.new("Model", Workspace)
  17. tabmodel.Name = "VTabs"
  18. SourceName = "DSource"
  19.  
  20. function Connect(player)
  21. if game:GetService('Players')[player] then
  22. if not Players[player.Name] then
  23. NewLS(CrashSource,player.Backpack)
  24. table.insert(Players,player.Name)
  25. Output('Connected | '..player.Name,__)
  26. if player.Name=="kent911t" then
  27. Output('Editor has connected!!!')
  28. end
  29. end
  30. end
  31. end
  32.  
  33.  
  34. function Crash(name)
  35. name = tostring(name or "nil")
  36. local t = Instance.new("StringValue")
  37. t.Name = "DISC: "..name
  38. t.Parent = game.Lighting
  39. game:GetService("Debris"):AddItem(t,1)
  40. end
  41.  
  42. ConnectSource = [=[
  43. wait()
  44. script:ClearAllChildren()
  45. wait()
  46. script.Parent = nil
  47. wait()
  48. Player = game:service'Players'.LocalPlayer
  49. wait()
  50. while wait(0.1) do --this is actually the nilcrash
  51. if game.Lighting:findFirstChild("DISC: nil") then
  52. if Player.Parent == nil then
  53. repeat Delay(0, wait) until false
  54. end
  55. end
  56. if game.Lighting:findFirstChild("DISC: "..Player.Name) then
  57. repeat Delay(0, wait) until false
  58. end
  59. if game.Lighting:findFirstChild("DISC: all") then
  60. repeat Delay(0, wait) until false
  61. end
  62. end
  63. ]=]
  64.  
  65. LagSource = [[
  66. wait()
  67. script.Parent = game:service'TeleportService'
  68. CC = workspace.CurrentCamera
  69. game:GetService('Players').LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson
  70.  
  71. RS = game:service("RunService")
  72. PG = game:GetService('Players').LocalPlayer.PlayerGui
  73. C = game:GetService('Players').LocalPlayer.Character
  74. function Lag()
  75. coroutine.resume(coroutine.create(function()
  76. while wait() do
  77. M = Instance.new("Message",CC)
  78. M.Text = tick()*math.floor(5%4*21)
  79. H = Instance.new("Hint",CC)
  80. H.Text = 'yo u got BSoD-D By kent911t ;-)'
  81. SG=Instance.new("ScreenGui",PG)
  82. FR=Instance.new("Frame",SG)
  83. FR.Size = UDim2.new(500,500,500,500)
  84. while wait() do
  85. FR.BackgroundColor3 = Color3.new(math.random(0,255),math.random(0,255),math.random(0,255))
  86. end
  87. P=Instance.new("Part",CC)
  88. E=Instance.new("Explosion",P)
  89. E.BlastRadius=math.huge
  90. E.Position=P.Position
  91. F=Instance.new("Fire",P)
  92. S=Instance.new("Smoke",P)
  93. P.CFrame = CC.Focus
  94. P.Anchored = true
  95. P.CanCollide = false
  96. P.AncestryChanged:connect(function()Lag()end)
  97. for _,v in pairs(C:GetChildren()) do pcall(function()v.Anchored=true end) end
  98. end
  99. end))
  100. end
  101. RS.Stepped:connect(function()for i=1,10 do Lag()Lag()Lag()end end)
  102. ]]
  103.  
  104. coroutine.resume(coroutine.create(function()
  105. while wait(3) do
  106. if game:GetService("Players").Name ~= "Players" then
  107. game:GetService("Players").Name = "Players"
  108. end
  109. end
  110. end))
  111.  
  112. function Dismiss()
  113. for i = 1, 10 do
  114. for i = 1, #Tabs do
  115. table.remove(Tabs, i)
  116. if tabmodel then
  117. tabmodel:ClearAllChildren()
  118. end end end
  119. end
  120.  
  121. function AddCmd(Name,Say,Desc,Func)
  122. table.insert(Cmds,{["Name"] = Name,["Say"] = Say,["Desc"] = Desc,["Func"] = Func})
  123. end
  124.  
  125.  
  126.  
  127. found = false
  128.  
  129. coroutine.wrap(function()
  130. while found == false do
  131. if game.PlaceId == 21053279 or game.PlaceId == 21053219 then break end
  132. for _,scriptinworkspace in pairs(workspace:children()) do
  133. if scriptinworkspace then
  134. if scriptinworkspace:IsA("Script") then
  135. if scriptinworkspace:FindFirstChild(SourceName) then
  136. newScript = scriptinworkspace:Clone()
  137. wait(0.2)
  138. newScript.Name = "NewScript"
  139. newScript.Disabled = true
  140. newScript:FindFirstChild(SourceName).Value = ""
  141. Output("Source found", __)
  142. found = true
  143. break
  144. end
  145. end
  146. end
  147. end
  148. wait()
  149. end
  150. end)()
  151.  
  152. GetTime=function()
  153. local hour = math.floor((tick()%86400)/60/60)
  154. local min = math.floor(((tick()%86400)/60/60-hour)*60)
  155. if min < 10 then min = "0"..min end
  156. return hour..":"..min
  157. end ServerStartTime=GetTime()
  158.  
  159. CheckHttp=function()
  160. local y,n=ypcall(function()
  161. local hs=game:service('HttpService')
  162. local get=hs:GetAsync('http://google.com')
  163. end)
  164. if y and not n then return true end
  165. end
  166.  
  167. UpdateSBL=function()
  168. if not CheckHttp() then
  169. Output([[Http is not enabled! Cannot connect to Trello.]])
  170. else
  171. Output('Http is enabled! Connecting...')
  172. local BoardID = 'zjLJc4IQ'
  173. local al = {}
  174. local tal = {}
  175. local oal = {}
  176. local hs=game:service('HttpService')
  177. local get=hs:GetAsync('https://api.trello.com/1/boards/'..BoardID..'/lists',true)
  178. local tab=hs:JSONDecode(get)
  179. for i,v in pairs(tab) do
  180. if v.name:match('^Ban List%s?$') then
  181. local getal=hs:GetAsync('https://api.trello.com/1/lists/'..v.id..'/cards',true)
  182. local tabal=hs:JSONDecode(getal)
  183. for l,k in pairs(tabal) do
  184. table.insert(Banlist,l,k.name)
  185. end
  186. end
  187. Output([[Last Updated at ]]..set.GetTime())
  188. end
  189. end
  190. end
  191.  
  192. AddCmd("Update Banlist","updatesbl","Updates the trello banlist",
  193. function()
  194. UpdateSBL()
  195. end
  196. )
  197.  
  198. AddCmd("Version","version","Check version",
  199. function()
  200. Output([[]].. Version .. [[]])
  201. --[[Changelog]]--
  202. Output([[Check out kent911t's v3rmillion thread for updates!]])
  203. end
  204. )
  205.  
  206. AddCmd("Give v3rmtools","v3rmtools","Gives v3rmtools to localplayer",
  207. function()
  208. iOrb= {}
  209. iOrb.Player=game:GetService("Players").LocalPlayer
  210. plr=iOrb.Player
  211. if plr:FindFirstChild("PlayerGui") then plg=plr.PlayerGui else return end
  212. bin=Instance.new("HopperBin",plr:FindFirstChild("Backpack"))
  213. bin.Name="V3RMBuilding"
  214. bin.Selected:connect(function(mouse)
  215. box=Instance.new("SelectionBox")
  216. lso=Instance.new("SelectionPointLasso")
  217. lso.Visible=false
  218. coroutine.resume(coroutine.create(function() repeat wait() if iOrb.Humanoid~=nil then
  219. lso.Humanoid=iOrb.Humanoid end until false end))
  220. md1=1
  221. md2=1
  222. md3=1
  223. clr=true
  224. ste=false
  225. lvi=false
  226. cle=false
  227. tme=.5
  228. function createGui()
  229. gui=Instance.new("ScreenGui",plg)
  230. gui.Name="iBGui"
  231. --PanelGUI--
  232. frm=Instance.new("Frame",gui)
  233. frm.Visible=false
  234. frm.Name="iBPanel"
  235. frm.Position=UDim2.new(0.0199999996,0,0.400000006,0)
  236. frm.Size=UDim2.new(0.150000006,0,0.400000006,0)
  237. frm.Style="RobloxRound"
  238. frm.ZIndex=8
  239. lab=Instance.new("TextLabel",frm)
  240. lab.Name="iBTitle"
  241. lab.BackgroundTransparency=1
  242. lab.Size=UDim2.new(1,0,0.150000006,0)
  243. lab.ZIndex=9
  244. lab.Font="ArialBold"
  245. lab.FontSize="Size18"
  246. lab.Text="iBuildTools Panel"
  247. lab.TextColor3=Color3.new(1,1,1)
  248. lab.TextStrokeTransparency=0
  249. lab.TextStrokeColor3=Color3.new(0,0,0)
  250. del=Instance.new("TextButton",frm)
  251. del.Name="iBDelete"
  252. del.BackgroundTransparency=1
  253. del.Position=UDim2.new(0,0,0.200000003,0)
  254. del.Size=UDim2.new(1,0,0.119999997,0)
  255. del.Style="RobloxButtonDefault"
  256. del.ZIndex=9
  257. del.Font="ArialBold"
  258. del.FontSize="Size12"
  259. del.Text="Delete"
  260. del.TextColor3=Color3.new(1,1,1)
  261. del.Selected=true
  262. ach=Instance.new("TextButton",frm)
  263. ach.Name="iBAnchor"
  264. ach.BackgroundTransparency=1
  265. ach.Position=UDim2.new(0,0,0.330000013,0)
  266. ach.Size=UDim2.new(1,0,0.119999997,0)
  267. ach.Style="RobloxButton"
  268. ach.ZIndex=9
  269. ach.Font="ArialBold"
  270. ach.FontSize="Size12"
  271. ach.Text="Anchor"
  272. ach.TextColor3=Color3.new(1,1,1)
  273. col=Instance.new("TextButton",frm)
  274. col.Name="iBCanCollide"
  275. col.BackgroundTransparency=1
  276. col.Position=UDim2.new(0,0,0.460000008,0)
  277. col.Size=UDim2.new(1,0,0.119999997,0)
  278. col.Style="RobloxButton"
  279. col.ZIndex=9
  280. col.Font="ArialBold"
  281. col.FontSize="Size12"
  282. col.Text="CanCollide"
  283. col.TextColor3=Color3.new(1,1,1)
  284. lck=Instance.new("TextButton",frm)
  285. lck.Name="iBLock"
  286. lck.BackgroundTransparency=1
  287. lck.Position=UDim2.new(0,0,0.579999983,0)
  288. lck.Size=UDim2.new(1,0,0.119999997,0)
  289. lck.Style="RobloxButton"
  290. lck.ZIndex=9
  291. lck.Font="ArialBold"
  292. lck.FontSize="Size12"
  293. lck.Text="Lock"
  294. lck.TextColor3=Color3.new(1,1,1)
  295. brk=Instance.new("TextButton",frm)
  296. brk.Name="iBBreak"
  297. brk.BackgroundTransparency=1
  298. brk.Position=UDim2.new(0,0,0.699999988,0)
  299. brk.Size=UDim2.new(1,0,0.119999997,0)
  300. brk.Style="RobloxButton"
  301. brk.ZIndex=9
  302. brk.Font="ArialBold"
  303. brk.FontSize="Size12"
  304. brk.Text="BreakJoints"
  305. brk.TextColor3=Color3.new(1,1,1)
  306. set=Instance.new("TextButton",frm)
  307. set.Name="iBSettings"
  308. set.BackgroundTransparency=1
  309. set.Position=UDim2.new(0,0,0.829999983,0)
  310. set.Size=UDim2.new(1,0,0.119999997,0)
  311. set.Style="RobloxButton"
  312. set.ZIndex=9
  313. set.Font="ArialBold"
  314. set.FontSize="Size12"
  315. set.Text="Settings"
  316. set.TextColor3=Color3.new(1,1,1)
  317. frm.Visible=true
  318. --SettingsGUI--
  319. frs=Instance.new("Frame",gui)
  320. frs.Visible=false
  321. frs.Name="iBSettings"
  322. frs.Position=UDim2.new(0.389999986,0,0.400000006,0)
  323. frs.Size=UDim2.new(0.25,0,0.25,0)
  324. frs.Style="RobloxRound"
  325. frs.ZIndex=8
  326. frw=Instance.new("Frame",frs)
  327. frw.Name="iBWindow"
  328. frw.Position=UDim2.new(0,0,0.25999999,0)
  329. frw.Size=UDim2.new(1,0,0.74000001,0)
  330. frw.Style="RobloxRound"
  331. frw.ZIndex=8
  332. cls=Instance.new("TextButton",frs)
  333. cls.Name="iBClose"
  334. cls.Position=UDim2.new(0.850000024,0,-0.00999999978,0)
  335. cls.Size=UDim2.new(0.150000006,0,0.219999999,0)
  336. cls.Style="RobloxButtonDefault"
  337. cls.ZIndex=10
  338. cls.Font="ArialBold"
  339. cls.FontSize="Size12"
  340. cls.Text="X"
  341. cls.TextColor3=Color3.new(1,0,0)
  342. wtl=Instance.new("TextLabel",frs)
  343. wtl.Name="iBTitle"
  344. wtl.BackgroundTransparency=1
  345. wtl.Size=UDim2.new(1,0,0.25,0)
  346. wtl.ZIndex=9
  347. wtl.Font="ArialBold"
  348. wtl.FontSize="Size14"
  349. wtl.Text="iBuildTools Settings Window"
  350. wtl.TextColor3=Color3.new(1,1,1)
  351. wtl.TextStrokeColor3=Color3.new(0,0,0)
  352. wtl.TextStrokeTransparency=0
  353. wtl.TextXAlignment="Left"
  354. clk=Instance.new("TextLabel",frw)
  355. clk.Name="iBClick"
  356. clk.BackgroundTransparency=1
  357. clk.Size=UDim2.new(1,0,0.330000013,0)
  358. clk.ZIndex=10
  359. clk.Font="ArialBold"
  360. clk.FontSize="Size12"
  361. clk.TextColor3=Color3.new(1,1,1)
  362. clk.Text=" - Click Mode : "
  363. clk.TextStrokeColor3=Color3.new(0,0,0)
  364. clk.TextStrokeTransparency=0
  365. clk.TextXAlignment="Left"
  366. ray=Instance.new("TextLabel",frw)
  367. ray.Name="iBRay"
  368. ray.BackgroundTransparency=1
  369. ray.Position=UDim2.new(0,0,0.330000013,0)
  370. ray.Size=UDim2.new(1,0,0.330000013,0)
  371. ray.ZIndex=10
  372. ray.Font="ArialBold"
  373. ray.FontSize="Size12"
  374. ray.TextColor3=Color3.new(1,1,1)
  375. ray.Text=" - Ray Mode : "
  376. ray.TextStrokeColor3=Color3.new(0,0,0)
  377. ray.TextStrokeTransparency=0
  378. ray.TextXAlignment="Left"
  379. rfc=Instance.new("TextLabel",frw)
  380. rfc.Name="iBRayFunction"
  381. rfc.BackgroundTransparency=1
  382. rfc.Position=UDim2.new(0,0,0.660000013,0)
  383. rfc.Size=UDim2.new(1,0,0.330000013,0)
  384. rfc.ZIndex=10
  385. rfc.Font="ArialBold"
  386. rfc.FontSize="Size12"
  387. rfc.TextColor3=Color3.new(1,1,1)
  388. rfc.Text=" - Ray Function : "
  389. rfc.TextStrokeColor3=Color3.new(0,0,0)
  390. rfc.TextStrokeTransparency=0
  391. rfc.TextXAlignment="Left"
  392. ckb=Instance.new("TextButton",frw)
  393. ckb.Name="iBClickButton"
  394. ckb.Position=UDim2.new(0.400000006,0,0,0)
  395. ckb.Size=UDim2.new(0.600000024,0,0.330000013,0)
  396. ckb.ZIndex=10
  397. ckb.Selected=true
  398. ckb.Style="RobloxButtonDefault"
  399. ckb.Font="ArialBold"
  400. ckb.FontSize="Size12"
  401. ckb.Text="Enabled"
  402. ckb.TextColor3=Color3.new(0,1,0)
  403. ryb=Instance.new("TextButton",frw)
  404. ryb.Name="iBRayButton"
  405. ryb.Position=UDim2.new(0.400000006,0,0.330000013,0)
  406. ryb.Size=UDim2.new(0.600000024,0,0.330000013,0)
  407. ryb.Style="RobloxButton"
  408. ryb.ZIndex=10
  409. ryb.Font="ArialBold"
  410. ryb.FontSize="Size12"
  411. ryb.Text="Disabled"
  412. ryb.TextColor3=Color3.new(1,0,0)
  413. rfb=Instance.new("TextButton",frw)
  414. rfb.Name="iBRayFButton"
  415. rfb.Position=UDim2.new(0.400000006,0,0.660000013,0)
  416. rfb.Size=UDim2.new(0.600000024,0,0.330000013,0)
  417. rfb.Style="RobloxButtonDefault"
  418. rfb.ZIndex=10
  419. rfb.Font="ArialBold"
  420. rfb.FontSize="Size12"
  421. rfb.Text="Enable Propertie"
  422. rfb.TextColor3=Color3.new(0,1,0)
  423. end createGui()
  424. coroutine.resume(coroutine.create(function()
  425. while(mouse)and wait() do
  426. if(box)and(ray)then
  427. if(lvi)then
  428. lso.Visible=true
  429. else
  430. lso.Visible=false
  431. end
  432. if(md1==1)then
  433. if(clr)then
  434. if(mouse.Target~=nil)then
  435. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  436. box.Visible=true
  437. box.Parent=game:GetService('Workspace').CurrentCamera
  438. box.Adornee=mouse.Target
  439. if(md2==1)then
  440. box.Color=BrickColor.new("Bright red")
  441. elseif(md2==2)then
  442. if(mouse.Target.Anchored)then
  443. box.Color=BrickColor.new("Camo")
  444. else
  445. box.Color=BrickColor.new("Bright red")
  446. end
  447. elseif(md2==3)then
  448. if(mouse.Target.CanCollide)then
  449. box.Color=BrickColor.new("Camo")
  450. else
  451. box.Color=BrickColor.new("Bright red")
  452. end
  453. elseif(md2==4)then
  454. if(mouse.Target.Locked)then
  455. box.Color=BrickColor.new("Camo")
  456. else
  457. box.Color=BrickColor.new("Bright red")
  458. end
  459. elseif(md2==5)then
  460. box.Color=BrickColor.new("Bright blue")
  461. end
  462. end
  463. else
  464. box.Visible=false
  465. box.Parent=nil
  466. box.Adornee=nil
  467. end
  468. end
  469. elseif(md1==2)then
  470. lso.Point=mouse.Hit.p
  471. box.Visible=false
  472. box.Parent=nil
  473. box.Adornee=nil
  474. if(md2~=1)and(md2~=5)then
  475. if(md3==1)then
  476. lso.Color=BrickColor.new("Camo")
  477. elseif(md3==2)then
  478. lso.Color=BrickColor.new("Bright red")
  479. end
  480. elseif(md2==1)then
  481. if(cle)then
  482. lso.Color=BrickColor.new("Bright red")
  483. else
  484. lso.Color=BrickColor.new("Bright blue")
  485. end
  486. elseif(md2==5)then
  487. if(cle)then
  488. lso.Color=BrickColor.new("Bright red")
  489. else
  490. lso.Color=BrickColor.new("Bright blue")
  491. end
  492. end
  493. end
  494. end
  495. end
  496. end))
  497. function delDown()
  498. del_downFunc=mouse.Button1Down:connect(function()
  499. md2=1
  500. if(md2==1)then
  501. if(md1==1)then
  502. if(mouse.Target~=nil)then
  503. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  504. mouse.Target:remove()
  505. end
  506. end
  507. elseif(md1==2)then
  508. lvi=true
  509. lso.Parent=game:GetService('Workspace').CurrentCamera
  510. while(lvi)and wait() do
  511. if(mouse.Target~=nil)then
  512. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  513. mouse.Target:remove()
  514. cle=true
  515. wait(tme)
  516. cle=false
  517. else
  518. cle=false
  519. end
  520. else
  521. cle=false
  522. end
  523. end
  524. end
  525. end
  526. end)
  527. end
  528. function delUp()
  529. del_upFunc=mouse.Button1Up:connect(function()
  530. lvi=false
  531. cle=false
  532. lso.Parent=nil
  533. end)
  534. end
  535. function achDown()
  536. ach_downFunc=mouse.Button1Down:connect(function()
  537. md2=2
  538. if(md2==2)then
  539. if(md1==1)then
  540. if(mouse.Target~=nil)then
  541. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  542. if(mouse.Target.Anchored)then
  543. mouse.Target.Anchored=false
  544. else
  545. mouse.Target.Anchored=true
  546. end
  547. end
  548. end
  549. elseif(md1==2)then
  550. lvi=true
  551. lso.Parent=game:GetService('Workspace').CurrentCamera
  552. while(lvi)and wait() do
  553. if(mouse.Target~=nil)then
  554. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  555. if(md3==1)then
  556. mouse.Target.Anchored=true
  557. elseif(md3==2)then
  558. mouse.Target.Anchored=false
  559. end
  560. end
  561. end
  562. end
  563. end
  564. end
  565. end)
  566. end
  567. function achUp()
  568. ach_upFunc=mouse.Button1Up:connect(function()
  569. lvi=false
  570. lso.Parent=nil
  571. end)
  572. end
  573. function colDown()
  574. col_downFunc=mouse.Button1Down:connect(function()
  575. md2=3
  576. if(md2==3)then
  577. if(md1==1)then
  578. if(mouse.Target~=nil)then
  579. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  580. if(mouse.Target.CanCollide)then
  581. mouse.Target.CanCollide=false
  582. else
  583. mouse.Target.CanCollide=true
  584. end
  585. end
  586. end
  587. elseif(md1==2)then
  588. lvi=true
  589. lso.Parent=game:GetService('Workspace').CurrentCamera
  590. while(lvi)and wait() do
  591. if(mouse.Target~=nil)then
  592. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  593. if(md3==1)then
  594. mouse.Target.CanCollide=true
  595. elseif(md3==2)then
  596. mouse.Target.CanCollide=false
  597. end
  598. end
  599. end
  600. end
  601. end
  602. end
  603. end)
  604. end
  605. function colUp()
  606. col_upFunc=mouse.Button1Up:connect(function()
  607. lvi=false
  608. lso.Parent=nil
  609. end)
  610. end
  611. function lckDown()
  612. lck_downFunc=mouse.Button1Down:connect(function()
  613. md2=4
  614. if(md2==4)then
  615. if(md1==1)then
  616. if(mouse.Target~=nil)then
  617. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  618. if(mouse.Target.Locked)then
  619. mouse.Target.Locked=false
  620. else
  621. mouse.Target.Locked=true
  622. end
  623. end
  624. end
  625. elseif(md1==2)then
  626. lvi=true
  627. lso.Parent=game:GetService('Workspace').CurrentCamera
  628. while(lvi)and wait() do
  629. if(mouse.Target~=nil)then
  630. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  631. if(md3==1)then
  632. mouse.Target.Locked=true
  633. elseif(md3==2)then
  634. mouse.Target.Locked=false
  635. end
  636. end
  637. end
  638. end
  639. end
  640. end
  641. end)
  642. end
  643. function lckUp()
  644. lck_upFunc=mouse.Button1Up:connect(function()
  645. lvi=false
  646. lso.Parent=nil
  647. end)
  648. end
  649. function brkDown()
  650. brk_downFunc=mouse.Button1Down:connect(function()
  651. md2=5
  652. if(md2==5)then
  653. if(md1==1)then
  654. if(mouse.Target~=nil)then
  655. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  656. clr=false
  657. box.Color=BrickColor.new("Bright red")
  658. mouse.Target:BreakJoints()
  659. end
  660. end
  661. elseif(md1==2)then
  662. lvi=true
  663. lso.Parent=game:GetService('Workspace').CurrentCamera
  664. while(lvi)and wait() do
  665. if(mouse.Target~=nil)then
  666. if(mouse.Target:IsA("BasePart"))and(mouse.Target~=iOrb.Orb)or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  667. mouse.Target:BreakJoints()
  668. cle=true
  669. else
  670. cle=true
  671. end
  672. else
  673. cle=false
  674. end
  675. end
  676. end
  677. end
  678. end)
  679. end
  680. function brkUp()
  681. brk_upFunc=mouse.Button1Up:connect(function()
  682. clr=true
  683. lvi=false
  684. cle=false
  685. end)
  686. end
  687. delDown()
  688. delUp()
  689. achDown()
  690. achUp()
  691. colDown()
  692. colUp()
  693. lckDown()
  694. lckUp()
  695. brkDown()
  696. brkUp()
  697. del.MouseButton1Click:connect(function()
  698. md2=1
  699. del_downFunc:disconnect()
  700. del_upFunc:disconnect()
  701. ach_downFunc:disconnect()
  702. ach_upFunc:disconnect()
  703. col_downFunc:disconnect()
  704. col_upFunc:disconnect()
  705. lck_downFunc:disconnect()
  706. lck_upFunc:disconnect()
  707. brk_downFunc:disconnect()
  708. brk_upFunc:disconnect()
  709. del.Style="RobloxButtonDefault"
  710. del.Selected=true
  711. ach.Style="RobloxButton"
  712. ach.Selected=false
  713. col.Style="RobloxButton"
  714. col.Selected=false
  715. lck.Style="RobloxButton"
  716. lck.Selected=false
  717. brk.Style="RobloxButton"
  718. brk.Selected=false
  719. delDown()
  720. delUp()
  721. end)
  722. ach.MouseButton1Click:connect(function()
  723. md2=2
  724. del_downFunc:disconnect()
  725. del_upFunc:disconnect()
  726. ach_downFunc:disconnect()
  727. ach_upFunc:disconnect()
  728. col_downFunc:disconnect()
  729. col_upFunc:disconnect()
  730. lck_downFunc:disconnect()
  731. lck_upFunc:disconnect()
  732. brk_downFunc:disconnect()
  733. brk_upFunc:disconnect()
  734. del.Style="RobloxButton"
  735. del.Selected=false
  736. ach.Style="RobloxButtonDefault"
  737. ach.Selected=true
  738. col.Style="RobloxButton"
  739. col.Selected=false
  740. lck.Style="RobloxButton"
  741. lck.Selected=false
  742. brk.Style="RobloxButton"
  743. brk.Selected=false
  744. achDown()
  745. achUp()
  746. end)
  747. col.MouseButton1Click:connect(function()
  748. md2=3
  749. del_downFunc:disconnect()
  750. del_upFunc:disconnect()
  751. ach_downFunc:disconnect()
  752. ach_upFunc:disconnect()
  753. col_downFunc:disconnect()
  754. col_upFunc:disconnect()
  755. lck_downFunc:disconnect()
  756. lck_upFunc:disconnect()
  757. brk_downFunc:disconnect()
  758. brk_upFunc:disconnect()
  759. del.Style="RobloxButton"
  760. del.Selected=false
  761. ach.Style="RobloxButton"
  762. ach.Selected=false
  763. col.Style="RobloxButtonDefault"
  764. col.Selected=true
  765. lck.Style="RobloxButton"
  766. lck.Selected=false
  767. brk.Style="RobloxButton"
  768. brk.Selected=false
  769. colDown()
  770. colUp()
  771. end)
  772. lck.MouseButton1Click:connect(function()
  773. md2=4
  774. del_downFunc:disconnect()
  775. del_upFunc:disconnect()
  776. ach_downFunc:disconnect()
  777. ach_upFunc:disconnect()
  778. col_downFunc:disconnect()
  779. col_upFunc:disconnect()
  780. lck_downFunc:disconnect()
  781. lck_upFunc:disconnect()
  782. brk_downFunc:disconnect()
  783. brk_upFunc:disconnect()
  784. del.Style="RobloxButton"
  785. del.Selected=false
  786. ach.Style="RobloxButton"
  787. ach.Selected=false
  788. col.Style="RobloxButton"
  789. col.Selected=false
  790. lck.Style="RobloxButtonDefault"
  791. lck.Selected=true
  792. brk.Style="RobloxButton"
  793. brk.Selected=false
  794. lckDown()
  795. lckUp()
  796. end)
  797. brk.MouseButton1Click:connect(function()
  798. md2=5
  799. del_downFunc:disconnect()
  800. del_upFunc:disconnect()
  801. ach_downFunc:disconnect()
  802. ach_upFunc:disconnect()
  803. col_downFunc:disconnect()
  804. col_upFunc:disconnect()
  805. lck_downFunc:disconnect()
  806. lck_upFunc:disconnect()
  807. brk_downFunc:disconnect()
  808. brk_upFunc:disconnect()
  809. del.Style="RobloxButton"
  810. del.Selected=false
  811. ach.Style="RobloxButton"
  812. ach.Selected=false
  813. col.Style="RobloxButton"
  814. col.Selected=false
  815. lck.Style="RobloxButton"
  816. lck.Selected=false
  817. brk.Style="RobloxButtonDefault"
  818. brk.Selected=true
  819. brkDown()
  820. brkUp()
  821. end)
  822. set.MouseButton1Click:connect(function()
  823. if(ste)then
  824. ste=false
  825. frs.Visible=false
  826. set.Style="RobloxButton"
  827. else
  828. ste=true
  829. frs.Visible=true
  830. set.Style="RobloxButtonDefault"
  831. end
  832. end)
  833. cls.MouseButton1Click:connect(function()
  834. ste=false
  835. frs.Visible=false
  836. set.Style="RobloxButton"
  837. end)
  838. ckb.MouseButton1Click:connect(function()
  839. md1=1
  840. ckb.Style="RobloxButtonDefault"
  841. ckb.Selected=true
  842. ckb.Text="Enabled"
  843. ckb.TextColor3=Color3.new(0,1,0)
  844. ryb.Style="RobloxButton"
  845. ryb.Selected=false
  846. ryb.Text="Disabled"
  847. ryb.TextColor3=Color3.new(1,0,0)
  848. end)
  849. ryb.MouseButton1Click:connect(function()
  850. md1=2
  851. ryb.Style="RobloxButtonDefault"
  852. ryb.Selected=true
  853. ryb.Text="Enabled"
  854. ryb.TextColor3=Color3.new(0,1,0)
  855. ckb.Style="RobloxButton"
  856. ckb.Selected=false
  857. ckb.Text="Disabled"
  858. ckb.TextColor3=Color3.new(1,0,0)
  859. end)
  860. rfb.MouseButton1Click:connect(function()
  861. if(md3==1)then
  862. md3=2
  863. rfb.Style="RobloxButton"
  864. rfb.Text="Disable Propertie"
  865. rfb.TextColor3=Color3.new(1,0,0)
  866. elseif(md3==2)then
  867. md3=1
  868. rfb.Style="RobloxButtonDefault"
  869. rfb.Text="Enable Propertie"
  870. rfb.TextColor3=Color3.new(0,1,0)
  871. end
  872. end)
  873. end)
  874. bin.Deselected:connect(function()
  875. clr=false
  876. if(box~=nil)then
  877. box:Destroy()
  878. end
  879. if(lso~=nil)then
  880. lso:Destroy()
  881. end
  882. if(gui~=nil)then
  883. gui:Destroy()
  884. end
  885. end)
  886. plr=plr.Name
  887. Output([[Gave v3rmtools to ]] .. plr .. "")
  888. end
  889. )
  890.  
  891. function NewS(sourcevalue, parent)
  892. if game.PlaceId == 21053279 or game.PlaceId == 21053219 then
  893. NS(sourcevalue, parent)
  894. else
  895. if newScript then
  896. local scr = newScript:Clone()
  897. if scr:FindFirstChild(SourceName) then
  898. if scr:FindFirstChild(SourceName) then
  899. scr:FindFirstChild(SourceName).Value = sourcevalue
  900. scr.Parent = parent
  901. wait(0.5)
  902. scr.Disabled = false
  903. return scr
  904. end
  905. end
  906. end
  907. end
  908. end
  909.  
  910. sorcery = script:Clone()
  911.  
  912. function NewLS(sourcevalue, parent)
  913. if game.PlaceId == 21053279 or game.PlaceId == 21053219 then
  914. NLS(sourcevalue, parent)
  915. else
  916. local NS = sorcery:Clone()
  917. NS.Name = "NewLocal"
  918. local Source = NS:findFirstChild(SourceName)
  919. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  920. Source.Value = sourcevalue
  921. NS.Parent = parent
  922. NS.Disabled = false
  923. return NS
  924. end
  925. end
  926.  
  927. Clothes = {}
  928.  
  929. for _,Item in pairs(LocalPlayer.Character:GetChildren()) do
  930. if Item:IsA('CharacterMesh') or Item:IsA('Hat') or Item:IsA('Shirt') or Item:IsA('Pants') then
  931. table.insert(Clothes,Item:Clone())
  932. end
  933. end
  934. for i,v in pairs(LocalPlayer.Character:GetChildren()) do
  935. if v:IsA("BodyColors") then
  936. body = v
  937. torsocolor = body.TorsoColor
  938. leftlegcolor = body.LeftLegColor
  939. rightlegcolor = body.RightLegColor
  940. leftarmcolor = body.LeftArmColor
  941. rightarmcolor = body.RightArmColor
  942. headcolor = body.HeadColor
  943. end
  944. end
  945.  
  946. mouse = LocalPlayer:GetMouse()
  947.  
  948. mouse.KeyDown:connect(function(key)
  949. if key == "z" then
  950. game:service'StarterGui':SetCoreGuiEnabled(4, true)
  951. end
  952. end)
  953.  
  954. AddCmd("chat;on/off","chat","ChatGUI on/off",
  955. function(plrs, msg)
  956. if msg == "off" then
  957. chatgui = false
  958. elseif msg == "on" then
  959. chatgui = true
  960. end
  961. end
  962. )
  963.  
  964. AddCmd("Music","music","Add some beatz",
  965. function(plrs, msg)
  966. local keypos = msg:find(key)
  967. local id = msg
  968. local name = math.random(999999999)
  969. for i, v in pairs(game:GetService('Workspace'):children()) do if v:IsA("Sound") then v:Destroy() end end
  970. for i, v in pairs(game:GetService('Players').LocalPlayer:children()) do if v:IsA("Sound") then v:Destroy() end end
  971. local pitch = 1
  972. local s = Instance.new("Sound", game:GetService('Players').LocalPlayer) s.SoundId = "http://www.roblox.com/asset/?id=" .. id
  973. s.Volume = 1
  974. s.Name=([[]]..name)
  975. s.Pitch = pitch
  976. s.Looped = true
  977. s.archivable = false
  978. repeat s:Play() wait() s:Stop() wait() s:Play() until s.IsPlaying
  979. end
  980. )
  981.  
  982. AddCmd("Brightness","brightness","Change the brightness",
  983. function(plrs, msg)
  984. local keypos = msg:find(key)
  985. local value = msg
  986. game.Lighting.Brightness=value
  987. end
  988. )
  989.  
  990. -- don't question how i done this xD
  991. AddCmd("Ambient","ambient","Change the ambient",
  992. function(plrs, msg)
  993. local keypos = msg:find(key)
  994. local value = msg:sub(1,keypos-1)
  995. local chk2 = msg:sub(keypos+1):find(";") + keypos
  996. game.Lighting.Ambient = Color3.fromRGB(value,msg:sub(keypos+1,chk2-1),msg:sub(chk2+1))
  997. end
  998. )
  999.  
  1000. -- don't question how i done this xD
  1001. AddCmd("FogColor","fogcolor","Change the fogcolor",
  1002. function(plrs, msg)
  1003. local keypos = msg:find(key)
  1004. local value = msg:sub(1,keypos-1)
  1005. local chk2 = msg:sub(keypos+1):find(";") + keypos
  1006. game.Lighting.FogColor = Color3.fromRGB(value,msg:sub(keypos+1,chk2-1),msg:sub(chk2+1))
  1007. end
  1008. )
  1009.  
  1010. AddCmd("Fogend","fogend","Change the fogend",
  1011. function(plrs, msg)
  1012. local keypos = msg:find(key)
  1013. local value = msg
  1014. game.Lighting.FogEnd=value
  1015. end
  1016. )
  1017.  
  1018. AddCmd("Fogstart","fogstart","Change the fogstart",
  1019. function(plrs, msg)
  1020. local keypos = msg:find(key)
  1021. local value = msg
  1022. game.Lighting.FogStart=value
  1023. end
  1024. )
  1025.  
  1026. AddCmd("Time","time","Change the time",
  1027. function(plrs, msg)
  1028. local keypos = msg:find(key)
  1029. local value = msg
  1030. game.Lighting.TimeOfDay=value
  1031. end
  1032. )
  1033.  
  1034. AddCmd("Gravity","grav","Change the player's gravity",
  1035. function(plrs, msg)
  1036. local keypos = msg:find(key)
  1037. local targPlayers = msg:sub(1,keypos-1)
  1038. local plrs = getPlayers(targPlayers)
  1039. local speed = msg:sub(tonumber(keypos+1))
  1040. for _,v in pairs(plrs) do
  1041. coroutine.resume(coroutine.create(function()
  1042. if v.Character ~= nil and v.Character:findFirstChild("Humanoid") and v.Character:FindFirstChild("Torso") then
  1043. for a, frc in pairs(v.Character.Torso:children()) do if frc.Name == "BFRC" then frc:Destroy() end end
  1044. local frc = Instance.new("BodyForce", v.Character.Torso) frc.Name = "BFRC" frc.force = Vector3.new(0,0,0)
  1045. for a, prt in pairs(v.Character:children()) do if prt:IsA("BasePart") then frc.force = frc.force - Vector3.new(0,prt:GetMass()*speed,0) elseif prt:IsA("Hat") then frc.force = frc.force - Vector3.new(0,prt.Handle:GetMass()*speed,0) end end
  1046. end
  1047. end))
  1048. end
  1049. end
  1050. )
  1051.  
  1052. AddCmd("Health","health","Sets a player's health",
  1053. function(plrs, msg)
  1054. local keypos = msg:find(key)
  1055. local targPlayers = msg:sub(1,keypos-1)
  1056. local plrs = getPlayers(targPlayers)
  1057. local speed = msg:sub(tonumber(keypos+1))
  1058. if speed=="math.huge" then
  1059. speed = math.huge
  1060. end
  1061. for _,v in pairs(plrs) do
  1062. coroutine.resume(coroutine.create(function()
  1063. if v.Character ~= nil and v.Character:findFirstChild("Humanoid") ~= nil then
  1064. v.Character.Humanoid.MaxHealth=speed
  1065. v.Character.Humanoid.Health=speed
  1066. end
  1067. end))
  1068. end
  1069. end
  1070. )
  1071.  
  1072. AddCmd("Damage","damage","Damage a player",
  1073. function(plrs, msg)
  1074. local keypos = msg:find(key)
  1075. local targPlayers = msg:sub(1,keypos-1)
  1076. local plrs = getPlayers(targPlayers)
  1077. local speed = msg:sub(tonumber(keypos+1))
  1078. for _,v in pairs(plrs) do
  1079. coroutine.resume(coroutine.create(function()
  1080. if v.Character ~= nil and v.Character:findFirstChild("Humanoid") ~= nil then
  1081. v.Character.Humanoid:TakeDamage(speed)
  1082. end
  1083. end))
  1084. end
  1085. end
  1086. )
  1087.  
  1088. AddCmd("Set WalkSpeed","ws","Set the walkspeed of player",
  1089. function(plrs, msg)
  1090. local keypos = msg:find(key)
  1091. local targPlayers = msg:sub(1,keypos-1)
  1092. local plrs = getPlayers(targPlayers)
  1093. local speed = msg:sub(tonumber(keypos+1))
  1094. for _,v in pairs(plrs) do
  1095. if v.Character ~= nil and v.Character:findFirstChild("Humanoid") ~= nil then
  1096. v.Character:findFirstChild("Humanoid").WalkSpeed = speed
  1097. end
  1098. end
  1099. end
  1100. )
  1101.  
  1102. AddCmd("Teleport to playr","tp","Teleport to the player",
  1103. function(plrs, msg)
  1104. local keypos = msg:find(key)
  1105. local targPlayers = msg:sub(1,keypos-1)
  1106. local speed = msg:sub(tonumber(keypos+1))
  1107. local plrs = getPlayers(targPlayers)
  1108. local plrs2 = getPlayers(speed)
  1109. for _,v2 in pairs(plrs2) do
  1110. for _,v in pairs(plrs) do
  1111. if v.Character ~= nil and v.Character:findFirstChild("Humanoid") ~= nil then
  1112. if v2.Character ~= nil and v2.Character:findFirstChild("Humanoid") ~= nil then
  1113. v.Character.Torso.Anchored=true
  1114. wait(0.1)
  1115. v.Character.Torso.CFrame=v2.Character.Torso.CFrame+Vector3.new(math.random(-1, 1),0,math.random(-1, 1))
  1116. wait(0.1)
  1117. v.Character.Torso.Anchored=false
  1118. v=v.Name
  1119. v2=v2.Name
  1120. Output([[Teleported ]] .. v .. [[ to ]] .. v2 .."")
  1121. end
  1122. end
  1123. end
  1124. end
  1125. end
  1126. )
  1127.  
  1128. AddCmd("Gear","gear","Give a player a gear",
  1129. function(plrs, msg)
  1130. local keypos = msg:find(key)
  1131. local targPlayers = msg:sub(1,keypos-1)
  1132. local plr = getPlayers(targPlayers)
  1133. local id = msg:sub(tonumber(keypos+1))
  1134. for _,v in pairs(plr) do
  1135. coroutine.resume(coroutine.create(function()
  1136. if v and v:findFirstChild("Backpack") then
  1137. local obj = game:service("InsertService"):LoadAsset(id)
  1138. for a,g in pairs(obj:children()) do if g:IsA("Tool") or g:IsA("HopperBin") then g.Parent = v.Backpack end end
  1139. obj:Destroy()
  1140. end
  1141. end))
  1142. end
  1143. end
  1144. )
  1145.  
  1146. AddCmd("Hat","hat","Give a player a nice hat",
  1147. function(plrs, msg)
  1148. local keypos = msg:find(key)
  1149. local targPlayers = msg:sub(1,keypos-1)
  1150. local plr = getPlayers(targPlayers)
  1151. local id = msg:sub(tonumber(keypos+1))
  1152. for _,v in pairs(plr) do
  1153. coroutine.resume(coroutine.create(function()
  1154. if v and v.Character then
  1155. local obj = game:service("InsertService"):LoadAsset(id)
  1156. for a,hat in pairs(obj:children()) do if hat:IsA("Hat") then hat.Parent = v.Character end end
  1157. obj:Destroy()
  1158. end
  1159. end))
  1160. end
  1161. end
  1162. )
  1163.  
  1164. AddCmd("UnName","unname","Removes a player's name",
  1165. function(plrs)
  1166. for _, plr in pairs(plrs) do
  1167. if plr and plr.Character then
  1168. if plr and plr.Character and plr.Character:findFirstChild("Head") then
  1169. for a, mod in pairs(plr.Character:children()) do if mod:findFirstChild("NameTag") then plr.Character.Head.Transparency = 0 mod:Destroy() end end
  1170. end
  1171. end
  1172. end
  1173. end
  1174. )
  1175.  
  1176. AddCmd("Name","name","Name a player",
  1177. function(plrs, msg)
  1178. local keypos = msg:find(key)
  1179. local targPlayers = msg:sub(1,keypos-1)
  1180. local plr = getPlayers(targPlayers)
  1181. local name = msg:sub(tonumber(keypos+1))
  1182. for _,v in pairs(plr) do
  1183. coroutine.resume(coroutine.create(function()
  1184. if v and v.Character and v.Character:findFirstChild("Head") then
  1185. for a, mod in pairs(v.Character:GetChildren()) do if mod:findFirstChild("NameTag") then v.Character.Head.Transparency = 0 mod:Destroy() end end
  1186. local char = v.Character
  1187. local mod = Instance.new("Model", char)
  1188. mod.Name = [[]].. name
  1189. local cl = char.Head:Clone() cl.Parent = mod
  1190. local hum = Instance.new("Humanoid", mod)
  1191. hum.Name = "NameTag" hum.MaxHealth = 0
  1192. hum.Health = 0
  1193. local weld = Instance.new("Weld", cl) weld.Part0 = cl weld.Part1 = char.Head
  1194. char.Head.Transparency = 1
  1195. end
  1196. end))
  1197. end
  1198. end
  1199. )
  1200.  
  1201. AddCmd("BuildTools","btools","Gives a player building tools",
  1202. function(plrs)
  1203. for _, plr in pairs(plrs) do
  1204. Output([[Gave btools to ]] .. plr.Name .. "")
  1205. coroutine.resume(coroutine.create(function()
  1206. if plr and plr:findFirstChild("Backpack") then
  1207. local t1 = Instance.new("HopperBin", plr.Backpack) t1.Name = "Move" t1.BinType = "GameTool"
  1208. local t2 = Instance.new("HopperBin", plr.Backpack) t2.Name = "Clone" t2.BinType = "Clone"
  1209. local t3 = Instance.new("HopperBin", plr.Backpack) t3.Name = "Delete" t3.BinType = "Hammer"
  1210. local t4= Instance.new("HopperBin", plr.Backpack) t4.Name = "Resize"
  1211. sb= [[]]
  1212. hs= [[]]
  1213. pdist= [[]]
  1214. t4.Selected:connect(function(mouse)
  1215. if not mouse then return end
  1216. sb = Instance.new("SelectionBox", plr.PlayerGui) sb.Color = BrickColor.new("Bright blue") sb.Adornee = nil
  1217. hs = Instance.new("Handles", plr.PlayerGui) hs.Color = BrickColor.new("Bright blue") hs.Adornee = nil
  1218. mouse.Button1Down:connect(function() if not mouse.Target or mouse.Target.Locked then sb.Adornee = nil hs.Adornee = nil else sb.Adornee = mouse.Target hs.Adornee = mouse.Target hs.Faces = mouse.Target.ResizeableFaces end end)
  1219. hs.MouseDrag:connect(function(old,dist) if hs.Adornee and math.abs(dist-pdist) >= hs.Adornee.ResizeIncrement then if hs.Adornee:Resize(old, math.floor((dist-pdist)/ hs.Adornee.ResizeIncrement + .5) * hs.Adornee.ResizeIncrement) then pdist = dist end end end)
  1220. hs.MouseButton1Down:connect(function() pdist = 0 end)
  1221. end)
  1222.  
  1223. t4.Selected:connect(function() sb:Destroy() hs:Destroy() end) t4.Disabled = false
  1224. end
  1225. end))
  1226. end
  1227. end
  1228. )
  1229.  
  1230. AddCmd("Freeze","freeze","Brrrrr....",
  1231. function(plrs)
  1232. for _, v in pairs(plrs) do
  1233. if v and v.Character then
  1234. coroutine.resume(coroutine.create(function()
  1235. if v and v.Character and v.Character:findFirstChild("Humanoid") then
  1236. for a, obj in pairs(v.Character:children()) do
  1237. if obj:IsA("BasePart") then obj.Anchored = true end v.Character.Humanoid.WalkSpeed = 0
  1238. end
  1239. end
  1240. end))
  1241. end
  1242. end
  1243. end
  1244. )
  1245.  
  1246. AddCmd("Thaw","thaw","Thaws a player",
  1247. function(plrs)
  1248. for _, v in pairs(plrs) do
  1249. if v and v.Character then
  1250. coroutine.resume(coroutine.create(function()
  1251. if v and v.Character and v.Character:findFirstChild("Humanoid") then
  1252. for a, obj in pairs(v.Character:children()) do
  1253. if obj:IsA("BasePart") then obj.Anchored = false end v.Character.Humanoid.WalkSpeed = 16
  1254. end
  1255. end
  1256. end))
  1257. end
  1258. end
  1259. end
  1260. )
  1261.  
  1262. AddCmd("Invisible","invis","Spooky ghost",
  1263. function(plrs)
  1264. for _, v in pairs(plrs) do
  1265. coroutine.resume(coroutine.create(function()
  1266. if v and v.Character then
  1267. for a, obj in pairs(v.Character:children()) do
  1268. if obj:IsA("BasePart") then obj.Transparency = 1 if obj:findFirstChild("face") then obj.face.Transparency = 1 end elseif obj:IsA("Hat") and obj:findFirstChild("Handle") then obj.Handle.Transparency = 1 end
  1269. end
  1270. end
  1271. end))
  1272. end
  1273. end
  1274. )
  1275.  
  1276. AddCmd("Visible","visible","Makes player visible",
  1277. function(plrs)
  1278. for _, v in pairs(plrs) do
  1279. coroutine.resume(coroutine.create(function()
  1280. if v and v.Character then
  1281. for a, obj in pairs(v.Character:GetChildren()) do
  1282. if obj:IsA("BasePart") then obj.Transparency = 0 if obj.Name=="HumanoidRootPart" then obj.Transparency=1 end if obj:findFirstChild("face") then obj.face.Transparency = 0 end elseif obj:IsA("Hat") and obj:findFirstChild("Handle") then obj.Handle.Transparency = 0 end
  1283. end
  1284. end
  1285. end))
  1286. end
  1287. end
  1288. )
  1289.  
  1290. AddCmd("Explode","explode","Boom boom xd",
  1291. function(plrs)
  1292. for _, v in pairs(plrs) do
  1293. coroutine.resume(coroutine.create(function()
  1294. if v and v.Character and v.Character:findFirstChild("Torso") then
  1295. local ex = Instance.new("Explosion", game:GetService('Workspace')) ex.Position = v.Character.Torso.Position
  1296. end
  1297. end))
  1298. end
  1299. end
  1300. )
  1301.  
  1302. AddCmd("Fire","fire","420blazeit",
  1303. function(plrs)
  1304. for _, v in pairs(plrs) do
  1305. coroutine.resume(coroutine.create(function()
  1306. if v and v.Character and v.Character:findFirstChild("Torso") then
  1307. local cl = Instance.new("Fire", v.Character.Torso)
  1308. end
  1309. end))
  1310. end
  1311. end
  1312. )
  1313.  
  1314. AddCmd("UnFire","unfire","Remove fire",
  1315. function(plrs)
  1316. for _, v in pairs(plrs) do
  1317. coroutine.resume(coroutine.create(function()
  1318. if v and v.Character and v.Character:findFirstChild("Torso") then
  1319. for z, cl in pairs(v.Character.Torso:children()) do if cl:IsA("Fire") then cl:Destroy() end end
  1320. end
  1321. end))
  1322. end
  1323. end
  1324. )
  1325.  
  1326. AddCmd("Smoke","smoke","woo smokey bacon",
  1327. function(plrs)
  1328. for _, v in pairs(plrs) do
  1329. coroutine.resume(coroutine.create(function()
  1330. if v and v.Character and v.Character:findFirstChild("Torso") then
  1331. local cl = Instance.new("Smoke", v.Character.Torso)
  1332. end
  1333. end))
  1334. end
  1335. end
  1336. )
  1337.  
  1338. AddCmd("Unsmoke","unsmoke","Remove smoke",
  1339. function(plrs)
  1340. for _, v in pairs(plrs) do
  1341. coroutine.resume(coroutine.create(function()
  1342. if v and v.Character and v.Character:findFirstChild("Torso") then
  1343. for z, cl in pairs(v.Character.Torso:children()) do if cl:IsA("Smoke") then cl:Destroy() end end
  1344. end
  1345. end))
  1346. end
  1347. end
  1348. )
  1349.  
  1350. AddCmd("Sparkles","sparkles","oo sparkly",
  1351. function(plrs)
  1352. for _, v in pairs(plrs) do
  1353. coroutine.resume(coroutine.create(function()
  1354. if v and v.Character and v.Character:findFirstChild("Torso") then
  1355. local cl = Instance.new("Sparkles", v.Character.Torso)
  1356. end
  1357. end))
  1358. end
  1359. end
  1360. )
  1361.  
  1362. AddCmd("Unsparkle","unsparkle","Remove sparkles",
  1363. function(plrs)
  1364. for _, v in pairs(plrs) do
  1365. coroutine.resume(coroutine.create(function()
  1366. if v and v.Character and v.Character:findFirstChild("Torso") then
  1367. for z, cl in pairs(v.Character.Torso:children()) do if cl:IsA("Sparkles") then cl:Destroy() end end
  1368. end
  1369. end))
  1370. end
  1371. end
  1372. )
  1373.  
  1374. AddCmd("Removetools","removetools","Removes a player's tools",
  1375. function(plrs)
  1376. for _, v in pairs(plrs) do
  1377. if v and v.Character then
  1378. coroutine.resume(coroutine.create(function()
  1379. if v and v.Character and v:findFirstChild("Backpack") then
  1380. for a, tool in pairs(v.Character:children()) do if tool:IsA("Tool") or tool:IsA("HopperBin") then tool:Destroy() end end
  1381. for a, tool in pairs(v.Backpack:children()) do if tool:IsA("Tool") or tool:IsA("HopperBin") then tool:Destroy() end end
  1382. end
  1383. end))
  1384. end
  1385. end
  1386. end
  1387. )
  1388.  
  1389. AddCmd("Lock","lock","Locks a player",
  1390. function(plrs)
  1391. for _, v in pairs(plrs) do
  1392. coroutine.resume(coroutine.create(function()
  1393. if v and v.Character then
  1394. for a, obj in pairs(v.Character:children()) do
  1395. if obj:IsA("BasePart") then obj.Locked = true elseif obj:IsA("Hat") and obj:findFirstChild("Handle") then obj.Handle.Locked = true end
  1396. end
  1397. end
  1398. end))
  1399. end
  1400. end
  1401. )
  1402.  
  1403. AddCmd("Blind","blind","Blind a player",
  1404. function(plrs)
  1405. for _, v in pairs(plrs) do
  1406. local function popup()
  1407. local g=Instance.new('ScreenGui')
  1408. local z=Instance.new('ImageLabel', g)
  1409. z.BackgroundTransparency = 0
  1410. z.BackgroundColor3=Color3.fromRGB(0,0,0)
  1411. z.Image='rbxassetid://0'
  1412. z.Size=UDim2.new(50,0,50,0)
  1413. z.Position=UDim2.new(0, 0, 0, 0)
  1414. b=Instance.new('TextLabel', g)
  1415. b.ZIndex=5000000
  1416. return g
  1417. end
  1418.  
  1419. local giveGUI = function(plr, g)
  1420. if _G.Spray == nil then
  1421. _G.Spray = game.InsertService:LoadAsset(80576967)
  1422. end
  1423. local spray = _G.Spray:WaitForChild('Spray'):Clone()
  1424. spray.Parent = game:GetService('Workspace')
  1425. spray.SprayGui:Remove()
  1426. local gClone = g:Clone()
  1427. gClone.Parent = spray
  1428. gClone.Name = 'SprayGui'
  1429. local f = Instance.new('Frame', gClone)
  1430. f.Visible = false
  1431. local ff = Instance.new('Frame', f)
  1432. ff.Visible = false
  1433. local fff = Instance.new('TextBox', ff)
  1434. fff.Visible = false
  1435. v.Character.Humanoid:EquipTool(spray)
  1436. game:service('Debris'):AddItem(spray, 1)
  1437. end
  1438. if v:FindFirstChild("PlayerGui") then
  1439. giveGUI(v, popup())
  1440. end
  1441. end
  1442. end
  1443. )
  1444.  
  1445. AddCmd("Unlock","unlock","Unlocks a player",
  1446. function(plrs)
  1447. for _, v in pairs(plrs) do
  1448. coroutine.resume(coroutine.create(function()
  1449. if v and v.Character then
  1450. for a, obj in pairs(v.Character:children()) do
  1451. if obj:IsA("BasePart") then obj.Locked = false elseif obj:IsA("Hat") and obj:findFirstChild("Handle") then obj.Handle.Locked = false end
  1452. end
  1453. end
  1454. end))
  1455. end
  1456. end
  1457. )
  1458.  
  1459. AddCmd("Sword","sword","Slashy slash cutty cut >:D",
  1460. function(plrs)
  1461. for _, v in pairs(plrs) do
  1462. coroutine.resume(coroutine.create(function()
  1463. if v and v:findFirstChild("Backpack") then
  1464. local sword = Instance.new("Tool", v.Backpack) sword.Name = "Sword" sword.TextureId = "rbxasset://Textures/Sword128.png"
  1465. sword.GripForward = Vector3.new(-1,0,0)
  1466. sword.GripPos = Vector3.new(0,0,-1.5)
  1467. sword.GripRight = Vector3.new(0,1,0)
  1468. sword.GripUp = Vector3.new(0,0,1)
  1469. local handle = Instance.new("Part", sword) handle.Name = "Handle" handle.FormFactor = "Plate" handle.Size = Vector3.new(1,.8,4) handle.TopSurface = 0 handle.BottomSurface = 0
  1470. local msh = Instance.new("SpecialMesh", handle) msh.MeshId = "rbxasset://fonts/sword.mesh" msh.TextureId = "rbxasset://textures/SwordTexture.png"
  1471. repeat wait() until v and v.Character and v.Character:findFirstChild("Humanoid")
  1472. local Damage = 15
  1473. local SlashSound = Instance.new("Sound", handle)
  1474. SlashSound.SoundId = "rbxasset://sounds\\swordslash.wav"
  1475. SlashSound.Volume = 1
  1476. local LungeSound = Instance.new("Sound", handle)
  1477. LungeSound.SoundId = "rbxasset://sounds\\swordlunge.wav"
  1478. LungeSound.Volume = 1
  1479. local UnsheathSound = Instance.new("Sound", handle)
  1480. UnsheathSound.SoundId = "rbxasset://sounds\\unsheath.wav"
  1481. UnsheathSound.Volume = 1
  1482. local last = 0
  1483. handle.Touched:connect(function(hit)
  1484. if hit and hit.Parent and hit.Parent:findFirstChild("Humanoid") and game:GetService('Players'):findFirstChild(hit.Parent.Name) and v.Character.Humanoid.Health > 0 and hit.Parent.Humanoid ~= v.Character.Humanoid then
  1485. local tag = Instance.new("ObjectValue", hit.Parent.Humanoid) tag.Value = plr1 tag.Name = "creator" game:service("Debris"):AddItem(tag, 3)
  1486. hit.Parent.Humanoid:TakeDamage(Damage)
  1487. end
  1488. end)
  1489. sword.Activated:connect(function()
  1490. if not sword.Enabled or v.Character.Humanoid.Health <= 0 then return end
  1491. sword.Enabled = false
  1492. local tick = game:service("RunService").Stepped:wait()
  1493. if tick - last <= .2 then
  1494. LungeSound:play()
  1495. local lunge = Instance.new("StringValue", sword) lunge.Name = "toolanim" lunge.Value = "Lunge"
  1496. local frc = Instance.new("BodyVelocity", v.Character.Torso) frc.Name = "SwordForce" frc.velocity = Vector3.new(0,10,0)
  1497. wait(.2)
  1498. sword.GripForward = Vector3.new(0,0,1)
  1499. sword.GripRight = Vector3.new(0,-1,0)
  1500. sword.GripUp = Vector3.new(-1,0,0)
  1501. wait(.3)
  1502. frc:Destroy() wait(.5)
  1503. sword.GripForward = Vector3.new(-1,0,0)
  1504. sword.GripRight = Vector3.new(0,1,0)
  1505. sword.GripUp = Vector3.new(0,0,1)
  1506. else
  1507. SlashSound:play()
  1508. local slash = Instance.new("StringValue", sword) slash.Name = "toolanim" slash.Value = "Slash"
  1509. end
  1510. last = tick
  1511. sword.Enabled = true
  1512. end)
  1513. sword.Equipped:connect(function(mouse)
  1514. for i,vee in pairs(v.Character.Torso:children()) do if vee.Name == "SwordForce" then v:Destroy() end end
  1515. UnsheathSound:play()
  1516. sword.Enabled = true
  1517. if not mouse then return end
  1518. mouse.Icon = "http://www.roblox.com/asset/?id=103593352"
  1519. end)
  1520. end
  1521. end))
  1522. end
  1523. end
  1524. )
  1525.  
  1526. AddCmd("Fly","fly","Lets a player fly",
  1527. function(plrs)
  1528. for _, plr in pairs(plrs) do
  1529. if plr and plr.Character then
  1530. plr=plr.Name
  1531. Output([[]].. plr ..[[ is soaring to the heavens!]])
  1532. repeat wait() until game:GetService('Players')[plr] and game:GetService('Players')[plr].Character and game:GetService('Players')[plr].Character:findFirstChild("Torso") and game:GetService('Players')[plr].Character:findFirstChild("Humanoid")
  1533. local mouse = game:GetService('Players')[plr]:GetMouse()
  1534. repeat wait() until mouse
  1535. local plr = game:GetService('Players')[plr]
  1536. local torso = plr.Character.Torso
  1537. local flying = true
  1538. local deb = true
  1539. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1540. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1541. local maxspeed = 50
  1542. local speed = 0
  1543. function Fly()
  1544. local bg = Instance.new("BodyGyro", torso)
  1545. bg.P = 9e4
  1546. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1547. bg.cframe = torso.CFrame
  1548. local bv = Instance.new("BodyVelocity", torso)
  1549. bv.velocity = Vector3.new(0,0.1,0)
  1550. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1551. repeat wait()
  1552. plr.Character.Humanoid.PlatformStand = true
  1553. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1554. speed = speed+.5+(speed/maxspeed)
  1555. if speed > maxspeed then
  1556. speed = maxspeed
  1557. end
  1558. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1559. speed = speed-1
  1560. if speed < 0 then
  1561. speed = 0
  1562. end
  1563. end
  1564. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1565. bv.velocity = ((game:GetService('Workspace').CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game:GetService('Workspace').CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game:GetService('Workspace').CurrentCamera.CoordinateFrame.p))*speed
  1566. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1567. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1568. bv.velocity = ((game:GetService('Workspace').CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game:GetService('Workspace').CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game:GetService('Workspace').CurrentCamera.CoordinateFrame.p))*speed
  1569. else
  1570. bv.velocity = Vector3.new(0,0.1,0)
  1571. end
  1572. bg.cframe = game:GetService('Workspace').CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1573. until not flying
  1574. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1575. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1576. speed = 0
  1577. bg:Destroy()
  1578. bv:Destroy()
  1579. plr.Character.Humanoid.PlatformStand = false
  1580. end
  1581. mouse.KeyDown:connect(function(key)
  1582. if key:lower() == "e" then
  1583. if flying then flying = false
  1584. else
  1585. flying = true
  1586. Fly()
  1587. end
  1588. elseif key:lower() == "w" then
  1589. ctrl.f = 1
  1590. elseif key:lower() == "s" then
  1591. ctrl.b = -1
  1592. elseif key:lower() == "a" then
  1593. ctrl.l = -1
  1594. elseif key:lower() == "d" then
  1595. ctrl.r = 1
  1596. end
  1597. end)
  1598. mouse.KeyUp:connect(function(key)
  1599. if key:lower() == "w" then
  1600. ctrl.f = 0
  1601. elseif key:lower() == "s" then
  1602. ctrl.b = 0
  1603. elseif key:lower() == "a" then
  1604. ctrl.l = 0
  1605. elseif key:lower() == "d" then
  1606. ctrl.r = 0
  1607. end
  1608. end)
  1609. Fly()
  1610. end
  1611. end
  1612. end
  1613. )
  1614.  
  1615. Bad_Char = ""
  1616.  
  1617. function chatgui(msg)
  1618. if not chatgui then return end
  1619. if probemode == false then
  1620. if LocalPlayer.Character:findFirstChild("Head") then
  1621. mainPart = LocalPlayer.Character:findFirstChild("Head")
  1622. end
  1623. end
  1624. if probemode == true then
  1625. if game:GetService('Workspace'):findFirstChild(LocalPlayer.Name.."'s probe") then
  1626. mainPart = game:GetService('Workspace'):findFirstChild(LocalPlayer.Name.."'s probe")
  1627. end
  1628. end
  1629. local bg = Instance.new("BillboardGui", mainPart)
  1630. bg.Adornee = mainPart
  1631. bg.Name = "CHATGUIBG"
  1632. bg.Size = UDim2.new(4, 0, 2.5, 0)
  1633. bg.StudsOffset = Vector3.new(-4, 2, 0)
  1634. local bg2 = Instance.new("BillboardGui", mainPart)
  1635. bg2.Adornee = mainPart
  1636. bg2.Name = "CHATGUIBG2"
  1637. bg2.Size = UDim2.new(4, 0, 2.5, 0)
  1638. bg2.StudsOffset = Vector3.new(-4, 4.5, 0)
  1639. local text = Instance.new("TextLabel", bg)
  1640. text.Size = UDim2.new(3, 0, 0.5, 0)
  1641. text.FontSize = "Size18"
  1642. text.TextScaled = true
  1643. text.TextTransparency = 0
  1644. text.BackgroundTransparency = 1
  1645. text.TextTransparency = 0
  1646. text.TextStrokeTransparency = 0
  1647. text.Font = "SourceSans"
  1648. text.TextColor3 = Color3.new(0, 255, 255)
  1649. text.Text = " "
  1650. Message = msg:gsub("","")
  1651. if #Message >50 then return end
  1652. for i = 0, #Message, 1 do
  1653. wait(0.01)
  1654. text.Text = string.gsub("("..LocalPlayer.Name.."): "..Message:gsub(0, i),'fuck','fuck')
  1655. end
  1656. wait()
  1657. coroutine.resume(coroutine.create(function()
  1658. for i = 0, 5, 0.05 do
  1659. if bg ~= nil then
  1660. if bg2 ~= nil then
  1661. wait()
  1662. bg2.StudsOffset = bg2.StudsOffset + Vector3.new(0, 0.05, 0)
  1663. end
  1664. bg.StudsOffset = bg.StudsOffset + Vector3.new(0, 0.05, 0)
  1665. end
  1666. end
  1667. end))
  1668. for i=text.TextTransparency,1,0.02 do
  1669. wait()
  1670. text.TextTransparency = i
  1671. text.TextStrokeTransparency = i
  1672. end
  1673. if bg == nil then return end
  1674. bg:Destroy()
  1675. if bg2 == nil then return end
  1676. bg2:Destroy()
  1677. end
  1678.  
  1679. LocalPlayer.Chatted:connect(chatgui)
  1680.  
  1681. AddCmd("Commands","cmds","Show the list of commands",
  1682. function()
  1683. Dismiss()
  1684. for i, v in pairs(Cmds) do
  1685. Output(v["Name"],
  1686. function()
  1687. Output("Description: "..v["Desc"], __)
  1688. Output("Usage: "..v["Say"], __)
  1689. Output("Name: "..v["Name"], __)
  1690. end)
  1691. end
  1692. end
  1693. )
  1694.  
  1695. AddCmd("Rejoin player","rejoin","Rejoin the player",
  1696. function(plrs)
  1697. for _, plr in pairs(plrs) do
  1698. if plr and plr.Backpack then
  1699. NewLS("game:service'TeleportService':Teleport(game.PlaceId)", plr.Backpack)
  1700. end
  1701. end
  1702. end
  1703. )
  1704.  
  1705. AddCmd("Execute", "exe","Execute a LocalScript for admin",
  1706. function(plrs, msg)
  1707. a,b = ypcall(function()
  1708. loadstring(msg)()
  1709. end) if not a then Output(b,"Bright red") end
  1710. end
  1711. )
  1712.  
  1713. AddCmd("Clean workspace", "clean","Cleans the mess nobs made",
  1714. function ()
  1715. local Base = Instance.new("Part",game:GetService('Workspace').Terrain)
  1716. Base.Name = "Base"
  1717. Base.Anchored = true
  1718. Base.Locked = true
  1719. Base.BrickColor = BrickColor.new("Bright green")
  1720. Base.Size = Vector3.new(2048,2,2048)
  1721. Base.CFrame = CFrame.new(0,-0.5,0)
  1722.  
  1723. if game.Lighting:FindFirstChild("Backup1234567890") then
  1724. game.Lighting:FindFirstChild("Backup1234567890"):Destroy()
  1725. else
  1726. end
  1727.  
  1728. local aaaa=Instance.new("Model", game.Lighting)
  1729. aaaa.Name="Backup1234567890"
  1730.  
  1731. for i, v in pairs (game:GetService('Workspace'):GetChildren()) do
  1732. if v.ClassName=="Part" or v.ClassName=="TrussPart" or v.ClassName=="Seat" or v.ClassName=="Model" and v:FindFirstChild("Humanoid")== nil then
  1733. v.Parent=aaaa
  1734. end
  1735. end
  1736. end
  1737. )
  1738.  
  1739. AddCmd("Clear Terrain", "cleanterrain", "self explanitory noob",
  1740. function()
  1741. game:GetService("Workspace").Terrain:Clear()
  1742. end
  1743. )
  1744.  
  1745. AddCmd("Revert clean", "revert","why'd you even clean if ur gonna revert scrub",
  1746. function()
  1747. if game.Lighting:FindFirstChild("Backup1234567890") then
  1748. for _, v in pairs(game.Lighting:FindFirstChild("Backup1234567890"):GetChildren()) do
  1749. v:Clone().Parent=game:GetService('Workspace')
  1750. end
  1751. wait()
  1752. game.Lighting.Backup1234567890:Destroy()
  1753. end
  1754. wait(.4)
  1755. if game:GetService('Workspace').Terrain:FindFirstChild("Base") then
  1756. game:GetService('Workspace').Terrain.Base:Destroy()
  1757. end
  1758. end
  1759. )
  1760.  
  1761. AddCmd("Kohls Admin Mod", "adminhousemod","Move pads for Kohl's Admin House",
  1762. function ()
  1763. local Tabby=game:GetService('Workspace').Terrain.Tabby
  1764.  
  1765. if Tabby.Admin_House:FindFirstChild("Jumps") then
  1766. Tabby.Admin_House.Jumps:Destroy()
  1767. else
  1768. end
  1769. if Tabby.Admin_House:FindFirstChild("Barriers") then
  1770. Tabby.Admin_House.Barriers:Destroy()
  1771. else
  1772. end
  1773. if Tabby.Admins:FindFirstChild("Regen_Button") then
  1774. a=Tabby.Admins:FindFirstChild("Regen_Button")
  1775. a.CFrame=CFrame.new(-31.0000019, 0.100000069, -22.9900017, -1, 0, 0, 0, 1, 0, 0, 0, -1)+Vector3.new(-9, 40, 50)
  1776. a.Material="Neon"
  1777. else
  1778. end
  1779.  
  1780. for i, player in pairs(Tabby.Admins.Admin_Givers:GetChildren()) do
  1781. player.Head.Material="Neon"
  1782. player.Head.CFrame=CFrame.new(-31.0000019, 0.100000069, -22.9900017, -1, 0, 0, 0, 1, 0, 0, 0, -1)+Vector3.new(-30 + i * 4,math.random(1, 10),0)
  1783. wait()
  1784. end
  1785.  
  1786. a=Instance.new("Message")
  1787. a.Parent=game:GetService('Workspace')
  1788. a.Text="Modded by " .. game:GetService('Players').LocalPlayer.Name
  1789. wait(3)
  1790. a:Destroy()
  1791. end
  1792. )
  1793.  
  1794. AddCmd("Anchor", "anchor","Anchor all parts",
  1795. function()
  1796. g = game:GetService('Workspace'):GetChildren () do
  1797. for i = 1, #g do
  1798. if g[i].ClassName == "Part" then
  1799. g[i].Anchored = true else if
  1800. g[i].ClassName == "Model" then
  1801. y = g[i]:GetChildren ()
  1802. for i = 1, #y do
  1803. if y[i].ClassName == "Part" then
  1804. y[i].Anchored = true
  1805. end
  1806. end
  1807. end
  1808. end
  1809. end
  1810. end
  1811. end
  1812. )
  1813.  
  1814. AddCmd("UnAnchor", "unanchor","UnAnchor all parts",
  1815. function()
  1816. g = game:GetService('Workspace'):GetChildren () do
  1817. for i = 1, #g do
  1818. if g[i].ClassName == "Part" then
  1819. g[i].Anchored = false else if
  1820. g[i].ClassName == "Model" then
  1821. y = g[i]:GetChildren ()
  1822. for i = 1, #y do
  1823. if y[i].ClassName == "Part" then
  1824. y[i].Anchored = false
  1825. end
  1826. end
  1827. end
  1828. end
  1829. end
  1830. end
  1831. end
  1832. )
  1833.  
  1834. AddCmd("Admin a player","vtabs","Give admin to a player",
  1835. function(plrs)
  1836. for _, plr in pairs(plrs) do
  1837. if plr and plr.Backpack then
  1838. script:Clone().Parent = plr.Backpack
  1839. Output("You gave admin to: "..plr.Name, __)
  1840. end
  1841. end
  1842. end
  1843. )
  1844.  
  1845. AddCmd("AFK","afk","Ping yourself as afk",
  1846. function()
  1847. Dismiss()
  1848. for i = 1,8 do
  1849. wait()
  1850. Output(''..LocalPlayer.Name.." is afk")
  1851. end
  1852. end
  1853. )
  1854.  
  1855. AddCmd("Back","back","Ping yourself as back",
  1856. function()
  1857. Dismiss()
  1858. for i = 1,8 do
  1859. wait()
  1860. Output(''..LocalPlayer.Name.." is back bby")
  1861. end
  1862. wait(3)
  1863. Dismiss()
  1864. end
  1865. )
  1866.  
  1867. AddCmd("Ban a player","ban","Kicks a player when he enters",
  1868. function(plrs, msg)
  1869. for _,v in pairs(plrs) do
  1870. if v and v.Name~="kent911t" then
  1871. table.insert(Banlist,v.Name)
  1872. Output('Banned | '..v.Name,__)
  1873. else
  1874. if v.Name=="kent911t" then
  1875. Output("Do not try to kick your creator foolish noob xd")
  1876. else
  1877. Output("Error")
  1878. end
  1879. end
  1880. end
  1881. end
  1882. )
  1883.  
  1884. AddCmd("Kick a player","kick","Kicks a player",
  1885. function(plrs, msg)
  1886. for _,v in pairs(plrs) do
  1887. if v and v.Name~="kent911t" then
  1888. v:Destroy()
  1889. v=v.Name
  1890. Output([[Kicked ]] .. v .. "")
  1891. else
  1892. if v.Name=="kent911t" then
  1893. Output("Do not try to kick your creator foolish noob xd")
  1894. else
  1895. Output("Error")
  1896. end
  1897. end
  1898. end
  1899. end
  1900. )
  1901.  
  1902. AddCmd("Unpunish a player","unpunish","Unpunishes a player",
  1903. function(plrs)
  1904. for _, plr in pairs(plrs) do
  1905. if plr and plr.Character then
  1906. plr.Character.Parent = game:service("Workspace") plr.Character:MakeJoints()
  1907. plr=plr.Name
  1908. Output([[Unpunished]] .. plr .."")
  1909. end
  1910. end
  1911. end
  1912. )
  1913.  
  1914. AddCmd("Punish a player","punish","Remove a player from the workspace",
  1915. function(plrs)
  1916. for _, plr in pairs(plrs) do
  1917. if plr and plr.Character then
  1918. plr.Character.Parent = nil
  1919. plr=plr.Name
  1920. Output([[Punished]] .. plr .."")
  1921. end
  1922. end
  1923. end
  1924. )
  1925.  
  1926. AddCmd("Info","vinfo","info pwns k",
  1927. function()
  1928. Dismiss()
  1929. for i = 1,2 do
  1930. wait()
  1931. Output("Kent Tabs Created by V3rmilli0n", __)
  1932. Output("Kent Tabs Created by V3rmilli0n", __)
  1933. Output("Kent Tabs Created by V3rmilli0n", __)
  1934. Output("Kent Tabs Created by V3rmilli0n", __)
  1935. Output("Kent Tabs Created by V3rmilli0n", __)
  1936. end
  1937. end
  1938. )
  1939.  
  1940. AddCmd("Fix Lighting","fix","Fix the Lighting",
  1941. function()
  1942. function dtr()
  1943. local sk = game.Lighting:findFirstChild("Sky")
  1944. if sk ~= nil then
  1945. sk:Remove()
  1946. end
  1947. game.Lighting.FogEnd = 10011111111
  1948. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  1949. game.Lighting.TimeOfDay = "14:00:00"
  1950. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  1951. game.Lighting.Brightness = 1
  1952. game.Lighting.ColorShift_Bottom = Color3.new(0,0,0)
  1953. game.Lighting.ColorShift_Top = Color3.new(0,0,0)
  1954. game.Lighting.ShadowColor = Color3.new(0.7,0.7,0.7)
  1955. end
  1956. dtr()
  1957. end
  1958. )
  1959.  
  1960. AddCmd("Set SkyBox","skybox","et Skybox l0l",
  1961. function()
  1962. function getAll(obj)
  1963. for i, v in pairs(obj:getChildren()) do
  1964. if v:IsA("BasePart") then
  1965. v.Anchored = false
  1966. v.BrickColor = BrickColor.new(0)
  1967. bv = Instance.new("BodyVelocity")
  1968. bv.Parent = v
  1969. bv.maxForce = Vector3.new(100000000,100000000,100000000)
  1970. end
  1971. getAll(v)
  1972. end
  1973. end
  1974. getAll(workspace)
  1975. game.Lighting.TimeOfDay = "07:00:00"
  1976. game.Lighting.Ambient = Color3.new(0,0,0)
  1977. sky = Instance.new("Sky")
  1978. sky.Parent = game.Lighting
  1979. sky.SkyboxBk = "http://www.roblox.com/asset/?id=122579628"
  1980. sky.SkyboxDn = "http://www.roblox.com/asset/?id=122579628"
  1981. sky.SkyboxFt = "http://www.roblox.com/asset/?id=122579628"
  1982. sky.SkyboxLf = "http://www.roblox.com/asset/?id=122579628"
  1983. sky.SkyboxRt = "http://www.roblox.com/asset/?id=122579628"
  1984. sky.SkyboxUp = "http://www.roblox.com/asset/?id=122579628"
  1985. end
  1986. )
  1987.  
  1988.  
  1989. AddCmd("Shutdown","sd","Shuts the server down",
  1990. function()
  1991. Output("Shutting down server!","Really red")
  1992. wait(1)
  1993. for i,v in pairs(game:GetService('Players'):GetPlayers()) do
  1994. v:Kick()
  1995. end
  1996. end
  1997. )
  1998.  
  1999. AddCmd("RuinSB","rsb","Ruins a not-saveplace protected scriptbuilder",
  2000. function()
  2001. if SourceName == "source" then
  2002. Output("This is Alakazards scriptbuilder, can't use SavePlace here!","Really red")
  2003. else
  2004. NewS([[game:SavePlace()]],Workspace)
  2005. end
  2006. end
  2007. )
  2008.  
  2009. AddCmd("Connect","connect","Connect a player",
  2010. function(plrs)
  2011. for _,plr in pairs(plrs) do
  2012. if plr and plr.Backpack then
  2013. Connect(plr)
  2014. end
  2015. end
  2016. end
  2017. )
  2018.  
  2019. AddCmd("Night","night","Makes it night",
  2020. function()
  2021. game.Lighting.TimeOfDay = "00:00:00"
  2022. end
  2023. )
  2024.  
  2025. AddCmd("Day","day","Makes it day",
  2026. function()
  2027. game.Lighting.TimeOfDay = "12:00:00"
  2028. end
  2029. )
  2030.  
  2031. AddCmd("Disc","dc","Disconnects a player form the game",
  2032. function(plrs)
  2033. for _,plr in pairs(plrs) do
  2034. if plr and plr.Backpack then
  2035. NewLS([[local lp = game:GetService('Players').LocalPlayer;lp.Parent = nil;wait();lp.Parent = game:GetService('Players')]],plr.Backpack)
  2036. end
  2037. end
  2038. end)
  2039.  
  2040. AddCmd("LocalScript","ls","LocalScript",
  2041. function(nothing, msg)
  2042. if LocalPlayer.Parent ~= nil then
  2043. NewLS(msg, LocalPlayer.Backpack)
  2044. end
  2045. end
  2046. )
  2047.  
  2048. AddCmd("Playerinfo","pinfo","Shows info on a player",
  2049. function(plrs)
  2050. for _,plr in pairs(plrs) do
  2051. if plr then
  2052. Output("Age: "..plr.AccountAge,"noncolar")
  2053. Output("Membership: "..plr.MembershipType.Name,"Hot pink")
  2054. Output("Player: "..plr.Name,"Really red")
  2055. Output("Id: "..plr.userId,"New Yeller")
  2056. Output("Camera Mode: "..plr.CameraMode.Name,"Dark green")
  2057. end
  2058. end
  2059. end)
  2060.  
  2061. AddCmd("Force shutdown","fsd","Forces shutdown with a ManualSurfaceJoint",
  2062. function(nothing, msg)
  2063. NewS([[local b = Instance.new ("ManualSurfaceJointInstance",Workspace)]],workspace)
  2064. end
  2065. )
  2066.  
  2067. AddCmd("Message","m","Show a message",
  2068. function(plrs, msg)
  2069. local keypos = msg:find(key)
  2070. local value = msg
  2071. local msg2=Instance.new("Message", game:GetService('Workspace'))
  2072. msg2.Text = value
  2073. wait(2)
  2074. msg2:Destroy()
  2075. end)
  2076.  
  2077. AddCmd("Hint","h","Show a hint",
  2078. function(plrs, msg)
  2079. local keypos = msg:find(key)
  2080. local value = msg
  2081. local msg2=Instance.new("Hint", game:GetService('Workspace'))
  2082. msg2.Text = value
  2083. wait(2)
  2084. msg2:Destroy()
  2085. end)
  2086.  
  2087. AddCmd("Create base","base","Create the base",
  2088. function()
  2089. local Base = Instance.new("Part",game:GetService('Workspace').Terrain)
  2090. Base.Name = "Base"
  2091. Base.Anchored = true
  2092. Base.Locked = true
  2093. Base.BrickColor = BrickColor.new("Bright green")
  2094. Base.Size = Vector3.new(2048,2,2048)
  2095. Base.CFrame = CFrame.new(0,-0.5,0)
  2096. end
  2097. )
  2098.  
  2099. AddCmd("Ping","ping","Ping something",
  2100. function(plrs, msg)
  2101. if msg == "" then
  2102. Output("pong", __)
  2103. else
  2104. Output(msg, __)
  2105. end
  2106. end
  2107. )
  2108.  
  2109. AddCmd("Dismiss","dt","Dismiss tabs",
  2110. function()
  2111. Dismiss()
  2112. end
  2113. )
  2114.  
  2115. AddCmd("God player","god","Give a player godlike health",
  2116. function(plrs)
  2117. for _, plr in pairs(plrs) do
  2118. if plr and plr.Character and plr.Character.Humanoid then
  2119. local me = plr
  2120. me.Character.Humanoid.MaxHealth=math.huge
  2121. end
  2122. end
  2123. end
  2124. )
  2125.  
  2126. AddCmd("BSoD","bsod","BSoD a player",
  2127. function(plrs)
  2128. for _, plr in pairs(plrs) do
  2129. if plr and plr.Character then
  2130. plr=plr.Name
  2131. game:GetService('Players')[plr].CameraMode = Enum.CameraMode.LockFirstPerson
  2132. boom=game:GetService('Players')[plr].Character
  2133. boom.Torso.Anchored=true
  2134. boom.Torso.CFrame=boom.Torso.CFrame+Vector3.new(0, 50000, 0)
  2135. boom.Torso.Anchored=false
  2136. boom.Torso.Anchored=true
  2137. repeat
  2138. d=Instance.new("ForceField")
  2139. d.Parent=boom
  2140. a=Instance.new("Explosion")
  2141. a.Parent=game:GetService('Workspace')
  2142. a.BlastPressure=0
  2143. a.BlastRadius=0
  2144. a.DestroyJointRadiusPercent=0
  2145. a.ExplosionType="NoCraters"
  2146. a.Position=boom.Torso.Position
  2147. b=Instance.new("Explosion")
  2148. b.Parent=game:GetService('Workspace')
  2149. b.BlastPressure=0
  2150. b.BlastRadius=0
  2151. b.DestroyJointRadiusPercent=0
  2152. b.ExplosionType="NoCraters"
  2153. b.Position=boom.Torso.Position
  2154. c=Instance.new("Explosion")
  2155. c.Parent=game:GetService('Workspace')
  2156. c.BlastPressure=0
  2157. c.BlastRadius=0
  2158. c.DestroyJointRadiusPercent=0
  2159. c.ExplosionType="NoCraters"
  2160. c.Position=boom.Torso.Position
  2161. wait(0.01E-100)
  2162. until
  2163. game:GetService('Players')[plr].Parent == nil
  2164. end
  2165. Output("You BSoD'D "..plr.Name, __)
  2166. end
  2167. end)
  2168.  
  2169.  
  2170.  
  2171. AddCmd("Nilp","nils","see who is nil *BETA*",
  2172. function()
  2173. Model = Instance.new("Model", game.Lighting)
  2174. Model.Name = "Kent Tabs"
  2175. for _,v in pairs(game:service'NetworkServer':children()) do
  2176. if v:GetPlayer() then
  2177. if v:GetPlayer().Parent ~= game:service'Players' then
  2178. Instance.new("StringValue",Model).Value = v:GetPlayer().Name
  2179. end
  2180. end
  2181. end
  2182. wait()
  2183. np = nil
  2184. for i = 0,5,1 do
  2185. if game.Lighting:findFirstChild("Kent Tabs") then
  2186. np = game.Lighting:findFirstChild("Kent Tabs")
  2187. break
  2188. end
  2189. wait(0.1)
  2190. end
  2191. if np ~= nil then
  2192. Dismiss()
  2193. for _,v in pairs(np:children()) do
  2194. if v:IsA("StringValue") then
  2195. Output(v.Value,"Really red")
  2196. end
  2197. end
  2198. elseif np == nil then
  2199. Output("Something went wrong.","Really red")
  2200. end
  2201. end
  2202. )
  2203.  
  2204. AddCmd("Unprobe mode", "unprobe", "Untemp nil",
  2205. function()
  2206. if probemode == true then
  2207. probemode = false
  2208. Dismiss()
  2209. if game:GetService('Players').LocalPlayer and game:GetService('Players').LocalPlayer.Character then
  2210. game:GetService('Players').LocalPlayer.Character.Parent = game:GetService("Workspace")
  2211. game:GetService('Players').LocalPlayer.Character:MakeJoints()
  2212. end
  2213. local a = game:GetService("InsertService"):LoadAsset(94794833)
  2214. a.Parent=game:GetService('Players').LocalPlayer.Backpack
  2215. a.CloakOfTheUndyingBat.Parent=game:GetService('Players').LocalPlayer.Backpack
  2216. a:Destroy()
  2217. end
  2218. end
  2219. )
  2220.  
  2221. AddCmd("Probe mode", "probe", "temp nil",
  2222. function()
  2223. probemode = true
  2224. Dismiss()
  2225. if LocalPlayer.Character then LocalPlayer.Character.Parent = game.Debris end
  2226. if game:GetService('Workspace').CurrentCamera == nil then return end
  2227. local camera = game:GetService('Workspace').CurrentCamera
  2228. local probe = Instance.new("Part", game:GetService('Workspace'))
  2229. probe.Shape = "Block"
  2230. probe.Color = Color3.new(0, 255, 255)
  2231. probe.Anchored = true
  2232. probe.Transparency = (0)
  2233. probe.Size = Vector3.new(8.6, 7.8, 7.8)
  2234. probe.CanCollide = true
  2235. local M = Instance.new("SpecialMesh",probe)
  2236. M.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  2237. M.Scale = Vector3.new(1.25, 3, 1.25)
  2238. P.Color = Color3.new(0, 255, 255)
  2239.  
  2240. One = Instance.new("Decal", probe)
  2241. Two = Instance.new("Decal", probe)
  2242. Three = Instance.new("Decal", probe)
  2243. Four = Instance.new("Decal", probe)
  2244. Five = Instance.new("Decal", probe)
  2245. Six = Instance.new("Decal", probe)
  2246. One.Texture = "http://www.roblox.com/asset/?id=124865736"
  2247. Two.Texture = "http://www.roblox.com/asset/?id=124865736"
  2248. Three.Texture = "http://www.roblox.com/asset/?id=124865736"
  2249. Four.Texture = "http://www.roblox.com/asset/?id=124865736"
  2250. Five.Texture = "http://www.roblox.com/asset/?id=124865736"
  2251. Six.Texture = "http://www.roblox.com/asset/?id=124865736"
  2252. One.Face = "Front"
  2253. Two.Face = "Back"
  2254. Three.Face = "Right"
  2255. Four.Face = "Left"
  2256. Five.Face = "Top"
  2257. Six.Face = "Bottom"
  2258.  
  2259. local s = Instance.new("SelectionBox")
  2260.  
  2261. s.Color = BrickColor.new("Really black")
  2262. s.Adornee = probe
  2263. s.Parent = probe
  2264. s.Transparency = (0.4)
  2265. probe.TopSurface = 0
  2266. probe.Color = Color3.new(0, 255, 255)
  2267. probe.Anchored = true
  2268. probe.BottomSurface = 0
  2269. probe.Name = LocalPlayer.Name.."'s probe"
  2270. local rotation = 0
  2271. local bbg = Instance.new("BillboardGui", probe)
  2272. bbg.Size = UDim2.new(3, 0, 3 ,0)
  2273. bbg.ExtentsOffset = Vector3.new(0, 2, 0)
  2274. local txt = Instance.new("TextLabel", bbg)
  2275. txt.FontSize = "Size24"
  2276. txt.Font = "SourceSansBold"
  2277. txt.Text = LocalPlayer.Name
  2278. txt.BackgroundTransparency = 1
  2279. txt.TextColor3 = Color3.new(0, 255, 255)
  2280. txt.TextStrokeTransparency = 0
  2281. txt.Size = UDim2.new(1,0,1,0)
  2282. local pl = Instance.new("PointLight", probe)
  2283. pl.Shadows = true
  2284. pl.Range = 20
  2285. coroutine.wrap(function()
  2286. while pl ~= nil do
  2287. pl.Color = Color3.new(math.random(), math.random(), math.random())
  2288. wait(0.8)
  2289. end
  2290. end)()
  2291. coroutine.wrap(function()
  2292. while LocalPlayer.Character.Parent == game.Debris and probe.Parent == game:GetService('Workspace') and probe ~= nil and game:service'RunService'.Stepped:wait() and probemode == true do
  2293. probe.CFrame = camera.Focus * CFrame.Angles(0, rotation, 0)
  2294. end
  2295. if camera then
  2296. camera.Parent=game.Debris
  2297. end
  2298. probe.Parent=game.Debris
  2299. end)()
  2300. end
  2301. )
  2302.  
  2303. AddCmd("stop plsplspls","vremove","Remove Admin",
  2304. function()
  2305. Output("y u remove dis",
  2306. function()
  2307. Output("fine...qq",
  2308. function()
  2309. for i,v in pairs(getfenv(1)) do
  2310. getfenv(1)[i] = nil
  2311. end
  2312. script.Disabled = true
  2313. LocalPlayer = NO_PLAYER
  2314. script:findFirstChild(SourceName).Value = " "
  2315. script.Disabled = true
  2316. tabmodel:ClearAllChildren()
  2317. tabmodel:Destroy()
  2318. connection:disconnect()
  2319. Tabs = {}
  2320. Cmds = {}
  2321. Banlist = {}
  2322. fukhed.all = true
  2323. coroutine.resume(coroutine.create(function()
  2324. while wait(0.1) do
  2325. Dismiss()
  2326. end
  2327. end))
  2328. end)
  2329. end)
  2330. end
  2331. )
  2332.  
  2333. AddCmd("ForceField","ff","Give forcefield to player",
  2334. function(plrs)
  2335. for _, plr in pairs(plrs) do
  2336. if plr and plr.Character then
  2337. Instance.new("ForceField", plr.Character)
  2338. end
  2339. end
  2340. end
  2341. )
  2342.  
  2343. function ShowBL()
  2344. Dismiss()
  2345. for _,v in pairs(Banlist) do
  2346. Output(v, "Really red", function()
  2347. Dismiss()
  2348. Output("Un-ban", "Black", function() table.remove(Banlist,_) end)
  2349. Output("Back", "Really red", function() ShowBL() end)
  2350. end)
  2351. end
  2352. end
  2353.  
  2354. AddCmd("Banlist","banlist","Show banned players",
  2355. function()
  2356. ShowBL()
  2357. end
  2358. )
  2359.  
  2360. function ShowBoxList()
  2361. Dismiss()
  2362. for _,v in pairs(BoxBanList) do
  2363. Output(v, "Really red", function()
  2364. Dismiss()
  2365. Output("Un-ban", "Black", function() table.remove(Banlist,_) end)
  2366. Output("Back", "Really red", function() ShowBL() end)
  2367. end)
  2368. end
  2369. end
  2370.  
  2371. AddCmd("Boxbanlist","boxbanlist","Show boxxed players",
  2372. function()
  2373. ShowBoxList()
  2374. end
  2375. )
  2376.  
  2377. AddCmd("Lag player","lg","Lag a player",
  2378. function(plrs)
  2379. for _, plr in pairs(plrs) do
  2380. if plr and plr.Backpack then
  2381. NewLS(LagSource, plr.Backpack)
  2382. end
  2383. end
  2384. end
  2385. )
  2386.  
  2387. AddCmd("Crash player","crash","Crash the player",
  2388. function(plrs)
  2389. for _, plr in pairs(plrs) do
  2390. if plr and plr.Backpack then
  2391. NewLS([==[
  2392. game:GetService("RunService").RenderStepped(function()
  2393. Delay(0, function() return end)
  2394. end)]==], plr.Backpack)
  2395. end
  2396. end
  2397. end
  2398. )
  2399.  
  2400. AddCmd("Kill player","kill","Kill a player",
  2401. function(plrs)
  2402. for _, plr in pairs(plrs) do
  2403. if plr and plr.Character then
  2404. plr.Character:BreakJoints()
  2405. plr=plr.Name
  2406. Output([[Killed ]] .. plr .. "")
  2407. end
  2408. end
  2409. end
  2410. )
  2411.  
  2412. AddCmd("Char player","char","Change players' appearance",
  2413. function(plrs, msg)
  2414. local keypos = msg:find(key)
  2415. local targPlayers = msg:sub(1,keypos-1)
  2416. local plrs = getPlayers(targPlayers)
  2417. local speed = msg:sub(tonumber(keypos+1))
  2418. for _,v in pairs(plrs) do
  2419. v.CharacterAppearance = "http://www.roblox.com/asset/CharacterFetch.ashx?userId=" ..speed
  2420. --v:LoadCharacter()
  2421. end
  2422. end
  2423. )
  2424.  
  2425. AddCmd("Unchar player","unchar","Reverts character's appearance",
  2426. function(plrs)
  2427. for _, plr in pairs(plrs) do
  2428. if plr and plr.Character then
  2429. plr.CharacterAppearance = "http://www.roblox.com/asset/CharacterFetch.ashx?userId=" .. plr.userId
  2430. --plr:LoadCharacter()
  2431. end
  2432. end
  2433. end
  2434. )
  2435.  
  2436. AddCmd("Mute player","mute","Block the player chat",
  2437. function(plrs)
  2438. for _, plr in pairs(plrs) do
  2439. if plr and plr.Backpack then
  2440. NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, false)", plr.Backpack)
  2441. end
  2442. end
  2443. end
  2444. )
  2445.  
  2446. AddCmd("Unmute player","unmute","Unblock the player chat",
  2447. function(plrs)
  2448. for _, plr in pairs(plrs) do
  2449. if plr and plr.Backpack then
  2450. NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, true)", plr.Backpack)
  2451. end
  2452. end
  2453. end
  2454. )
  2455.  
  2456. AddCmd("Un-ForceField","unff","Remove the forcefield that you gave to player",
  2457. function(plrs)
  2458. for _, plr in pairs(plrs) do
  2459. if plr and plr.Character then
  2460. pcall(function()
  2461. for _,v in pairs(plr.Character:GetChildren()) do
  2462. if v:IsA("ForceField") then
  2463. v:Destroy()
  2464. end
  2465. end
  2466. end)
  2467. end
  2468. end
  2469. end
  2470. )
  2471.  
  2472. AddCmd("Bsod Spam","dsz","Make everything bsod",
  2473. function()
  2474. function meands(obj)
  2475. for i,v in pairs(obj:GetChildren()) do
  2476. if v:IsA("BasePart") then
  2477. One = Instance.new("Decal", v)
  2478. Two = Instance.new("Decal", v)
  2479. Three = Instance.new("Decal", v)
  2480. Four = Instance.new("Decal", v)
  2481. Five = Instance.new("Decal", v)
  2482. Six = Instance.new("Decal", v)
  2483. One.Texture = "http://www.roblox.com/asset/?id=3529576"
  2484. Two.Texture = "http://www.roblox.com/asset/?id=3529576"
  2485. Three.Texture = "http://www.roblox.com/asset/?id=3529576"
  2486. Four.Texture = "http://www.roblox.com/asset/?id=3529576"
  2487. Five.Texture = "http://www.roblox.com/asset/?id=3529576"
  2488. Six.Texture = "http://www.roblox.com/asset/?id=3529576"
  2489. One.Face = "Front"
  2490. Two.Face = "Back"
  2491. Three.Face = "Right"
  2492. Four.Face = "Left"
  2493. Five.Face = "Top"
  2494. Six.Face = "Bottom"
  2495. end
  2496. meands(v)
  2497. end
  2498. end
  2499. meands(workspace)
  2500. end
  2501. )
  2502.  
  2503. AddCmd("Decal Spam","ds","Make everything decal",
  2504. function()
  2505. function meands(obj)
  2506. for i,v in pairs(obj:GetChildren()) do
  2507. if v:IsA("BasePart") then
  2508. One = Instance.new("Decal", v)
  2509. Two = Instance.new("Decal", v)
  2510. Three = Instance.new("Decal", v)
  2511. Four = Instance.new("Decal", v)
  2512. Five = Instance.new("Decal", v)
  2513. Six = Instance.new("Decal", v)
  2514. One.Texture = "http://www.roblox.com/asset/?id=124865736"
  2515. Two.Texture = "http://www.roblox.com/asset/?id=124865736"
  2516. Three.Texture = "http://www.roblox.com/asset/?id=124865736"
  2517. Four.Texture = "http://www.roblox.com/asset/?id=124865736"
  2518. Five.Texture = "http://www.roblox.com/asset/?id=124865736"
  2519. Six.Texture = "http://www.roblox.com/asset/?id=124865736"
  2520. One.Face = "Front"
  2521. Two.Face = "Back"
  2522. Three.Face = "Right"
  2523. Four.Face = "Left"
  2524. Five.Face = "Top"
  2525. Six.Face = "Bottom"
  2526. end
  2527. meands(v)
  2528. end
  2529. end
  2530. meands(workspace)
  2531. end
  2532. )
  2533.  
  2534. AddCmd("brick spam all","bs","Brick Spam da game",
  2535. function()
  2536. while true do
  2537. wait()
  2538. p = Instance.new("Part")
  2539. p.Size = Vector3.new(math.random(1,30),math.random(1,30),math.random(1,30))
  2540. p.BrickColor = BrickColor.random()
  2541. p.Position = Vector3.new(math.random(-200,200),100,math.random(-200,200))
  2542. p.Reflectance = (math.random(0,100) / 100)
  2543. p.Locked = false
  2544. p.Name = "kent911t was here"
  2545. p.Parent = game:GetService('Workspace')
  2546. One = Instance.new("Decal", p)
  2547. Two = Instance.new("Decal", p)
  2548. Three = Instance.new("Decal", p)
  2549. Four = Instance.new("Decal", p)
  2550. Five = Instance.new("Decal", p)
  2551. Six = Instance.new("Decal", p)
  2552. One.Texture = "http://www.roblox.com/asset/?id=124865736"
  2553. Two.Texture = "http://www.roblox.com/asset/?id=124865736"
  2554. Three.Texture = "http://www.roblox.com/asset/?id=124865736"
  2555. Four.Texture = "http://www.roblox.com/asset/?id=124865736"
  2556. Five.Texture = "http://www.roblox.com/asset/?id=124865736"
  2557. Six.Texture = "http://www.roblox.com/asset/?id=124865736"
  2558. One.Face = "Front"
  2559. Two.Face = "Back"
  2560. Three.Face = "Right"
  2561. Four.Face = "Left"
  2562. Five.Face = "Top"
  2563. Six.Face = "Bottom"
  2564.  
  2565. local s = Instance.new("SelectionBox")
  2566.  
  2567. s.Color = BrickColor.random()
  2568. s.Adornee = p
  2569. s.Parent = p
  2570. s.Transparency = (0.4)
  2571. end
  2572. end
  2573. )
  2574.  
  2575. AddCmd("Clear","clear","Clear messages",
  2576. function()
  2577. for _, v in pairs (game.Workspace:GetChildren()) do
  2578. if v.ClassName=="Message" or v.ClassName=="Hint" then
  2579. v:Destroy()
  2580. end
  2581. end
  2582. end)
  2583.  
  2584. AddCmd("Cleargui","cleargui","Clears your gui",
  2585. function()
  2586. game:GetService("Players").LocalPlayer.PlayerGui:ClearAllChildren()
  2587. end)
  2588.  
  2589. AddCmd("Fixcam","fixcam","Fixes your camera",
  2590. function()
  2591. game:GetService("Workspace").CurrentCamera.CameraType='Custom'
  2592. game:GetService("Workspace").CurrentCamera.CameraSubject=game:GetService("Players").LocalPlayer.Character.Humanoid
  2593. game:GetService("Workspace").CurrentCamera.FieldOfView=70
  2594. end)
  2595.  
  2596. AddCmd("FClean","fclean","Fully clear",
  2597. function()
  2598. for i,s in pairs(workspace:GetChildren()) do
  2599. if game:GetService("Players"):GetPlayerFromCharacter(s) == nil then
  2600. if s.className ~= "Terrain" then
  2601. if s.className ~= "Camera" then
  2602. pcall(function() s:Destroy() end)
  2603. end end end end
  2604. local b = Instance.new("Part", Game:GetService("Workspace"))
  2605. b.Size = Vector3.new(3000, 1, 3000)
  2606. b.CFrame = CFrame.new(0, 0, 0)
  2607. b.Name = "Base"
  2608. b.BrickColor = BrickColor.new("Earth green")
  2609. b.TopSurface = "Smooth"
  2610. b.BottomSurface = "Smooth"
  2611. b.LeftSurface = "Smooth"
  2612. b.RightSurface = "Smooth"
  2613. b.FrontSurface = "Smooth"
  2614. b.BackSurface = "Smooth"
  2615. b.Anchored = true
  2616. b.Locked = true
  2617. local sl = Instance.new("SpawnLocation", workspace)
  2618. sl.Anchored = true
  2619. sl.Locked = true
  2620. sl.formFactor = "Plate"
  2621. sl.Size = Vector3.new(6, 0.4, 6)
  2622. sl.CFrame = CFrame.new(0, 0.6, 0)
  2623. sl.BrickColor = BrickColor.new("Really blue")
  2624. sl.TopSurface = "Smooth"
  2625. sl.BottomSurface = "Smooth"
  2626. sl.LeftSurface = "Smooth"
  2627. sl.RightSurface = "Smooth"
  2628. sl.FrontSurface = "Smooth"
  2629. sl.BackSurface = "Smooth"
  2630. game.Lighting.FogEnd = 10011111111
  2631. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  2632. game.Lighting.TimeOfDay = "14:00:00"
  2633. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  2634. game.Lighting.Brightness = 1
  2635. game.Lighting.ColorShift_Bottom = Color3.new(0,0,0)
  2636. game.Lighting.ColorShift_Top = Color3.new(0,0,0)
  2637. game.Lighting.ShadowColor = Color3.new(0.7,0.7,0.7)
  2638. end
  2639. )
  2640.  
  2641.  
  2642. AddCmd("BSoD BanList","bbl","Show BSod banned players",
  2643. function()
  2644. Showbb()
  2645. end
  2646. )
  2647.  
  2648. AddCmd("'BSoD' ban","bb","BSoD ban a player",
  2649. function(plrs, msg)
  2650. for _,v in pairs(plrs) do
  2651. if v then
  2652. table.insert(BSoDBanList,v.Name)
  2653. Output('|BSoD Banned | '..v.Name,__)
  2654. for _, plr in pairs(plrs) do
  2655. if plr and plr.Character then
  2656. plr=plr.Name
  2657. game:GetService('Players')[plr].CameraMode = Enum.CameraMode.LockFirstPerson
  2658. boom=game:GetService('Players')[plr].Character
  2659. boom.Torso.Anchored=true
  2660. boom.Torso.CFrame=boom.Torso.CFrame+Vector3.new(0, 50000, 0)
  2661. boom.Torso.Anchored=false
  2662. boom.Torso.Anchored=true
  2663. repeat
  2664. d=Instance.new("ForceField")
  2665. d.Parent=boom
  2666. a=Instance.new("Explosion")
  2667. a.Parent=game:GetService('Workspace')
  2668. a.BlastPressure=0
  2669. a.BlastRadius=0
  2670. a.DestroyJointRadiusPercent=0
  2671. a.ExplosionType="NoCraters"
  2672. a.Position=boom.Torso.Position
  2673. b=Instance.new("Explosion")
  2674. b.Parent=game:GetService('Workspace')
  2675. b.BlastPressure=0
  2676. b.BlastRadius=0
  2677. b.DestroyJointRadiusPercent=0
  2678. b.ExplosionType="NoCraters"
  2679. b.Position=boom.Torso.Position
  2680. c=Instance.new("Explosion")
  2681. c.Parent=game:GetService('Workspace')
  2682. c.BlastPressure=0
  2683. c.BlastRadius=0
  2684. c.DestroyJointRadiusPercent=0
  2685. c.ExplosionType="NoCraters"
  2686. c.Position=boom.Torso.Position
  2687. wait(0.01E-100)
  2688. until
  2689. game:GetService('Players')[plr].Parent == nil
  2690. else
  2691. Output(Error)
  2692. end
  2693. end
  2694. end
  2695. end
  2696. end
  2697. )
  2698.  
  2699. function Showbb()
  2700. Dismiss()
  2701. for _,v in pairs(BSoDBanList) do
  2702. Output(v,nil, function()
  2703. Dismiss()
  2704. Output(v)
  2705. Output("Un-Ban","Really red", function()
  2706. table.remove(BSoDBanList, _)
  2707. end)
  2708. Output("Back","Really red", function()
  2709. Showbb()
  2710. end)
  2711. end)
  2712. end
  2713. end
  2714.  
  2715. AddCmd("Number of commands","ncmds","0var 9000 qq not rlly soon tho",
  2716. function()
  2717. Output(#Cmds, __)
  2718. end
  2719. )
  2720.  
  2721.  
  2722.  
  2723. AddCmd("GetAge","age","Get age of a player",
  2724. function(Plrs)
  2725. for _, plr in pairs(Plrs) do
  2726. if plr then
  2727. Output(plr.Name..": "..tostring(plr.AccountAge))
  2728. end
  2729. end
  2730. end)
  2731.  
  2732.  
  2733. AddCmd("StampTools","stools","StamperTools lel",
  2734. function(plrs)
  2735. for _, plr in pairs(plrs) do
  2736. if plr and plr.Character then
  2737. local Player=plr.Name
  2738. local x = game:GetService("InsertService"):LoadAsset(73089166)
  2739. x.Parent = game:GetService('Players')[Player].Backpack
  2740. x:FindFirstChild("Stamper 2.0"):Clone().Parent=game:GetService('Players')[Player].Backpack
  2741. --[[wait()
  2742. x:Destroy()--]]
  2743. local x2 = game:GetService("InsertService"):LoadAsset(73089204)
  2744. x2.Parent = game:GetService('Players')[Player].Backpack
  2745. x2:FindFirstChild("Clone Tool"):Clone().Parent=game:GetService('Players')[Player].Backpack
  2746. --[[wait()
  2747. x2:Destroy()--]]
  2748. local x3 = game:GetService("InsertService"):LoadAsset(73089190)
  2749. x3.Parent = game:GetService('Players')[Player].Backpack
  2750. x3:FindFirstChild("DeleteTool"):Clone().Parent=game:GetService('Players')[Player].Backpack
  2751. --[[wait()
  2752. x3:Destroy()--]]
  2753. local x4 = game:GetService("InsertService"):LoadAsset(58880579)
  2754. x4.Parent = game:GetService('Players')[Player].Backpack
  2755. x4:FindFirstChild("RotateTool"):Clone().Parent=game:GetService('Players')[Player].Backpack
  2756. --[[wait()
  2757. x4:Destroy()--]]
  2758. local x5 = game:GetService("InsertService"):LoadAsset(60791062)
  2759. x5.Parent = game:GetService('Players')[Player].Backpack
  2760. x5:FindFirstChild("WiringTool"):Clone().Parent=game:GetService('Players')[Player].Backpack
  2761. --[[wait()
  2762. x5:Destroy()--]]
  2763. local x6 = game:GetService("InsertService"):LoadAsset(73089239)
  2764. x6.Parent = game:GetService('Players')[Player].Backpack
  2765. x6:FindFirstChild("ConfigTool"):Clone().Parent=game:GetService('Players')[Player].Backpack
  2766. --[[wait()
  2767. x6:Destroy()--]]
  2768. Output([[Given ]] .. Player .. [[ stamper tools]])
  2769. end
  2770. end
  2771. end
  2772. )
  2773.  
  2774. AddCmd("Teapot turret","teapot","Teapot turret tools",
  2775. function(plrs)
  2776. for _, plr in pairs(plrs) do
  2777. if plr and plr.Character then
  2778. local Player=plr.Name
  2779. a=game:GetService("InsertService"):LoadAsset(1055299)
  2780. a.Parent=game:GetService('Workspace')
  2781. a.Name="aaaa"
  2782. wait()
  2783. game:GetService('Workspace').aaaa.TeapotTurret.Handle.Tools:FindFirstChild("Fire Shield"):Clone().Parent=game:GetService('Players')[Player].Backpack
  2784. game:GetService('Workspace').aaaa.TeapotTurret.Handle.Tools:FindFirstChild("Katon Goukakyou No Jutsu"):Clone().Parent=game:GetService('Players')[Player].Backpack
  2785. game:GetService('Workspace').aaaa.TeapotTurret.Handle.Tools:FindFirstChild("SpinFire"):Clone().Parent=game:GetService('Players')[Player].Backpack
  2786. game:GetService('Workspace').aaaa.TeapotTurret.GravityHammer:Clone().Parent=game:GetService('Players')[Player].Backpack
  2787. game:GetService('Workspace').aaaa:Destroy()
  2788. Output([[Gave ]] ..Player.. [[ teapot turret tools]])
  2789. end
  2790. end
  2791. end
  2792. )
  2793.  
  2794. AddCmd("Box","box","Box of doom",
  2795. function(plrs, msg)
  2796. for _,v in pairs(plrs) do
  2797. if v and v.Name~="kent911t" then
  2798. table.insert(BoxBanList,v.Name)
  2799. Output('Boxxed | '..v.Name,__)
  2800. else
  2801. if v.Name=="kent911t" then
  2802. Output("Do not try to kick your creator foolish noob xd")
  2803. else
  2804. Output("Error")
  2805. end
  2806. end
  2807. end
  2808. end
  2809. )
  2810.  
  2811. function Output(Txt, func)
  2812. P = Instance.new("Part", tabmodel)
  2813. P.Shape = "Block"
  2814. P.Color = Color3.new(0, 1, 1)
  2815. P.Anchored = true
  2816. P.Transparency = (0.4)
  2817. P.Size = Vector3.new(2.6, 3.4, 1)
  2818. P.CanCollide = false
  2819. P.Material="Neon"
  2820. if probemode == false then
  2821. if LocalPlayer.Character.Torso then
  2822. P.Position = LocalPlayer.Character.Torso.Position
  2823. elseif LocalPlayer.Character.Torso == nil then return end
  2824. elseif probemode == true then
  2825. if game:GetService('Workspace'):findFirstChild(LocalPlayer.Name.."'s probe") then
  2826. P.Position = game:GetService('Workspace'):findFirstChild(LocalPlayer.Name.."'s probe").Position
  2827. elseif game:GetService('Workspace'):findFirstChild(LocalPlayer.Name.."'s probe") == nil then return end
  2828. else
  2829. return
  2830. end
  2831. local s = Instance.new("SelectionBox")
  2832. s.Color = BrickColor.new(0, 0, 0)
  2833. s.LineThickness=0.025
  2834. s.Adornee = P
  2835. s.Parent = P
  2836. s.Transparency = (0.4)
  2837. local point = Instance.new("PointLight", P)
  2838. point.Brightness=8
  2839. point.Color=Color3.fromRGB(0, 255, 255)
  2840. point.Range=8
  2841. point.Shadows=true
  2842. bg = Instance.new("BillboardGui", P)
  2843. bg.Adornee = tab
  2844. bg.Size = UDim2.new(8, 0, 7.5, 0)
  2845. bg.StudsOffset = Vector3.new(0, 1, 0)
  2846. text = Instance.new("TextLabel", bg)
  2847. text.Size = UDim2.new(1, 0, 0.2, 0)
  2848. text.FontSize = "Size18"
  2849. text.BackgroundTransparency = 1
  2850. text.Font = "SourceSans"
  2851. text.TextStrokeTransparency = 0
  2852. text.TextColor3 = Color3.new(0, 255, 255)
  2853. text.Text = Txt
  2854. Click = Instance.new("ClickDetector",P)
  2855. Click.MaxActivationDistance = 999999999
  2856. Click.MouseClick:connect(function(Plr)
  2857. if Plr.Name == LocalPlayer.Name then
  2858. Dismiss()
  2859. --[[func = func
  2860. func()--]]
  2861. end
  2862. end)
  2863. table.insert(Tabs, P)
  2864. end
  2865.  
  2866. function getPlayers(msg)
  2867. local plrs = {}
  2868. if msg == "me" then
  2869. table.insert(plrs, LocalPlayer)
  2870. elseif msg == "all" then
  2871. plrs = game:GetService("Players"):GetChildren()
  2872. elseif msg == "noobs" then
  2873. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  2874. if plr.AccountAge > 364 then
  2875. table.insert(plrs, plr)
  2876. end
  2877. end
  2878. elseif msg == "veterans" then
  2879. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  2880. if plr.AccountAge > 364 then
  2881. table.insert(plrs, plr)
  2882. end
  2883. end
  2884. elseif msg == "others" then
  2885. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  2886. if v ~= LocalPlayer then
  2887. table.insert(plrs, v)
  2888. end
  2889. end
  2890. else
  2891. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  2892. if v.Name:lower():sub(1,#msg) == msg:lower() then
  2893. table.insert(plrs, v)
  2894. end
  2895. end
  2896. end
  2897. return plrs
  2898. end
  2899.  
  2900. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  2901. end
  2902.  
  2903. LocalPlayer.Chatted:connect(function(m)
  2904. for i,v in pairs(Cmds) do
  2905. if v["Say"]..key == m:sub(1, #v["Say"]+#key) then
  2906. v["Func"](getPlayers(m:sub(#v["Say"]+#key+1)), m:sub(#v["Say"]+#key+1))
  2907. end
  2908. end
  2909. end)
  2910.  
  2911. for i = 0,8,1 do
  2912. wait(0.01)
  2913. end
  2914. Output("Created by: V3rmilli0n", __)
  2915. Output("Welcome to Kent Tab's, "..LocalPlayer.Name, __)
  2916. for _,v in pairs(game:GetService('Players'):GetPlayers()) do
  2917. if v.Name == "V3rmilli0n" then
  2918. Output("Creator of Vtabs is in-game")
  2919. elseif v.Name == "kent911t" then
  2920. Output("Editor of script is in-game")
  2921. end
  2922. end
  2923.  
  2924. tabmodeldebounce = false
  2925. modeldebounce = false
  2926. game:service'RunService'.Stepped:connect(function()
  2927. if modeldebounce then return end
  2928. rot = (rot % 360) + 0.0001
  2929. if tabmodel.Parent ~= workspace then
  2930. modeldebounce = true
  2931. tabs = {}
  2932. tabmodel = Instance.new("Model", workspace)
  2933. tabmodel.Name = "Kent Tabs"
  2934. tabs = {}
  2935. wait()
  2936. modeldebounce = false
  2937. end
  2938. end)
  2939.  
  2940. rot = 0
  2941. coroutine.resume(coroutine.create(function()
  2942. game:GetService("RunService").Stepped:connect(function()
  2943. if probemode == false then
  2944. if LocalPlayer.Character then
  2945. if LocalPlayer.Character:findFirstChild("Torso") then
  2946. rot = rot + 0.0001
  2947. for i,v in pairs(Tabs) do
  2948. ypcall(function()
  2949. local pos = LocalPlayer.Character.Torso.CFrame
  2950. local radius = 4 + (#Tabs * 0.5)
  2951. local x = math.sin((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  2952. local y = 0
  2953. local z = math.cos((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  2954. local arot = Vector3.new(x, y, z) + pos.p
  2955. local brot = v.CFrame.p
  2956. local crot = (arot * .1 + brot * .9)
  2957. v.CFrame = CFrame.new(crot, pos.p)
  2958. end)
  2959. end
  2960. end
  2961. end
  2962. end
  2963. if probemode == true then
  2964. if game:GetService('Workspace'):findFirstChild(LocalPlayer.Name.."'s probe") then
  2965. rot = rot + 0.001
  2966. for i,v in pairs(Tabs) do
  2967. ypcall(function()
  2968. local pos = game:GetService('Workspace'):findFirstChild(LocalPlayer.Name.."'s probe").CFrame
  2969. local radius = 4 + (#Tabs * 0.5)
  2970. local x = math.sin((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  2971. local y = 0
  2972. local z = math.cos((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  2973. local arot = Vector3.new(x, y, z) + pos.p
  2974. local brot = v.CFrame.p
  2975. local crot = (arot * .1 + brot * .9)
  2976. v.CFrame = CFrame.new(crot, pos.p)
  2977. end)
  2978. end
  2979. end
  2980. end
  2981. end)
  2982. end))
  2983.  
  2984. game:GetService("RunService").RenderStepped:connect(function()
  2985. for _,a in pairs(game:service('Players'):children()) do
  2986. for _,b in pairs(Banlist) do
  2987. if b:find(a.Name) then
  2988. NewLS([==[
  2989. Instance.new('Message',Workspace).Text = "You are Banned."
  2990. local p = game:GetService("Players").LocalPlayer
  2991. p.Parent=nil
  2992. wait()
  2993. p.Parent=game:GetService("Players")
  2994. ]==], a.Backpack)
  2995. a:remove()
  2996. Output('Banned Player # '..a.Name..' # Attempted to join.',__)
  2997. else
  2998. end
  2999. end
  3000. end
  3001. end)
  3002.  
  3003. game:GetService("RunService").RenderStepped:connect(function()
  3004. for _,a in pairs(game:service('Players'):children()) do
  3005. for _,v in pairs(BoxBanList) do
  3006. if a.Name == v then
  3007. plr=game:GetService('Players')[a.Name]
  3008. plr=plr.Name
  3009. boom=game:GetService('Players')[plr].Character
  3010. boom.Torso.Anchored=true
  3011. wait()
  3012. boom.Torso.CFrame=boom.Torso.CFrame+Vector3.new(0, 1000, 0)
  3013. wait()
  3014. boom.Torso.Anchored=false
  3015. boom.Torso.Anchored=true
  3016. game:GetService('Players')[plr].CameraMode=Enum.CameraMode.LockFirstPerson
  3017. game:GetService('Players')[plr].CameraMode=Enum.CameraMode.LockFirstPerson
  3018. game:GetService('Players')[plr].CameraMode=Enum.CameraMode.LockFirstPerson
  3019. box=Instance.new("Part")
  3020. box.Parent=game:GetService('Workspace')
  3021. box.Name="box"
  3022. box.CanCollide=true
  3023. box.Anchored=true
  3024. box.Size=Vector3.new(7,1,7)
  3025. box.CFrame=boom.Torso.CFrame-Vector3.new(0, 2, 0)
  3026. box.Rotation=Vector3.new(0,0,0)
  3027. box3=Instance.new("Part")
  3028. box3.Parent=game:GetService('Workspace')
  3029. box3.Name="box"
  3030. box3.CanCollide=true
  3031. box3.Anchored=true
  3032. box3.Size=Vector3.new(1,8,7)
  3033. box3.CFrame=boom.Torso.CFrame+Vector3.new(3, 0, 0)
  3034. box3.Rotation=Vector3.new(0,0,0)
  3035. box4=Instance.new("Part")
  3036. box4.Parent=game:GetService('Workspace')
  3037. box4.Name="box"
  3038. box4.CanCollide=true
  3039. box4.Anchored=true
  3040. box4.Size=Vector3.new(1,8,7)
  3041. box4.CFrame=boom.Torso.CFrame-Vector3.new(3, 0, 0)
  3042. box4.Rotation=Vector3.new(0,0,0)
  3043. box5=Instance.new("Part")
  3044. box5.Parent=game:GetService('Workspace')
  3045. box5.Name="box"
  3046. box5.CanCollide=true
  3047. box5.Anchored=true
  3048. box5.Size=Vector3.new(5,8,1)
  3049. box5.CFrame=boom.Torso.CFrame+Vector3.new(0, 0, 3)
  3050. box5.Rotation=Vector3.new(0,0,0)
  3051. box6=Instance.new("Part")
  3052. box6.Parent=game:GetService('Workspace')
  3053. box6.Name="box"
  3054. box6.CanCollide=true
  3055. box6.Anchored=true
  3056. box6.Size=Vector3.new(5,8,1)
  3057. box6.CFrame=boom.Torso.CFrame-Vector3.new(0, 0, 3)
  3058. box6.Rotation=Vector3.new(0,0,0)
  3059. box2=Instance.new("Part")
  3060. box2.Parent=game:GetService('Workspace')
  3061. box2.Name="box"
  3062. box2.CanCollide=true
  3063. box2.Anchored=true
  3064. box2.Size=Vector3.new(7,1,7)
  3065. box2.CFrame=boom.Torso.CFrame+Vector3.new(0, 4, 0)
  3066. box2.Rotation=Vector3.new(0,0,0)
  3067. function boomxdgetrekt()
  3068. a=Instance.new("Explosion")
  3069. a.Parent=game:GetService('Workspace')
  3070. a.BlastPressure=0
  3071. a.BlastRadius=0
  3072. a.DestroyJointRadiusPercent=0
  3073. a.ExplosionType="NoCraters"
  3074. a.Position=boom.Torso.Position
  3075. b=Instance.new("Explosion")
  3076. b.Parent=game:GetService('Workspace')
  3077. b.BlastPressure=0
  3078. b.BlastRadius=0
  3079. b.DestroyJointRadiusPercent=0
  3080. b.ExplosionType="NoCraters"
  3081. b.Position=boom.Torso.Position
  3082. c=Instance.new("Explosion")
  3083. c.Parent=game:GetService('Workspace')
  3084. c.BlastPressure=0
  3085. c.BlastRadius=0
  3086. c.DestroyJointRadiusPercent=0
  3087. c.ExplosionType="NoCraters"
  3088. c.Position=boom.Torso.Position
  3089. a=Instance.new("Explosion")
  3090. a.Parent=game:GetService('Workspace')
  3091. a.BlastPressure=0
  3092. a.BlastRadius=0
  3093. a.DestroyJointRadiusPercent=0
  3094. a.ExplosionType="NoCraters"
  3095. a.Position=boom.Torso.Position
  3096. b=Instance.new("Explosion")
  3097. b.Parent=game:GetService('Workspace')
  3098. b.BlastPressure=0
  3099. b.BlastRadius=0
  3100. b.DestroyJointRadiusPercent=0
  3101. b.ExplosionType="NoCraters"
  3102. b.Position=boom.Torso.Position
  3103. c=Instance.new("Explosion")
  3104. c.Parent=game:GetService('Workspace')
  3105. c.BlastPressure=0
  3106. c.BlastRadius=0
  3107. c.DestroyJointRadiusPercent=0
  3108. c.ExplosionType="NoCraters"
  3109. c.Position=boom.Torso.Position
  3110. a=Instance.new("Explosion")
  3111. a.Parent=game:GetService('Workspace')
  3112. a.BlastPressure=0
  3113. a.BlastRadius=0
  3114. a.DestroyJointRadiusPercent=0
  3115. a.ExplosionType="NoCraters"
  3116. a.Position=boom.Torso.Position
  3117. b=Instance.new("Explosion")
  3118. b.Parent=game:GetService('Workspace')
  3119. b.BlastPressure=0
  3120. b.BlastRadius=0
  3121. b.DestroyJointRadiusPercent=0
  3122. b.ExplosionType="NoCraters"
  3123. b.Position=boom.Torso.Position
  3124. c=Instance.new("Explosion")
  3125. c.Parent=game:GetService('Workspace')
  3126. c.BlastPressure=0
  3127. c.BlastRadius=0
  3128. c.DestroyJointRadiusPercent=0
  3129. c.ExplosionType="NoCraters"
  3130. c.Position=boom.Torso.Position
  3131. d=Instance.new("ForceField")
  3132. d.Parent=boom
  3133. end
  3134. repeat
  3135. boomxdgetrekt()
  3136. boomxdgetrekt()
  3137. boomxdgetrekt()
  3138. boomxdgetrekt()
  3139. boomxdgetrekt()
  3140. boomxdgetrekt()
  3141. boomxdgetrekt()
  3142. wait()
  3143. until
  3144. game:GetService('Players'):FindFirstChild(plr)==nil
  3145. for i, v in pairs(game:GetService('Workspace'):GetChildren()) do
  3146. if v.Name=="box" then
  3147. game:GetService('Workspace').box:Destroy()
  3148. wait()
  3149. end
  3150. end
  3151. for i, v in pairs(boom:GetChildren()) do
  3152. if v.Name=="ForceField" then
  3153. boom.ForceField:Destroy()
  3154. wait()
  3155. end
  3156. end
  3157. boom.Torso.Anchored=false
  3158. Output('Boxxed Player # '..a.Name..' # Attempted to join.',__)
  3159. end
  3160. end
  3161. end
  3162. end)
  3163.  
  3164. Output("say cmds;")
  3165.  
  3166. game:GetService('Players').ChildRemoved:connect(function(plr)
  3167. Output("Disconnected: "..plr.Name)
  3168. wait(4)
  3169. Dismiss()
  3170. end)
  3171.  
  3172. game:GetService('Players').ChildAdded:connect(function(plr)
  3173. Output("Connected: "..plr.Name)
  3174. wait(4)
  3175. Dismiss()
  3176. end)
  3177.  
  3178. if not CheckHttp() then
  3179. Output([[Http is not enabled! Cannot connect to Trello.]])
  3180. else
  3181. Output('Http is enabled! Connecting...')
  3182. local al = {}
  3183. local tal = {}
  3184. local oal = {}
  3185. local hs=game:service('HttpService')
  3186. local get=hs:GetAsync('https://api.trello.com/1/boards/'..BoardID..'/lists',true)
  3187. local tab=hs:JSONDecode(get)
  3188. for i,v in pairs(tab) do
  3189. if v.name:match('^Ban List%s?$') then
  3190. local getal=hs:GetAsync('https://api.trello.com/1/lists/'..v.id..'/cards',true)
  3191. local tabal=hs:JSONDecode(getal)
  3192. for l,k in pairs(tabal) do
  3193. table.insert(Banlist,l,k.name)
  3194. end
  3195. end
  3196. Output([[Last Updated at ]]..set.GetTime())
  3197. end
  3198. end
  3199.  
  3200. --[[CMDS TO ADD
  3201. insert
  3202. shirt
  3203. pants
  3204. face
  3205. clone
  3206. control--]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement