Advertisement
xxtheadmincreatorxx

Verm tabs test faik

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