BINO2002

Untitled

Nov 21st, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.91 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. local pmodel = player.Character
  3. pepe = false
  4. game:GetService("Chat"):Chat(pmodel.Head,"Hello. I am the Meme Lord, and I'm here to give you memes.","Blue")
  5. function cleanclothes()
  6. for _,v in pairs(pmodel:GetChildren())do
  7. if v:IsA("Shirt") or v:IsA("Pants") or v:IsA("BodyColors") or v:IsA("Hat") then
  8. v:Destroy()
  9. end
  10. end
  11. end
  12. function clean()
  13. for _,v in pairs(pmodel.Head:GetChildren())do
  14. if v:IsA("Decal") then
  15. v:Destroy()
  16. end
  17. end
  18. for _,v in pairs(pmodel:GetChildren())do
  19. if v:IsA("Part") then
  20. if v.Name ~= "HumanoidRootPart" then
  21. v.Transparency = 0
  22. end
  23. end
  24. end
  25. for _,v in pairs(pmodel.Torso:GetChildren())do
  26. if v:IsA("Sound") or v:IsA("BillboardGui") then
  27. v:Destroy()
  28. end
  29. end
  30. for _,v in pairs(player.Backpack:GetChildren())do
  31. if v:IsA("Tool") then
  32. v:Destroy()
  33. end
  34. end
  35. for _,v in pairs(pmodel:GetChildren())do
  36. if v:IsA("Tool") then
  37. v:Destroy()
  38. end
  39. end
  40. larm.C0 = originallarm
  41. rarm.C0 = originalrarm
  42. neck.C0 = originalneck
  43. end
  44. larm = pmodel.Torso["Left Shoulder"]
  45. rarm = pmodel.Torso["Right Shoulder"]
  46. neck = pmodel.Torso["Neck"]
  47. originallarm = larm.C0
  48. originalrarm = rarm.C0
  49. originalneck = neck.C0
  50. catrun = false
  51. cleanclothes()
  52. player.Chatted:connect(function(msg)
  53. if msg:lower() == "/nyancat" then
  54. game:GetService("Chat"):Chat(pmodel.Head,"Nyan Cat Form!","Green")
  55. catrun = true
  56. cleanclothes()
  57. local hat = game:GetService("InsertService"):LoadAsset(1374269)
  58. for _,v in pairs(hat:GetChildren())do
  59. if v:IsA("Hat") then
  60. v.Parent = pmodel
  61. end
  62. end
  63. local hat2 = game:GetService("InsertService"):LoadAsset(170892848)
  64. for _,v in pairs(hat2:GetChildren())do
  65. if v:IsA("Hat") then
  66. v.Parent = pmodel
  67. end
  68. end
  69. clean()
  70. pepe = false
  71. local face = Instance.new("Decal")
  72. face.Parent = pmodel.Head
  73. face.Texture = "rbxassetid://57357690"
  74. local bodycolors = Instance.new("BodyColors")
  75. bodycolors.Parent = pmodel
  76. bodycolors.HeadColor = BrickColor.new("Dark stone grey")
  77. bodycolors.LeftArmColor = BrickColor.new("Dark stone grey")
  78. bodycolors.LeftLegColor = BrickColor.new("Dark stone grey")
  79. bodycolors.RightArmColor = BrickColor.new("Dark stone grey")
  80. bodycolors.RightLegColor = BrickColor.new("Dark stone grey")
  81. bodycolors.TorsoColor = BrickColor.new("Dark stone grey")
  82. local shirt = Instance.new("Shirt")
  83. shirt.Parent = pmodel
  84. shirt.ShirtTemplate = "rbxassetid://295567521"
  85. pmodel.Humanoid.WalkSpeed = 50
  86. local sound = Instance.new("Sound")
  87. sound.Parent = pmodel.Torso
  88. sound.SoundId = "rbxassetid://265125691"
  89. sound.Volume = 50
  90. sound.Looped = true
  91. sound:Play()
  92. local length = 5
  93. local tool = Instance.new("Tool")
  94. tool.Parent = player.Backpack
  95. tool.Name = "Nyan Boost"
  96. tool.RequiresHandle = false
  97. tool.Activated:connect(function()
  98. game:GetService("Chat"):Chat(pmodel.Head,"RAINBOW BOOST!","Blue")
  99. for i = 1,5 do
  100. wait()
  101. local sound = Instance.new("Sound")
  102. sound.Parent = pmodel.Torso
  103. sound.SoundId = "rbxassetid://278445103"
  104. sound.Looped = true
  105. sound:Play()
  106. local part = Instance.new("Part")
  107. part.Parent = pmodel.Torso
  108. part.Name = "Ring"
  109. part.Anchored = true
  110. part.CanCollide = false
  111. part.Size = Vector3.new(1,1,1)
  112. part.CFrame = pmodel.Torso.CFrame
  113. part.BrickColor = BrickColor.Random()
  114. local mesh = Instance.new("SpecialMesh")
  115. mesh.Parent = part
  116. mesh.MeshId = "http://www.roblox.com/asset/?id=3270017"
  117. mesh.Scale = Vector3.new(2.5,2.5,1)
  118. pmodel.Humanoid.WalkSpeed = pmodel.Humanoid.WalkSpeed + 2.5
  119. local coro = coroutine.resume(coroutine.create(function()
  120. length = length + 0.1
  121. for i = 1,5 do
  122. wait(0.01)
  123. mesh.Scale = mesh.Scale + Vector3.new(2.5,2.5,0)
  124. part.BrickColor = BrickColor.Random()
  125. end
  126. for i = 1,10 do
  127. wait(0.01)
  128. part.Transparency = part.Transparency - 0.1
  129. end
  130. sound:Destroy()
  131. part:Destroy()
  132. end))
  133. end
  134. end)
  135. local coro = coroutine.resume(coroutine.create(function()
  136. while wait() and catrun == true do
  137. local rainbow = Instance.new("Part")
  138. rainbow.Parent = pmodel.Torso
  139. rainbow.BrickColor = BrickColor.new("Institutional white")
  140. rainbow.Transparency = 1
  141. rainbow.Name = "RainbowPart"
  142. rainbow.Anchored = true
  143. rainbow.CanCollide = false
  144. rainbow.Size = Vector3.new(0.2, 7.06, length)
  145. rainbow.CFrame = pmodel.Torso.CFrame
  146. local decal = Instance.new("Decal")
  147. decal.Texture = "http://www.roblox.com/asset/?id=118889373"
  148. decal.Parent = rainbow
  149. decal.Face = "Left"
  150. local decal = Instance.new("Decal")
  151. decal.Texture = "http://www.roblox.com/asset/?id=118889373"
  152. decal.Parent = rainbow
  153. decal.Face = "Right"
  154. rainbow.Touched:connect(function(part)
  155. if part.Parent.Name ~= player.Name then
  156. local humanoid = part.Parent:FindFirstChild("Humanoid")
  157. if humanoid then
  158. humanoid.Health = 0
  159. end
  160. end
  161. end)
  162. local coro = coroutine.resume(coroutine.create(function()
  163. wait(5)
  164. rainbow:Destroy()
  165. end))
  166. end
  167. end))
  168. end
  169. if msg:lower() == "/pepe" then
  170. pepe = true
  171. game:GetService("Chat"):Chat(pmodel.Head,"Pepe Form!","Green")
  172. cleanclothes()
  173. clean()
  174. catrun = false
  175. local bodycolors = Instance.new("BodyColors")
  176. bodycolors.Parent = pmodel
  177. bodycolors.HeadColor = BrickColor.new("Parsley green")
  178. bodycolors.LeftArmColor = BrickColor.new("Parsley green")
  179. bodycolors.LeftLegColor = BrickColor.new("Parsley green")
  180. bodycolors.RightArmColor = BrickColor.new("Parsley green")
  181. bodycolors.RightLegColor = BrickColor.new("Parsley green")
  182. bodycolors.TorsoColor = BrickColor.new("Parsley green")
  183. local face = Instance.new("Decal")
  184. face.Parent = pmodel.Head
  185. face.Texture = "http://www.roblox.com/asset/?id=244905904"
  186. pmodel.Humanoid.WalkSpeed = 20
  187. for _,v in pairs(pmodel.Torso:GetChildren())do
  188. if v:IsA("Sound") then
  189. v:Destroy()
  190. end
  191. end
  192. local coro = coroutine.resume(coroutine.create(function()
  193. while wait() and pepe == true do
  194. rarm.C0 = rarm.C0 * CFrame.Angles(0,0,0.4)
  195. larm.C0 = larm.C0 * CFrame.Angles(0,0,0.4)
  196. end
  197. end))
  198. local sound = Instance.new("Sound")
  199. sound.Parent = pmodel.Torso
  200. sound.SoundId = "rbxassetid://264246827"
  201. sound.Volume = 50
  202. sound.Looped = true
  203. sound:Play()
  204. local tool = Instance.new("Tool")
  205. tool.Parent = player.Backpack
  206. tool.Name = "Pepe Bomb"
  207. tool.RequiresHandle = false
  208. tool.Activated:connect(function()
  209. game:GetService("Chat"):Chat(pmodel.Head,"PEPE BOMB!","Green")
  210. for i = 1,10 do
  211. local sphere = Instance.new("Part")
  212. sphere.Parent =game.Workspace
  213. sphere.Name = "Sphere"
  214. sphere.Anchored = true
  215. sphere.Shape = "Ball"
  216. sphere.BrickColor = BrickColor.new("Parsley green")
  217. sphere.CanCollide = false
  218. sphere.Size = Vector3.new(2.5,2.5,2.5)
  219. sphere.CFrame = pmodel.Torso.CFrame
  220. sphere.Touched:connect(function(part)
  221. if part.Parent.Name ~= player.Name then
  222. local humanoid = part.Parent:FindFirstChild("Humanoid")
  223. if humanoid then
  224. humanoid.Health = 0
  225. end
  226. end
  227. end)
  228. local part = Instance.new("Part")
  229. part.Parent = pmodel.Torso
  230. part.Name = "Ring"
  231. part.Anchored = true
  232. part.CanCollide = false
  233. part.Size = Vector3.new(1,1,1)
  234. part.CFrame = pmodel.Torso.CFrame * CFrame.Angles(math.random(-180,180),math.random(-180,180),math.random(-180,180))
  235. part.BrickColor = BrickColor.new("Bright green")
  236. local mesh = Instance.new("SpecialMesh")
  237. mesh.Parent = part
  238. mesh.MeshId = "http://www.roblox.com/asset/?id=3270017"
  239. mesh.Scale = Vector3.new(2.5,2.5,1)
  240. local sound = Instance.new("Sound")
  241. sound.Parent = pmodel.Torso
  242. sound.SoundId = "rbxassetid://138210320"
  243. sound.Looped = true
  244. sound:Play()
  245. local coro = coroutine.resume(coroutine.create(function()
  246. for i = 1,25 do
  247. wait(0.1)
  248. sphere.Size = sphere.Size + Vector3.new(2.5,2.5,2.5)
  249. sphere.CFrame = pmodel.Torso.CFrame
  250. sphere.Transparency = sphere.Transparency + 0.04
  251. part.CFrame = pmodel.Torso.CFrame * CFrame.Angles(math.random(-180,180),math.random(-180,180),math.random(-180,180))
  252. part.Transparency = part.Transparency + 0.04
  253. mesh.Scale = mesh.Scale + Vector3.new(2.5,2.5,2.5)
  254. end
  255. sphere:Destroy()
  256. sound:Destroy()
  257. part:Destroy()
  258. end))
  259. end
  260. end)
  261. end
  262. if msg:lower() == "/datboi" then
  263. game:GetService("Chat"):Chat(pmodel.Head,"Here Come Dat Boi Form!","Green")
  264. clean()
  265. catrun = false
  266. pepe = false
  267. cleanclothes()
  268. for _,v in pairs(pmodel:GetChildren())do
  269. if v:IsA("Part") then
  270. v.Transparency = 1
  271. end
  272. end
  273. local gui = Instance.new("BillboardGui")
  274. gui.Parent = pmodel.Torso
  275. gui.Size = UDim2.new(0,100,0,100)
  276. gui.Enabled = true
  277. local image = Instance.new("ImageLabel")
  278. image.Parent = gui
  279. image.Size = UDim2.new(1,0,1,0)
  280. image.BackgroundTransparency = 1
  281. image.Image = "rbxassetid://411509718"
  282. local sound = Instance.new("Sound")
  283. sound.Parent = pmodel.Torso
  284. sound.SoundId = "rbxassetid://410806544"
  285. sound.Volume = 50
  286. sound.Looped = true
  287. sound:Play()
  288. local tool = Instance.new("Tool")
  289. tool.Parent = player.Backpack
  290. tool.Name = "Wheel Throw"
  291. tool.RequiresHandle = false
  292. tool.Activated:connect(function()
  293. game:GetService("Chat"):Chat(pmodel.Head,"WHEEL THROW!","Green")
  294. local cf = pmodel.Torso.CFrame
  295. local wheel = Instance.new("Part")
  296. wheel.Parent = pmodel.Torso
  297. wheel.BrickColor = BrickColor.new("Really black")
  298. wheel.Size = Vector3.new(2.4, 5, 5)
  299. wheel.Name = "Wheel"
  300. wheel.CanCollide = false
  301. wheel.Anchored = true
  302. local mesh = Instance.new("SpecialMesh")
  303. mesh.Parent = wheel
  304. mesh.MeshId = "rbxassetid://430652558"
  305. mesh.Scale = Vector3.new(0.1,0.1,0.1)
  306. wheel.CFrame = cf
  307. wheel.Touched:connect(function(part)
  308. if part.Parent.Name ~= pmodel.Name then
  309. local humanoid = part.Parent:FindFirstChild("Humanoid")
  310. if humanoid then
  311. humanoid.Health = 0
  312. end
  313. end
  314. end)
  315. local lookvector = wheel.CFrame.lookVector
  316. local coro = coroutine.resume(coroutine.create(function()
  317. for i = 1,100 do
  318. wait()
  319. wheel.CFrame = wheel.CFrame + lookvector * 2
  320. wheel.CFrame = wheel.CFrame * CFrame.Angles(1,0,0)
  321. end
  322. wheel:Destroy()
  323. end))
  324. end)
  325. end
  326. if msg:lower() == "/falcon" then
  327. clean()
  328. cleanclothes()
  329. wait()
  330. catrun = false
  331. pepe = false
  332. game:GetService("Chat"):Chat(pmodel.Head,"Captain Falcon Form!","Red")
  333. local hat = game:GetService("InsertService"):LoadAsset(16131034)
  334. for _,v in pairs(hat:GetChildren())do
  335. if v:IsA("Hat") then
  336. for _,c in pairs(v:GetChildren())do
  337. if c:IsA("Part") then
  338. c.BrickColor = BrickColor.new("Really red")
  339. for _,d in pairs(c:GetChildren())do
  340. if d:IsA("SpecialMesh") then
  341. d.TextureId = ""
  342. end
  343. end
  344. end
  345. end
  346. v.Parent = pmodel
  347. end
  348. end
  349. local face = Instance.new("Decal")
  350. face.Parent = pmodel.Head
  351. face.Texture = "http://www.roblox.com/asset/?id=11472723"
  352. local bodycolors = Instance.new("BodyColors")
  353. bodycolors.Parent = pmodel
  354. bodycolors.HeadColor = BrickColor.new("Cool yellow")
  355. bodycolors.LeftArmColor = BrickColor.new("Cool yellow")
  356. bodycolors.LeftLegColor = BrickColor.new("Cool yellow")
  357. bodycolors.RightArmColor = BrickColor.new("Cool yellow")
  358. bodycolors.RightLegColor = BrickColor.new("Cool yellow")
  359. bodycolors.TorsoColor = BrickColor.new("Cool yellow")
  360. local shirt = Instance.new("Shirt")
  361. shirt.Parent = pmodel
  362. shirt.ShirtTemplate = "rbxassetid://230306730"
  363. local pants = Instance.new("Pants")
  364. pants.Parent = pmodel
  365. pants.PantsTemplate = "rbxassetid://181553775"
  366. local tool = Instance.new("Tool")
  367. tool.Parent = player.Backpack
  368. tool.Name = "Falcon Punch"
  369. tool.RequiresHandle = false
  370. local arm = pmodel["Right Arm"]
  371. local punch = false
  372. arm.Touched:connect(function(part)
  373. if punch == true then
  374. if part.Parent.Name ~= pmodel.Name then
  375. part:Destroy()
  376. end
  377. end
  378. end)
  379. tool.Activated:connect(function()
  380. for i = 1,10 do
  381. wait()
  382. rarm.C0 = rarm.C0 * CFrame.Angles(0,0,0.15)
  383. end
  384. local fire = Instance.new("Fire")
  385. fire.Parent = pmodel["Right Arm"]
  386. fire.Size = 5
  387. fire.Heat = 1
  388. for i = 1,2 do
  389. wait()
  390. rarm.C0 = rarm.C0 * CFrame.new(0,0.4,0)
  391. end
  392. local sound = Instance.new("Sound")
  393. sound.Parent = pmodel.Torso
  394. sound.SoundId = "rbxassetid://157384308"
  395. sound.Volume = 50
  396. sound:Play()
  397. wait(1)
  398. punch = true
  399. for i = 1,2 do
  400. wait()
  401. rarm.C0 = rarm.C0 * CFrame.new(0,-0.7,0)
  402. end
  403. wait(1)
  404. for i = 1,2 do
  405. wait()
  406. rarm.C0 = rarm.C0 * CFrame.new(0,0.3,0)
  407. end
  408. for i = 1,10 do
  409. wait()
  410. rarm.C0 = rarm.C0 * CFrame.Angles(0,0,-0.15)
  411. end
  412. fire:Destroy()
  413. punch = false
  414. end)
  415. end
  416. end)
Add Comment
Please, Sign In to add comment