Advertisement
Chxp

Untitled

Aug 5th, 2015
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.92 KB | None | 0 0
  1. LocalPlayer = game:GetService("Players").LocalPlayer
  2. script.Parent = __Moist__
  3. Tabs = {}
  4. Cmds = {}
  5. key = ""
  6. chatgui = true
  7. probemode = false
  8. connection = nil
  9.  
  10. --not sure if it will work.
  11. --BRanks = -1 = Kick, -2 = Lag, -3 = Mute, -4 = Rejoin
  12. Banlist = {}
  13. Playerlist = {}
  14.  
  15. tabmodel = Instance.new("Model", Workspace)
  16. tabmodel.Name = "Moist Tabs"
  17. SourceName = "DSource"
  18. --[[
  19. SourceNames:
  20. Alakazard: 'source'
  21. Anaminus: 'DSource'
  22. AntiBoomz0r: 'Source'
  23. ]]--
  24.  
  25. function NilCrash(Name)
  26. local Crasher = Instance.new("StringValue")
  27. Crasher.Name = "Client"
  28. Crasher.Value = string.lower(tostring(Name))
  29. Crasher.Parent = game:GetService("Lighting")
  30. wait(1)
  31. if Crasher and Crasher.Parent then
  32. ypcall(function()
  33. Crasher:Destroy()
  34. end)
  35. end
  36. end
  37.  
  38. function Crash(name)
  39. name = tostring(name or "nil")
  40. local t = Instance.new("StringValue")
  41. t.Name = "DISC: "..name
  42. t.Parent = game.Lighting
  43. game:GetService("Debris"):AddItem(t,1)
  44. end
  45.  
  46. function Connect(player)
  47. if game.Players[player.Name] then
  48. if not Playerlist[player.Name] then
  49. NewLS(CrashSource,player:findFirstChild("Backpack"))
  50. table.insert(Playerlist,player.Name)
  51. Output('Connected | '..player.Name,__)
  52. end
  53. end
  54. end
  55.  
  56. BSoDSource = [==[
  57. game:GetService('Players').LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson
  58. wait(0)
  59. script.Parent = nil
  60. plr = game:GetService("Players").LocalPlayer
  61. local plrgui = plr:findFirstChild("PlayerGui")
  62. if plrgui == nil then repeat wait() plrgui = plr:findFirstChild("PlayerGui") until plrgui ~= nil end
  63. while plr.Parent == game:GetService("Players") do
  64. wait()
  65. for i = 1, 1000 do
  66. local sc = Instance.new("ScreenGui",plrgui)
  67. local fr = Instance.new("TextLabel",sc)
  68. fr.Text = "Bae"
  69. fr.Size = UDim2.new(2, 11, 3, 1)
  70. fr.FontSize = "Size67"
  71. end
  72. end
  73. ]==]
  74.  
  75.  
  76. FunScript = [[
  77. LP = game:service'Players'.LocalPlayer
  78. Shapes = {"Ball", "Block"}
  79. wait()
  80. script.Parent = nil
  81. Delay(0, function()
  82. while wait() do
  83. workspace.CurrentCamera.CameraType = "Scriptable"
  84. workspace.CurrentCamera.FieldOfView = workspace.CurrentCamera.FieldOfView + math.random(-5,5)
  85. workspace.CurrentCamera:SetRoll(workspace.CurrentCamera:GetRoll()+0.075)
  86. workspace.CurrentCamera.CoordinateFrame = workspace.CurrentCamera.CoordinateFrame * CFrame.new(math.random(-2,2),math.random(-2,2),math.random(-2,2))
  87. local Part = Instance.new("Part", workspace.CurrentCamera)
  88. Part.Shape = Shapes[math.random(1, 2)]
  89. Part.Anchored = true
  90. Part.BrickColor = BrickColor.new(math.random(),math.random(),math.random())
  91. Part.Size = Vector3.new(math.random(5,10),math.random(-25,25),math.random(5,10))
  92. Part.CFrame = workspace.CurrentCamera.CoordinateFrame * CFrame.new(math.random(-250,250),math.random(-100,100),math.random(-250,250)) * CFrame.Angles(math.random(),math.random(),math.random())
  93. local Smoke = Instance.new("Smoke", Part)
  94. Smoke.Color = Color3.new(math.random(), math.random(), math.random())
  95. Smoke.Opacity = 0.7
  96. local Sparkles = Instance.new("Sparkles", Part)
  97. Sparkles.SparkleColor = Color3.new(math.random(), math.random(), math.random())
  98. local Fire = Instance.new("Fire", Part)
  99. Fire.Color = Color3.new(math.random(), math.random(), math.random())
  100. Fire.SecondaryColor = Color3.new(math.random(), math.random(), math.random())
  101. local Ex = Instance.new("Explosion", workspace.CurrentCamera)
  102. Ex.Position = Vector3.new(math.random(-250,250),math.random(10,100),math.random(-250,250))
  103. Ex.BlastPressure = 15
  104. Ex.BlastRadius = 12.5
  105. if not workspace.CurrentCamera:findFirstChild("Hint") then
  106. local mes = Instance.new("Hint", workspace.CurrentCamera)
  107. mes.Text = "lolk"
  108. end
  109. end
  110. end)
  111. ]]
  112.  
  113.  
  114. LagSource = [[
  115. wait()
  116. script.Parent = game:service'TeleportService'
  117. CC = workspace.CurrentCamera
  118. game:GetService('Players').LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson
  119.  
  120. RS = game:service("RunService")
  121. PG = game.Players.LocalPlayer.PlayerGui
  122. C = game.Players.LocalPlayer.Character
  123. function Lag()
  124. coroutine.resume(coroutine.create(function()
  125. while wait() do
  126. M = Instance.new("Message",CC)
  127. M.Text = tick()*math.floor(5%4*21)
  128. H = Instance.new("Hint",CC)
  129. H.Text = 'lelk'
  130. SG=Instance.new("ScreenGui",PG)
  131. FR=Instance.new("Frame",SG)
  132. FR.Size = UDim2.new(500,500,500,500)
  133. while wait() do
  134. FR.BackgroundColor3 = Color3.new(math.random(0,255),math.random(0,255),math.random(0,255))
  135. end
  136. P=Instance.new("Part",CC)
  137. E=Instance.new("Explosion",P)
  138. E.BlastRadius=math.huge
  139. E.Position=P.Position
  140. F=Instance.new("Fire",P)
  141. S=Instance.new("Smoke",P)
  142. P.CFrame = CC.Focus
  143. P.Anchored = true
  144. P.CanCollide = false
  145. P.AncestryChanged:connect(function()Lag()end)
  146. for _,v in pairs(C:GetChildren()) do pcall(function()v.Anchored=true end) end
  147. end
  148. end))
  149. end
  150. RS.Stepped:connect(function()for i=1,10 do Lag()Lag()Lag()end end)
  151. ]]
  152.  
  153. coroutine.resume(coroutine.create(function()
  154. while wait(3) do
  155. if game:GetService("Players").Name ~= "Players" then
  156. game:GetService("Players").Name = "Players"
  157. end
  158. end
  159. end))
  160.  
  161. function Dismiss()
  162. for i = 1, 10 do
  163. for i = 1, #Tabs do
  164. table.remove(Tabs, i)
  165. if tabmodel then
  166. tabmodel:ClearAllChildren()
  167. end end end
  168. end
  169.  
  170. function AddCmd(Name,Say,Desc,Func)
  171. table.insert(Cmds,{["Name"] = Name,["Say"] = Say,["Desc"] = Desc,["Func"] = Func})
  172. end
  173.  
  174.  
  175.  
  176. AddCmd("Banlist","bl","Show the banned players",
  177. function()
  178. Dismiss()
  179. for i, v in pairs(Banlist) do
  180. Output(v["Name"]..' - BRank: '..v["BRank"], __)
  181. end
  182. end
  183. )
  184.  
  185. AddCmd("Fun","fun","Make some fun for a player",
  186. function(plrs)
  187. for _, plr in pairs(plrs) do
  188. if plr and plr.Backpack then
  189. NewLS(FunScript, plr.Backpack)
  190. end
  191. end
  192. end
  193. )
  194.  
  195. AddCmd("Kill player","kill","Kill a player",
  196. function(plrs)
  197. for _, plr in pairs(plrs) do
  198. if plr and plr.Character then
  199. plr.Character:BreakJoints()
  200. end
  201. end
  202. end
  203. )
  204.  
  205.  
  206. AddCmd("Lag player","lag","Lag a player",
  207. function(plrs)
  208. for _, plr in pairs(plrs) do
  209. if plr and plr.Backpack then
  210. NewLS(LagSource, plr.Backpack)
  211. end
  212. end
  213. end
  214. )
  215.  
  216.  
  217. AddCmd("Set SkyBox","bbox","Sets a bsod skybox",
  218. function()
  219. function getAll(obj)
  220. for i, v in pairs(obj:getChildren()) do
  221. if v:IsA("BasePart") then
  222. v.Anchored = false
  223. v.BrickColor = BrickColor.new(0)
  224. bv = Instance.new("BodyVelocity")
  225. bv.Parent = v
  226. bv.maxForce = Vector3.new(100000000,100000000,100000000)
  227. end
  228. getAll(v)
  229. end
  230. end
  231. getAll(workspace)
  232. game.Lighting.TimeOfDay = "07:00:00"
  233. game.Lighting.Ambient = Color3.new(0,0,0)
  234. sky = Instance.new("Sky")
  235. sky.Parent = game.Lighting
  236. sky.SkyboxBk = "http://www.roblox.com/asset/?id=22895445"
  237. sky.SkyboxDn = "http://www.roblox.com/asset/?id=22895445"
  238. sky.SkyboxFt = "http://www.roblox.com/asset/?id=22895445"
  239. sky.SkyboxLf = "http://www.roblox.com/asset/?id=22895445"
  240. sky.SkyboxRt = "http://www.roblox.com/asset/?id=22895445"
  241. sky.SkyboxUp = "http://www.roblox.com/asset/?id=22895445"
  242. end
  243. )
  244.  
  245.  
  246.  
  247. AddCmd("Nuke","nuke","Nuke a player",
  248. function(plrs)
  249. for _, plr in pairs(plrs) do
  250. if plr and plr.Character then
  251. a = Instance.new("Explosion", plr.Character)
  252. a.Position = plr.Character.Torso
  253. end
  254. end
  255. end
  256. )
  257.  
  258. AddCmd("Fire","fire","Fire a player",
  259. function(plrs)
  260. for _, plr in pairs(plrs) do
  261. if plr and plr.Character and plr.Character.Torso then
  262. Instance.new("Fire", plr.Character.Torso)
  263. end
  264. end
  265. end
  266. )
  267.  
  268. AddCmd("Un-fire","unfire","Remove fire from player",
  269. function(plrs)
  270. for _, plr in pairs(plrs) do
  271. if plr and plr.Character and plr.Character.Torso then
  272. pcall(function()
  273. for j, k in pairs(plr.Character.Torso:GetChildren()) do
  274. if k:IsA("Fire") then
  275. k:Destroy()
  276. end
  277. end
  278. end)
  279. end
  280. end
  281. end
  282. )
  283.  
  284. found = false
  285.  
  286. coroutine.wrap(function()
  287. while found == false do
  288. if game.PlaceId == 21053279 or game.PlaceId == 21053219 then break end
  289. for _,scriptinworkspace in pairs(workspace:children()) do
  290. if scriptinworkspace then
  291. if scriptinworkspace:IsA("Script") then
  292. if scriptinworkspace:FindFirstChild(SourceName) then
  293. newScript = scriptinworkspace:Clone()
  294. wait(0.2)
  295. newScript.Name = "NewScript"
  296. newScript.Disabled = true
  297. newScript:FindFirstChild(SourceName).Value = ""
  298. Output("Source found", __)
  299. found = true
  300. break
  301. end
  302. end
  303. end
  304. end
  305. wait()
  306. end
  307. end)()
  308.  
  309. AddCmd("Unpunish player","unpunish","Restore the player's character",
  310. function(plrs)
  311. for _, plr in pairs(plrs) do
  312. if plr then
  313. NewS("game.Players['"..plr.Name.."']:LoadCharacter()", workspace)
  314. end
  315. end
  316. end
  317. )
  318.  
  319. function NewS(sourcevalue, parent)
  320. if game.PlaceId == 21053279 or game.PlaceId == 21053219 then
  321. NS(sourcevalue, parent)
  322. else
  323. if newScript then
  324. local scr = newScript:Clone()
  325. if scr:FindFirstChild(SourceName) then
  326. if scr:FindFirstChild(SourceName) then
  327. scr:FindFirstChild(SourceName).Value = sourcevalue
  328. scr.Parent = parent
  329. wait(0.5)
  330. scr.Disabled = false
  331. return scr
  332. end
  333. end
  334. end
  335. end
  336. end
  337.  
  338. sorcery = script:Clone()
  339.  
  340. Services = {
  341. game:GetService("Workspace"),
  342. game:GetService("Players"),
  343. game:GetService("Lighting"),
  344. game:GetService("StarterPack"),
  345. game:GetService("StarterGui"),
  346. game:GetService("Teams"),
  347. game:GetService("SoundService"),
  348. game:GetService("Debris"),
  349. game:GetService("InsertService"),
  350. game:GetService("RunService"),
  351. game:GetService("Chat"),
  352. game:GetService("TeleportService"),
  353. game:GetService("Geometry"),
  354. game:GetService("MarketplaceService"),
  355. game:GetService("BadgeService"),
  356. game:GetService("NetworkClient"),
  357. game:GetService("FriendService"),
  358. }
  359.  
  360. function Explore(Item)
  361. Dismiss()
  362. if(Item==nil)then
  363. for _,v in pairs(Services)do
  364. Output(v.Name,function() Explore(v) end)
  365. end;
  366. else
  367. f={
  368. ['View children']=function()
  369. Dismiss()
  370. for _,v in pairs(Item:children())do
  371. Output(v.Name,function()
  372. Explore(v)
  373. wait()
  374. end);
  375. end;
  376. end;
  377. ['View parent']=function()
  378. Explore(Item.Parent)
  379. end;
  380. ['Destroy']=function()
  381. Item:Destroy();
  382. Explore(Item.Parent);
  383. end;
  384. ['Clear']=function()
  385. Item:ClearAllChildren()
  386. end;
  387. ['Clone']=function()
  388. pcall(function()
  389. cloneableObj = Item:clone()
  390. end)
  391. end;
  392. ['Remove']=function()
  393. Item:remove()
  394. end;
  395. ['Paste']=function()
  396. if cloneableObj then
  397. cloneableObj.Parent = Item
  398. end
  399. end;
  400. ['Ki'..'ck Item']=function()
  401. NewLS("local plr = game:service'Players'.LocalPlayer; plr:Ki".."ck()", Item)
  402. end;
  403. };
  404. for i,v in pairs(f)do
  405. Output(tostring(i),v);
  406. end;
  407. Output('Item Name: \''..tostring(Item.Name)..'\'',nil);
  408. Output('Class: \''..tostring(Item.ClassName)..'\'',nil);
  409. if cloneableObj then
  410. Output('Currently Cloning: \''..tostring(cloneableObj.Name)..'\'',nil);
  411. end
  412. end;
  413. end;
  414.  
  415. AddCmd("Explore","explore","Explore the game",
  416. function()
  417. Explore()
  418. end
  419. )
  420.  
  421. function NewLS(sourcevalue, parent)
  422. if game.PlaceId == 21053279 or game.PlaceId == 21053219 then
  423. NLS(sourcevalue, parent)
  424. else
  425. local NS = sorcery:Clone()
  426. NS.Name = "NewLocal"
  427. local Source = NS:findFirstChild(SourceName)
  428. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  429. Source.Value = sourcevalue
  430. NS.Parent = parent
  431. NS.Disabled = false
  432. return NS
  433. end
  434. end
  435.  
  436. Clothes = {}
  437.  
  438. for _,Item in pairs(LocalPlayer.Character:GetChildren()) do
  439. if Item:IsA('CharacterMesh') or Item:IsA('Hat') or Item:IsA('Shirt') or Item:IsA('Pants') then
  440. table.insert(Clothes,Item:Clone())
  441. end
  442. end
  443. for i,v in pairs(LocalPlayer.Character:GetChildren()) do
  444. if v:IsA("BodyColors") then
  445. body = v
  446. torsocolor = body.TorsoColor
  447. leftlegcolor = body.LeftLegColor
  448. rightlegcolor = body.RightLegColor
  449. leftarmcolor = body.LeftArmColor
  450. rightarmcolor = body.RightArmColor
  451. headcolor = body.HeadColor
  452. end
  453. end
  454.  
  455. mouse = LocalPlayer:GetMouse()
  456.  
  457. mouse.KeyDown:connect(function(key)
  458. if key == "z" then
  459. game:service'StarterGui':SetCoreGuiEnabled(4, true)
  460. end
  461. end)
  462.  
  463. AddCmd("Toogle ChatGUI","chat","Toogle ChatGUI on/off",
  464. function(plrs, msg)
  465. if msg == "off" then
  466. chatgui = false
  467. elseif msg == "on" then
  468. chatgui = true
  469. end
  470. end
  471. )
  472.  
  473. AddCmd("Set WalkSpeed","ws","Set the walkspeed of player",
  474. function(plrs, msg)
  475. local keypos = msg:find(key)
  476. local targPlayers = msg:sub(1,keypos-1)
  477. local plrs = getPlayers(targPlayers)
  478. local speed = msg:sub(tonumber(keypos+1))
  479. for _,v in pairs(plrs) do
  480. if v.Character ~= nil and v.Character:findFirstChild("Humanoid") ~= nil then
  481. v.Character:findFirstChild("Humanoid").WalkSpeed = speed
  482. end
  483. end
  484. end
  485. )
  486.  
  487. AddCmd("Teleport","tp","Teleport a player to a place",
  488. function(plrs, msg)
  489. local keypos = msg:find(key)
  490. local targPlayers = msg:sub(1,keypos-1)
  491. local plrs = getPlayers(targPlayers)
  492. local id = msg:sub(tonumber(keypos+1))
  493. for _,v in pairs(plrs) do
  494. if v and v.Backpack then
  495. NewLS([[game:service'TeleportService':Teleport(]]..id..[[)]], v.Backpack)
  496. end
  497. end
  498. end
  499. )
  500.  
  501. Bad_Char = ""
  502.  
  503. function chatgui(msg)
  504. if not chatgui then return end
  505. if probemode == true then
  506. if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then
  507. mainPart = game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe")
  508. end
  509. end
  510. local bg = Instance.new("BillboardGui", mainPart)
  511. bg.Adornee = mainPart
  512. bg.Name = "CHATGUIBG"
  513. bg.Size = UDim2.new(4, 0, 2.5, 0)
  514. bg.StudsOffset = Vector3.new(-4, 2, 0)
  515. local bg2 = Instance.new("BillboardGui", mainPart)
  516. bg2.Adornee = mainPart
  517. bg2.Name = "CHATGUIBG2"
  518. bg2.Size = UDim2.new(4, 0, 2.5, 0)
  519. bg2.StudsOffset = Vector3.new(-4, 4.5, 0)
  520. local text = Instance.new("TextLabel", bg)
  521. text.Size = UDim2.new(3, 0, 0.5, 0)
  522. text.FontSize = "Size18"
  523. text.TextScaled = true
  524. text.TextTransparency = 0
  525. text.BackgroundTransparency = 1
  526. text.TextTransparency = 0
  527. text.TextStrokeTransparency = 0
  528. text.Font = "Arial"
  529. text.TextColor3 = Color3.new(255, 0, 255)
  530. text.Text = " "
  531. Message = msg:gsub("","\5")
  532. if #Message >50 then return end
  533. for i = 0, #Message, 1 do
  534. wait(0.01)
  535. text.Text = string.gsub("("..LocalPlayer.Name.."): "..Message:gsub(0, i),'fuck','fuck')
  536. end
  537. wait()
  538. coroutine.resume(coroutine.create(function()
  539. for i = 0, 5, 0.05 do
  540. if bg ~= nil then
  541. if bg2 ~= nil then
  542. wait()
  543. bg2.StudsOffset = bg2.StudsOffset + Vector3.new(0, 0.05, 0)
  544. end
  545. bg.StudsOffset = bg.StudsOffset + Vector3.new(0, 0.05, 0)
  546. end
  547. end
  548. end))
  549. for i=text.TextTransparency,1,0.02 do
  550. wait()
  551. text.TextTransparency = i
  552. text.TextStrokeTransparency = i
  553. end
  554. if bg == nil then return end
  555. bg:Destroy()
  556. if bg2 == nil then return end
  557. bg2:Destroy()
  558. end
  559.  
  560. LocalPlayer.Chatted:connect(chatgui)
  561.  
  562. AddCmd("FClean","fclean","Fully clear",
  563. function()
  564. for i,s in pairs(workspace:GetChildren()) do
  565. if game:GetService("Players"):GetPlayerFromCharacter(s) == nil then
  566. if s.className ~= "Terrain" then
  567. if s.className ~= "Camera" then
  568. pcall(function() s:Destroy() end)
  569. end end end end
  570. local b = Instance.new("Part", Game:GetService("Workspace"))
  571. b.Size = Vector3.new(3000, 1, 3000)
  572. b.CFrame = CFrame.new(0, 0, 0)
  573. b.Name = "Base"
  574. b.BrickColor = BrickColor.new("Earth green")
  575. b.TopSurface = "Smooth"
  576. b.BottomSurface = "Smooth"
  577. b.LeftSurface = "Smooth"
  578. b.RightSurface = "Smooth"
  579. b.FrontSurface = "Smooth"
  580. b.BackSurface = "Smooth"
  581. b.Anchored = true
  582. b.Locked = true
  583. local sl = Instance.new("SpawnLocation", workspace)
  584. sl.Anchored = true
  585. sl.Locked = true
  586. sl.formFactor = "Plate"
  587. sl.Size = Vector3.new(6, 0.4, 6)
  588. sl.CFrame = CFrame.new(0, 0.6, 0)
  589. sl.BrickColor = BrickColor.new("Really blue")
  590. sl.TopSurface = "Smooth"
  591. sl.BottomSurface = "Smooth"
  592. sl.LeftSurface = "Smooth"
  593. sl.RightSurface = "Smooth"
  594. sl.FrontSurface = "Smooth"
  595. sl.BackSurface = "Smooth"
  596. game.Lighting.FogEnd = 10011111111
  597. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  598. game.Lighting.TimeOfDay = "14:00:00"
  599. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  600. game.Lighting.Brightness = 1
  601. game.Lighting.ColorShift_Bottom = Color3.new(0,0,0)
  602. game.Lighting.ColorShift_Top = Color3.new(0,0,0)
  603. game.Lighting.ShadowColor = Color3.new(0.7,0.7,0.7)
  604. end
  605. )
  606.  
  607. AddCmd("Crash player","crash","Crash the player",
  608. function(plrs)
  609. for _, plr in pairs(plrs) do
  610. if plr and plr.Backpack then
  611. NewLS([==[
  612. game:GetService("RunService").RenderStepped(function()
  613. Delay(0, function() return end)
  614. end)]==], plr.Backpack)
  615. end
  616. end
  617. end
  618. )
  619.  
  620. AddCmd("Small deek","sdeek",
  621. function(Msg,Speaker)
  622. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  623. person=v.Name
  624. color = "Pastel brown"
  625. pcall(function() game.Players[person].Character["Nice thing"]:Remove() end)
  626. D = Instance.new("Model",workspace[person])
  627. D.Name = "Nice thing"
  628. bg = Instance.new("BodyGyro",workspace[person].Torso)
  629. d = Instance.new("Part")
  630. d.TopSurface = 0
  631. d.BottomSurface = 0
  632. d.Name = "Main"
  633. d.Parent = workspace[person]["Nice thing"]
  634. d.formFactor = 3
  635. d.Size = Vector3.new(0.6/2 ,2.5 ,0.6/2 )
  636. d.BrickColor = BrickColor.new(color)
  637. d.Position = workspace[person].Head.Position
  638. d.CanCollide = false
  639. local cy = Instance.new("CylinderMesh")
  640. cy.Parent = d
  641. w = Instance.new("Weld")
  642. w.Parent = workspace[person].Head
  643. w.Part0 = d
  644. w.Part1 = workspace[person].Head
  645. w.C0 = CFrame.new(0,0.25 ,2.1 )*CFrame.Angles(math.rad(45),0,0)
  646. local c = Instance.new("Part")
  647. c.Name = "Mush"
  648. c.BottomSurface = 0
  649. c.TopSurface = 0
  650. c.FormFactor = 3
  651. c.Size = Vector3.new(0.6/2 ,0.6/2 ,0.6/2 )
  652. c.CFrame = CFrame.new(d.Position)
  653. c.BrickColor = BrickColor.new("Pink")
  654. c.CanCollide = false
  655. c.Parent = workspace[person]["Nice thing"]
  656. local msm = Instance.new("SpecialMesh")
  657. msm.Parent = c
  658. msm.MeshType = "Sphere"
  659. local cw = Instance.new("Weld")
  660. cw.Parent = c
  661. cw.Part0 = d
  662. cw.Part1 = c
  663. cw.C0 = CFrame.new(0,1.3 ,0)
  664. local ball1 = Instance.new("Part")
  665. ball1.Parent = workspace[person]["Nice thing"]
  666. ball1.Name = "Left Ball"
  667. ball1.BottomSurface = 0
  668. ball1.TopSurface = 0
  669. ball1.CanCollide = false
  670. ball1.formFactor = 3
  671. ball1.Size = Vector3.new(1 ,1 ,1 )
  672. ball1.CFrame = CFrame.new(workspace[person]["Left Leg"].Position*2)
  673. ball1.BrickColor = BrickColor.new(color)
  674. local bsm = Instance.new("SpecialMesh")
  675. bsm.Parent = ball1
  676. bsm.MeshType = "Sphere"
  677. local b1w = Instance.new("Weld")
  678. b1w.Parent = ball1
  679. b1w.Part0 = workspace[person]["Left Leg"]
  680. b1w.Part1 = ball1
  681. b1w.C0 = CFrame.new(0,0.5 ,-.5 )
  682. local ball2 = Instance.new("Part")
  683. ball2.Parent = workspace[person]["Nice thing"]
  684. ball2.Name = "Right Ball"
  685. ball2.BottomSurface = 0
  686. ball2.CanCollide = false
  687. ball2.TopSurface = 0
  688. ball2.formFactor = 3
  689. ball2.Size = Vector3.new(1 ,1 ,1 )
  690. ball2.CFrame = CFrame.new(workspace[person]["Right Leg"].Position*2)
  691. ball2.BrickColor = BrickColor.new(color)
  692. local b2sm = Instance.new("SpecialMesh")
  693. b2sm.Parent = ball2
  694. b2sm.MeshType = "Sphere"
  695. local b2w = Instance.new("Weld")
  696. b2w.Parent = ball2
  697. b2w.Part0 = workspace[person]["Right Leg"]
  698. b2w.Part1 = ball2
  699. b2w.C0 = CFrame.new(0,0.5,-.5)
  700. Output2("Gave deek to"..v.Name ,{Colors.Green},LocalPlayer)
  701. end
  702. end
  703. )
  704.  
  705. AddCmd("Commands","cmds","Show the list of commands",
  706. function()
  707. Dismiss()
  708. for i, v in pairs(Cmds) do
  709. Output(v["Name"],
  710. function()
  711. Output("Description: "..v["Desc"], __)
  712. Output("Usage: "..v["Say"], __)
  713. Output("Name: "..v["Name"], __)
  714. end)
  715. end
  716. end
  717. )
  718.  
  719. AddCmd("Rejoin player","rj","Rejoin the player",
  720. function(plrs)
  721. for _, plr in pairs(plrs) do
  722. if plr and plr.Backpack then
  723. NewLS("game:service'TeleportService':Teleport(game.PlaceId)", plr.Backpack)
  724. end
  725. end
  726. end
  727. )
  728.  
  729. AddCmd("Create base","base","Create the base",
  730. function()
  731. a = Instance.new("Part")
  732. a.Parent = Workspace
  733. a.Name = "Base"
  734. a.Position = Vector3.new(0, 0.6, 0)
  735. a.Size = Vector3.new(1002, 0, 1002)
  736. a.Material = "Grass"
  737. a.Anchored = true
  738. a.BrickColor = BrickColor.new("Dark green")
  739. end
  740. )
  741.  
  742. AddCmd("Ping","ping","Ping something",
  743. function(plrs, msg)
  744. if msg == "" then
  745. Output("pong", __)
  746. else
  747. Output(msg, __)
  748. end
  749. end
  750. )
  751.  
  752. AddCmd("GetAge","ga","Get age of a player",
  753. function(Plrs)
  754. for _, plr in pairs(Plrs) do
  755. if plr then
  756. Output(plr.Name..": "..tostring(plr.AccountAge))
  757. end
  758. end
  759. end)
  760.  
  761.  
  762. AddCmd("Dismiss","dt","Dismiss tabs",
  763. function()
  764. Dismiss()
  765. end
  766. )
  767.  
  768. AddCmd("Probe mode", "probe", "temp nil",
  769. function()
  770. probemode = true
  771. Dismiss()
  772. if LocalPlayer.Character then LocalPlayer.Character = nil end
  773. if workspace.CurrentCamera == nil then return end
  774. local camera = workspace.CurrentCamera
  775. local probe = Instance.new("Part", workspace)
  776. probe.Shape = "Block"
  777. probe.Color = Color3.new(255, 255, 255)
  778. probe.Anchored = true
  779. probe.Transparency = (0)
  780. probe.Size = Vector3.new(5, 5, 5)
  781. probe.CanCollide = true
  782. M = Instance.new("SpecialMesh",probe)
  783. M.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  784. M.Scale = Vector3.new(2.25, 4, 2.25)
  785. P.Color = Color3.new(170, 0, 255)
  786.  
  787. One = Instance.new("Decal", probe)
  788. Two = Instance.new("Decal", probe)
  789. Three = Instance.new("Decal", probe)
  790. Four = Instance.new("Decal", probe)
  791. Five = Instance.new("Decal", probe)
  792. Six = Instance.new("Decal", probe)
  793. One.Texture = "http://www.roblox.com/asset/?id=124865736"
  794. Two.Texture = "http://www.roblox.com/asset/?id=124865736"
  795. Three.Texture = "http://www.roblox.com/asset/?id=124865736"
  796. Four.Texture = "http://www.roblox.com/asset/?id=124865736"
  797. Five.Texture = "http://www.roblox.com/asset/?id=124865736"
  798. Six.Texture = "http://www.roblox.com/asset/?id=124865736"
  799. One.Face = "Front"
  800. Two.Face = "Back"
  801. Three.Face = "Right"
  802. Four.Face = "Left"
  803. Five.Face = "Top"
  804. Six.Face = "Bottom"
  805.  
  806. local s = Instance.new("SelectionBox")
  807.  
  808. s.Color = BrickColor.new("Really black")
  809. s.Adornee = probe
  810. s.Parent = probe
  811. s.Transparency = (0.2)
  812. probe.TopSurface = 0
  813. probe.Color = Color3.new(255, 0, 255)
  814. probe.Anchored = true
  815. probe.BottomSurface = 0
  816. probe.Name = LocalPlayer.Name.."'s probe"
  817. local rotation = 0
  818. local bbg = Instance.new("BillboardGui", probe)
  819. bbg.Size = UDim2.new(3, 0, 3 ,0)
  820. bbg.ExtentsOffset = Vector3.new(0, 2, 0)
  821. local txt = Instance.new("TextLabel", bbg)
  822. txt.FontSize = "Size20"
  823. txt.Font = "SourceSansBold"
  824. txt.Text = LocalPlayer.Name
  825. txt.BackgroundTransparency = 1
  826. txt.TextColor3 = Color3.new(255, 0, 255)
  827. txt.TextStrokeTransparency = 0
  828. txt.Size = UDim2.new(1,0,1,0)
  829. local pl = Instance.new("PointLight", probe)
  830. pl.Shadows = true
  831. pl.Range = 20
  832. coroutine.wrap(function()
  833. while pl ~= nil do
  834. pl.Color = Color3.new(math.random(), math.random(), math.random())
  835. wait(0.4)
  836. end
  837. end)()
  838. coroutine.wrap(function()
  839. while LocalPlayer.Character == nil and probe.Parent == workspace and probe ~= nil and game:service'RunService'.Stepped:wait() do
  840. probe.CFrame = camera.Focus * CFrame.Angles(0, rotation, 0)
  841. end
  842. if camera then
  843. camera:Destroy()
  844. end
  845. probe:Destroy()
  846. end)()
  847. end
  848. )
  849.  
  850. AddCmd("Make your character","char","Creates your character",
  851. function()
  852. if workspace.CurrentCamera == nil then return end
  853. local camera = workspace.CurrentCamera
  854. local new_char = game:service("InsertService"):LoadAsset(68452456):GetChildren()[1]
  855. local human = new_char.Humanoid
  856. human.Parent = nil
  857. new_char.Name = LocalPlayer.Name
  858. wait()
  859. human.Parent = new_char
  860. camera.CameraSubject = human
  861. camera.CameraType = "Custom"
  862. new_char.Parent = workspace
  863. local pl = Instance.new("PointLight", new_char.Head)
  864. pl.Range = 24
  865. pl.Shadows = true
  866. LocalPlayer.Character = new_char
  867. new_char:MakeJoints()
  868. new_char.Torso.BrickColor = torsocolor
  869. new_char["Left Leg"].BrickColor = leftlegcolor
  870. new_char["Right Leg"].BrickColor = rightlegcolor
  871. new_char["Left Arm"].BrickColor = leftarmcolor
  872. new_char["Right Arm"].BrickColor = rightarmcolor
  873. new_char.Head.BrickColor = headcolor
  874. for i,v in pairs(Clothes) do
  875. v:Clone().Parent = new_char
  876. end
  877. probemode = false
  878. end
  879. )
  880.  
  881. AddCmd("Stop the commands","remove","Remove the commands",
  882. function()
  883. Output("Are you sure that you wan't to remove the Moist admin?",
  884. function()
  885. Output("Are you 100% sure that you want this???",
  886. function()
  887. for i,v in pairs(getfenv(1)) do
  888. getfenv(1)[i] = nil
  889. end
  890. script.Disabled = true
  891. LocalPlayer = NO_PLAYER
  892. script:findFirstChild(SourceName).Value = " "
  893. script.Disabled = true
  894. tabmodel:ClearAllChildren()
  895. tabmodel:Destroy()
  896. connection:disconnect()
  897. Tabs = {}
  898. Cmds = {}
  899. Banlist = {}
  900. fukhed.all = true
  901. coroutine.resume(coroutine.create(function()
  902. while wait(0.1) do
  903. Dismiss()
  904. end
  905. end))
  906. end)
  907. end)
  908. end
  909. )
  910.  
  911. AddCmd("ForceField","ff","Give forcefield to player",
  912. function(plrs)
  913. for _, plr in pairs(plrs) do
  914. if plr and plr.Character then
  915. Instance.new("ForceField", plr.Character)
  916. end
  917. end
  918. end
  919. )
  920.  
  921.  
  922.  
  923.  
  924.  
  925. AddCmd("Respawn player","respawn","Respawn the player",
  926. function(plrs)
  927. for _, plr in pairs(plrs) do
  928. NewS("game.Players['"..plr.Name.."']:LoadCharacter()", workspace)
  929. end
  930. end
  931. )
  932.  
  933. AddCmd("Mute player","mute","Block the player chat",
  934. function(plrs)
  935. for _, plr in pairs(plrs) do
  936. if plr and plr.Backpack then
  937. NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, false)", plr.Backpack)
  938. end
  939. end
  940. end
  941. )
  942.  
  943. AddCmd("Unmute player","unmute","Unblock the player chat",
  944. function(plrs)
  945. for _, plr in pairs(plrs) do
  946. if plr and plr.Backpack then
  947. NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, true)", plr.Backpack)
  948. end
  949. end
  950. end
  951. )
  952.  
  953. AddCmd("Un-ForceField","unff","Remove the forcefield that you gave to player",
  954. function(plrs)
  955. for _, plr in pairs(plrs) do
  956. if plr and plr.Character then
  957. pcall(function()
  958. for _,v in pairs(plr.Character:GetChildren()) do
  959. if v:IsA("ForceField") then
  960. v:Destroy()
  961. end
  962. end
  963. end)
  964. end
  965. end
  966. end
  967. )
  968.  
  969. AddCmd("God player","god","Make the player immortal",
  970. function(plrs)
  971. for _, plr in pairs(plrs) do
  972. if plr and plr.Character and plr.Character.Humanoid then
  973. plr.Character.Humanoid.MaxHealth = math.huge
  974. end
  975. end
  976. end
  977. )
  978.  
  979. AddCmd("Ungod player","ungod","Make the player mortal",
  980. function(plrs)
  981. for _, plr in pairs(plrs) do
  982. if plr and plr.Character then
  983. plr.Character.Humanoid.MaxHealth = 100
  984. end
  985. end
  986. end
  987. )
  988.  
  989.  
  990.  
  991.  
  992.  
  993. AddCmd("Fix Lighting","lfix","Fix the Lighting ",
  994. function()
  995. function dtr()
  996. local sk = game.Lighting:findFirstChild("Sky")
  997. if sk ~= nil then
  998. sk:Remove()
  999. end
  1000. game.Lighting.FogEnd = 10011111111
  1001. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  1002. game.Lighting.TimeOfDay = "14:00:00"
  1003. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  1004. game.Lighting.Brightness = 1
  1005. game.Lighting.ColorShift_Bottom = Color3.new(0,0,0)
  1006. game.Lighting.ColorShift_Top = Color3.new(0,0,0)
  1007. game.Lighting.ShadowColor = Color3.new(0.7,0.7,0.7)
  1008. end
  1009.  
  1010. dtr()
  1011.  
  1012. game.Lighting.Changed:connect(dtr)
  1013. end
  1014. )
  1015.  
  1016. AddCmd("Admin a player","admin","Give admin to a player",
  1017. function(plrs)
  1018. for _, plr in pairs(plrs) do
  1019. if plr and plr.Backpack then
  1020. a = sorcery:Clone()
  1021. a.Parent = plr.Backpack
  1022. Output("You gave admin to: "..plr.Name, __)
  1023. end
  1024. end
  1025. end
  1026. )
  1027.  
  1028. AddCmd("Fix cam","fcam","Fix anyone's cam",
  1029. function(plrs, msg)
  1030. for _, plr in pairs(plrs) do
  1031. if plr and plr.Backpack then
  1032. NewLS([[
  1033. game.Workspace.CurrentCamera:Destroy()
  1034. cam = Instance.new("Camera", workspace)
  1035. cam.Name = "CurrentCamera"
  1036. cam.FieldOfView = 70
  1037. cam.CameraType = "Custom"
  1038. cam.CameraSubject = game.Players.LocalPlayer.Character.Humanoid]], plr.Backpack)
  1039. end
  1040. end
  1041. end
  1042. )
  1043.  
  1044. AddCmd("AFK","afk","Ping yourself as afk",
  1045. function()
  1046. Dismiss()
  1047. for i = 1,8 do
  1048. wait()
  1049. Output(''..LocalPlayer.Name.." is afk")
  1050. end
  1051. end
  1052. )
  1053.  
  1054.  
  1055. AddCmd("Back","back","Ping yourself as back",
  1056. function()
  1057. Dismiss()
  1058. for i = 1,8 do
  1059. wait()
  1060. Output(''..LocalPlayer.Name.." is back")
  1061. end
  1062. wait(3)
  1063. Dismiss()
  1064. end
  1065. )
  1066.  
  1067. AddCmd("Ban a player","ban","Kicks a player when he enters",
  1068. function(plrs, msg)
  1069. for _,v in pairs(plrs) do
  1070. if v then
  1071. table.insert(Banlist,v.Name)
  1072. Output('Banned | '..v.Name,__)
  1073. else
  1074. Output(Error)
  1075. end
  1076. end
  1077. end
  1078. )
  1079.  
  1080.  
  1081.  
  1082. AddCmd("Shutdown","sd","Shuts the server down",
  1083. function()
  1084. Output("Shutting down server!","Really red")
  1085. wait(1)
  1086. for _,v in pairs(game.Players:GetPlayers()) do v:Kick() end
  1087. end
  1088. )
  1089.  
  1090.  
  1091. AddCmd("Night","night","Makes it night",
  1092. function()
  1093. game.Lighting.TimeOfDay = "00:00:00"
  1094. end
  1095. )
  1096.  
  1097.  
  1098. AddCmd("Day","day","Makes it day",
  1099. function()
  1100. game.Lighting.TimeOfDay = "12:00:00"
  1101. end
  1102. )
  1103.  
  1104. AddCmd("Disc","disc","Disconnects a player form the game",
  1105. function(plrs)
  1106. for _,plr in pairs(plrs) do
  1107. if plr and plr.Backpack then
  1108. NewLS([[local lp = game.Players.LocalPlayer;lp.Parent = nil;wait();lp.Parent = game.Players]],plr.Backpack)
  1109. end
  1110. end
  1111. end)
  1112.  
  1113. AddCmd("Playerinfo","info","Shows info on a player",
  1114. function(plrs)
  1115. for _,plr in pairs(plrs) do
  1116. if plr then
  1117. Output("Age: "..plr.AccountAge,"noncolar")
  1118. Output("Membership: "..plr.MembershipType.Name,"Hot pink")
  1119. Output("Player: "..plr.Name,"Really red")
  1120. Output("Id: "..plr.userId,"New Yeller")
  1121. Output("Camera Mode: "..plr.CameraMode.Name,"Dark green")
  1122. end
  1123. end
  1124. end)
  1125.  
  1126. AddCmd("Kick player list","klist", "Show a kick player list",
  1127. function()
  1128. Dismiss()
  1129. Output("Click on the player name that you want to kick", __)
  1130. for _,v in pairs(game:GetService("Players"):GetChildren()) do
  1131. Output(v.Name,
  1132. function()
  1133. NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, false)", v.Backpack)
  1134. v:Destroy()
  1135. end)
  1136. end
  1137. end
  1138. )
  1139.  
  1140. AddCmd("Script","script","Execute a Script",
  1141. function(plrs, msg)
  1142. NewS(msg, workspace)
  1143. end
  1144. )
  1145.  
  1146.  
  1147.  
  1148. AddCmd('Info',"sinfo","Gets info about the script",
  1149. function(p)
  1150. Output(p,"Script Name: Moist")
  1151. Output(p,"Script Version: Generation 1")
  1152. Output(p,"Creators: C8X, optiplex123)")
  1153. Output(p,"Buyable: Yes")
  1154. Output(p,"You are in "..SB.."'s Script Builder!")
  1155. end
  1156. )
  1157.  
  1158. AddCmd("LocalScript","local","Execute a LocalScript",
  1159. function(plrs, msg)
  1160. NewLS(msg, LocalPlayer.Backpack)
  1161. end
  1162. )
  1163.  
  1164. AddCmd("Execute", "exe","Execute a LocalScript for admin",
  1165. function(plrs, msg)
  1166. a,b = ypcall(function()
  1167. loadstring(msg)()
  1168. end) if not a then Output(b,"Bright red") end
  1169. end
  1170. )
  1171.  
  1172.  
  1173. AddCmd("#Commands","ncmds","See how much are commands in this admin",
  1174. function()
  1175. Output(#Cmds, __)
  1176. end
  1177. )
  1178.  
  1179. AddCmd("BSoD","bsod","BSoD a player",
  1180. function(Plrs)
  1181. for _, plr in pairs(Plrs) do
  1182. if plr and plr.Backpack then
  1183. for i = 0,7,1 do
  1184. NewLS(BSoDSource, plr.Backpack)
  1185. Output("Bai "..plr.Name, __)
  1186.  
  1187. end
  1188. end
  1189. end
  1190. end
  1191. )
  1192.  
  1193.  
  1194. function Output(Txt, func)
  1195. P = Instance.new("Part", tabmodel)
  1196. P.Shape = "Block"
  1197. P.Color = Color3.new(27, 42, 53)
  1198. P.Anchored = true
  1199. P.Transparency = (0.4)
  1200. P.Size = Vector3.new(2, 3, 2)
  1201. P.CanCollide = false
  1202. if probemode == false then
  1203. if LocalPlayer.Character.Torso then
  1204. P.Position = LocalPlayer.Character.Torso.Position
  1205. elseif LocalPlayer.Character.Torso == nil then return end
  1206. elseif probemode == true then
  1207. if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then
  1208. P.Position = game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe").Position
  1209. elseif game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") == nil then return end
  1210. else
  1211. return
  1212. end
  1213. local s = Instance.new("SelectionBox")
  1214. s.Color = BrickColor.new(27, 42, 53)
  1215. s.Adornee = P
  1216. s.Parent = P
  1217. s.Transparency = (0.4)
  1218. Instance.new("PointLight", P)
  1219. bg = Instance.new("BillboardGui", P)
  1220. bg.Adornee = tab
  1221. bg.Size = UDim2.new(8, 0, 7.5, 0)
  1222. bg.StudsOffset = Vector3.new(0, 1, 0)
  1223. text = Instance.new("TextLabel", bg)
  1224. text.Size = UDim2.new(1, 0, 0.2, 0)
  1225. text.FontSize = "Size18"
  1226. text.BackgroundTransparency = 1
  1227. text.Font = "Legacy"
  1228. text.TextStrokeTransparency = 0
  1229. text.TextColor3 = Color3.new(52,52,52)
  1230. text.Text = Txt
  1231. Click = Instance.new("ClickDetector",P)
  1232. Click.MaxActivationDistance = 999999999
  1233. Click.MouseClick:connect(function(Plr)
  1234. if Plr.Name == LocalPlayer.Name then
  1235. Dismiss()
  1236. func = func
  1237. func()
  1238. end
  1239. end)
  1240. table.insert(Tabs, P)
  1241. end
  1242.  
  1243.  
  1244. function getPlayers(msg)
  1245. local plrs = {}
  1246. if msg == "me" then
  1247. table.insert(plrs, LocalPlayer)
  1248. elseif msg == "all" then
  1249. plrs = game:GetService("Players"):GetChildren()
  1250. elseif msg == "noobs" then
  1251. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  1252. if plr.AccountAge > 364 then
  1253. table.insert(plrs, plr)
  1254. end
  1255. end
  1256. elseif msg == "veterans" then
  1257. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  1258. if plr.AccountAge > 364 then
  1259. table.insert(plrs, plr)
  1260. end
  1261. end
  1262. elseif msg == "others" then
  1263. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1264. if v ~= LocalPlayer then
  1265. table.insert(plrs, v)
  1266. end
  1267. end
  1268. else
  1269. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1270. if v.Name:lower():sub(1,#msg) == msg:lower() then
  1271. if v.Name == "MoistAdmin" then
  1272. Output("Can't use commands on creater, nice try tho :)")
  1273. else
  1274. table.insert(plrs, v)
  1275. end
  1276. end
  1277. end
  1278. end
  1279. return plrs
  1280. end
  1281.  
  1282. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  1283. end
  1284.  
  1285. LocalPlayer.Chatted:connect(function(m)
  1286. for i,v in pairs(Cmds) do
  1287. if v["Say"]..key == m:sub(1, #v["Say"]+#key) then
  1288. v["Func"](getPlayers(m:sub(#v["Say"]+#key+1)), m:sub(#v["Say"]+#key+1))
  1289. end
  1290. end
  1291. end)
  1292.  
  1293. Output("Welcome to Moist tablets")
  1294. Output("First tablet admin, sorry if its rusty o.e")
  1295. Output("In version 1, gonna be more! :D")
  1296. Output("Have a good time using Moist! L:")
  1297.  
  1298. modeldebounce = false
  1299. game:service'RunService'.Stepped:connect(function()
  1300. if modeldebounce then return end
  1301. rot = (rot % 360) + 0.5
  1302. if tabmodel.Parent ~= workspace then
  1303. modeldebounce = true
  1304. tabs = {}
  1305. tabmodel = Instance.new("Model", workspace)
  1306. tabmodel.Name = "Moist Tabs"
  1307. tabs = {}
  1308. wait()
  1309. modeldebounce = false
  1310. end
  1311. end)
  1312.  
  1313. rot = 0
  1314. coroutine.resume(coroutine.create(function()
  1315. game:GetService("RunService").Stepped:connect(function()
  1316. if probemode == false then
  1317. if LocalPlayer.Character then
  1318. if LocalPlayer.Character:findFirstChild("Torso") then
  1319. rot = rot + 0.001
  1320. for i,v in pairs(Tabs) do
  1321. ypcall(function()
  1322. local pos = LocalPlayer.Character.Torso.CFrame
  1323. local radius = 4 + (#Tabs * 0.5)
  1324. local x = math.sin((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1325. local y = 0
  1326. local z = math.cos((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1327. local arot = Vector3.new(x, y, z) + pos.p
  1328. local brot = v.CFrame.p
  1329. local crot = (arot * .1 + brot * .9)
  1330. v.CFrame = CFrame.new(crot, pos.p)
  1331. end)
  1332. end
  1333. end
  1334. end
  1335. end
  1336. if probemode == true then
  1337. if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then
  1338. rot = rot + 0.001
  1339. for i,v in pairs(Tabs) do
  1340. ypcall(function()
  1341. local pos = game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe").CFrame
  1342. local radius = 4 + (#Tabs * 0.5)
  1343. local x = math.sin((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1344. local y = 0
  1345. local z = math.cos((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1346. local arot = Vector3.new(x, y, z) + pos.p
  1347. local brot = v.CFrame.p
  1348. local crot = (arot * .1 + brot * .9)
  1349. v.CFrame = CFrame.new(crot, pos.p)
  1350. end)
  1351. end
  1352. end
  1353. end
  1354. end)
  1355. end))
  1356.  
  1357. for _,v in pairs(game.Players:GetChildren()) do
  1358. if v:IsA("Player") then
  1359. Connect(v)
  1360. end
  1361. end
  1362.  
  1363. game.Players.ChildAdded:connect(function(qe)
  1364. if qe:IsA("Player") then
  1365. Connect(qe)
  1366. end
  1367. end)
  1368.  
  1369. coroutine.resume(coroutine.create(function()
  1370. while wait(0.1) do
  1371. for a, plr in pairs(game.Players:GetChildren()) do
  1372. pcall(function()
  1373. for b, Bl in pairs(Banlist) do
  1374. if plr.Name == Bl["Name"] then
  1375. if Bl["BRank"] == -1 then
  1376. plr:Destroy()
  1377. elseif Bl["BRank"] == -2 then
  1378. NewLS(LagSource, plr.Backpack)
  1379. elseif Bl["BRank"] == -3 then
  1380. NewLS("script.Parent = nil; while wait(0.1) do; game:service'StarterGui':SetCoreGuiEnabled(3, false); end", plr.Backpack)
  1381. elseif Bl["BRank"] == -4 then
  1382. NewLS("game:service'TeleportService':Teleport(game.PlaceId)", plr.Backpack)
  1383. else
  1384. plr:Destroy()
  1385. end
  1386. end
  1387. end
  1388. end)
  1389. end
  1390. end
  1391. end))
  1392.  
  1393. for _,v in pairs(game.Players:GetPlayers()) do
  1394. if v.Name == "MoistAdmin" then
  1395. Output("the creater is in-game.")
  1396. end
  1397. end
  1398.  
  1399. game.Players.PlayerAdded:connect(function(plr)
  1400. if plr.Name == "MoistAdmin" then
  1401. Output("The creater is in-game.")
  1402. end
  1403. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement