View difference between Paste ID: VByEkf75 and 3CWUkbeu
SHOW: | | - or go back to the newest paste.
1
-- This script has been converted to FE by iPxter
2
3
4
if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
5
local Player,Mouse,mouse,UserInputService,ContextActionService = owner
6
do
7
	print("FE Compatibility code by Mokiros | Translated to FE by iPxter")
8
	script.Parent = Player.Character
9
10
	--RemoteEvent for communicating
11
	local Event = Instance.new("RemoteEvent")
12
	Event.Name = "UserInput_Event"
13
14
	--Fake event to make stuff like Mouse.KeyDown work
15
	local function fakeEvent()
16
		local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
17
		t.connect = t.Connect
18
		return t
19
	end
20
21
	--Creating fake input objects with fake variables
22
    local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
23
	local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
24
	local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
25
		CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
26
	end}
27
	--Merged 2 functions into one by checking amount of arguments
28
	CAS.UnbindAction = CAS.BindAction
29
30
	--This function will trigger the events that have been :Connect()'ed
31
	local function te(self,ev,...)
32
		local t = m[ev]
33
		if t and t._fakeEvent and t.Function then
34
			t.Function(...)
35
		end
36
	end
37
	m.TrigEvent = te
38
	UIS.TrigEvent = te
39
40
	Event.OnServerEvent:Connect(function(plr,io)
41
	    if plr~=Player then return end
42
		if io.isMouse then
43
			m.Target = io.Target
44
			m.Hit = io.Hit
45
		else
46
			local b = io.UserInputState == Enum.UserInputState.Begin
47
			if io.UserInputType == Enum.UserInputType.MouseButton1 then
48
				return m:TrigEvent(b and "Button1Down" or "Button1Up")
49
			end
50
			for _,t in pairs(CAS.Actions) do
51
				for _,k in pairs(t.Keys) do
52
					if k==io.KeyCode then
53
						t.Function(t.Name,io.UserInputState,io)
54
					end
55
				end
56
			end
57
			m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
58
			UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
59
	    end
60
	end)
61
	Event.Parent = NLS([==[
62
	local Player = game:GetService("Players").LocalPlayer
63
	local Event = script:WaitForChild("UserInput_Event")
64
65
	local UIS = game:GetService("UserInputService")
66
	local input = function(io,a)
67
		if a then return end
68
		--Since InputObject is a client-side instance, we create and pass table instead
69
		Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
70
	end
71
	UIS.InputBegan:Connect(input)
72
	UIS.InputEnded:Connect(input)
73
74
	local Mouse = Player:GetMouse()
75
	local h,t
76
	--Give the server mouse data 30 times every second, but only if the values changed
77
	--If player is not moving their mouse, client won't fire events
78
	while wait(1/30) do
79
		if h~=Mouse.Hit or t~=Mouse.Target then
80
			h,t=Mouse.Hit,Mouse.Target
81
			Event:FireServer({isMouse=true,Target=t,Hit=h})
82
		end
83
	end]==],Player.Character)
84
	Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
85
end
86
87
--usuario_cuidadosant script lol
88
89
90
musicOn = true
91
92
Me = owner
93
player = Me
94
char = Me.Character
95
chara = char
96
larm = char["Left Arm"]
97
rarm = char["Right Arm"]
98
lleg = char["Left Leg"]
99
rleg = char["Right Leg"]
100
torso = char.Torso
101
hed = char.Head
102
lght = game.Lighting
103
lichtact = false
104
moosicact = false
105
gotsagofest = true
106
chara.Humanoid.MaxHealth = math.huge + 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
107
chara.Humanoid.Health = math.huge + 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
108
109
110
111
wait(2.5)
112
113
chara.Humanoid.WalkSpeed = 10
114
chara.Humanoid.JumpPower = 40
115
local naeeym = Instance.new("BillboardGui",chara)
116
naeeym.Size = UDim2.new(0,100,0,40)
117
naeeym.StudsOffset = Vector3.new(0,2,0)
118
naeeym.Adornee = chara.Head
119
local tecks = Instance.new("TextLabel",naeeym)
120
tecks.BackgroundTransparency = 1
121
tecks.BorderSizePixel = 0
122
tecks.Text = ""
123
tecks.Font = "Bodoni"
124
tecks.FontSize = "Size36"
125
tecks.TextStrokeTransparency = 0.5
126
tecks.TextColor3 = Color3.new(0,0,0)
127
rrer = BrickColor.new("Really red")
128
tecks.TextStrokeColor3 = rrer.Color
129
tecks.Size = UDim2.new(1,0,0.5,0)
130
local licht = Instance.new("PointLight",chara.Torso)
131
licht.Color = tecks.TextStrokeColor3
132
licht.Range = 60
133
licht.Brightness = 1
134
licht.Enabled = false
135
136
137
------------------------------- Player -------------------------------------------------------------------
138
local z = Instance.new("Sound",char)
139
z.Looped = true
140
z.SoundId = "rbxassetid://167161785"
141
z.Volume = 2.25
142
if musicOn then
143
	z:Play()
