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