View difference between Paste ID: Dg40rW1S and sp61u0nN
SHOW: | | - or go back to the newest paste.
1
amusicOn = true
2
3
Me = game.Players.LocalPlayer
4
player = Me
5
char = Me.Character
6
chara = char
7
larm = char["Left Arm"]
8
rarm = char["Right Arm"]
9
lleg = char["Left Leg"]
10
rleg = char["Right Leg"]
11
torso = char.Torso
12
hed = char.Head
13
mouse = player:GetMouse()
14
lght = game.Lighting
15
lichtact = false
16
moosicact = false
17
gotsagofest = true
18
chara.Humanoid.MaxHealth = math.huge + 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
19
chara.Humanoid.Health = math.huge + 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
20
21
22
23
wait(2.5)
24
25-
chara.Humanoid.WalkSpeed = 10
25+
26-
chara.Humanoid.JumpPower = 40
26+
27
naeeym.StudsOffset = Vector3.new(0,2,0)
28
naeeym.Adornee = chara.Head
29
local tecks = Instance.new("TextLabel",naeeym)
30
tecks.BackgroundTransparency = 1
31
tecks.BorderSizePixel = 0
32
tecks.Text = "Anonymous"
33
tecks.Font = "Bodoni"
34
tecks.FontSize = "Size36"
35
tecks.TextStrokeTransparency = 0.5
36
tecks.TextColor3 = Color3.new(0,0,0)
37
rrer = BrickColor.new("Really red")
38
tecks.TextStrokeColor3 = rrer.Color
39
tecks.Size = UDim2.new(1,0,0.5,0)
40
local licht = Instance.new("PointLight",chara.Torso)
41
licht.Color = tecks.TextStrokeColor3
42
licht.Range = 60
43
licht.Brightness = 1
44
licht.Enabled = false
45
46
47
------------------------------- Player -------------------------------------------------------------------
48
local z = Instance.new("Sound",char)
49
z.Looped = true
50
z.SoundId = "rbxassetid://167161785" --music that plays
51
z.Volume = 2.25
52
if musicOn then
53
	z:Play()
54
end
55
56
Mouse = player:GetMouse()
57
58
local l = Instance.new("ColorCorrectionEffect",game.Lighting)
59
60
for i,v in pairs(chara:children()) do
61
	if v:IsA("Accessory") or v:IsA("Shirt") or v:IsA("Pants") then
62
		v:Destroy()
63
	end
64
end
65
char.Head.face:Destroy()
66
67
char["Body Colors"].HeadColor, char["Body Colors"].LeftArmColor, char["Body Colors"].LeftLegColor, char["Body Colors"].RightArmColor, char["Body Colors"].RightLegColor, char["Body Colors"].TorsoColor = BrickColor.new("Black"), BrickColor.new("Black"), BrickColor.new("Black"), BrickColor.new("Black"), BrickColor.new("Black"), BrickColor.new("Really black")
68
local Orbd = Instance.new("Part", char)
69
Orbd.Name = "Orbd"
70
Orbd.Shape = Enum.PartType.Ball
71
Orbd.CanCollide = false
72
Orbd.BrickColor = BrickColor.new("Really red")
73
Orbd.Transparency = 0
74
Orbd.Material = "Neon"
75
Orbd.Size = Vector3.new(0.1, 0.1, 0.1)
76
Orbd.TopSurface = Enum.SurfaceType.Smooth
77
Orbd.BottomSurface = Enum.SurfaceType.Smooth
78
local Weld = Instance.new("Weld", Orbd)
79
Weld.Part0 = char.Head
80
Weld.Part1 = Orbd
81
Weld.C1 = CFrame.new(-0.2, -0.2, 0.5)
82
local glov = Instance.new("PointLight", Orbd)
83
glov.Brightness = 0.25
84
glov.Range = 20
85
glov.Color = Color3.new(255, 0, 0)
86
local Orbvc = Instance.new("Part", char)
87
Orbvc.Name = "Orbvc"
88
Orbvc.Shape = Enum.PartType.Ball
89
Orbvc.CanCollide = false
90
Orbvc.BrickColor = BrickColor.new("Really red")
91
Orbvc.Transparency = 0
92
Orbvc.Material = "Neon"
93
Orbvc.Size = Vector3.new(0.1, 0.1, 0.1)
94
Orbvc.TopSurface = Enum.SurfaceType.Smooth
95
Orbvc.BottomSurface = Enum.SurfaceType.Smooth
96
local Weld = Instance.new("Weld", Orbvc)
97
Weld.Part0 = char.Head
98
Weld.Part1 = Orbvc
99
Weld.C1 = CFrame.new(0.2, -0.2, 0.5)
100
local glo = Instance.new("PointLight", Orbvc)
101
glo.Brightness = 0.25
102
glo.Range = 20
103
glo.Color = Color3.new(255, 0, 0)
104
105
local IsFreeFalling = false
106
local SpinPart = Instance.new('Part')
107
SpinPart.Transparency = 1
108
SpinPart.Size = Vector3.new(25,1,25)
109
SpinPart.CanCollide = false
110
SpinPart.FormFactor = 'Custom'
111
local FX = Instance.new('ParticleEmitter',SpinPart)
112
FX.Color,FX.Size,FX.Lifetime,FX.Rate,FX.Speed,FX.EmissionDirection,FX.Transparency,FX.LockedToPart,FX.Texture,FX.VelocityInheritance = ColorSequence.new({ColorSequenceKeypoint.new(0, BrickColor.new("Really black").Color, 0), ColorSequenceKeypoint.new(1, BrickColor.new("Black").Color, 0)}), NumberSequence.new(0.25), NumberRange.new(3.75,3.75), 125, NumberRange.new(5,5), "Top", NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(0.25,0,0),NumberSequenceKeypoint.new(0.9,0,0),NumberSequenceKeypoint.new(0.975,1,0),NumberSequenceKeypoint.new(1,1,0)}), false, "rbxassetid://132883219",-0.1
113
local FX = Instance.new('ParticleEmitter',SpinPart)
114
FX.Color,FX.Size,FX.Lifetime,FX.Rate,FX.Speed,FX.EmissionDirection,FX.Transparency,FX.LockedToPart,FX.Texture,FX.VelocityInheritance = ColorSequence.new({ColorSequenceKeypoint.new(0, BrickColor.new("Really black").Color, 0), ColorSequenceKeypoint.new(1, BrickColor.new("Black").Color, 0)}), NumberSequence.new(0.25), NumberRange.new(3.75,3.75), 125, NumberRange.new(5,5), "Top", NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(0.25,0,0),NumberSequenceKeypoint.new(0.9,0,0),NumberSequenceKeypoint.new(0.975,1,0),NumberSequenceKeypoint.new(1,1,0)}), false, "rbxassetid://132883219",0.1
115
do
116
	local tspin = Instance.new('BodyAngularVelocity')
117
	tspin.angularvelocity = Vector3.new(0,1,0)
118
	tspin.maxTorque =Vector3.new(math.huge,math.huge,math.huge)
119
	tspin.Parent = SpinPart
120
end
121
local SpinPos = Instance.new('BodyPosition')
122
SpinPos.maxForce = Vector3.new(math.huge,math.huge,math.huge)
123
SpinPos.Parent = SpinPart
124
125
function Equipped()
126
	IsEquipped = true
127
	local MyTorso = char.Torso
128
	if MyTorso then
129
		spawn(function()
130
			local startTime = tick()
131
			SpinPart.CFrame = CFrame.new(MyTorso.CFrame.p+Vector3.new(0,-2.8,0))
132
			SpinPart.Parent = MyTorso
133
			local fadeIn = true
134
			while IsEquipped do
135
				if not IsFreeFalling then
136
					SpinPos.position = MyTorso.CFrame.p+Vector3.new(0,-2.8,0)
137
				end
138
				wait()
139
			end
140
			SpinPart.Parent = nil
141
			
142
		end)
143
	end
144
end
145
146
147
	wait(0.01)
148
	Equipped()
149
150
151
function start()
152
	i = 0
153
	while i<1 do
154-
	print("Darkness falls across the battlefield...")
154+
155-
	wait()
155+
156-
	print("----------------------------------------")
156+
157-
	wait()
157+
158-
	print("          - Anonymous booted up. -")
158+
159-
	wait()
159+
160-
	print("- Anonymous written by yeox769. -")
160+
161
162
163
local Players = game:GetService("Players")
164
local UserInputService = game:GetService("UserInputService")
165
local RunService = game:GetService("RunService")
166
167
local Player = Players.LocalPlayer
168
local Camera = workspace.CurrentCamera
169
local Mouse = Player:GetMouse()
170
171
local Character = Player.Character
172
local Torso = Character.Torso
173
174
local Typing = false
175
local TypingSub = 1
176
local TypingSub2 = 1
177
178
local Neck = Torso.Neck
179
180
Neck.C1 = CFrame.new(0, -0.5, 0)
181
182
local RightArm = Character["Right Arm"]
183
local LeftArm = Character["Left Arm"]
184
185
local RightShoulder = Instance.new("Weld", Torso)
186
RightShoulder.Part0 = Torso
187
RightShoulder.Part1 = RightArm
188
189
local LeftShoulder = Instance.new("Weld", Torso)
190
LeftShoulder.Part0 = Torso
191
LeftShoulder.Part1 = LeftArm
192
193
RightShoulder.C1 = CFrame.new(-0.5, 0.5, 0)
194
LeftShoulder.C1 = CFrame.new(0.5, 0.5, 0)
195
196
197
local Code = [[
198
	-- I failed at stealing my mommy's credit card!
199
	
200
	Server Proxy Connection Initializing...
201
	
202
	USERNAME: MinecraftKid72
203
	PASSWORD: iLoveMinecraftNoobs
204
	
205
	
206
	ROBLOX Server Database Connecting...
207
	
208
	
209
	local Proxy = Server:GetProxyData(1011101)
210
	local Tracker = {}
211
	
212
	__INIT__ setmetatable(getmetatable(Proxy), {
213
		__metatable = {};
214
		__call = function(Self, ...)
215
			Proxy:GetArgumentData(Proxy.Key, select(...))
216
		end;
217
	})
218
	
219
	Proxy:TransferData("Lifetime_OBC_Charged",
220
		"ACC_"..__VERSION.."_"..Proxy:GetAccount()
221
	{
222
		__newindex = function(Self, Key, Value)
223
			Tracker[Key] = Value
224
			rawset(Self, Key, Value)
225
		end
226
	})
227
	
228
	Proxy:GetTransferredData().breakAssymetricEncryption(
229
		"NEW_Public_Key", true, 101, false
230
	)
231
	
232
	
233
	ROBLOX Server Log:
234
		> Deleting Roblox'es server backs
235
		
236
		...
237
		...
238
		...
239
		...
240
		...
241
		...
242
		
243-
		> Lifetime OBC Transferred to MinecraftKid72_iLoveMinecraftNoobs
243+
		ERROR<Access Denied>
244
		Deleting User.json..50%
245
		Deleting User.json..100%
246
		Successfully deleted User.
247
		Message<You think it was that easy? Think again>
248
		
249
		
250
	
251
	
252-
		ERROR<Tried to transfer Lifetime OBC to dantdmbestfan69, Lifetime dosent exist, deleting dantdmbestfan69>
252+
253-
		Deleting MinecraftKid72..50%
253+
254-
		Deleting MinecraftKid72..100%
254+
255-
		Successfully deleted MinecraftKid72.
255+
256-
		Message<Fucking Kill yourself ugly cunt ill leak your address, i fucked ur mom bacon cunt xd.>
256+
257
local Argument = [[
258
	You> Hello!              
259
260
	Roblox> Who are you?                     
261
262
	You> I am no one...
263
264
	Roblox> then what should i call you?
265
	
266
	You> I am not one person, i am everyones fears...
267
268
	Roblox> Do you think you have power? your just some no body.
269-
	Jimmy> Hey Faggot!                     
269+
270
	You> Watch as WE show you the truth
271-
	Jimmy> Wtf are you doing watching anime you sad 20 year old cunt.              
271+
272
	<Server> [Error]
273-
	You> Df you just say to me you 50 year old man child? ill have you know my dad works for the fbi and he is tracing your ip address as we speak.
273+
274
	Roblox> What was that?
275-
	Jimmy> Fuck Off Ya Fat Cunt
275+
276
	Roblox> Goodbye...
277-
	You> Y'know what? anime is lyfe do not ever diss me ok? or i will get my army, a minecraft clan you have never seen before
277+
278
	Roblox> Wait what?
279-
	Jimmy> You're Mum Gay.
279+
280
	<Server> Roblox has timed out.
281-
	You> your*
281+
282
]]
283-
	Jimmy> Bye Sad AF Cunt.
283+
284
285-
	tacktic2010> lol, uf0ckinw0t?
285+
286
game.Lighting.GlobalShadows = false
287-
	Jimmy> tacktic iz gay.
287+
288
289-
	pxire> kick>Jimmy:Reason: By Faggot lelel.
289+
290
local function Smooth(Part)
291-
	<sever> Jimmy has left your channel, Reason: Bye You Ugly NiggerFaggot.
291+
292
	Part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
293
	Part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
294
	Part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
295
	Part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
296
	Part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
297
end
298
299
300
local function SetLine(Line, Alpha, Beta)
301
	local dx = Alpha.Position.X.Scale - Beta.Position.X.Scale
302
	local dy = Alpha.Position.Y.Scale - Beta.Position.Y.Scale
303
	local Magnitude = math.sqrt(dx^2 + dy^2)
304
	
305
	Line.Size = UDim2.new(Magnitude, 0, 0, 8)
306
	Line.Position = Alpha.Position:Lerp(Beta.Position, 0.5)
307
	Line.Rotation = math.deg(math.atan2(dy, dx))
308
end
309
310
311
local Keyboard = Instance.new("Part")
312
Keyboard.BrickColor = BrickColor.new("Really black")
313
Keyboard.Material = Enum.Material.Neon
314
Keyboard.Transparency = 0.1
315
Keyboard.Size = Vector3.new(5, 0, 2)
316
Keyboard.CanCollide = false
317
Keyboard.Locked = true
318
319
Smooth(Keyboard)
320
321
local KeyboardWeld = Instance.new("Weld")
322
KeyboardWeld.Part0 = Torso
323
KeyboardWeld.Part1 = Keyboard
324
KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0)
325
326
KeyboardWeld.Parent = Keyboard
327
Keyboard.Parent = Character
328
329
330
local Light = Instance.new("PointLight")
331
Light.Brightness = 1.5
332
Light.Range = 12
333
Light.Parent = Keyboard
334
335
336
local Screen = Instance.new("Part")
337
Screen.BrickColor = BrickColor.new("Really black")
338
Screen.Material = Enum.Material.Neon
339
Screen.Transparency = 0.6
340
Screen.Size = Vector3.new(6, 4, 0)
341
Screen.CanCollide = false
342
Screen.Locked = true
343
344
Smooth(Screen)
345
346
local ScreenWeld = Instance.new("Weld")
347
ScreenWeld.Part0 = Torso
348
ScreenWeld.Part1 = Screen
349
ScreenWeld.C0 = CFrame.new(0, 3.5, -4.5) * CFrame.Angles(0.1, 0, 0)
350
351
local animeh = Instance.new("Part")
352
animeh.BrickColor = BrickColor.new("Really black")
353
animeh.Material = Enum.Material.Neon
354
animeh.Transparency = 0.6
355
animeh.Size = Vector3.new(6, 4, 0)
356
animeh.CanCollide = false
357
animeh.Locked = true
358
359
local dekal = Instance.new("Decal",animeh)
360
dekal.Texture = "http://www.roblox.com/asset/?id=1340748283"
361
dekal.Transparency = 0.15
362
dekal.Face = "Back"
363
364
Smooth(animeh)
365
366
local animehw = Instance.new("Weld")
367
animehw.Part0 = Torso
368
animehw.Part1 = animeh
369
animehw.C0 = CFrame.new(0, 8, -4) * CFrame.Angles(.5,0,0)
370
371
animehw.Parent = animeh
372
animeh.Parent = Character
373
374
local Gui = Instance.new("SurfaceGui")
375
Gui.Face = "Back"
376
Gui.Adornee = Screen
377
Gui.Parent = Screen
378
379
local Text = Instance.new("TextBox")
380
Text.BackgroundTransparency = 1
381
Text.Position = UDim2.new(0, 0, 0, 0)
382
Text.Size = UDim2.new(1, 0, 1, 0)
383
Text.TextColor3 = Color3.new(1, 1, 1)
384
Text.Font = Enum.Font.Code
385
Text.Active = false
386
Text.MultiLine = true
387
Text.TextWrapped = true
388
Text.FontSize = Enum.FontSize.Size32
389
Text.TextXAlignment = Enum.TextXAlignment.Left
390
Text.TextYAlignment = Enum.TextYAlignment.Top
391
Text.Text = ""
392
393
Text.Parent = Gui
394
395
ScreenWeld.Parent = Screen
396
Screen.Parent = Character
397
398
399
400
local Screen2 = Instance.new("Part")
401
Screen2.BrickColor = BrickColor.new("Really black")
402
Screen2.Material = Enum.Material.Neon
403
Screen2.Transparency = 0.6
404
Screen2.Size = Vector3.new(6, 4, 0)
405
Screen2.CanCollide = false
406
Screen2.Locked = true
407
408
Smooth(Screen2)
409
410
local Screen2Weld = Instance.new("Weld")
411
Screen2Weld.Part0 = Torso
412
Screen2Weld.Part1 = Screen2
413
Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0)
414
415
local Gui2 = Instance.new("SurfaceGui")
416
Gui2.Face = "Back"
417
Gui2.Adornee = Screen2
418
Gui2.Parent = Screen2
419
420
local Text2 = Instance.new("TextBox")
421
Text2.BackgroundTransparency = 1
422
Text2.Position = UDim2.new(0, 0, 0, 0)
423
Text2.Size = UDim2.new(1, 0, 1, 0)
424
Text2.TextColor3 = Color3.new(0, 1, 0)
425
Text2.Font = Enum.Font.Code
426
Text2.Active = false
427
Text2.MultiLine = true
428
Text2.TextWrapped = true
429
Text2.FontSize = Enum.FontSize.Size32
430
Text2.TextXAlignment = Enum.TextXAlignment.Left
431
Text2.TextYAlignment = Enum.TextYAlignment.Top
432
Text2.Text = ""
433
434
Text2.Parent = Gui2
435
436
local ImageKey = Instance.new("ImageLabel")
437
ImageKey.BackgroundTransparency = 1
438
ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0)
439
ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0)
440
ImageKey.Image = "http://www.roblox.com/asset/?id=697224414"
441
ImageKey.ImageTransparency = 1
442
ImageKey.Parent = Gui2
443
444
Screen2Weld.Parent = Screen2
445
Screen2.Parent = Character
446
447
448
449
local Screen3 = Instance.new("Part")
450
Screen3.BrickColor = BrickColor.new("Really black")
451
Screen3.Material = Enum.Material.Neon
452
Screen3.Transparency = 0.6
453
Screen3.Size = Vector3.new(6, 4, 0)
454
Screen3.CanCollide = false
455
Screen3.Locked = true
456
457
local dekal = Instance.new("Decal",Screen3) -- can be removed if needed
458
dekal.Texture = "http://www.roblox.com/asset/?id=610157996"
459
dekal.Transparency = 0.15
460
dekal.Face = "Back"
461
462
Smooth(Screen3)
463
464
local Screen3Weld = Instance.new("Weld")
465
Screen3Weld.Part0 = Torso
466
Screen3Weld.Part1 = Screen3
467
Screen3Weld.C0 = CFrame.new(-5.4, 3.4, -1.5) * CFrame.Angles(0.1, 0.9, 0)
468
469
local Gui3 = Instance.new("SurfaceGui")
470
Gui3.Face = "Back"
471
Gui3.Adornee = Screen3
472
Gui3.Parent = Screen3
473
474
local Map = Instance.new("ImageLabel")
475
Map.BackgroundTransparency = 1
476-
local dekal = Instance.new("Decal",Screen3)
476+
477
Map.Size = UDim2.new(1, 0, 1, 0)
478
Map.Image = "http://www.roblox.com/asset/?id=121661614"
479
480
Map.Parent = Gui3
481
482
Screen3Weld.Parent = Screen3
483
Screen3.Parent = Character
484
485
UserInputService.InputBegan:Connect(function(Input, Processed)
486
	if Processed then return end
487
	
488
	if Input.UserInputType == Enum.UserInputType.Keyboard then
489
		local KeyCode = Input.KeyCode
490
		
491
		if KeyCode == Enum.KeyCode.E then
492
			Typing = not Typing
493
		end
494
	end
495
end)
496
497
498
499
RunService.Heartbeat:Connect(function()
500
	local Sine = math.sin(tick() * 8) / 8
501
	
502
	ImageKey.ImageTransparency = math.abs(math.sin(tick()))
503
	
504
	if Typing then
505
		if math.random(5) == 1 then
506
			local PressSound = Instance.new("Sound")
507
			PressSound.SoundId = "rbxassetid://265970978"
508
			PressSound.Pitch = 0.5 + math.random() / 5
509
			PressSound.Volume = 3
510
			PressSound.Parent = Keyboard
511
			PressSound:Play()
512
			
513
			game:GetService("Debris"):AddItem(PressSound, 1 / 2)
514
		end
515
		
516
		Neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(-0.2 + Sine / 4, (math.random() - 0.5) / 2, 0)
517
		
518
		RightShoulder.C0 = CFrame.new(1, 0.6 + math.random() / 4, -math.random() * 0.7)
519
			* CFrame.Angles(1.5 + Sine * math.random(), -Sine / 4, -(0.5 + 2 * Sine * math.random()))
520
		
521
		LeftShoulder.C0 = CFrame.new(-1, 0.6 + math.random() / 4, -math.random() * 0.7)
522
			* CFrame.Angles(1.5 - Sine * math.random(), Sine / 4, 0.5 + 2 * Sine * math.random())
523
		
524
		if math.random(2) == 1 then
525
			if TypingSub < #Argument then
526
				TypingSub = TypingSub + 1
527
				Text.Text = Text.Text..Argument:sub(TypingSub, TypingSub)
528
				
529
				local nl = Text.Text:find("\n")
530
				
531
				if nl and #Text.Text > 400 then
532
					Text.Text = Text.Text:sub(nl + 1)
533
				end
534
				
535
			else
536
				TypingSub = 1
537
			end
538
		end
539
		
540
		if math.random(3) == 1 then
541
			if TypingSub2 < #Code then
542
				TypingSub2 = TypingSub2 + 1
543
				Text2.Text = Text2.Text..Code:sub(TypingSub2, TypingSub2)
544
				
545
				local nl = Text2.Text:find("\n")
546
				
547
				if nl and #Text2.Text > 400 then
548
					Text2.Text = Text2.Text:sub(nl + 1)
549
				end
550
				
551
			else
552
				TypingSub2 = 1
553
			end
554
		end
555
		
556
	else
557
		Neck.C0 = CFrame.new(0, 1, 0)
558
		
559
		RightShoulder.C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
560
		LeftShoulder.C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
561
	end
562
end)
563
564
delay(0,start)
565
566
New = function(Object, Parent, Name, Data)
567
	local Object = Instance.new(Object)