144
end
145
146
147-
local l = Instance.new("ColorCorrectionEffect",game.Lighting)
147+
148
for i,v in pairs(chara:children()) do
149
	if v:IsA("Accessory") or v:IsA("Shirt") or v:IsA("Pants") then
150
		v:Destroy()
151
	end
152
end
153
char.Head.face:Destroy()
154
155
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")
156
local Orbd = Instance.new("Part", char)
157
Orbd.Name = "Orbd"
158
Orbd.Shape = Enum.PartType.Ball
159
Orbd.CanCollide = false
160
Orbd.BrickColor = BrickColor.new("Really red")
161
Orbd.Transparency = 0
162
Orbd.Material = "Neon"
163
Orbd.Size = Vector3.new(0.1, 0.1, 0.1)
164
Orbd.TopSurface = Enum.SurfaceType.Smooth
165
Orbd.BottomSurface = Enum.SurfaceType.Smooth
166
local Weld = Instance.new("Weld", Orbd)
167
Weld.Part0 = char.Head
168
Weld.Part1 = Orbd
169
Weld.C1 = CFrame.new(-0.2, -0.2, 0.5)
170
local glov = Instance.new("PointLight", Orbd)
171
glov.Brightness = 0.25
172
glov.Range = 20
173
glov.Color = Color3.new(255, 0, 0)
174
local Orbvc = Instance.new("Part", char)
175
Orbvc.Name = "Orbvc"
176
Orbvc.Shape = Enum.PartType.Ball
177
Orbvc.CanCollide = false
178
Orbvc.BrickColor = BrickColor.new("Really red")
179
Orbvc.Transparency = 0
180
Orbvc.Material = "Neon"
181
Orbvc.Size = Vector3.new(0.1, 0.1, 0.1)
182
Orbvc.TopSurface = Enum.SurfaceType.Smooth
183
Orbvc.BottomSurface = Enum.SurfaceType.Smooth
184
local Weld = Instance.new("Weld", Orbvc)
185
Weld.Part0 = char.Head
186
Weld.Part1 = Orbvc
187
Weld.C1 = CFrame.new(0.2, -0.2, 0.5)
188
local glo = Instance.new("PointLight", Orbvc)
189
glo.Brightness = 0.25
190
glo.Range = 20
191
glo.Color = Color3.new(255, 0, 0)
192
193
local IsFreeFalling = false
194
local SpinPart = Instance.new('Part')
195
SpinPart.Transparency = 1
196
SpinPart.Size = Vector3.new(25,1,25)
197
SpinPart.CanCollide = false
198
SpinPart.FormFactor = 'Custom'
199
local FX = Instance.new('ParticleEmitter',SpinPart)
200
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
201
local FX = Instance.new('ParticleEmitter',SpinPart)
202
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
203
do
204
	local tspin = Instance.new('BodyAngularVelocity')
205
	tspin.angularvelocity = Vector3.new(0,1,0)
206
	tspin.maxTorque =Vector3.new(math.huge,math.huge,math.huge)
207
	tspin.Parent = SpinPart
208
end
209
local SpinPos = Instance.new('BodyPosition')
210
SpinPos.maxForce = Vector3.new(math.huge,math.huge,math.huge)
211
SpinPos.Parent = SpinPart
212
213
function Equipped()
214
	IsEquipped = true
215
	local MyTorso = char.Torso
216
	if MyTorso then
217
		spawn(function()
218
			local startTime = tick()
219
			SpinPart.CFrame = CFrame.new(MyTorso.CFrame.p+Vector3.new(0,-2.8,0))
220
			SpinPart.Parent = MyTorso
221
			local fadeIn = true
222
			while IsEquipped do
223
				if not IsFreeFalling then
224
					SpinPos.position = MyTorso.CFrame.p+Vector3.new(0,-2.8,0)
225
				end
226
				wait()
227
			end
228
			SpinPart.Parent = nil
229
			
230
		end)
231
	end
232
end
233
234
235
	wait(0.01)
236
	Equipped()
237
238
239
function start()
240
	print("Darkness falls across the battlefield...")
241
	wait()
242
	print("----------------------------------------")
243
	wait()
244
	print("          - Ender booted up. -")
245
	wait()
246
	print("- Ender written by yeox769. -")
247
	i = 0
248
	while i<1 do
249
		wait()
250
		i = i + 0.01
251
		l.Contrast,l.Saturation,l.Brightness = l.Contrast + 0.02, l.Saturation - 0.0075, l.Brightness + 0.00375
252
		l.TintColor = Color3.new(1,1-i,1-i)
253
	end
254
end
255
256
delay(0,start)
257
258
TC = chara.HumanoidRootPart.RootJoint
259
HC = chara.Torso.Neck
260
RAC = chara.Torso["Right Shoulder"]
261
LAC = chara.Torso["Left Shoulder"]
262
RLC = chara.Torso["Right Hip"]
263
LLC = chara.Torso["Left Hip"]
264
TCF = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
265
HCF = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
266
RACF = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
267
LACF = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
268
RLCF = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
269
LLCF = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
270
RWF = CFrame.new(-1.5, 0, 0) * CFrame.fromEulerAnglesXYZ(0,0,0)
271
LWF = CFrame.new(1.5, 0, 0) * CFrame.fromEulerAnglesXYZ(0,0,0)
272
RLWF = CFrame.new(-.5, 2, 0) * CFrame.fromEulerAnglesXYZ(0,0,0)
273
LLWF = CFrame.new(.5, 2, 0) * CFrame.fromEulerAnglesXYZ(0,0,0)
274
RW = Instance.new("Weld",HC.Parent)
275
RW.Part1 = HC.Parent
276
RW.Part0 = chara["Right Arm"]
277
RW.C0 = RWF
278
LW = Instance.new("Weld",HC.Parent)
279
LW.Part1 = HC.Parent
280
LW.Part0 = chara["Left Arm"]
281
LW.C0 = LWF
282
RLW = nil
283
LLW = nil
284
285
286
function clerp(a,b,c)
287
return a:lerp(b,c)
288
end
289
290
TC.C0 = TCF
291
HC.C0 = HCF
292
RW.C0 = RWF
293
LW.C0 = LWF
294
295
--Idle Clerp--
296
ITCF = TCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(10))
297
IHCF = HCF * CFrame.fromEulerAnglesXYZ(math.rad(10),0,math.rad(-10))
298
IRWF = RWF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-2))
299
ILWF = LWF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(2))
300
301
TC.C0 = ITCF
302
HC.C0 = IHCF
303
RW.C0 = IRWF
304
LW.C0 = ILWF
305
306
307
308
309
310
New = function(Object, Parent, Name, Data)
311
	local Object = Instance.new(Object)
312
	for Index, Value in pairs(Data or {}) do
313
		Object[Index] = Value
314
	end
315
	Object.Parent = Parent
316
	Object.Name = Name
317
	return Object
318
end
319
320
function ScatterEff(part)
321
local eff1 = Instance.new("ParticleEmitter",part)
322
eff1.Size = NumberSequence.new(.1)
323
eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
324
eff1.LightEmission = 1
325
eff1.Lifetime = NumberRange.new(1)
326
eff1.Speed = NumberRange.new(1)
327
eff1.Rate = 100
328
eff1.VelocitySpread = 10000
329
eff1.Texture = "rbxassetid://347504241"
330
eff1.Color = ColorSequence.new(Color3.new(1,0,0))
331
local eff2 = Instance.new("ParticleEmitter",part)
332
eff2.Size = NumberSequence.new(.1)
333
eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
334
eff2.LightEmission = 1
335
eff2.Lifetime = NumberRange.new(1)
336
eff2.Speed = NumberRange.new(1)
337
eff2.Rate = 100
338
eff2.VelocitySpread = 10000
339
eff2.Texture = "rbxassetid://347504259"
340
eff2.Color = ColorSequence.new(Color3.new(1,0,0))
341
end
342
343
function BurningEff(part)
344
local eff1 = Instance.new("ParticleEmitter",part)
345
eff1.Size = NumberSequence.new(.1)
346
eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
347
eff1.LightEmission = 1
348
eff1.Lifetime = NumberRange.new(1)
349
eff1.Speed = NumberRange.new(0)
350
eff1.Rate = 100
351
eff1.Texture = "rbxassetid://347504241"
352
eff1.Acceleration = Vector3.new(0,10,0)
353
eff1.Color = ColorSequence.new(Color3.new(1,0,0))
354
local eff2 = Instance.new("ParticleEmitter",part)
355
eff2.Size = NumberSequence.new(.1)
356
eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
357
eff2.LightEmission = 1
358
eff2.Lifetime = NumberRange.new(1)
359
eff2.Speed = NumberRange.new(0)
360
eff2.Rate = 100
361
eff2.Texture = "rbxassetid://347504259"
362
eff2.Acceleration = Vector3.new(0,10,0)
363
eff2.Color = ColorSequence.new(Color3.new(1,0,0))
364
local eff3 = Instance.new("ParticleEmitter",part)
365
eff3.Size = NumberSequence.new(1)
366
eff3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
367
eff3.LightEmission = 1
368
eff3.Lifetime = NumberRange.new(1)
369
eff3.Speed = NumberRange.new(0)
370
eff3.Rate = 100
371
eff3.Texture = "rbxasset://textures/particles/fire_main.dds"
372
eff3.Acceleration = Vector3.new(0,10,0)
373
eff3.Color = ColorSequence.new(Color3.new(1,0,0))
374
end
375
376
377
378
slashsnd = New("Sound",chara.Torso,"Slash",{SoundId = "rbxassetid://28144425",PlaybackSpeed = .7,Volume = 5})
379
hitsnd = New("Sound",chara.Torso,"Hit",{SoundId = "rbxassetid://429400881",PlaybackSpeed = .7,Volume = 5})
380
telesnd = New("Sound",chara.Torso,"Tele",{SoundId = "rbxassetid://2767090",PlaybackSpeed = .7,Volume = 5})
381
burnsnd = New("Sound",chara.Torso,"Burn",{SoundId = "rbxassetid://32791565",PlaybackSpeed = .7,Volume = 5})
382
music1 = New("Sound",chara.Torso,"Music1",{SoundId = "rbxassetid://151038517",PlaybackSpeed = .5,Volume = 10,Looped = true})
383
music2 = New("Sound",chara.Torso,"Music2",{SoundId = "rbxassetid://11984351",PlaybackSpeed = .2,Volume = 5,Looped = true})
384
deathmus = New("Sound",chara.Torso,"DeathMus",{SoundId = "rbxassetid://19094700",PlaybackSpeed = .5,Volume = 5,Looped = true})
385
deathex = New("Sound",chara.Torso,"DeathEx",{SoundId = "rbxassetid://11984351",PlaybackSpeed = 1,Volume = 5})
386
387
388
389
390
391
--Soul Steal--
392
function SoulSteal(pos)
393
local soulst = coroutine.wrap(function()
394
local soul = Instance.new("Part",chara)
395
soul.Size = Vector3.new(0,0,0)
396
soul.CanCollide = false
397
soul.Anchored = false
398
soul.Position = pos
399
soul.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
400
soul.Transparency = 1
401
local ptc = Instance.new("ParticleEmitter",soul)
402
ptc.Texture = "http://www.roblox.com/asset/?id=413366101"
403
ptc.Size = NumberSequence.new(.5)
404
ptc.LockedToPart = true
405
ptc.Speed = NumberRange.new(0)
406
ptc.Lifetime = NumberRange.new(9999)
407
local bodpos = Instance.new("BodyPosition",soul)
408
bodpos.Position = pos
409
wait(2)
410
soul.Touched:connect(function(hit)
411
if hit.Parent == chara then
412
soul:Destroy()
413
end
414
end)
415
while soul do
416
wait(.1)
417
bodpos.Position = chara.Torso.Position
418
end
419
end)
420
soulst()
421
end
422
423
--Death of a Mortal--
424
function KillMortal(hitdude)
425
local torsy = nil
426
if hitdude:FindFirstChild("Torso")~=nil then
427
torsy = hitdude.Torso	
428
elseif hitdude:FindFirstChild("UpperTorso")~=nil then
429
torsy = hitdude.UpperTorso
430
end
431
local val = Instance.new("ObjectValue",hitdude)
432
val.Name = "HasBeenHit"
433
hitdude:BreakJoints()
434
hitdude.Humanoid:Destroy()
435
SoulSteal(torsy.Position)
436
local chi = hitdude:GetChildren()
437
for i = 1, #chi do
438
if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
439
local bodpos = Instance.new("BodyPosition",chi[i])
440
bodpos.Position = chi[i].Position + Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))
441
ScatterEff(chi[i])
442
chi[i].BrickColor = BrickColor.new("Really black")
443
end
444
end
445
for i = 1, 4 do
446
for i = 1, #chi do
447
if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
448
chi[i].Transparency = chi[i].Transparency + .25
449
wait(.01)
450
end
451
end
452
end
453
for i = 1, #chi do
454
if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
455
chi[i]:Destroy()
456
end
457
end
458
end
459
460
461
function Teleport(pos)
462
telesnd:Play()
463
local ch = chara:GetChildren()
464
for i = 1, #ch do
465
if ch[i].ClassName == "Part" and ch[i].Name ~= "HumanoidRootPart" then
466
local trace = Instance.new("Part",game.Workspace)
467
trace.Size = ch[i].Size
468
trace.Material = "Neon"
469
trace.BrickColor = BrickColor.new("Really black")
470
trace.Transparency = .3
471
trace.CanCollide = false
472
trace.Anchored = true
473
trace.CFrame = ch[i].CFrame
474
if ch[i].Name == "Head" then
475
mehs = Instance.new("CylinderMesh",trace)
476
mehs.Scale = Vector3.new(1.25,1.25,1.25)
477
end
478
tracedisappear = coroutine.wrap(function()
479
wait(1)
480
for i = 1, 7 do
481
wait(.1)
482
trace.Transparency = trace.Transparency + .1
483
end
484
trace:Destroy()
485
end)
486
tracedisappear()
487
end
488
end
489
chara.Torso.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
490
end
491
492
493
function Grab(mouse)
494
local hit = mouse.Target
495
if hit ~= nil then
496
if hit.Parent:FindFirstChild("Humanoid")~=nil then
497
local torsy = nil
498
if hit.Parent:FindFirstChild("Torso")~=nil then
499
torsy = hit.Parent.Torso
500
elseif hit.Parent:FindFirstChild("UpperTorso")~=nil then
501
torsy = hit.Parent.UpperTorso
502
end
503
local bodpos = Instance.new("BodyPosition",torsy)
504
bodpos.Position = torsy.Position
505
wait(1)
506
burnsnd:Play()
507
hit.Parent.Humanoid.MaxHealth = 100
508
bodpos.Position = bodpos.Position + Vector3.new(0,4,0)
509
for i = 1, 10 do
510
wait(.1)
511
BurningEff(torsy)
512
hit.Parent.Humanoid.Health = hit.Parent.Humanoid.Health - 10
513
end
514
KillMortal(hit.Parent)
515
end
516
else end
517
end
518
519
520
function onKeyDown(key)
521
if key == "z" then
522
Teleport(Mouse.Hit.p + Vector3.new(0,2,0))
523
elseif key == "x" then
524
Grab(Mouse)
525
end
526
end
527
528
--Mouse Functions--
529
Mouse = player:GetMouse()
530
if Mouse then
531
Mouse.KeyDown:connect(onKeyDown)
532
end
533
534
while true do
535
wait(.01)
536
chance = math.random(0,100)
537
if chance < 10 then
538
sel = math.random(1,3)
539
if sel == 1 then
540
tecks.Text = "usuario_cuidadosant"
541
elseif sel == 2 then
542
tecks.Text = "0010 10001010 101011"
543
elseif sel == 3 then
544
tecks.Text = "U5U4R1O_CU1D4D054NT"
545
end
546
else tecks.Text = "usuario_cuidadosant"
547
if chara.Humanoid.Health > 0 then
548
chara.Humanoid.MaxHealth = math.huge
549
chara.Humanoid.Health = math.huge
550
end
551
if game.Lighting:FindFirstChild("ColorCorrection") == nil then
552
	local l = Instance.new("ColorCorrectionEffect",game.Lighting)
553
	l.Contrast,l.Saturation,l.Brightness = 2, -0.75, 0.375
554
	l.TintColor = Color3.new(1,0,0)
555
end
556
tecks.Position = UDim2.new(0,math.random(-1,1),0,math.random(-1,1))
557
end
558
end