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