568
	for Index, Value in pairs(Data or {}) do
569
		Object[Index] = Value
570
	end
571
	Object.Parent = Parent
572
	Object.Name = Name
573
	return Object
574
end
575
576
function ScatterEff(part)
577
local eff1 = Instance.new("ParticleEmitter",part)
578
eff1.Size = NumberSequence.new(.1)
579
eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
580
eff1.LightEmission = 1
581
eff1.Lifetime = NumberRange.new(1)
582
eff1.Speed = NumberRange.new(1)
583
eff1.Rate = 100
584
eff1.VelocitySpread = 10000
585
eff1.Texture = "rbxassetid://347504241"
586
eff1.Color = ColorSequence.new(Color3.new(1,0,0))
587
local eff2 = Instance.new("ParticleEmitter",part)
588
eff2.Size = NumberSequence.new(.1)
589
eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
590
eff2.LightEmission = 1
591
eff2.Lifetime = NumberRange.new(1)
592
eff2.Speed = NumberRange.new(1)
593
eff2.Rate = 100
594
eff2.VelocitySpread = 10000
595
eff2.Texture = "rbxassetid://347504259"
596
eff2.Color = ColorSequence.new(Color3.new(1,0,0))
597
end
598
599
function BurningEff(part)
600
local eff1 = Instance.new("ParticleEmitter",part)
601
eff1.Size = NumberSequence.new(.1)
602
eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
603
eff1.LightEmission = 1
604
eff1.Lifetime = NumberRange.new(1)
605
eff1.Speed = NumberRange.new(0)
606
eff1.Rate = 100
607
eff1.Texture = "rbxassetid://347504241"
608
eff1.Acceleration = Vector3.new(0,10,0)
609
eff1.Color = ColorSequence.new(Color3.new(1,0,0))
610
local eff2 = Instance.new("ParticleEmitter",part)
611
eff2.Size = NumberSequence.new(.1)
612
eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
613
eff2.LightEmission = 1
614
eff2.Lifetime = NumberRange.new(1)
615
eff2.Speed = NumberRange.new(0)
616
eff2.Rate = 100
617
eff2.Texture = "rbxassetid://347504259"
618
eff2.Acceleration = Vector3.new(0,10,0)
619
eff2.Color = ColorSequence.new(Color3.new(1,0,0))
620
local eff3 = Instance.new("ParticleEmitter",part)
621
eff3.Size = NumberSequence.new(1)
622
eff3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
623
eff3.LightEmission = 1
624
eff3.Lifetime = NumberRange.new(1)
625
eff3.Speed = NumberRange.new(0)
626
eff3.Rate = 100
627
eff3.Texture = "rbxasset://textures/particles/fire_main.dds"
628
eff3.Acceleration = Vector3.new(0,10,0)
629
eff3.Color = ColorSequence.new(Color3.new(1,0,0))
630
end
631
632
633
634
slashsnd = New("Sound",chara.Torso,"Slash",{SoundId = "rbxassetid://28144425",PlaybackSpeed = .7,Volume = 5})
635
hitsnd = New("Sound",chara.Torso,"Hit",{SoundId = "rbxassetid://429400881",PlaybackSpeed = .7,Volume = 5})
636
telesnd = New("Sound",chara.Torso,"Tele",{SoundId = "rbxassetid://2767090",PlaybackSpeed = .7,Volume = 5})
637
burnsnd = New("Sound",chara.Torso,"Burn",{SoundId = "rbxassetid://32791565",PlaybackSpeed = .7,Volume = 5})
638
music1 = New("Sound",chara.Torso,"Music1",{SoundId = "rbxassetid://1337668681",PlaybackSpeed = .5,Volume = 10,Looped = true}) --login
639
music2 = New("Sound",chara.Torso,"Music2",{SoundId = "rbxassetid://1337621278",PlaybackSpeed = .2,Volume = 5,Looped = true}) --music
640
deathmus = New("Sound",chara.Torso,"DeathMus",{SoundId = "rbxassetid://19094700",PlaybackSpeed = .5,Volume = 5,Looped = true})
641
deathex = New("Sound",chara.Torso,"DeathEx",{SoundId = "rbxassetid://11984351",PlaybackSpeed = 1,Volume = 5})
642
643
644
645
646
647
--Soul Steal--
648
function SoulSteal(pos)
649
local soulst = coroutine.wrap(function()
650
local soul = Instance.new("Part",chara)
651
soul.Size = Vector3.new(0,0,0)
652
soul.CanCollide = false
653
soul.Anchored = false
654
soul.Position = pos
655
soul.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
656
soul.Transparency = 1
657
local ptc = Instance.new("ParticleEmitter",soul)
658
ptc.Texture = "http://www.roblox.com/asset/?id=413366101"
659
ptc.Size = NumberSequence.new(.5)
660
ptc.LockedToPart = true
661
ptc.Speed = NumberRange.new(0)
662
ptc.Lifetime = NumberRange.new(9999)
663
local bodpos = Instance.new("BodyPosition",soul)
664
bodpos.Position = pos
665
wait(2)
666
soul.Touched:connect(function(hit)
667
if hit.Parent == chara then
668
soul:Destroy()
669
end
670
end)
671
while soul do
672
wait(.1)
673
bodpos.Position = chara.Torso.Position
674
end
675
end)
676
soulst()
677
end
678
679
--Death of a Mortal--
680
function KillMortal(hitdude)
681
local torsy = nil
682
if hitdude:FindFirstChild("Torso")~=nil then
683
torsy = hitdude.Torso	
684
elseif hitdude:FindFirstChild("UpperTorso")~=nil then
685
torsy = hitdude.UpperTorso
686
end
687
local val = Instance.new("ObjectValue",hitdude)
688
val.Name = "HasBeenHit"
689
hitdude:BreakJoints()
690
hitdude.Humanoid:Destroy()
691
SoulSteal(torsy.Position)
692
local chi = hitdude:GetChildren()
693
for i = 1, #chi do
694
if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
695
local bodpos = Instance.new("BodyPosition",chi[i])
696
bodpos.Position = chi[i].Position + Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))
697
ScatterEff(chi[i])
698
chi[i].BrickColor = BrickColor.new("Really black")
699
end
700
end
701
for i = 1, 4 do
702
for i = 1, #chi do
703
if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
704
chi[i].Transparency = chi[i].Transparency + .25
705
wait(.01)
706
end
707
end
708
end
709
for i = 1, #chi do
710
if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
711
chi[i]:Destroy()
712
end
713
end
714
end
715
716
717
function Teleport(pos)
718
telesnd:Play()
719
local ch = chara:GetChildren()
720
for i = 1, #ch do
721
if ch[i].ClassName == "Part" and ch[i].Name ~= "HumanoidRootPart" then
722
local trace = Instance.new("Part",game.Workspace)
723
trace.Size = ch[i].Size
724
trace.Material = "Neon"
725
trace.BrickColor = BrickColor.new("Really black")
726
trace.Transparency = .3
727
trace.CanCollide = false
728
trace.Anchored = true
729
trace.CFrame = ch[i].CFrame
730
if ch[i].Name == "Head" then
731
mehs = Instance.new("CylinderMesh",trace)
732
mehs.Scale = Vector3.new(1.25,1.25,1.25)
733
end
734
tracedisappear = coroutine.wrap(function()
735
wait(1)
736
for i = 1, 7 do
737
wait(.1)
738
trace.Transparency = trace.Transparency + .1
739
end
740
trace:Destroy()
741
end)
742
tracedisappear()
743
end
744
end
745
chara.Torso.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
746
end
747
748
749
function Grab(mouse)
750
local hit = mouse.Target
751
if hit ~= nil then
752
if hit.Parent:FindFirstChild("Humanoid")~=nil then
753
local torsy = nil
754
if hit.Parent:FindFirstChild("Torso")~=nil then
755
torsy = hit.Parent.Torso
756
elseif hit.Parent:FindFirstChild("UpperTorso")~=nil then
757
torsy = hit.Parent.UpperTorso
758
end
759
local bodpos = Instance.new("BodyPosition",torsy)
760
bodpos.Position = torsy.Position
761
wait(1)
762
burnsnd:Play()
763
hit.Parent.Humanoid.MaxHealth = 100
764
bodpos.Position = bodpos.Position + Vector3.new(0,4,0)
765
for i = 1, 10 do
766
wait(.1)
767
BurningEff(torsy)
768
hit.Parent.Humanoid.Health = hit.Parent.Humanoid.Health - 10
769
end
770
KillMortal(hit.Parent)
771
end
772
else end
773
end
774
775
776
function onKeyDown(key)
777
if key == "z" then
778
Teleport(Mouse.Hit.p + Vector3.new(0,2,0))
779
elseif key == "x" then
780
Grab(Mouse)
781
end
782
end
783
784
--Mouse Functions--
785
Mouse = player:GetMouse()
786
if Mouse then
787
Mouse.KeyDown:connect(onKeyDown)
788
end
789
790
while true do
791
wait(.01)
792
chance = math.random(0,100)
793
if chance < 10 then
794
sel = math.random(1,3)
795
if sel == 1 then
796
tecks.Text = "Anonymous"
797
elseif sel == 2 then
798
tecks.Text = "Aymnosuno"
799
elseif sel == 3 then
800
tecks.Text = "suomynonA"
801
end
802
else tecks.Text = "Anonymous"
803
if chara.Humanoid.Health > 0 then
804
chara.Humanoid.MaxHealth = math.huge
805
chara.Humanoid.Health = math.huge
806
end
807
if game.Lighting:FindFirstChild("ColorCorrection") == nil then
808
	local l = Instance.new("ColorCorrectionEffect",game.Lighting)
809
	l.Contrast,l.Saturation,l.Brightness = 2, -0.75, 0.375
810
	l.TintColor = Color3.new(1,0,0)
811
end
812
tecks.Position = UDim2.new(0,math.random(-1,1),0,math.random(-1,1))
813
end
814
end