PR0J3CT11

Untitled

Jul 28th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. math.randomseed(tick())
  2. local plr = owner; local char = plr.Character;
  3. if not char then error("Your character does not exist.") end
  4. function writeToObject(name,value,typ)
  5. local stringV = Instance.new(typ.."Value")
  6. stringV.Name = name
  7. stringV.Value = value
  8. return stringV
  9. end
  10. local hum = char:FindFirstChildOfClass("Humanoid")
  11. local oldCharacterAppearance = writeToObject("OCA",plr.CharacterAppearanceId,"String")
  12. local currentVector3 = writeToObject("CV3",char.Torso.Position,"Vector3")
  13. plr.CharacterAppearanceId = 930903926
  14. plr:LoadCharacter()
  15. wait(); char = plr.Character
  16. local txt = Instance.new("BillboardGui", char.Head)
  17. txt.Adornee = nil
  18. txt.Name = "NameDetect"
  19. txt.Size = UDim2.new(4, 0, 1.2, 0)
  20. txt.StudsOffset = Vector3.new(-8, 5.333333333333333, 0)
  21. local text = Instance.new("TextLabel", txt)
  22. text.Size = UDim2.new(5, 0, 3.5, 0)
  23. text.FontSize = "Size8"
  24. text.TextScaled = true
  25. text.TextTransparency = 0
  26. text.BackgroundTransparency = 1
  27. text.TextTransparency = 0
  28. text.TextStrokeTransparency = 0
  29. text.Font = Enum.Font.Bodoni
  30. text.TextStrokeColor3 = Color3.new(0, 0, 0)
  31. text.TextColor3 = Color3.new(1, 0, 0)
  32. text.Text = "HI BOIS AND GURLS"
  33. local textrotatespeed = 2
  34. local x1 = coroutine.wrap(function()
  35. while true do
  36. text.Rotation = math.random((-textrotatespeed),textrotatespeed)
  37. hum.MaxHealth = math.huge
  38. hum.Health = math.huge
  39. wait(0.1/(textrotatespeed-4))
  40. end
  41. end)
  42. x1()
  43. wait(2)
  44. text.Text = "ITS ME, the meme lord"
  45. wait(2)
  46. text.Text = "I CAN MAKE MEMES"
  47. wait(2)
  48. text.Text = "THE MEMES ARE GOOD"
  49. wait(2)
  50. textrotatespeed = 15
  51. text.Text = "NOW GET READY FOR MY MEMES"
  52. wait(3)
  53. textrotatespeed = 5
  54. text.Text = "Meme Lord Boi"
  55. warn("~!Meme Lord Zey!~")
  56. warn("Script created by CrastificeDude612")
  57. warn("Script based on ZeyadSamer1")
  58. warn("~!Meme Lord Zey!~")
  59. local music = Instance.new("Sound",char.Torso)
  60. music.SoundId = "rbxassetid://263970261"
  61. music.Volume = "inf"
  62. music.Looped = true
  63. music:Play()
  64. local taunt1 = Instance.new("Tool",plr.Backpack)
  65. taunt1.Name = "STILL CHILL"
  66. taunt1.CanBeDropped = false
  67. taunt1.RequiresHandle = false
  68. taunt1b = false
  69. taunt1.Activated:connect(function()
  70. if taunt1b == false then
  71. taunt1b = true
  72. text.Text = "Still chill."
  73. textrotatespeed = 15
  74. local s1 = Instance.new("Sound",char)
  75. s1.SoundId = "rbxassetid://2834969263"
  76. s1.Volume = "inf"
  77. s1:Play()
  78. music.Volume = 0
  79. --repeat wait() until s1.IsPlaying == false
  80. repeat wait() until s1.IsPlaying == false
  81. textrotatespeed = 5
  82. music.Volume = "inf"
  83. text.Text = "Meme Lord Boi"
  84. wait(0.5)
  85. taunt1b = false
  86. end
  87. end)
  88. local taunt2 = Instance.new("Tool",plr.Backpack)
  89. taunt2.Name = "reee"
  90. taunt2.CanBeDropped = false
  91. taunt2.RequiresHandle = false
  92. taunt2b = false
  93. taunt2.Activated:connect(function()
  94. if taunt2b == false then
  95. taunt2b = true
  96. char.Head.BrickColor = BrickColor.new("Really red")
  97. text.Text = "REEEEEEEEEEEEEE"
  98. textrotatespeed = 15
  99. local s1 = Instance.new("Sound",char)
  100. s1.SoundId = "rbxassetid://1661848335"
  101. s1.Volume = "inf"
  102. s1:Play()
  103. music.Volume = 0
  104. repeat wait() until s1.IsPlaying == false
  105. char.Head.BrickColor = BrickColor.new("Light orange")
  106. textrotatespeed = 5
  107. music.Volume = "inf"
  108. text.Text = "Meme Lord Boi"
  109. wait(0.5)
  110. taunt2b = false
  111. end
  112. end)
  113. local taunt3 = Instance.new("Tool",plr.Backpack)
  114. taunt3.Name = "Sans"
  115. taunt3.CanBeDropped = false
  116. taunt3.RequiresHandle = false
  117. taunt3b = false
  118. taunt3.Activated:connect(function()
  119. if taunt3b == false then
  120. taunt3b = true
  121. text.Text = "Sans"
  122. textrotatespeed = 15
  123. local s1 = Instance.new("Sound",char)
  124. s1.SoundId = "rbxassetid://3182300166"
  125. s1.Volume = "inf"
  126. s1:Play()
  127. local righteye = Instance.new("Part",char)
  128. righteye.BrickColor = BrickColor.new("Bright blue")
  129. righteye.Material = "Neon"
  130. righteye.CanCollide = false
  131. righteye.Size = Vector3.new(0.15,0.3,0.15)
  132. righteye.Name = "zeyeye"
  133. local righteyemesh = Instance.new("SpecialMesh",righteye)
  134. righteyemesh.MeshType = "Sphere"
  135. local righteyeweld = Instance.new("Weld",righteye)
  136. righteyeweld.Part0 = char.Head
  137. righteyeweld.Part1 = righteye
  138. righteyeweld.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  139. righteyeweld.C1 = CFrame.new(-0.125000179, 0.174999714, 0.574727774, -1, 0, 0, 0, -1, 0, 0, 0, 1)
  140. music.Volume = 0
  141. char.Head.face.Texture = "rbxassetid://2880512953"
  142. wait(2)
  143. s1:Destroy()
  144. righteye:Destroy()
  145. textrotatespeed = 5
  146. music.Volume = "inf"
  147. text.Text = "Meme Lord Boi"
  148. char.Head.face.Texture = "http://www.roblox.com/asset/?id=7074749"
  149. wait(0.5)
  150. taunt3b = false
  151. end
  152. end)
  153. local taunt4 = Instance.new("Tool",plr.Backpack)
  154. taunt4.Name = "Yeah Boi"
  155. taunt4.CanBeDropped = false
  156. taunt4.RequiresHandle = false
  157. taunt4b = false
  158. taunt4.Activated:connect(function()
  159. if taunt4b == false then
  160. taunt4b = true
  161. text.Text = "YEAH BOI"
  162. textrotatespeed = 15
  163. local s1 = Instance.new("Sound",char)
  164. s1.SoundId = "rbxassetid://935804253"
  165. s1.Volume = "inf"
  166. s1.TimePosition = 3
  167. s1:Play()
  168. music.Volume = 0
  169. wait(1)
  170. for _,i in pairs(workspace:GetChildren())do
  171. if i.ClassName=="Model"then
  172. if i:FindFirstChildOfClass("Humanoid") then
  173. if i.Name~=plr.Name then
  174. ypcall(function()
  175. i:BreakJoints()
  176. i.Torso.RotVelocity = Vector3.new(250,250,250)
  177. i.Torso.Velocity = Vector3.new(250,250,250)
  178. i.Head.RotVelocity = Vector3.new(250,250,250)
  179. i.Head.Velocity = Vector3.new(250,250,250)
  180. i["Left Arm"].RotVelocity = Vector3.new(250,250,250)
  181. i["Left Arm"].Velocity = Vector3.new(250,250,250)
  182. i["Right Arm"].RotVelocity = Vector3.new(250,250,250)
  183. i["Right Arm"].Velocity = Vector3.new(250,250,250)
  184. i["Left Leg"].RotVelocity = Vector3.new(250,250,250)
  185. i["Left Leg"].Velocity = Vector3.new(250,250,250)
  186. i["Right Leg"].RotVelocity = Vector3.new(250,250,250)
  187. i["Right Leg"].Velocity = Vector3.new(250,250,250)
  188. end)
  189. end
  190. end
  191. end
  192. end
  193. wait(2)
  194. s1:Destroy()
  195. textrotatespeed = 5
  196. music.Volume = "inf"
  197. text.Text = "Meme Lord Boi"
  198. wait(0.5)
  199. taunt4b = false
  200. end
  201. end)
  202. local taunt5 = Instance.new("Tool",plr.Backpack)
  203. taunt5.Name = "MLG"
  204. taunt5.CanBeDropped = false
  205. taunt5.RequiresHandle = false
  206. taunt5b = false
  207. taunt5.Activated:connect(function()
  208. if taunt5b == false then
  209. taunt5b = true
  210. text.Text = "mlg mode: on"
  211. textrotatespeed = 15
  212. local s1 = Instance.new("Sound",char)
  213. s1.SoundId = "rbxassetid://185492305"
  214. s1.Volume = "inf"
  215. s1:Play()
  216. music.Volume = 0
  217. local light = Instance.new("PointLight",char.Torso)
  218. light.Brightness = "inf"
  219. light.Range = "inf"
  220. light.Shadows = false
  221. local x2 = coroutine.wrap(function()
  222. ypcall(function()
  223. while true do
  224. light.Color = BrickColor.Random().Color
  225. wait(0.3)
  226. end
  227. end)
  228. end)
  229. x2()
  230. repeat wait() until s1.IsPlaying == false
  231. light:Destroy()
  232. textrotatespeed = 5
  233. music.Volume = "inf"
  234. text.Text = "Meme Lord Boi"
  235. wait(2)
  236. taunt5b = false
  237. end
  238. end)
  239. local taunt6 = Instance.new("Tool",plr.Backpack)
  240. taunt6.Name = "bonus ducks"
  241. taunt6.CanBeDropped = false
  242. taunt6.RequiresHandle = false
  243. taunt6b = false
  244. taunt6.Activated:connect(function()
  245. if taunt6b == false then
  246. local ducksfallenabled = true
  247. taunt6b = true
  248. text.Text = "Bonus Ducks"
  249. textrotatespeed = 15
  250. local s1 = Instance.new("Sound",char)
  251. s1.SoundId = "rbxassetid://875104558"
  252. s1.Volume = "inf"
  253. s1:Play()
  254. music.Volume = 0
  255. local x2 = coroutine.wrap(function()
  256. ypcall(function()
  257. while true do
  258. if ducksfallenabled == true then
  259. local part = Instance.new("Part",workspace)
  260. part.Size = Vector3.new(5,5,5)
  261. part.Anchored = false
  262. part.Position = Vector3.new(math.random(-256,256),200,math.random(-256,256))
  263. local mesh = Instance.new("SpecialMesh",part)
  264. mesh.MeshId = "rbxassetid://521754610"
  265. mesh.TextureId = "rbxassetid://521754612"
  266. mesh.Scale = Vector3.new(4,4,4)
  267. end
  268. wait(0.2)
  269. end
  270. end)
  271. end)
  272. x2()
  273. repeat wait() until s1.IsPlaying == false
  274. textrotatespeed = 5
  275. ducksfallenabled = false
  276. music.Volume = "inf"
  277. s1:Destroy()
  278. text.Text = "Meme Lord Boi"
  279. wait(0.5)
  280. taunt6b = false
  281. end
  282. end)
  283. local taunt7 = Instance.new("Tool",plr.Backpack)
  284. taunt7.Name = "its raining tacos"
  285. taunt7.CanBeDropped = false
  286. taunt7.RequiresHandle = false
  287. taunt7b = false
  288. taunt7.Activated:connect(function()
  289. if taunt7b == false then
  290. local ducksfallenabled = true
  291. taunt7b = true
  292. text.Text = "IT'S RAINING TACOS"
  293. textrotatespeed = 15
  294. local s1 = Instance.new("Sound",char)
  295. s1.SoundId = "rbxassetid://290568373"
  296. s1.Volume = "inf"
  297. s1:Play()
  298. music.Volume = 0
  299. local x2 = coroutine.wrap(function()
  300. ypcall(function()
  301. while true do
  302. if ducksfallenabled == true then
  303. local part = Instance.new("Part",workspace)
  304. part.Size = Vector3.new(5,5,5)
  305. part.Anchored = false
  306. part.Position = Vector3.new(math.random(-256,256),200,math.random(-256,256))
  307. local mesh = Instance.new("SpecialMesh",part)
  308. mesh.MeshId = "http://www.roblox.com/asset/?id=14846869"
  309. mesh.TextureId = "http://www.roblox.com/asset/?id=14846834"
  310. mesh.Scale = Vector3.new(4,4,4)
  311. end
  312. wait(0.2)
  313. end
  314. end)
  315. end)
  316. x2()
  317. wait(14)
  318. textrotatespeed = 5
  319. ducksfallenabled = false
  320. music.Volume = "inf"
  321. text.Text = "Meme Lord Boi"
  322. s1:Destroy()
  323. wait(0.5)
  324. taunt7b = false
  325. end
  326. end)
Add Comment
Please, Sign In to add comment