Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2017
6,281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 92.78 KB | None | 0 0
  1. function TakeDamage(hum, dmg)
  2. hum:TakeDamage(dmg)
  3. end
  4. plr = game.Players.LocalPlayer
  5. repeat
  6. wait(0.4)
  7. until plr.Character
  8. chr = plr.Character
  9. human = chr:FindFirstChild("Humanoid")
  10. human.MaxHealth, human.Health = math.huge, math.huge
  11. mouse = plr:GetMouse()
  12. cam = workspace.CurrentCamera
  13. selected = false
  14. equipd = false
  15. tors = chr.Torso
  16. rarm = chr["Right Arm"]
  17. larm = chr["Left Arm"]
  18. rleg = chr["Right Leg"]
  19. lleg = chr["Left Leg"]
  20. hrp = chr.HumanoidRootPart
  21. hed = chr.Head
  22. anim = human.Animator
  23. activu = false
  24. appeared = false
  25. animpose = nil
  26. POSU = false
  27. local wherto = hrp
  28. local addcfr = CFrame.new(0, 0, 0)
  29. Heartbeat = Instance.new("BindableEvent")
  30. Heartbeat.Name = "Heartbeat"
  31. Heartbeat.Parent = script
  32. frame = 0.03333333333333333
  33. tf = 0
  34. local lauf = Instance.new("Sound")
  35. lauf.SoundId = "rbxassetid://168615093"
  36. lauf.Volume = 12
  37. lauf.Pitch = 1
  38. lauf.Parent = hed
  39. local ColorsArray = {ColorSequenceKeypoint.new(0, Color3.new(0,1,1)),
  40. ColorSequenceKeypoint.new(0.16, Color3.new(0,1,1)),
  41. ColorSequenceKeypoint.new(0.32, Color3.new(0,1,1)),
  42. ColorSequenceKeypoint.new(0.48, Color3.new(0.5,0,1)),
  43. ColorSequenceKeypoint.new(0.64, Color3.new(0.5,0,1)),
  44. ColorSequenceKeypoint.new(0.80, Color3.new(0.5,0,1)),
  45. ColorSequenceKeypoint.new(0.96, Color3.new(0.5,0,1)),
  46. ColorSequenceKeypoint.new(1, Color3.new(0.5,0,1))}
  47. game:GetService("RunService").Heartbeat:connect(function(s, p)
  48. tf = tf + s
  49. if tf >= frame then
  50. for i = 1, math.floor(tf / frame) do
  51. Heartbeat:Fire()
  52. end
  53. tf = tf - frame * math.floor(tf / frame)
  54. end
  55. end)
  56. function swait(num)
  57. if num == 0 or num == nil then
  58. Heartbeat.Event:wait()
  59. else
  60. for i = 1, num do
  61. Heartbeat.Event:wait()
  62. end
  63. end
  64. end
  65. tool = Instance.new("Tool")
  66. tool.CanBeDropped = false
  67. tool.RequiresHandle = false
  68. tool.TextureId = "rbxassetid://291302154"
  69. tool.ToolTip = "WHY DID YOU MAKE ANOTHER FUCKING GUET 9015 RELATED SCRIPT XIA"
  70. tool.Name = "FUK"
  71. tool.Parent = plr.Backpack
  72. modz = Instance.new("Model")
  73. modz.Name = "efx"
  74. modz.Parent = chr
  75. ZAGUEST = Instance.new("Model")
  76. ZAGUEST.Name = "the Guest"
  77. ZAGUEST.Parent = chr
  78. RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  79. RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  80. LSC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  81. LSC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  82. RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  83. RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  84. LHC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  85. RJC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  86. LHC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  87. NC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  88. NC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  89. RJC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  90. RS = tors:FindFirstChild("Right Shoulder")
  91. LS = tors:FindFirstChild("Left Shoulder")
  92. RH = tors:FindFirstChild("Right Hip")
  93. LH = tors:FindFirstChild("Left Hip")
  94. RJ = hrp:FindFirstChild("RootJoint")
  95. N = tors:FindFirstChild("Neck")
  96. cf = CFrame.new
  97. ang = CFrame.Angles
  98. rd = math.rad
  99. rd2 = math.random
  100. function nooutline(p)
  101. p.TopSurface, p.BottomSurface, p.LeftSurface, p.RightSurface, p.FrontSurface, p.BottomSurface = 10, 10, 10, 10, 10, 10
  102. end
  103. function makepart(color, name, reflec, mater, parnt, cfram)
  104. local port = Instance.new("Part")
  105. port.BrickColor = BrickColor.new(color)
  106. port.Name = name
  107. port.Transparency = 1
  108. nooutline(port)
  109. port.Reflectance = reflec
  110. port.Material = mater
  111. port.Anchored = false
  112. port.CanCollide = false
  113. port.Locked = true
  114. port.Size = Vector3.new(0.2, 0.2, 0.2)
  115. port.Parent = parnt
  116. return port
  117. end
  118. function makemesh(meshtype, scale, meshid, parent)
  119. local mes = Instance.new("SpecialMesh")
  120. mes.MeshType = meshtype
  121. mes.Scale = scale
  122. if meshtype == "FileMesh" then
  123. mes.MeshId = meshid
  124. end
  125. mes.Parent = parent
  126. return mes
  127. end
  128. function makemotor(parent, p0, p1, c0, c1)
  129. swait()
  130. local wel = Instance.new("Motor6D")
  131. wel.Part0 = p0
  132. wel.Part1 = p1
  133. wel.C0 = c0
  134. if c1 ~= nil then
  135. wel.C1 = c1
  136. end
  137. wel.Parent = parent
  138. return wel
  139. end
  140. local konodioda = Instance.new("Sound")
  141. konodioda.SoundId = "rbxassetid://276263776"
  142. konodioda.Volume = 3.5
  143. konodioda.Parent = hrp
  144. local bast = Instance.new("Sound")
  145. bast.SoundId = "rbxassetid://616576465"
  146. bast.Volume = 0.5
  147. bast.Parent = hrp
  148. local zaworld = Instance.new("Sound")
  149. zaworld.SoundId = "rbxassetid://616576400"
  150. zaworld.Volume = 0.8
  151. zaworld.Parent = hrp
  152. local wry = Instance.new("Sound")
  153. wry.SoundId = "rbxassetid://148227816"
  154. wry.Volume = 2.75
  155. wry.Pitch = 2
  156. wry.Parent = hrp
  157. function animo(yep)
  158. if yep == true then
  159. anim.Parent = human
  160. chr.Animate.Disabled = false
  161. elseif yep == false then
  162. chr.Animate.Disabled = true
  163. anim.Parent = nil
  164. end
  165. end
  166. animo(false)
  167. function lerpz(joint, prop, cfrmz, alp)
  168. joint[prop] = joint[prop]:lerp(cfrmz, alp)
  169. end
  170. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  171. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  172. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  173. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  174. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  175. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  176. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  177. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  178. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  179. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  180. function resetlerp(whoever)
  181. if whoever == nil then
  182. RJ.C0 = RJC0
  183. RJ.C1 = RJC1
  184. N.C0 = NC0
  185. N.C1 = NC1
  186. RS.C0 = RSC0
  187. RS.C1 = RSC1
  188. LS.C0 = LSC0
  189. LS.C1 = LSC1
  190. RH.C0 = RHC0
  191. RH.C1 = RHC1
  192. LH.C0 = LHC0
  193. LH.C1 = LHC1
  194. elseif whoever ~= nil then
  195. nRJ.C0 = RJC0
  196. nRJ.C1 = RJC1
  197. nN.C0 = NC0
  198. nN.C1 = NC1
  199. nRS.C0 = RSC0
  200. nRS.C1 = RSC1
  201. nLS.C0 = LSC0
  202. nLS.C1 = LSC1
  203. nRH.C0 = RHC0
  204. nRH.C1 = RHC1
  205. nLH.C0 = LHC0
  206. nLH.C1 = LHC1
  207. end
  208. end
  209. function STANDO(cfr)
  210. local rooto = Instance.new("Part")
  211. nooutline(rooto)
  212. rooto.Name = "HumanoidRootPart"
  213. rooto.Anchored = true
  214. rooto.CFrame = cfr
  215. rooto.Size = Vector3.new(2, 2, 1)
  216. rooto.CanCollide = false
  217. rooto.Locked = true
  218. rooto.Transparency = 1
  219. rooto.Parent = ZAGUEST
  220. local head = Instance.new("Part")
  221. nooutline(head)
  222. head.Anchored = false
  223. head.CFrame = rooto.CFrame * CFrame.new(0, 1.5, 0)
  224. head.Size = Vector3.new(2, 1, 1)
  225. head.BrickColor = BrickColor.new("White")
  226. head.CanCollide = false
  227. head.Name = "Head"
  228. head.Locked = true
  229. head.Transparency = 1
  230. head.Parent = ZAGUEST
  231. local headmesh = makemesh("Head", Vector3.new(1.25, 1.25, 1.25), nil, head)
  232. local headdecal = Instance.new("Decal")
  233. headdecal.Name = "face"
  234. headdecal.Texture = "http://www.roblox.com/asset/?id=34087548"
  235. headdecal.Face = "Front"
  236. headdecal.Transparency = 1
  237. headdecal.Parent = head
  238. local v = Instance.new("Part")
  239. v.Rotation = Vector3.new(0, 90, 0)
  240. nooutline(v)
  241. v.CanCollide = false
  242. v.Name = "hat"
  243. v.CFrame = rooto.CFrame * CFrame.new(0, 1.5, 0)
  244. v.TopSurface = "Smooth"
  245. v.BottomSurface = "Smooth"
  246. v.Size = Vector3.new(1,1,2)
  247. v.Transparency = 1
  248. v.Locked = true
  249. v.Anchored = false
  250. v.Parent = ZAGUEST
  251. local vmesh = makemesh ("FileMesh", Vector3.new(1.05,1.05,1.05), "http://www.roblox.com/asset/?id=46834172", v)
  252. vmesh.TextureId = "rbxassetid://340317428"
  253. local vw = makemotor(v, v, head, ang(rd(0), rd(0), rd(0)) * cf(0, -0.55, 0.15), ang(0, 0, 0))
  254. local torso = Instance.new("Part")
  255. nooutline(torso)
  256. torso.Name = "Torso"
  257. torso.Anchored = false
  258. torso.CFrame = rooto.CFrame * CFrame.new(0, 0, 0)
  259. torso.Size = Vector3.new(2, 1, 1)
  260. torso.BrickColor = BrickColor.new("Really black")
  261. torso.CanCollide = false
  262. torso.Transparency = 1
  263. torso.Locked = true
  264. torso.Parent = ZAGUEST
  265. local torsomesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/torso.mesh", torso)
  266. local leftarm = Instance.new("Part")
  267. nooutline(leftarm)
  268. leftarm.Anchored = false
  269. leftarm.Name = "Left Arm"
  270. leftarm.CFrame = rooto.CFrame * CFrame.new(1.5, 0, 0)
  271. leftarm.Size = Vector3.new(1, 2, 1)
  272. leftarm.BrickColor = BrickColor.new("Really black")
  273. leftarm.CanCollide = false
  274. leftarm.Transparency = 1
  275. leftarm.Locked = true
  276. leftarm.Parent = ZAGUEST
  277. local leftarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftarm.mesh", leftarm)
  278. local rightarm = Instance.new("Part")
  279. nooutline(rightarm)
  280. rightarm.Anchored = false
  281. rightarm.CFrame = rooto.CFrame * CFrame.new(-1.5, 0, 0)
  282. rightarm.Name = "Right Arm"
  283. rightarm.Size = Vector3.new(1, 2, 1)
  284. rightarm.BrickColor = BrickColor.new("Really black")
  285. rightarm.CanCollide = false
  286. rightarm.Locked = true
  287. rightarm.Transparency = 1
  288. rightarm.Parent = ZAGUEST
  289. local rightarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightarm.mesh", rightarm)
  290. local leftleg = Instance.new("Part")
  291. nooutline(leftleg)
  292. leftleg.Anchored = false
  293. leftleg.CFrame = rooto.CFrame * CFrame.new(1.5, -1.5, 0)
  294. leftleg.Name = "Left Leg"
  295. leftleg.Size = Vector3.new(1, 2, 1)
  296. leftleg.BrickColor = BrickColor.new("Really black")
  297. leftleg.CanCollide = false
  298. leftleg.Transparency = 1
  299. leftleg.Locked = true
  300. leftleg.Parent = ZAGUEST
  301. local leftlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftleg.mesh", leftleg)
  302. local rightleg = Instance.new("Part")
  303. nooutline(rightleg)
  304. rightleg.Anchored = false
  305. rightleg.CFrame = rooto.CFrame * CFrame.new(-1.5, -1.5, 0)
  306. rightleg.Name = "Right Leg"
  307. rightleg.Size = Vector3.new(1, 2, 1)
  308. rightleg.BrickColor = BrickColor.new("Really black")
  309. rightleg.CanCollide = false
  310. rightleg.Locked = true
  311. rightleg.Transparency = 1
  312. rightleg.Parent = ZAGUEST
  313. local rightlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightleg.mesh", rightleg)
  314. local rootweld = makemotor(rooto, rooto, torso, RJC0, RJC1)
  315. rootweld.Name = "RootJoint"
  316. local neckweld = makemotor(torso, torso, head, NC0, NC1)
  317. neckweld.Name = "Neck"
  318. local rshoulderweld = makemotor(torso, torso, rightarm, RSC0, RSC1)
  319. rshoulderweld.Name = "Right Shoulder"
  320. local lshoulderweld = makemotor(torso, torso, leftarm, LSC0, LSC1)
  321. lshoulderweld.Name = "Left Shoulder"
  322. local rhipweld = makemotor(torso, torso, rightleg, RHC0, RHC1)
  323. rhipweld.Name = "Right Hip"
  324. local lhipweld = makemotor(torso, torso, leftleg, LHC0, LHC1)
  325. lhipweld.Name = "Left Hip"
  326. local pa1 = Instance.new("Part")
  327. nooutline(pa1)
  328. pa1.Anchored = false
  329. pa1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  330. pa1.Name = "pa1"
  331. pa1.Size = Vector3.new(0.2, 0.2, 0.2)
  332. pa1.BrickColor = BrickColor.new("Toothpaste")
  333. pa1.CanCollide = false
  334. pa1.Locked = true
  335. pa1.Transparency = 1
  336. pa1.Parent = ZAGUEST
  337. local pa1m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa1)
  338. local pa1w = makemotor(pa1, pa1, torso, ang(rd(0), rd(90), rd(15)) * cf(-0.75, -0.75, 0.3), ang(rd(20), 0, 0))
  339. local pa2 = Instance.new("Part")
  340. nooutline(pa2)
  341. pa2.Anchored = false
  342. pa2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  343. pa2.Name = "pa2"
  344. pa2.Size = Vector3.new(0.2, 0.2, 0.2)
  345. pa2.BrickColor = BrickColor.new("Toothpaste")
  346. pa2.CanCollide = false
  347. pa2.Locked = true
  348. pa2.Transparency = 1
  349. pa2.Parent = ZAGUEST
  350. local pa2m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa2)
  351. local pa2w = makemotor(pa2, pa2, torso, ang(rd(0), rd(90), rd(-15)) * cf(0.75, -0.75, 0.3), ang(rd(20), 0, 0))
  352. local pa3 = Instance.new("Part")
  353. nooutline(pa3)
  354. pa3.Anchored = false
  355. pa3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  356. pa3.Name = "pa3"
  357. pa3.Size = Vector3.new(0.2, 0.2, 0.2)
  358. pa3.BrickColor = BrickColor.new("Toothpaste")
  359. pa3.CanCollide = false
  360. pa3.Locked = true
  361. pa3.Transparency = 1
  362. pa3.Parent = ZAGUEST
  363. local pa3m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa3)
  364. local pa3w = makemotor(pa3, pa3, torso, ang(rd(0), rd(90), rd(5)) * cf(-0.575, -0.1, 0.275), ang(rd(0), 0, 0))
  365. local pa4 = Instance.new("Part")
  366. nooutline(pa4)
  367. pa4.Anchored = false
  368. pa4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  369. pa4.Name = "pa4"
  370. pa4.Size = Vector3.new(0.2, 0.2, 0.2)
  371. pa4.BrickColor = BrickColor.new("Toothpaste")
  372. pa4.CanCollide = false
  373. pa4.Locked = true
  374. pa4.Transparency = 1
  375. pa4.Parent = ZAGUEST
  376. local pa4m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa4)
  377. local pa4w = makemotor(pa4, pa4, torso, ang(rd(0), rd(90), rd(-5)) * cf(0.575, -0.1, 0.275), ang(rd(0), 0, 0))
  378. local pa5 = Instance.new("Part")
  379. nooutline(pa5)
  380. pa5.Anchored = false
  381. pa5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  382. pa5.Name = "pa5"
  383. pa5.Size = Vector3.new(0.2, 0.2, 0.2)
  384. pa5.BrickColor = BrickColor.new("Toothpaste")
  385. pa5.CanCollide = false
  386. pa5.Locked = true
  387. pa5.Transparency = 1
  388. pa5.Parent = ZAGUEST
  389. local pa5m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa5)
  390. local pa5w = makemotor(pa5, pa5, torso, ang(rd(0), rd(90), rd(-15)) * cf(-0.625, 0.375, 0.45), ang(rd(-20), 0, 0))
  391. local pa6 = Instance.new("Part")
  392. nooutline(pa6)
  393. pa6.Anchored = false
  394. pa6.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  395. pa6.Name = "pa6"
  396. pa6.Size = Vector3.new(0.2, 0.2, 0.2)
  397. pa6.BrickColor = BrickColor.new("Toothpaste")
  398. pa6.CanCollide = false
  399. pa6.Locked = true
  400. pa6.Transparency = 1
  401. pa6.Parent = ZAGUEST
  402. local pa6m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa6)
  403. local pa6w = makemotor(pa6, pa6, torso, ang(rd(0), rd(90), rd(15)) * cf(0.625, 0.375, 0.45), ang(rd(-20), 0, 0))
  404. local pa7 = Instance.new("Part")
  405. nooutline(pa7)
  406. pa7.Anchored = false
  407. pa7.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  408. pa7.Name = "pa7"
  409. pa7.Size = Vector3.new(0.2, 0.2, 0.2)
  410. pa7.BrickColor = BrickColor.new("Toothpaste")
  411. pa7.CanCollide = false
  412. pa7.Locked = true
  413. pa7.Transparency = 1
  414. pa7.Parent = ZAGUEST
  415. local pa7m = makemesh("FileMesh", Vector3.new(1.05, 0.201, 1.1), "rbxasset://fonts/torso.mesh", pa7)
  416. local pa7w = makemotor(pa7, pa7, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0), ang(0, 0, 0))
  417. local pa8 = Instance.new("Part")
  418. nooutline(pa8)
  419. pa8.Anchored = false
  420. pa8.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  421. pa8.Name = "pa8"
  422. pa8.Size = Vector3.new(0.2, 0.2, 0.2)
  423. pa8.BrickColor = BrickColor.new("Toothpaste")
  424. pa8.CanCollide = false
  425. pa8.Locked = true
  426. pa8.Transparency = 1
  427. pa8.Parent = ZAGUEST
  428. local pa8m = makemesh("FileMesh", Vector3.new(1.45, 1.45, 1), "rbxassetid://105992239", pa8)
  429. local pa8w = makemotor(pa8, pa8, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0.7), ang(0, 0, 0))
  430. local pa9 = Instance.new("Part")
  431. nooutline(pa9)
  432. pa9.Anchored = false
  433. pa9.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  434. pa9.Name = "pa9"
  435. pa9.Size = Vector3.new(0.2, 0.2, 0.2)
  436. pa9.BrickColor = BrickColor.new("Really black")
  437. pa9.CanCollide = false
  438. pa9.Locked = true
  439. pa9.Transparency = 1
  440. pa9.Parent = ZAGUEST
  441. local pa9m = makemesh("FileMesh", Vector3.new(1.65, 1.65, 1), "rbxassetid://105992239", pa9)
  442. local pa9w = makemotor(pa9, pa9, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0.675), ang(0, 0, 0))
  443. local pa10 = Instance.new("Part")
  444. nooutline(pa10)
  445. pa10.Anchored = false
  446. pa10.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  447. pa10.Name = "pa10"
  448. pa10.Size = Vector3.new(0.2, 0.2, 0.2)
  449. pa10.BrickColor = BrickColor.new("Toothpaste")
  450. pa10.CanCollide = false
  451. pa10.Locked = true
  452. pa10.Transparency = 1
  453. pa10.Parent = ZAGUEST
  454. local pa10m = makemesh("Head", Vector3.new(4.5, 11.5, 4.5), nil, pa10)
  455. local pa10w = makemotor(pa10, pa10, torso, ang(rd(0), rd(0), rd(0)) * cf(0.425, 0, -0.8), ang(0, 0, 0))
  456. local pa11 = Instance.new("Part")
  457. nooutline(pa11)
  458. pa11.Anchored = false
  459. pa11.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  460. pa11.Name = "pa11"
  461. pa11.Size = Vector3.new(0.2, 0.2, 0.2)
  462. pa11.BrickColor = BrickColor.new("Toothpaste")
  463. pa11.CanCollide = false
  464. pa11.Locked = true
  465. pa11.Transparency = 1
  466. pa11.Parent = ZAGUEST
  467. local pa11m = makemesh("Head", Vector3.new(4.5, 11.5, 4.5), nil, pa11)
  468. local pa11w = makemotor(pa11, pa11, torso, ang(rd(0), rd(0), rd(0)) * cf(-0.425, 0, -0.8), ang(0, 0, 0))
  469. local raemblem = Instance.new("Part")
  470. nooutline(raemblem)
  471. raemblem.Anchored = false
  472. raemblem.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  473. raemblem.Name = "raemblem"
  474. raemblem.Size = Vector3.new(0.2, 0.2, 0.2)
  475. raemblem.BrickColor = BrickColor.new("Toothpaste")
  476. raemblem.CanCollide = false
  477. raemblem.Locked = true
  478. raemblem.Material = "Neon"
  479. raemblem.Transparency = 1
  480. raemblem.Parent = ZAGUEST
  481. local raemblemm = makemesh("Brick", Vector3.new(0, 3, 3), nil, raemblem)
  482. local raemblemw = makemotor(raemblem, raemblem, rightarm, ang(rd(0.5), rd(0), rd(0)) * cf(-0.5, -0.5, 0), ang(rd(0), 0, 0))
  483. local emmes = Instance.new("Decal")
  484. emmes.Texture = "rbxassetid://0"
  485. emmes.Transparency = 1
  486. emmes.Face = "Right"
  487. emmes.Name = "embe"
  488. emmes.Parent = raemblem
  489. local ra1 = Instance.new("Part")
  490. nooutline(ra1)
  491. ra1.Anchored = false
  492. ra1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  493. ra1.Name = "ra1"
  494. ra1.Size = Vector3.new(0.2, 0.2, 0.2)
  495. ra1.BrickColor = BrickColor.new("Toothpaste")
  496. ra1.CanCollide = false
  497. ra1.Locked = true
  498. ra1.Transparency = 1
  499. ra1.Parent = ZAGUEST
  500. local ra1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", ra1)
  501. local ra1w = makemotor(ra1, ra1, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  502. local ra2 = Instance.new("Part")
  503. nooutline(ra2)
  504. ra2.Anchored = false
  505. ra2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  506. ra2.Name = "ra2"
  507. ra2.Size = Vector3.new(0.2, 0.2, 0.2)
  508. ra2.BrickColor = BrickColor.new("Toothpaste")
  509. ra2.CanCollide = false
  510. ra2.Locked = true
  511. ra2.Transparency = 1
  512. ra2.Parent = ZAGUEST
  513. local ra2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", ra2)
  514. local ra2w = makemotor(ra2, ra2, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.175, 0.9, 0), ang(rd(0), 0, 0))
  515. local ra3 = Instance.new("Part")
  516. nooutline(ra3)
  517. ra3.Anchored = false
  518. ra3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  519. ra3.Name = "ra3"
  520. ra3.Size = Vector3.new(0.2, 0.2, 0.2)
  521. ra3.BrickColor = BrickColor.new("Really black")
  522. ra3.CanCollide = false
  523. ra3.Locked = true
  524. ra3.Transparency = 1
  525. ra3.Parent = ZAGUEST
  526. local ra3m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", ra3)
  527. local ra3w = makemotor(ra3, ra3, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  528. local ra4 = Instance.new("Part")
  529. nooutline(ra4)
  530. ra4.Anchored = false
  531. ra4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  532. ra4.Name = "ra4"
  533. ra4.Size = Vector3.new(0.2, 0.2, 0.2)
  534. ra4.BrickColor = BrickColor.new("Really black")
  535. ra4.CanCollide = false
  536. ra4.Locked = true
  537. ra4.Transparency = 1
  538. ra4.Parent = ZAGUEST
  539. local ra4m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.15), "rbxasset://fonts/rightarm.mesh", ra4)
  540. local ra4w = makemotor(ra4, ra4, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.2, 0.85, 0), ang(rd(0), 0, 0))
  541. local ra5 = Instance.new("Part")
  542. nooutline(ra5)
  543. ra5.Anchored = false
  544. ra5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  545. ra5.Name = "ra5"
  546. ra5.Size = Vector3.new(0.2, 0.2, 0.2)
  547. ra5.BrickColor = BrickColor.new("Toothpaste")
  548. ra5.CanCollide = false
  549. ra5.Locked = true
  550. ra5.Transparency = 1
  551. ra5.Parent = ZAGUEST
  552. local ra5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", ra5)
  553. local ra5w = makemotor(ra5, ra5, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.65, 0.7, 0), ang(rd(0), 0, 0))
  554. local la1 = Instance.new("Part")
  555. nooutline(la1)
  556. la1.Anchored = false
  557. la1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  558. la1.Name = "la1"
  559. la1.Size = Vector3.new(0.2, 0.2, 0.2)
  560. la1.BrickColor = BrickColor.new("Toothpaste")
  561. la1.CanCollide = false
  562. la1.Locked = true
  563. la1.Transparency = 1
  564. la1.Parent = ZAGUEST
  565. local la1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", la1)
  566. local la1w = makemotor(la1, la1, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  567. local la2 = Instance.new("Part")
  568. nooutline(la2)
  569. la2.Anchored = false
  570. la2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  571. la2.Name = "la2"
  572. la2.Size = Vector3.new(0.2, 0.2, 0.2)
  573. la2.BrickColor = BrickColor.new("Toothpaste")
  574. la2.CanCollide = false
  575. la2.Locked = true
  576. la2.Transparency = 1
  577. la2.Parent = ZAGUEST
  578. local la2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", la2)
  579. local la2w = makemotor(la2, la2, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.175, 0.9, 0), ang(rd(0), 0, 0))
  580. local la3 = Instance.new("Part")
  581. nooutline(la3)
  582. la3.Anchored = false
  583. la3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  584. la3.Name = "la3"
  585. la3.Size = Vector3.new(0.2, 0.2, 0.2)
  586. la3.BrickColor = BrickColor.new("Really black")
  587. la3.CanCollide = false
  588. la3.Locked = true
  589. la3.Transparency = 1
  590. la3.Parent = ZAGUEST
  591. local la3m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", la3)
  592. local la3w = makemotor(la3, la3, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
  593. local la4 = Instance.new("Part")
  594. nooutline(la4)
  595. la4.Anchored = false
  596. la4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  597. la4.Name = "la4"
  598. la4.Size = Vector3.new(0.2, 0.2, 0.2)
  599. la4.BrickColor = BrickColor.new("Really black")
  600. la4.CanCollide = false
  601. la4.Locked = true
  602. la4.Transparency = 1
  603. la4.Parent = ZAGUEST
  604. local la4m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.15), "rbxasset://fonts/rightarm.mesh", la4)
  605. local la4w = makemotor(la4, la4, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.2, 0.85, 0), ang(rd(0), 0, 0))
  606. local la5 = Instance.new("Part")
  607. nooutline(la5)
  608. la5.Anchored = false
  609. la5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  610. la5.Name = "la5"
  611. la5.Size = Vector3.new(0.2, 0.2, 0.2)
  612. la5.BrickColor = BrickColor.new("Toothpaste")
  613. la5.CanCollide = false
  614. la5.Locked = true
  615. la5.Transparency = 1
  616. la5.Parent = ZAGUEST
  617. local la5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", la5)
  618. local la5w = makemotor(la5, la5, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.4, 0.7, 0), ang(rd(0), 0, 0))
  619. local ll1 = Instance.new("Part")
  620. nooutline(ll1)
  621. ll1.Anchored = false
  622. ll1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  623. ll1.Name = "ll1"
  624. ll1.Size = Vector3.new(0.2, 0.2, 0.2)
  625. ll1.BrickColor = BrickColor.new("Really black")
  626. ll1.CanCollide = false
  627. ll1.Locked = true
  628. ll1.Transparency = 1
  629. ll1.Parent = ZAGUEST
  630. local ll1m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", ll1)
  631. local ll1w = makemotor(ll1, ll1, leftleg, ang(rd(7), rd(30), rd(20)) * cf(-0.25, -0.3, 0.525), ang(0, 0, 0))
  632. local ll2 = Instance.new("Part")
  633. nooutline(ll2)
  634. ll2.Anchored = false
  635. ll2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  636. ll2.Name = "ll2"
  637. ll2.Size = Vector3.new(0.2, 0.2, 0.2)
  638. ll2.BrickColor = BrickColor.new("Really black")
  639. ll2.CanCollide = false
  640. ll2.Locked = true
  641. ll2.Transparency = 1
  642. ll2.Parent = ZAGUEST
  643. local ll2m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", ll2)
  644. local ll2w = makemotor(ll2, ll2, leftleg, ang(rd(7), rd(-30), rd(-20)) * cf(0.25, -0.3, 0.525), ang(0, 0, 0))
  645. local ll3 = Instance.new("Part")
  646. nooutline(ll3)
  647. ll3.Anchored = false
  648. ll3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  649. ll3.Name = "ll3"
  650. ll3.Size = Vector3.new(0.2, 0.2, 0.2)
  651. ll3.BrickColor = BrickColor.new("Toothpaste")
  652. ll3.CanCollide = false
  653. ll3.Locked = true
  654. ll3.Transparency = 1
  655. ll3.Parent = ZAGUEST
  656. local ll3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", ll3)
  657. local ll3w = makemotor(ll3, ll3, leftleg, ang(rd(15), rd(0), rd(0)) * cf(0, 0, 0.7), ang(0, 0, 0))
  658. local rr1 = Instance.new("Part")
  659. nooutline(rr1)
  660. rr1.Anchored = false
  661. rr1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  662. rr1.Name = "rr1"
  663. rr1.Size = Vector3.new(0.2, 0.2, 0.2)
  664. rr1.BrickColor = BrickColor.new("Really black")
  665. rr1.CanCollide = false
  666. rr1.Locked = true
  667. rr1.Transparency = 1
  668. rr1.Parent = ZAGUEST
  669. local rr1m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", rr1)
  670. local rr1w = makemotor(rr1, rr1, rightleg, ang(rd(7), rd(30), rd(20)) * cf(-0.25, -0.3, 0.525), ang(0, 0, 0))
  671. local rr2 = Instance.new("Part")
  672. nooutline(rr2)
  673. rr2.Anchored = false
  674. rr2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  675. rr2.Name = "rr2"
  676. rr2.Size = Vector3.new(0.2, 0.2, 0.2)
  677. rr2.BrickColor = BrickColor.new("Really black")
  678. rr2.CanCollide = false
  679. rr2.Locked = true
  680. rr2.Transparency = 1
  681. rr2.Parent = ZAGUEST
  682. local rr2m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", rr2)
  683. local rr2w = makemotor(rr2, rr2, rightleg, ang(rd(7), rd(-30), rd(-20)) * cf(0.25, -0.3, 0.525), ang(0, 0, 0))
  684. local rr3 = Instance.new("Part")
  685. nooutline(rr3)
  686. rr3.Anchored = false
  687. rr3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
  688. rr3.Name = "rr3"
  689. rr3.Size = Vector3.new(0.2, 0.2, 0.2)
  690. rr3.BrickColor = BrickColor.new("Toothpaste")
  691. rr3.CanCollide = false
  692. rr3.Locked = true
  693. rr3.Transparency = 1
  694. rr3.Parent = ZAGUEST
  695. local rr3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", rr3)
  696. local rr3w = makemotor(rr3, rr3, rightleg, ang(rd(15), rd(0), rd(0)) * cf(0, 0, 0.7), ang(0, 0, 0))
  697. return ZAGUEST
  698. end
  699. local theguest = STANDO(hrp.CFrame * CFrame.new(0, 0, 0))
  700. coroutine.resume(coroutine.create(function()
  701. local rot = theguest.HumanoidRootPart
  702. repeat
  703. swait()
  704. rot.CFrame = rot.CFrame:lerp(wherto.CFrame * addcfr, 0.5)
  705. until rot == nil
  706. end))
  707. local rot = theguest.HumanoidRootPart
  708. local ntorso = theguest:FindFirstChild("Torso")
  709. local rightarm = theguest:FindFirstChild("Right Arm")
  710. local leftarm = theguest:FindFirstChild("Left Arm")
  711. local leftleg = theguest:FindFirstChild("Left Leg")
  712. local rightleg = theguest:FindFirstChild("Right Leg")
  713. local head = theguest:FindFirstChild("Head")
  714. local face = head:FindFirstChild("face")
  715. local emblem = theguest:FindFirstChild("raemblem"):FindFirstChild("embe")
  716. local embpart = theguest:FindFirstChild("raemblem")
  717. local nRJ = rot:FindFirstChild("RootJoint")
  718. local nN = ntorso:FindFirstChild("Neck")
  719. local nRS = ntorso:FindFirstChild("Right Shoulder")
  720. local nLS = ntorso:FindFirstChild("Left Shoulder")
  721. local nRH = ntorso:FindFirstChild("Right Hip")
  722. local nLH = ntorso:FindFirstChild("Left Hip")
  723. function standappear(nbz)
  724. if selected == false or activu == true then
  725. return
  726. end
  727. if appeared == false then
  728. appeared = true
  729. wherto = hrp
  730. addcfr = cf(-2, 1, 2)
  731. local apear = Instance.new("Sound")
  732. apear.SoundId = "rbxassetid://168615093"
  733. apear.Parent = rot
  734. apear.Volume = 1.25
  735. game.Debris:AddItem(apear, 1.5)
  736. apear:Play()
  737. for _, n in pairs(nbz:GetChildren()) do
  738. coroutine.resume(coroutine.create(function()
  739. for _ = 1, 5 do
  740. if n ~= rot and n ~= embpart and n.ClassName ~= "Sound" then
  741. swait()
  742. n.Transparency = n.Transparency - 0.2
  743. face.Transparency = face.Transparency - 0.2
  744. emblem.Transparency = emblem.Transparency - 0.2
  745. end
  746. end
  747. if n ~= rot and n ~= embpart then
  748. n.Transparency = 0
  749. end
  750. face.Transparency = 0
  751. emblem.Transparency = 0
  752. end))
  753. end
  754. elseif appeared == true then
  755. appeared = false
  756. wherto = hrp
  757. addcfr = cf(0, 0, 0)
  758. for _, n in pairs(nbz:GetChildren()) do
  759. coroutine.resume(coroutine.create(function()
  760. for _ = 1, 5 do
  761. if n ~= rot and n ~= embpart then
  762. swait()
  763. n.Transparency = n.Transparency + 0.2
  764. face.Transparency = face.Transparency + 0.2
  765. emblem.Transparency = emblem.Transparency + 0.2
  766. end
  767. end
  768. if n ~= rot and n ~= embpart then
  769. n.Transparency = 1
  770. end
  771. face.Transparency = 1
  772. emblem.Transparency = 1
  773. end))
  774. end
  775. end
  776. end
  777. function THREATENING()
  778. if selected == false or activu == true then
  779. return
  780. end
  781. if POSU == false then
  782. POSU = true
  783. human.WalkSpeed = 0
  784. local d = Instance.new("ParticleEmitter")
  785. d.Name = "MENACINGU"
  786. d.Lifetime = NumberRange.new(1)
  787. d.Rate = 2
  788. d.Texture = "rbxassetid://298768656"
  789. d.VelocitySpread = 60
  790. d.Parent = tors
  791. human:SetStateEnabled(3, false)
  792. local randomoth = math.random(1, 2)
  793. if randomoth == 1 then
  794. repeat
  795. swait()
  796. lerpz(RJ, "C0", RJC0 * cf(0, 0, -0.05) * ang(rd(-5), rd(0), rd(-30)), 0.3)
  797. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(30)), 0.3)
  798. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-20), rd(-5)), 0.3)
  799. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  800. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(140), rd(-70), rd(-50)), 0.3)
  801. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  802. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(-30), rd(10)), 0.3)
  803. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  804. lerpz(LH, "C0", LHC0 * cf(0.3, 0.1, -0.15) * ang(rd(-20), rd(50), rd(10)), 0.3)
  805. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3)
  806. until POSU == false
  807. elseif randomoth == 2 then
  808. repeat
  809. swait()
  810. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(-2), rd(25)), 0.3)
  811. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(6), rd(0), rd(-50)), 0.3)
  812. lerpz(RS, "C0", RSC0 * cf(-0.25, 0.3, -0.5) * ang(rd(-30), rd(-15), rd(200)), 0.3)
  813. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  814. lerpz(LS, "C0", LSC0 * cf(0.25, 0.3, -0.5) * ang(rd(-32), rd(13), rd(-195)), 0.3)
  815. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  816. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-15), rd(-10)), 0.3)
  817. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  818. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(-10)), 0.3)
  819. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  820. until POSU == false
  821. end
  822. elseif POSU == true then
  823. POSU = false
  824. human.WalkSpeed = 16
  825. human:SetStateEnabled(3, true)
  826. tors.MENACINGU:Destroy()
  827. activu = true
  828. activu = false
  829. end
  830. end
  831. local EHMMM = 0
  832. function block()
  833. if EHMMM == 50 or selected == false or activu == true then
  834. return
  835. end
  836. if appeared == false then
  837. standappear(theguest)
  838. end
  839. wherto = hrp
  840. addcfr = cf(0, 0, -3)
  841. local bep = true
  842. local humanshealth = human.Health
  843. activu = true
  844. human:SetStateEnabled(15, false)
  845. local de = mouse.KeyUp:connect(function(key)
  846. if key == "e" then
  847. bep = false
  848. end
  849. end)
  850. local poopes = 0
  851. repeat
  852. swait()
  853. poopes = poopes + 1
  854. human.Health = humanshealth
  855. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(0)), 0.5)
  856. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(7), rd(0), rd(0)), 0.5)
  857. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(110), rd(160)), 0.5)
  858. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5)
  859. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(-110), rd(-160)), 0.5)
  860. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5)
  861. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  862. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  863. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  864. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  865. until bep == false or poopes > 240
  866. de:Disconnect()
  867. human:SetStateEnabled(15, true)
  868. activu = false
  869. EHMMM = 50
  870. coroutine.resume(coroutine.create(function()
  871. wait(7)
  872. EHMMM = 0
  873. end))
  874. wherto = hrp
  875. addcfr = cf(-2, 1, 2)
  876. end
  877. function MUDA()
  878. if selected == false or activu == true then
  879. return
  880. end
  881. if appeared == false then
  882. standappear(theguest)
  883. wherto = hrp
  884. addcfr = cf(0, 0, -3.5)
  885. end
  886. wry:Stop()
  887. local bep = true
  888. activu = true
  889. wherto = hrp
  890. addcfr = cf(0, 0, -3.5)
  891. local function blur(limb)
  892. coroutine.resume(coroutine.create(function()
  893. local memedon = {}
  894. for i = 1, 6 do
  895. local b1 = Instance.new("Part")
  896. nooutline(b1)
  897. b1.Size = Vector3.new(1, 2, 1)
  898. b1.CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
  899. b1.CanCollide = false
  900. b1.BrickColor = limb.BrickColor
  901. b1.Anchored = true
  902. b1.Transparency = 0.7
  903. b1.Locked = true
  904. b1.Parent = modz
  905. table.insert(memedon, b1)
  906. end
  907. local num = 0
  908. repeat
  909. swait()
  910. num = num % 6 + 1
  911. memedon[num].CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
  912. until bep == false
  913. for i = 1, #memedon do
  914. swait()
  915. memedon[i]:Destroy()
  916. end
  917. end))
  918. end
  919. local de = mouse.KeyUp:connect(function(key)
  920. if key == "r" then
  921. bep = false
  922. end
  923. end)
  924. blur(rightarm)
  925. blur(leftarm)
  926. local mudodo = Instance.new("Sound")
  927. mudodo.Volume = 7.5
  928. mudodo.SoundId = "rbxassetid://183339994"
  929. mudodo.Looped = true
  930. mudodo.Parent = hrp
  931. mudodo:Play()
  932. repeat
  933. for _ = 1, 2 do
  934. swait()
  935. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(4), rd(4), rd(30)), 0.85)
  936. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-28)), 0.85)
  937. lerpz(nRS, "C0", RSC0 * cf(0.5, 0.25, -0.1) * ang(rd(20), rd(20), rd(105)), 0.85)
  938. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  939. lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(30), rd(10), rd(-70)), 0.85)
  940. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  941. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  942. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  943. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  944. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  945. end
  946. hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  947. for _ = 1, 2 do
  948. swait()
  949. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(-30)), 0.85)
  950. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(31)), 0.85)
  951. lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(-10), rd(-30), rd(75)), 0.85)
  952. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  953. lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(10), rd(-70)), 0.85)
  954. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  955. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  956. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  957. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  958. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  959. end
  960. hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  961. for _ = 1, 2 do
  962. swait()
  963. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(3), rd(3), rd(32)), 0.85)
  964. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-29)), 0.85)
  965. lerpz(nRS, "C0", RSC0 * cf(0.35, 0.25, 0.1) * ang(rd(-10), rd(-20), rd(95)), 0.85)
  966. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  967. lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(-10), rd(10), rd(-80)), 0.85)
  968. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  969. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  970. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  971. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
  972. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  973. end
  974. hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  975. for _ = 1, 2 do
  976. swait()
  977. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(3), rd(-40)), 0.85)
  978. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(-2), rd(35)), 0.85)
  979. lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(20), rd(-30), rd(65)), 0.85)
  980. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  981. lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(30), rd(-75)), 0.85)
  982. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  983. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  984. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  985. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
  986. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
  987. end
  988. hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
  989. until bep == false or 0 >= human.Health
  990. de:Disconnect()
  991. mudodo:Stop()
  992. wry:Play()
  993. for _ = 1, 6 do
  994. swait()
  995. lerpz(nRJ, "C0", RJC0 * cf(0, 1.25, 0) * ang(rd(0), rd(4), rd(-85)), 0.75)
  996. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(75)), 0.75)
  997. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.75)
  998. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  999. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
  1000. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1001. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
  1002. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1003. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
  1004. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1005. end
  1006. for _ = 1, 7 do
  1007. swait()
  1008. hito(rightarm, 3, 20, 0.35, rot.CFrame.lookVector * 50)
  1009. lerpz(nRJ, "C0", RJC0 * cf(0, -1, 0) * ang(rd(0), rd(10), rd(75)), 0.75)
  1010. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.75)
  1011. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-60), rd(100)), 0.75)
  1012. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.75)
  1013. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
  1014. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1015. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
  1016. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1017. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
  1018. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
  1019. end
  1020. swait(5)
  1021. wherto = hrp
  1022. mudodo:Destroy()
  1023. addcfr = cf(-2, 1, 2)
  1024. activu = false
  1025. end
  1026. function cability()
  1027. if selected == false or activu == true then
  1028. return
  1029. end
  1030. if appeared == false then
  1031. standappear(theguest)
  1032. wherto = hrp
  1033. addcfr = cf(0, 0, -3.75)
  1034. end
  1035. activu = true
  1036. wherto = hrp
  1037. addcfr = cf(0, 0, -3.5)
  1038. local ZAWRUA = Instance.new("Sound")
  1039. ZAWRUA.SoundId = "rbxassetid://168615093"
  1040. ZAWRUA.Volume = 3
  1041. ZAWRUA.Parent = hrp
  1042. ZAWRUA:Play()
  1043. game.Debris:AddItem(ZAWRUA, 2.5)
  1044. local wate = Instance.new("Part")
  1045. nooutline(wate)
  1046. wate.Size = Vector3.new(0.2, 0.2, 0.2)
  1047. wate.Material = "Neon"
  1048. wate.Transparency = 1
  1049. wate.BrickColor = BrickColor.new("Toothpaste")
  1050. wate.CFrame = rightarm.CFrame * cf(0, -1.5, 0)
  1051. wate.Anchored = true
  1052. wate.CanCollide = false
  1053. wate.Parent = modz
  1054. local wmesh = makemesh("Sphere", Vector3.new(5, 5, 5), nil, wate)
  1055. coroutine.resume(coroutine.create(function()
  1056. repeat
  1057. swait()
  1058. wate.CFrame = rightarm.CFrame * cf(0, -1, 0)
  1059. wmesh.Scale = wmesh.Scale:lerp(Vector3.new(10, 10, 10), 0.5)
  1060. until not wate
  1061. end))
  1062. coroutine.resume(coroutine.create(function()
  1063. local pt = {}
  1064. for _ = 1, 10 do
  1065. local wp = Instance.new("Part")
  1066. nooutline(wp)
  1067. wp.Size = Vector3.new(0.2, 0.2, 0.2)
  1068. wp.Material = "Neon"
  1069. wp.Transparency = 1
  1070. wp.BrickColor = BrickColor.new("Bright violet")
  1071. wp.CFrame = wate.CFrame * ang(rd2(-100, 100) / 1000, rd2(-100, 100) / 1000, rd2(-100, 100) / 1000) * cf(0, -0.25, 0)
  1072. wp.Anchored = true
  1073. wp.CanCollide = false
  1074. wp.Parent = modz
  1075. local wmz = makemesh("Sphere", Vector3.new(0.5, 2, 0.5), nil, wp)
  1076. table.insert(pt, wp)
  1077. table.insert(pt, wmz)
  1078. end
  1079. for m = 1, 45 do
  1080. swait()
  1081. for _, hey in pairs(pt) do
  1082. if hey.ClassName == "SpecialMesh" then
  1083. hey.Scale = hey.Scale + Vector3.new(0.005, 0.04, 0.005)
  1084. elseif hey.ClassName == "Part" then
  1085. hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
  1086. hey.Transparency = hey.Transparency - 0.015
  1087. end
  1088. end
  1089. end
  1090. for m = 45, 50 do
  1091. swait()
  1092. for _, hey in pairs(pt) do
  1093. if hey.ClassName == "SpecialMesh" then
  1094. hey.Scale = hey.Scale + Vector3.new(0.025, 0.08, 0.025)
  1095. elseif hey.ClassName == "Part" then
  1096. hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
  1097. hey.Transparency = hey.Transparency + 0.2
  1098. end
  1099. end
  1100. end
  1101. for _, AAA in pairs(pt) do
  1102. if AAA.ClassName == "Part" then
  1103. AAA:Destroy()
  1104. end
  1105. end
  1106. end))
  1107. for _ = 1, 50 do
  1108. swait()
  1109. wmesh.Scale = Vector3.new(9, 9, 9)
  1110. wate.Transparency = wate.Transparency - 0.008
  1111. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-125)), 0.2)
  1112. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(115)), 0.2)
  1113. lerpz(nRS, "C0", RSC0 * cf(rd2(-1, 1) / 10, rd2(-1, 1) / 10, rd2(-1, 1) / 10) * ang(rd(rd2(-15, -5)), rd(rd2(-25, -15)), rd(rd2(95, 105))), 0.2)
  1114. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1115. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.2)
  1116. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1117. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.2)
  1118. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1119. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.2)
  1120. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
  1121. end
  1122. local pooo = Instance.new("Sound")
  1123. pooo.SoundId = "rbxassetid://148227816"
  1124. pooo.Volume = 3
  1125. pooo.Parent = hrp
  1126. pooo:Play()
  1127. game.Debris:AddItem(pooo, 2.5)
  1128. for _ = 1, 1 do
  1129. swait()
  1130. wate.Transparency = wate.Transparency + 0.15
  1131. lerpz(nRJ, "C0", RJC0 * cf(0, -2, 0) * ang(rd(0), rd(10), rd(35)), 0.5)
  1132. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-30)), 0.5)
  1133. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-80), rd(100)), 0.5)
  1134. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
  1135. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1136. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1137. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1138. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1139. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1140. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1141. end
  1142. local swoo = Instance.new("Part")
  1143. nooutline(swoo)
  1144. swoo.Size = Vector3.new(0.2, 0.2, 0.2)
  1145. swoo.Material = "Neon"
  1146. swoo.Transparency = 0.2
  1147. swoo.BrickColor = BrickColor.new("Toothpaste")
  1148. swoo.CFrame = rightarm.CFrame * ang(rd(0), rd(-15), rd(240)) * cf(1.5, -2.5, 0)
  1149. swoo.Anchored = true
  1150. swoo.CanCollide = false
  1151. swoo.Parent = modz
  1152. local wmesh = makemesh("FileMesh", Vector3.new(0.013333333333333334, 0.015384615384615385, 0.025), "rbxassetid://576041905", swoo)
  1153. local pli = Instance.new("PointLight")
  1154. pli.Brightness = 2
  1155. pli.Color = Color3.new(0, 0.5, 1)
  1156. pli.Range = 10
  1157. pli.Shadows = true
  1158. pli.Parent = swoo
  1159. hito(swoo, 5, 40, 0.15, rot.CFrame.lookVector * 80)
  1160. tagability(swoo, 4)
  1161. for _ = 1, 10 do
  1162. swait()
  1163. wate.Transparency = wate.Transparency + 0.05
  1164. swoo.Transparency = swoo.Transparency + 0.075
  1165. pli.Range = pli.Range - 1
  1166. lerpz(nRJ, "C0", RJC0 * cf(0, -3, 0) * ang(rd(0), rd(10), rd(105)), 0.5)
  1167. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.5)
  1168. lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-30), rd(100)), 0.5)
  1169. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
  1170. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1171. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1172. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1173. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1174. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1175. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1176. end
  1177. wate:Destroy()
  1178. swoo:Destroy()
  1179. pli:Destroy()
  1180. swait(15)
  1181. wherto = hrp
  1182. addcfr = cf(-2, 1, 2)
  1183. activu = false
  1184. end
  1185. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=188959462")
  1186. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616594208")
  1187. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616576400")
  1188. game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=291088606")
  1189. function THEBEST()
  1190. if selected == false or activu == true or appeared == true or POSU == true then
  1191. return
  1192. end
  1193. local dipperhat = chr:FindFirstChild("DXD_DipperHat")
  1194. local dipperrot
  1195. if dipperhat then
  1196. dipperrot = dipperhat.Handle.HatAttachment.Rotation
  1197. end
  1198. activu = true
  1199. POSU = true
  1200. cam.CameraType = "Scriptable"
  1201. chr.PrimaryPart = hrp
  1202. human.WalkSpeed = 0
  1203. human:SetStateEnabled(3, false)
  1204. local actmus1 = Instance.new("Sound")
  1205. actmus1.SoundId = "rbxassetid://188959462"
  1206. actmus1.Volume = 1.5
  1207. actmus1.RollOffMode = 1
  1208. actmus1.TimePosition = 0
  1209. actmus1.Parent = cam
  1210. local actmus2 = Instance.new("Sound")
  1211. actmus2.SoundId = "rbxassetid://188959462"
  1212. actmus2.Volume = 1.5
  1213. actmus2.RollOffMode = 1
  1214. actmus2.TimePosition = 0
  1215. actmus2.Parent = hrp
  1216. actmus1:Play()
  1217. actmus2:Play()
  1218. local mus1 = Instance.new("Sound")
  1219. mus1.SoundId = "rbxassetid://616594208"
  1220. mus1.Volume = 1.25
  1221. mus1.TimePosition = 0.45
  1222. mus1.Parent = cam
  1223. local mus2 = Instance.new("Sound")
  1224. mus2.SoundId = "rbxassetid://616594208"
  1225. mus2.Volume = 1.25
  1226. mus2.TimePosition = 0.45
  1227. mus2.Parent = hrp
  1228. local zawarudoda = Instance.new("Sound")
  1229. zawarudoda.SoundId = "rbxassetid://616576400"
  1230. zawarudoda.Volume = 2
  1231. zawarudoda.TimePosition = 0.3
  1232. zawarudoda.Parent = hrp
  1233. mus1:Play()
  1234. mus2:Play()
  1235. cam.CoordinateFrame = hrp.CFrame * ang(rd(20), rd(100), rd(0)) * cf(0, 0, 7)
  1236. local regface = hed.face.Texture
  1237. local whogothit, bodyvel
  1238. local function checkhit(partoz, magn)
  1239. for _, guy in pairs(workspace:GetChildren()) do
  1240. if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and not whogothit then
  1241. whogothit = guy
  1242. hito5(rightarm, 20, 808282854, 0.75, hrp.CFrame.rightVector * math.huge + Vector3.new(0, 50, 0), Vector3.new(0, rd2(-25, 25), rd2(-160, 160)))
  1243. guy:FindFirstChild("Humanoid").PlatformStand = true
  1244. do
  1245. local derp = Instance.new("BodyPosition")
  1246. derp.MaxForce = Vector3.new(999999999999, 999999999999, 999999999999)
  1247. derp.P = 8000
  1248. derp.D = 500
  1249. derp.Position = hrp.Position + hrp.CFrame.lookVector * 20
  1250. derp.Parent = guy:FindFirstChild("HumanoidRootPart")
  1251. bodyvel = derp
  1252. local derp2 = Instance.new("BodyAngularVelocity")
  1253. derp2.MaxTorque = Vector3.new(999999999999, 999999999999, 999999999999)
  1254. derp2.P = 8000
  1255. derp2.AngularVelocity = Vector3.new(rd2(2, 4), rd2(50, 100), 0)
  1256. derp2.Parent = guy:FindFirstChild("HumanoidRootPart")
  1257. delay(0.1, function()
  1258. derp2:Destroy()
  1259. end)
  1260. bodyvel = derp
  1261. end
  1262. end
  1263. end
  1264. end
  1265. coroutine.resume(coroutine.create(function()
  1266. for _ = 1, 25 do
  1267. swait()
  1268. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
  1269. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(10), rd(20)), 0.3)
  1270. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
  1271. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1272. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.3)
  1273. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1274. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
  1275. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1276. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1277. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1278. end
  1279. for _ = 1, 20 do
  1280. swait()
  1281. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
  1282. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(10), rd(20)), 0.3)
  1283. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
  1284. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1285. lerpz(LS, "C0", LSC0 * cf(0, 0, 0.4) * ang(rd(70), rd(-60), rd(-100)), 0.3)
  1286. if dipperhat then
  1287. dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, -40, 0), 0.3)
  1288. end
  1289. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1290. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
  1291. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1292. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1293. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1294. end
  1295. end))
  1296. repeat
  1297. swait()
  1298. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(1), rd(0)) * cf(0.15, 0, 0)
  1299. until mus1.TimePosition > 2.9
  1300. mus1:Pause()
  1301. mus2:Pause()
  1302. zawarudoda:Play()
  1303. coroutine.resume(coroutine.create(function()
  1304. for _ = 1, 7 do
  1305. swait()
  1306. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(-5)), 0.4)
  1307. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(0)), 0.3)
  1308. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(80)), 0.3)
  1309. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1310. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(-70)), 0.3)
  1311. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1312. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.3)
  1313. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1314. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
  1315. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1316. end
  1317. for _ = 1, 16 do
  1318. swait()
  1319. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-15), rd(0), rd(-5)), 0.4)
  1320. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(15), rd(8), rd(0)), 0.3)
  1321. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(80)), 0.3)
  1322. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1323. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(-70)), 0.3)
  1324. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1325. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-15)), 0.3)
  1326. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1327. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(15)), 0.3)
  1328. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  1329. end
  1330. end))
  1331. repeat
  1332. swait()
  1333. until zawarudoda.TimePosition > 1.4
  1334. zawarudoda:Pause()
  1335. activu = false
  1336. standappear(theguest)
  1337. wherto = hrp
  1338. addcfr = cf(3, 0.25, -1.5)
  1339. activu = true
  1340. cam.CoordinateFrame = hrp.CFrame * ang(rd(-25), rd(0), rd(0)) * cf(0, 2, 3)
  1341. for _ = 1, 10 do
  1342. swait()
  1343. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 1.5)
  1344. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-75)), 0.5)
  1345. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(45)), 0.5)
  1346. lerpz(nRS, "C0", RSC0 * cf(rd2(-1, 1) / 10, rd2(-1, 1) / 10, rd2(-1, 1) / 10) * ang(rd(rd2(-15, -5)), rd(rd2(-25, -15)), rd(rd2(95, 105))), 0.5)
  1347. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1348. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
  1349. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1350. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
  1351. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1352. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
  1353. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1354. end
  1355. wherto = hrp
  1356. addcfr = cf(-3, 0.25, -1.5)
  1357. for _ = 1, 25 do
  1358. swait()
  1359. checkhit(rightarm, 3)
  1360. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(105)), 0.4)
  1361. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(-45)), 0.4)
  1362. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.4)
  1363. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1364. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.4)
  1365. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1366. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.4)
  1367. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1368. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.4)
  1369. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
  1370. end
  1371. if whogothit then
  1372. print("derp")
  1373. cam.CoordinateFrame = hrp.CFrame * ang(rd(15), rd(140), rd(0)) * cf(0, 1, 4)
  1374. local laugo = Instance.new("Sound")
  1375. laugo.SoundId = "rbxassetid://291088606"
  1376. laugo.Volume = 1.5
  1377. laugo.Parent = hrp
  1378. game.Debris:AddItem(laugo, 2.5)
  1379. laugo:Play()
  1380. local sda = 0
  1381. local chn = 2
  1382. local cs = math.cos
  1383. for D = 1, 60 do
  1384. swait()
  1385. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.15)
  1386. sda = sda + chn
  1387. lerpz(RJ, "C0", RJC0 * cf(0, 0.75, 1 * cs(sda / 2)) * ang(rd(-40), rd(0), rd(-5)), 0.8 / D)
  1388. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-60 + 40 * cs(sda / 2)), rd(8), rd(0)), 0.8 / D)
  1389. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-110 + 80 * cs(sda / 2)), rd(80)), 0.8 / D)
  1390. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1391. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(110 + 80 * cs(sda / 2)), rd(-70)), 0.8 / D)
  1392. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1393. lerpz(RH, "C0", RHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(-10), rd(-40)), 0.8 / D)
  1394. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1395. lerpz(LH, "C0", LHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(10), rd(40)), 0.8 / D)
  1396. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
  1397. end
  1398. hed.face.Texture = "rbxassetid://8329434"
  1399. mus1.TimePosition = 2.75
  1400. mus1:Play()
  1401. for C = 1, 30 do
  1402. swait()
  1403. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, -(0.02 + C / 60))
  1404. sda = sda + chn
  1405. lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.05 + C / 31)
  1406. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.05 + C / 31)
  1407. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.05 + C / 31)
  1408. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1409. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.05 + C / 31)
  1410. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1411. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.05 + C / 31)
  1412. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1413. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.05 + C / 31)
  1414. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
  1415. end
  1416. for _ = 1, 5 do
  1417. swait()
  1418. cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.02)
  1419. sda = sda + chn
  1420. lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.5)
  1421. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.5)
  1422. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.5)
  1423. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1424. lerpz(LS, "C0", LSC0 * cf(0, 0.25, 0) * ang(rd(60), rd(-60), rd(-100)), 0.5)
  1425. if dipperhat then
  1426. dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, 0, 0), 0.5)
  1427. end
  1428. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1429. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.5)
  1430. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1431. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.5)
  1432. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
  1433. end
  1434. wait(2)
  1435. elseif whogothit == nil then
  1436. print("noderp")
  1437. end
  1438. human:SetStateEnabled(3, true)
  1439. activu = false
  1440. standappear(theguest)
  1441. activu = true
  1442. if dipperhat then
  1443. dipperhat.Handle.HatAttachment.Rotation = dipperrot
  1444. end
  1445. actmus1:Destroy()
  1446. actmus2:Destroy()
  1447. bast:Play()
  1448. if bodyvel then
  1449. bodyvel:Destroy()
  1450. end
  1451. cam.CameraType = "Custom"
  1452. hed.face.Texture = regface
  1453. chr.PrimaryPart = head
  1454. human.WalkSpeed = 16
  1455. activu = false
  1456. POSU = false
  1457. end
  1458. local nscale = Instance.new("NumberValue")
  1459. nscale.Value = 1
  1460. nscale.Parent = nil
  1461. function makecircle(cfrem, scalo)
  1462. local mcir1 = Instance.new("Part")
  1463. mcir1.Anchored = true
  1464. mcir1.CanCollide = false
  1465. mcir1.Size = Vector3.new(0.2, 0.2, 0.2)
  1466. mcir1.Transparency = 1
  1467. mcir1.CFrame = cfrem
  1468. mcir1.Parent = modz
  1469. game.Debris:AddItem(mcir1, 8)
  1470. local d1 = Instance.new("Decal")
  1471. d1.Texture = "rbxassetid://894397820"
  1472. d1.Face = "Front"
  1473. d1.Parent = mcir1
  1474. local d2 = Instance.new("Decal")
  1475. d2.Texture = "rbxassetid://894397820"
  1476. d2.Face = "Back"
  1477. d2.Parent = mcir1
  1478. local bme = Instance.new("BlockMesh")
  1479. bme.Parent = mcir1
  1480. for _ = 1, 2 do
  1481. swait()
  1482. bme.Scale = bme.Scale:lerp(Vector3.new(60 * scalo, 60 * scalo, 0), 0.2)
  1483. end
  1484. for _ = 1, 15 do
  1485. swait()
  1486. bme.Scale = bme.Scale:lerp(Vector3.new(-0.2 * scalo, -0.2 * scalo, 0), 0.2)
  1487. end
  1488. for _ = 1, 3 do
  1489. swait()
  1490. bme.Scale = bme.Scale:lerp(Vector3.new(80 * scalo, 80 * scalo, 0), 0.2)
  1491. end
  1492. coroutine.resume(coroutine.create(function()
  1493. swait(15)
  1494. for _ = 1, 12 do
  1495. swait()
  1496. d1.Transparency = d1.Transparency + 0.08
  1497. d2.Transparency = d2.Transparency + 0.08
  1498. end
  1499. mcir1:Destroy()
  1500. end))
  1501. return mcir1
  1502. end
  1503. function makegloo(paren, co, ci, parto, parti, nam)
  1504. local gloo = Instance.new("Glue")
  1505. gloo.Name = nam
  1506. gloo.C0 = co
  1507. gloo.C1 = ci
  1508. gloo.Part0 = parto
  1509. gloo.Part1 = parti
  1510. gloo.Parent = paren
  1511. end
  1512. function makejoint(paren, co, ci, parto, parti, nam)
  1513. local gloo = Instance.new("Motor6D")
  1514. gloo.Name = nam
  1515. gloo.C0 = co
  1516. gloo.C1 = ci
  1517. gloo.Part0 = parto
  1518. gloo.Part1 = parti
  1519. gloo.Parent = paren
  1520. end
  1521. function maketouchy(parent, limb, cframe)
  1522. local pr = Instance.new("Part")
  1523. pr.Name = "touchy"
  1524. pr.Size = Vector3.new(1 * nscale.Value, 1 * nscale.Value, 1 * nscale.Value)
  1525. pr.Transparency = 1
  1526. pr.CustomPhysicalProperties = PhysicalProperties.new(0.55, 0.3, 0.5)
  1527. pr.CanCollide = true
  1528. pr.Anchored = false
  1529. pr.Parent = parent
  1530. local w = Instance.new("Weld")
  1531. w.Part0 = pr
  1532. w.Part1 = limb
  1533. w.C0 = cframe
  1534. w.Parent = pr
  1535. end
  1536. RightShoulderC0 = CFrame.new(1.5 * nscale.Value, 0.5 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1537. RightShoulderC1 = CFrame.new(0, 0.5 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1538. LeftShoulderC0 = CFrame.new(-1.5 * nscale.Value, 0.5 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1539. LeftShoulderC1 = CFrame.new(0, 0.5 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1540. RightHipC0 = CFrame.new(0.5 * nscale.Value, -1 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1541. RightHipC1 = CFrame.new(0, 1 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1542. LeftHipC0 = CFrame.new(-0.5 * nscale.Value, -1 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1543. LeftHipC1 = CFrame.new(0 * nscale.Value, 1 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1544. RootJointC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1545. RootJointC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1546. NeckC0 = CFrame.new(0, 1 * nscale.Value, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1547. NeckC1 = CFrame.new(0, -0.5 * nscale.Value, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1548. nscale.Changed:connect(function()
  1549. RightShoulderC0 = CFrame.new(1.5 * nscale.Value, 0.5 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1550. RightShoulderC1 = CFrame.new(0, 0.5 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1551. LeftShoulderC0 = CFrame.new(-1.5 * nscale.Value, 0.5 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1552. LeftShoulderC1 = CFrame.new(0, 0.5 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1553. RightHipC0 = CFrame.new(0.5 * nscale.Value, -1 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1554. RightHipC1 = CFrame.new(0, 1 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1555. LeftHipC0 = CFrame.new(-0.5 * nscale.Value, -1 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1556. LeftHipC1 = CFrame.new(0 * nscale.Value, 1 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1557. RootJointC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1558. RootJointC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1559. NeckC0 = CFrame.new(0, 1 * nscale.Value, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1560. NeckC1 = CFrame.new(0, -0.5 * nscale.Value, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1561. end)
  1562. function ragplayer(cactus)
  1563. cactus.Humanoid.PlatformStand = true
  1564. if cactus["Right Arm"]~=nil and cactus.Torso:FindFirstChild("Right Shoulder") then
  1565. cactus.Torso:FindFirstChild("Right Shoulder"):Destroy()
  1566. makegloo(cactus.Torso, RightShoulderC0, RightShoulderC1, cactus.Torso, cactus["Right Arm"], "Right Shoulder")
  1567. maketouchy(cactus["Right Arm"], cactus["Right Arm"], CFrame.new(0, 0.5, 0))
  1568. end
  1569. if cactus["Left Arm"]~=nil and cactus.Torso:FindFirstChild("Left Shoulder") then
  1570. cactus.Torso:FindFirstChild("Left Shoulder"):Destroy()
  1571. makegloo(cactus.Torso, LeftShoulderC0, LeftShoulderC1, cactus.Torso, cactus["Left Arm"], "Left Shoulder")
  1572. maketouchy(cactus["Left Arm"], cactus["Left Arm"], CFrame.new(0, 0.5, 0))
  1573. end
  1574. if cactus["Right Leg"]~=nil and cactus.Torso:FindFirstChild("Right Hip") then
  1575. cactus.Torso:FindFirstChild("Right Hip"):Destroy()
  1576. makegloo(cactus.Torso, RightHipC0, RightHipC1, cactus.Torso, cactus["Right Leg"], "Right Hip")
  1577. maketouchy(cactus["Right Leg"], cactus["Right Leg"], CFrame.new(0, 0.5, 0))
  1578. end
  1579. if cactus["Left Leg"]~=nil and cactus.Torso:FindFirstChild("Left Hip") then
  1580. cactus.Torso:FindFirstChild("Left Hip"):Destroy()
  1581. makegloo(cactus.Torso, LeftHipC0, LeftHipC1, cactus.Torso, cactus["Left Leg"], "Left Hip")
  1582. maketouchy(cactus["Left Leg"], cactus["Left Leg"], CFrame.new(0, 0.5, 0))
  1583. end
  1584. end
  1585. function makenoob(cfrem, scalo, rags)
  1586. nscale.Value = scalo
  1587. local md = Instance.new("Model")
  1588. md.Name = "Noob"
  1589. md.Parent = workspace
  1590. local hu = Instance.new("Humanoid")
  1591. hu.RigType = "R6"
  1592. hu.MaxHealth = 100 * scalo
  1593. hu.Health = 100 * scalo
  1594. hu.Parent = md
  1595. local anm = Instance.new("Animator")
  1596. anm.Parent = hu
  1597. hu.PlatformStand = true
  1598. local light = function(part)
  1599. part.CustomPhysicalProperties = PhysicalProperties.new(0.35, 0.3, 0.5)
  1600. end
  1601. local hd = Instance.new("Part")
  1602. hd.Name = "Head"
  1603. hd.Size = Vector3.new(2 * nscale.Value, 1 * nscale.Value, 1 * nscale.Value)
  1604. hd.TopSurface = "Smooth"
  1605. hd.BottomSurface = "Inlet"
  1606. hd.Locked = true
  1607. hd.BrickColor = BrickColor.new("Bright yellow")
  1608. hd.CanCollide = true
  1609. hd.Anchored = false
  1610. light(hd)
  1611. hd.Parent = md
  1612. local hm = Instance.new("SpecialMesh")
  1613. hm.MeshType = "Head"
  1614. hm.Scale = Vector3.new(1.25, 1.25, 1.25)
  1615. hm.Parent = hd
  1616. local hf = Instance.new("Decal")
  1617. hf.Texture = "rbxasset://textures/face.png"
  1618. local gen = math.random(1, 40)
  1619. if gen == 3 then
  1620. hf.Texture = "rbxassetid://260884109"
  1621. end
  1622. if gen == 8 then
  1623. hf.Texture = "rbxassetid://260569492"
  1624. end
  1625. if gen == 12 then
  1626. hf.Texture = "rbxassetid://259580505"
  1627. end
  1628. if gen == 16 then
  1629. hf.Texture = "rbxassetid://259579232"
  1630. end
  1631. if gen == 24 then
  1632. hf.Texture = "rbxassetid://259571525"
  1633. end
  1634. if gen == 28 then
  1635. hf.Texture = "rbxassetid://258283210"
  1636. end
  1637. if gen == 32 then
  1638. hf.Texture = "rbxassetid://258940032"
  1639. end
  1640. if gen == 38 then
  1641. hf.Texture = "rbxassetid://673220970"
  1642. hf.Color3 = Color3.new(0, 0, 0)
  1643. end
  1644. hf.Face = "Front"
  1645. hf.Parent = hd
  1646. local hrpa = Instance.new("Part")
  1647. hrpa.Name = "HumanoidRootPart"
  1648. hrpa.TopSurface, hrpa.BottomSurface = 0, 0
  1649. hrpa.Size = Vector3.new(2 * nscale.Value, 2 * nscale.Value, 1 * nscale.Value)
  1650. hrpa.Transparency = 1
  1651. hrpa.CanCollide = false
  1652. hrpa.Locked = true
  1653. light(hrpa)
  1654. hrpa.Parent = md
  1655. local tagbomb = Instance.new("BoolValue")
  1656. tagbomb.Name = "tagbomb"
  1657. tagbomb.Value = false
  1658. tagbomb.Parent = hrpa
  1659. local learm = Instance.new("Part")
  1660. learm.Name = "Left Arm"
  1661. learm.BrickColor = BrickColor.new("Bright yellow")
  1662. learm.CanCollide = false
  1663. learm.Locked = true
  1664. learm.Size = Vector3.new(1 * nscale.Value, 2 * nscale.Value, 1 * nscale.Value)
  1665. light(learm)
  1666. learm.Parent = md
  1667. local riarm = Instance.new("Part")
  1668. riarm.Name = "Right Arm"
  1669. riarm.BrickColor = BrickColor.new("Bright yellow")
  1670. riarm.CanCollide = false
  1671. riarm.Locked = true
  1672. light(riarm)
  1673. riarm.Size = Vector3.new(1 * nscale.Value, 2 * nscale.Value, 1 * nscale.Value)
  1674. riarm.Parent = md
  1675. local leleg = Instance.new("Part")
  1676. leleg.Name = "Left Leg"
  1677. leleg.BrickColor = BrickColor.new("Br. yellowish green")
  1678. leleg.CanCollide = false
  1679. leleg.Locked = true
  1680. light(leleg)
  1681. leleg.BottomSurface = 0
  1682. leleg.Size = Vector3.new(1 * nscale.Value, 2 * nscale.Value, 1 * nscale.Value)
  1683. leleg.Parent = md
  1684. local rileg = Instance.new("Part")
  1685. rileg.Name = "Right Leg"
  1686. rileg.BrickColor = BrickColor.new("Br. yellowish green")
  1687. rileg.CanCollide = false
  1688. rileg.Locked = true
  1689. light(rileg)
  1690. rileg.BottomSurface = 0
  1691. rileg.Size = Vector3.new(1 * nscale.Value, 2 * nscale.Value, 1 * nscale.Value)
  1692. rileg.Parent = md
  1693. local tor = Instance.new("Part")
  1694. tor.Name = "Torso"
  1695. tor.BrickColor = BrickColor.new("Bright blue")
  1696. tor.Locked = true
  1697. light(tor)
  1698. tor.Size = Vector3.new(2 * nscale.Value, 2 * nscale.Value, 1 * nscale.Value)
  1699. tor.LeftSurface, tor.RightSurface = "Weld", "Weld"
  1700. tor.Parent = md
  1701. md.PrimaryPart = hrpa
  1702. md:SetPrimaryPartCFrame(cfrem)
  1703. md:makeJoints()
  1704. makejoint(hrpa, RootJointC0, RootJointC1, hrpa, tor, "RootJoint")
  1705. makejoint(tor, NeckC0, NeckC1, tor, hd, "Neck")
  1706. if rags == true then
  1707. makegloo(tor, RightShoulderC0, RightShoulderC1, tor, riarm, "Right Shoulder")
  1708. makegloo(tor, LeftShoulderC0, LeftShoulderC1, tor, learm, "Left Shoulder")
  1709. makegloo(tor, RightHipC0, RightHipC1, tor, rileg, "Right Hip")
  1710. makegloo(tor, LeftHipC0, LeftHipC1, tor, leleg, "Left Hip")
  1711. maketouchy(riarm, riarm, CFrame.new(0, 0.5 * nscale.Value, 0))
  1712. maketouchy(learm, learm, CFrame.new(0, 0.5 * nscale.Value, 0))
  1713. maketouchy(leleg, leleg, CFrame.new(0, 0.5 * nscale.Value, 0))
  1714. maketouchy(rileg, rileg, CFrame.new(0, 0.5 * nscale.Value, 0))
  1715. elseif rags == false then
  1716. makejoint(tor, RightShoulderC0, RightShoulderC1, tor, riarm, "Right Shoulder")
  1717. makejoint(tor, LeftShoulderC0, LeftShoulderC1, tor, learm, "Left Shoulder")
  1718. makejoint(tor, RightHipC0, RightHipC1, tor, rileg, "Right Hip")
  1719. makejoint(tor, LeftHipC0, LeftHipC1, tor, leleg, "Left Hip")
  1720. hu.PlatformStand = false
  1721. end
  1722. nscale.Value = 1
  1723. hu.Touched:connect(function(tpart, uwot)
  1724. if tagbomb.Value == true and tpart.Parent ~= md and tpart.Parent.Parent ~= md and tpart.Parent.Parent.Parent ~= md then
  1725. tagbomb.Value = false
  1726. hu.Health = 0
  1727. local derp = Instance.new("Explosion")
  1728. derp.BlastPressure = 200
  1729. derp.BlastRadius = 8
  1730. derp.DestroyJointRadiusPercent = 0
  1731. derp.ExplosionType = 2
  1732. derp.Visible = true
  1733. derp.Position = uwot.Position - Vector3.new(0, 0.5, 0)
  1734. derp.Parent = workspace
  1735. game.Debris:AddItem(md, 8)
  1736. end
  1737. end)
  1738. return md
  1739. end
  1740. function spawnnoob(circlecf, noobcf, scalez, ragd)
  1741. local aearae = makecircle(circlecf, scalez)
  1742. local nananb
  1743. if ragd then
  1744. nananb = makenoob(aearae.CFrame * noobcf, scalez, true)
  1745. elseif not ragd then
  1746. nananb = makenoob(aearae.CFrame * noobcf, scalez, false)
  1747. end
  1748. return nananb
  1749. end
  1750. function tagexplode(partoz, magn, bombdelay)
  1751. for _, guy in pairs(workspace:GetChildren()) do
  1752. if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy.Name == "Noob" and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude then
  1753. coroutine.resume(coroutine.create(function()
  1754. swait(bombdelay * 30)
  1755. guy:FindFirstChild("HumanoidRootPart").tagbomb.Value = true
  1756. end))
  1757. end
  1758. end
  1759. end
  1760.  
  1761. function cleannoobs()
  1762. for _, nib in pairs(workspace:GetChildren()) do
  1763. coroutine.resume(coroutine.create(function()
  1764. if nib.Name == "Noob" then
  1765. if nib:FindFirstChild("HumanoidRootPart") then
  1766. local g = Instance.new("Part")
  1767. g.CanCollide, g.Anchored = false, true
  1768. g.Transparency = 1
  1769. g.CFrame = nib:FindFirstChild("HumanoidRootPart").CFrame
  1770. g.Parent = workspace
  1771. game.Debris:AddItem(g, 3.5)
  1772. local sou = Instance.new("Sound")
  1773. sou.Pitch = 1
  1774. sou.Volume = 14
  1775. sou.SoundId = "rbxassetid://148227816"
  1776. sou.Parent = g
  1777. local pe = Instance.new("ParticleEmitter")
  1778. pe.Acceleration = Vector3.new(0, 8, 0)
  1779. pe.Lifetime = NumberRange.new(1, 1.5)
  1780. pe.Rate = 0.005
  1781. pe.RotSpeed = NumberRange.new(-30, 30)
  1782. pe.Rotation = NumberRange.new(0, 360)
  1783. pe.Size = NumberSequence.new({
  1784. NumberSequenceKeypoint.new(0, 4.38, 0),
  1785. NumberSequenceKeypoint.new(0.672, 4.14, 0),
  1786. NumberSequenceKeypoint.new(1, 1.48, 0)
  1787. })
  1788. pe.Texture = "rbxassetid://280516525"
  1789. pe.Color = ColorSequence.new(ColorsArray)
  1790. pe.Transparency = NumberSequence.new({
  1791. NumberSequenceKeypoint.new(0, 0, 0),
  1792. NumberSequenceKeypoint.new(0.529, 0.3, 0),
  1793. NumberSequenceKeypoint.new(1, 1, 1)
  1794. })
  1795. pe.ZOffset = 5
  1796. pe.Enabled = true
  1797. pe.VelocitySpread = 360
  1798. pe.Parent = g
  1799. pe.LightEmission = 0.9
  1800. swait(5)
  1801. pe:Emit(6)
  1802. sou:Play()
  1803. end
  1804. nib:Destroy()
  1805. end
  1806. end))
  1807. end
  1808. end
  1809. function hito(partoz, magn, dmg, debtim, bodyfdire)
  1810. for _, guy in pairs(workspace:GetChildren()) do
  1811. if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and guy:FindFirstChild("HumanoidRootPart"):FindFirstChild("alabo") == nil then
  1812. do
  1813. local humz = guy:FindFirstChild("Humanoid")
  1814. local horp = guy:FindFirstChild("HumanoidRootPart")
  1815. TakeDamage(humz, dmg)
  1816. local db = Instance.new("StringValue")
  1817. db.Name = "alabo"
  1818. db.Parent = horp
  1819. delay(debtim, function()
  1820. db:Destroy()
  1821. end)
  1822. local b = Instance.new("Part")
  1823. nooutline(b)
  1824. b.Size = Vector3.new(0.2, 0.2, 0.2)
  1825. b.Transparency = 0.25
  1826. b.Anchored = true
  1827. b.CanCollide = false
  1828. b.BrickColor = BrickColor.new("Toothpaste")
  1829. b.Material = Enum.Material.Neon
  1830. b.Locked = true
  1831. b.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1))
  1832. b.Parent = modz
  1833. local c = Instance.new("SpecialMesh")
  1834. c.MeshType = "Sphere"
  1835. c.Scale = Vector3.new(3.5, 3.5, 3.5)
  1836. c.Parent = b
  1837. game.Debris:AddItem(b, 1)
  1838. if bodyfdire then
  1839. local boopyve = Instance.new("BodyVelocity")
  1840. boopyve.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  1841. boopyve.P = math.huge
  1842. boopyve.Velocity = bodyfdire
  1843. boopyve.Parent = horp
  1844. game.Debris:AddItem(boopyve, debtim)
  1845. end
  1846. local bet = Instance.new("Sound")
  1847. bet.Pitch = rd2(9, 11) / 10
  1848. bet.Volume = rd2(12, 14) / 10
  1849. bet.SoundId = "rbxassetid://165604684"
  1850. bet.Parent = b
  1851. bet:Play()
  1852. coroutine.resume(coroutine.create(function()
  1853. for _ = 1, 5 do
  1854. swait()
  1855. b.Transparency = b.Transparency + 0.15
  1856. c.Scale = c.Scale + Vector3.new(0.8 * dmg, 0.8 * dmg, 0.8 * dmg)
  1857. end
  1858. end))
  1859. end
  1860. end
  1861. end
  1862. end
  1863.  
  1864. function hito5(partoz, magn, dmg, debtim, bodyfdire, bodyrot)
  1865. for _, guy in pairs(workspace:GetChildren()) do
  1866. if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and guy:FindFirstChild("HumanoidRootPart"):FindFirstChild("alabo") == nil then
  1867. do
  1868. local humz = guy:FindFirstChild("Humanoid")
  1869. local horp = guy:FindFirstChild("HumanoidRootPart")
  1870. humz:TakeDamage(dmg)
  1871. humz:SetStateEnabled(16, true)
  1872. delay(debtim, function()
  1873. humz:SetStateEnabled(16, true)
  1874. end)
  1875. local db = Instance.new("StringValue")
  1876. db.Name = "alabo"
  1877. db.Parent = horp
  1878. delay(debtim, function()
  1879. db:Destroy()
  1880. end)
  1881. local b = Instance.new("Part")
  1882. nooutline(b)
  1883. b.Size = Vector3.new(0.2, 0.2, 0.2)
  1884. b.Transparency = 0
  1885. b.Anchored = true
  1886. b.CanCollide = false
  1887. b.Material = "Neon"
  1888. b.BrickColor = BrickColor.new("Toothpaste")
  1889. b.Locked = true
  1890. b.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1))*CFrame.Angles(math.random(1412),math.random(423532),math.random(1312))
  1891. b.Parent = modz
  1892. local c = Instance.new("SpecialMesh")
  1893. c.MeshType = "Sphere"
  1894. c.Scale = Vector3.new(3.5, 3.5, 3.5)
  1895. c.Parent = b
  1896. game.Debris:AddItem(b, 1)
  1897. if bodyfdire then
  1898. local boopyve = Instance.new("BodyVelocity")
  1899. boopyve.MaxForce = Vector3.new(9999999999999, 9999999999999, 9999999999999)
  1900. boopyve.P = 9999999999
  1901. boopyve.Velocity = bodyfdire
  1902. boopyve.Parent = horp
  1903. game.Debris:AddItem(boopyve, debtim)
  1904. end
  1905. if bodyrot then
  1906. local boopyro = Instance.new("BodyAngularVelocity")
  1907. boopyro.MaxTorque = Vector3.new(999999, 999999, 999999)
  1908. boopyro.P = math.huge
  1909. boopyro.AngularVelocity = bodyrot
  1910. boopyro.Parent = horp
  1911. game.Debris:AddItem(boopyro, debtim)
  1912. end
  1913. local bet = Instance.new("Sound")
  1914. bet.Pitch = 2
  1915. bet.Volume = 10
  1916. bet.SoundId = "rbxassetid://148227816"
  1917. bet.Parent = b
  1918. bet:Play()
  1919. coroutine.resume(coroutine.create(function()
  1920. for _ = 1, 24 do
  1921. swait()
  1922. b.Transparency = b.Transparency + 0.08
  1923. c.Scale = c.Scale + Vector3.new(.8 * dmg, .8 * dmg, .8 * dmg)
  1924. end
  1925. end))
  1926. end
  1927. end
  1928. end
  1929. end
  1930. function tagability(partoz, magn)
  1931. for _, guy in pairs(workspace:GetChildren()) do
  1932. if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and guy:FindFirstChild("HumanoidRootPart"):FindFirstChild("derbaba") == nil and guy:FindFirstChildOfClass("ForceField") == nil then
  1933. do
  1934. local humz = guy:FindFirstChild("Humanoid")
  1935. humz.PlatformStand = true
  1936. delay(1, function()
  1937. humz.PlatformStand = false
  1938. end)
  1939. local horp = guy:FindFirstChild("HumanoidRootPart")
  1940. local db = Instance.new("StringValue")
  1941. db.Name = "dedrbaba"
  1942. db.Parent = horp
  1943. local bodyrot = Instance.new("BodyAngularVelocity")
  1944. bodyrot.MaxTorque = Vector3.new(99999, 99999, 99999)
  1945. bodyrot.P = math.huge
  1946. bodyrot.AngularVelocity = Vector3.new(0, 5, 50)
  1947. bodyrot.Parent = horp
  1948. local hL, tL, aL, bL, cL, dL
  1949. game.Debris:AddItem(bodyrot, 0.2)
  1950. if guy:FindFirstChild("Head") then
  1951. hL = guy:FindFirstChild("Head")
  1952. hL.BrickColor = BrickColor.new("Toothpaste")
  1953. end
  1954. if guy:FindFirstChild("Torso") then
  1955. tL = guy:FindFirstChild("Torso")
  1956. tL.BrickColor = BrickColor.new("Bright blue")
  1957. end
  1958. if guy:FindFirstChild("Left Arm") then
  1959. aL = guy:FindFirstChild("Left Arm")
  1960. aL.BrickColor = BrickColor.new("Toothpaste")
  1961. end
  1962. if guy:FindFirstChild("Right Arm") then
  1963. bL = guy:FindFirstChild("Right Arm")
  1964. bL.BrickColor = BrickColor.new("Toothpaste")
  1965. end
  1966. if guy:FindFirstChild("Left Leg") then
  1967. cL = guy:FindFirstChild("Left Leg")
  1968. cL.BrickColor = BrickColor.new("Really black")
  1969. end
  1970. if guy:FindFirstChild("Right Leg") then
  1971. dL = guy:FindFirstChild("Right Leg")
  1972. dL.BrickColor = BrickColor.new("Really black")
  1973. end
  1974. coroutine.resume(coroutine.create(function()
  1975. if aL then
  1976. aL.Name = "Right Arm"
  1977. wait()
  1978. end
  1979. if bL then
  1980. bL.Name = "Left Leg"
  1981. wait()
  1982. end
  1983. if cL then
  1984. cL.Name = "Left Arm"
  1985. wait()
  1986. end
  1987. if dL then
  1988. dL.Name = "Right Leg"
  1989. end
  1990. end))
  1991. end
  1992. end
  1993. end
  1994. end
  1995. mouse.KeyDown:connect(function(key)
  1996. if human.Health <= 0 then
  1997. return
  1998. end
  1999. if key == "f" then
  2000. standappear(theguest)
  2001. end
  2002. if key == "r" then
  2003. MUDA()
  2004. end
  2005. if key == "e" then
  2006. block()
  2007. end
  2008. if key == "v" then
  2009. cability()
  2010. end
  2011. if key == "m" then
  2012. THEBEST()
  2013. end
  2014. if key == "j" then
  2015. THREATENING()
  2016. end
  2017. if key == "k" then
  2018. konodioda:Play()
  2019. end
  2020. if key == "b" then
  2021. spawnnoob(hrp.CFrame * cf(5, 3, -1) * ang(rd(90), 0, 0), cf(0, 0, 0) * ang(rd(-90), 0, 0), 1, false)
  2022. lauf:play()
  2023. end
  2024. if key == "g" then
  2025. spawnnoob(hrp.CFrame * cf(5, 60, -1) * ang(rd(90), 0, 0), cf(0, 0, 0) * ang(rd(-90), 0, 0), 10, false)
  2026. lauf:play()
  2027. end
  2028. if key == "c" then
  2029. cleannoobs()
  2030. end
  2031. if key == "l" then
  2032. bast:Play()
  2033. end
  2034. if key == "p" then
  2035. zaworld:Play()
  2036. end
  2037. end)
  2038. tool.Equipped:connect(function()
  2039. selected = true
  2040. end)
  2041. tool.Unequipped:connect(function()
  2042. selected = false
  2043. end)
  2044. sine = 0
  2045. charge = 1
  2046. cos = math.cos
  2047. game:GetService("RunService").RenderStepped:connect(function()
  2048. if POSU == false then
  2049. local checkfloor = Ray.new(hrp.Position, hrp.CFrame.upVector * -4)
  2050. local checkpart = workspace:FindPartOnRayWithIgnoreList(checkfloor, {chr}, false, false)
  2051. local checkstate = human:GetState()
  2052. if checkstate.Value == 13 then
  2053. animpose = "Sitting"
  2054. elseif hrp.Velocity.y > 1 and checkpart == nil then
  2055. animpose = "Jumping"
  2056. elseif hrp.Velocity.y < -1 and checkpart == nil then
  2057. animpose = "Falling"
  2058. elseif 1 > (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude then
  2059. animpose = "Idle"
  2060. elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude < 35 then
  2061. animpose = "Walking"
  2062. elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude > 35 then
  2063. animpose = "TooFast"
  2064. end
  2065. if animpose == "Idle" then
  2066. sine = sine + charge
  2067. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3)
  2068. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3)
  2069. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 60)), rd(2 - 2 * cos(sine / 60)), rd(2 * cos(sine / 60))), 0.3)
  2070. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2071. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 60)), rd(-2 - 2 * cos(sine / 60)), rd(2 * cos(sine / 60))), 0.3)
  2072. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2073. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-3 - 1 * cos(sine / 60)), rd(-5 - 1 * cos(sine / 60)), rd(1 * cos(sine / 60))), 0.3)
  2074. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2075. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-3 - 1 * cos(sine / 60)), rd(5 - 1 * cos(sine / 60)), rd(1 * cos(sine / 60))), 0.3)
  2076. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2077. end
  2078. if animpose == "Walking" then
  2079. sine = sine + charge
  2080. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3)
  2081. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3)
  2082. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 60)), rd(2 - 2 * cos(sine / 60)), rd(30 * cos(sine / 10))), 0.3)
  2083. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2084. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 60)), rd(-2 - 2 * cos(sine / 60)), rd(30 * cos(sine / 10))), 0.3)
  2085. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2086. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-1 - 1 * cos(sine / 60)), rd(-1 - 1 * cos(sine / 60)), rd(-30 * cos(sine / 10))), 0.6)
  2087. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2088. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-1 - 1 * cos(sine / 60)), rd(1 - 1 * cos(sine / 60)), rd(-30 * cos(sine / 10))), 0.6)
  2089. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2090. end
  2091. if animpose == "Jumping" then
  2092. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(0)), 0.3)
  2093. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.3)
  2094. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
  2095. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2096. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
  2097. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2098. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3)
  2099. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2100. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
  2101. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2102. end
  2103. if animpose == "Falling" then
  2104. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-6), rd(0), rd(0)), 0.3)
  2105. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
  2106. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
  2107. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2108. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
  2109. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2110. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(10)), 0.3)
  2111. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2112. lerpz(LH, "C0", LHC0 * cf(-0.65, 0.75, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
  2113. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2114. end
  2115. if animpose == "TooFast" then
  2116. lerpz(RJ, "C0", RJC0 * cf(0, 0, -1.5) * ang(rd(20), rd(0), rd(0)), 0.3)
  2117. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
  2118. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-10)), 0.3)
  2119. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2120. lerpz(LS, "C0", LSC0 * cf(0, -0.75, 0) * ang(rd(10), rd(-80), rd(-10)), 0.3)
  2121. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.3)
  2122. lerpz(RH, "C0", RHC0 * cf(0.75, 1.5, 0) * ang(rd(0), rd(0), rd(30)), 0.3)
  2123. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2124. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(50)), 0.3)
  2125. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2126. end
  2127. if animpose == "Sitting" then
  2128. lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2129. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2130. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
  2131. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2132. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
  2133. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2134. lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
  2135. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2136. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
  2137. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2138. end
  2139. end
  2140. if appeared == false and activu == false then
  2141. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2142. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2143. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2144. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2145. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2146. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2147. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2148. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2149. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2150. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2151. elseif appeared == true and activu == false then
  2152. sine = sine + charge
  2153. lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0.05 * cos(sine / 90)) * ang(rd(1 - 1 * cos(sine / 90)), rd(0), rd(-5)), 0.3)
  2154. lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 90)), rd(0), rd(4)), 0.3)
  2155. lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(-3 - 3 * cos(sine / 100)), rd(0)), 0.3)
  2156. lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2157. lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(3 - 3 * cos(sine / 100)), rd(0)), 0.3)
  2158. lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2159. lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 100)), rd(-3 - 3 * cos(sine / 100)), rd(-2 - 2 * cos(sine / 100))), 0.3)
  2160. lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2161. lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 100)), rd(3 - 3 * cos(sine / 100)), rd(2 - 2 * cos(sine / 100))), 0.3)
  2162. lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
  2163. end
  2164. end)
  2165. local p = game.Players.LocalPlayer
  2166. local Player = game.Players.localPlayer
  2167. local Character = p.Character
  2168. local LeftArm2 = Character["Left Arm"]
  2169. local RightArm2 = Character["Right Arm"]
  2170. local LeftLeg2 = Character["Left Leg"]
  2171. local RightLeg2 = Character["Right Leg"]
  2172. local Head2 = Character.Head
  2173. local Torso2 = Character.Torso
  2174. function dispose()
  2175. for i, v in pairs(getfenv(0)) do
  2176. v = nil
  2177. end
  2178.  
  2179. end
  2180. human.Died:connect(dispose)
  2181. chr.Changed:connect(function()
  2182. if chr.Parent == nil then
  2183. dispose()
  2184. end
  2185. end)
  2186. mse = Player:GetMouse()
  2187.  
  2188. sound = Instance.new("Sound", Character)
  2189. sound.SoundId = "https://www.roblox.com/asset/?id=148227816"
  2190. sound.Volume = 10
  2191. sound2 = Instance.new("Sound", Character)
  2192. sound2.SoundId = "https://www.roblox.com/asset/?id=168615093"
  2193. sound2.Volume = 10
  2194. sound3 = Instance.new("Sound", Character)
  2195. sound3.SoundId = "https://www.roblox.com/asset/?id=811841430"
  2196. sound3.Volume = 10
  2197. sound4 = Instance.new("Sound", Character)
  2198. sound4.SoundId = "https://www.roblox.com/asset/?id=157022838"
  2199. sound4.Volume = 10
  2200. TSTheme = Instance.new("Sound", Character)
  2201. TSTheme.SoundId = "https://www.roblox.com/asset/?id=229986753"
  2202. TSTheme.Volume = 2
  2203. canworld = true
  2204. mse.KeyDown:connect(function(key)
  2205. key = key:lower()
  2206. if key == "t" then
  2207. if canworld == false then return end
  2208. if canworld then
  2209. canworld = false
  2210. sound3:Play()
  2211. wait(2)
  2212. sound:Play()
  2213. sound4:Play()
  2214. TSTheme:Play()
  2215.  
  2216. local function spawnpart()
  2217. sphere = Instance.new("Part")
  2218. --game.Debris:AddItem(sphere,3)
  2219. local sm = Instance.new("SpecialMesh", sphere)
  2220. sm.MeshType = "Sphere"
  2221. sphere.Transparency = 0.5
  2222. sphere.Anchored = true
  2223. sphere.CanCollide = false
  2224. sphere.Material = "Neon"
  2225. sphere.BrickColor = BrickColor.new("Toothpaste")
  2226. end
  2227.  
  2228. local function weld(lol)
  2229. local weld = Instance.new("Weld", Player.Character.Torso)
  2230. weld.Part0 = Player.Character.Torso
  2231. weld.Part1 = lol
  2232. weld.C0 = Player.Character.Torso.CFrame:inverse()
  2233. weld.C1 = lol.CFrame:inverse()
  2234. end
  2235. wait()
  2236. spawnpart()
  2237. for i, v in pairs(game.Players:GetChildren()) do
  2238. t = v.Character:FindFirstChild("Torso")
  2239. if t then
  2240. t.Anchored = true
  2241. Player.Character:FindFirstChild("Torso").Anchored = false
  2242. end
  2243. RA = v.Character:FindFirstChild("Right Arm")
  2244. if RA then
  2245. RA.Anchored = true
  2246. Player.Character:FindFirstChild("Right Arm").Anchored = false
  2247. end
  2248. LA = v.Character:FindFirstChild("Left Arm")
  2249. if LA then
  2250. LA.Anchored = true
  2251. Player.Character:FindFirstChild("Left Arm").Anchored = false
  2252. end
  2253. RL = v.Character:FindFirstChild("Right Leg")
  2254. if RL then
  2255. RL.Anchored = true
  2256. Player.Character:FindFirstChild("Right Leg").Anchored = false
  2257. end
  2258. LL = v.Character:FindFirstChild("Left Leg")
  2259. if LL then
  2260. LL.Anchored = true
  2261. Player.Character:FindFirstChild("Left Leg").Anchored = false
  2262. end
  2263. end
  2264. weld(sphere)
  2265. cce = Instance.new("ColorCorrectionEffect", game.Lighting)
  2266. cce.Saturation = -5
  2267. --game.Debris:AddItem(cce, 5)
  2268. sphere.Parent = Character.Torso
  2269. for i = 1,3 do
  2270. sphere.Size = sphere.Size + Vector3.new(50,50,50)
  2271. wait()
  2272. end
  2273. wait()
  2274. sphere:Destroy()
  2275.  
  2276. cce.Saturation = -0.1
  2277. wait(0.3)
  2278. cce.Saturation = -0.2
  2279. wait(0.3)
  2280. cce.Saturation = -0.3
  2281. wait(0.2)
  2282. cce.Saturation = -1.5
  2283. wait()
  2284. end
  2285. end
  2286. end
  2287. )
  2288.  
  2289.  
  2290.  
  2291. mse.KeyDown:connect(function(key)
  2292. key = key:lower()
  2293. if key == "y" then
  2294. canworld = true
  2295. sound2:Play()
  2296. wait()
  2297.  
  2298. cce.Saturation = -1.3
  2299. wait(0.5)
  2300.  
  2301. cce.Saturation = -0.5
  2302. wait(0.5)
  2303.  
  2304. cce.Saturation = -0.4
  2305. wait(0.3)
  2306.  
  2307. cce.Saturation = -0.2
  2308. wait(0.2)
  2309. cce.Saturation = 0
  2310.  
  2311. for i, v in pairs(game.Players:GetChildren()) do
  2312. t = v.Character:FindFirstChild("Torso")
  2313. if t then
  2314. t.Anchored = false
  2315. end
  2316. RA = v.Character:FindFirstChild("Right Arm")
  2317. if RA then
  2318. RA.Anchored = false
  2319. end
  2320. LA = v.Character:FindFirstChild("Left Arm")
  2321. if LA then
  2322. LA.Anchored = false
  2323. end
  2324. RL = v.Character:FindFirstChild("Right Leg")
  2325. if RL then
  2326. RL.Anchored = false
  2327. end
  2328. LL = v.Character:FindFirstChild("Left Leg")
  2329. if LL then
  2330. LL.Anchored = false
  2331. end
  2332. end
  2333. TSTheme:Stop()
  2334. end
  2335. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement