You are on page 1of 3

game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.

Chat, true)
game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "Chara"
wait(1)
game.Players.LocalPlayer.StarterPlaylist["1Megalo Strike Back"]:Destroy()
local Sound = Instance.new("Sound")
Sound.Parent = game.Players.LocalPlayer.StarterPlaylist
Sound.Volume = 2
Sound.Playing = true
Sound.Looped = true
Sound.SoundId = "rbxassetid://5726439755"
Sound.Name = "DUTTUTS?!?!?!?!?!?"

game.Players.LocalPlayer.Character.Head:WaitForChild("HealthBar"):Destroy()

local mouse = game.Players.LocalPlayer:GetMouse()


mouse.KeyDown:Connect(function(k)
if k == "r" then
function getlockchar()
local char =
game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
return char
end
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
getlockchar().HumanoidRootPart.CFrame * CFrame.new(0,0,-3)
end
end)

game.Players.LocalPlayer.Character:WaitForChild("ForceField"):Destroy()
local v1 = {
[1] = getrenv()._G.Pass,
[2] = "Damage",
[3] = math.huge,
[4] = game.Players.LocalPlayer.Character
}
local event = game:GetService("ReplicatedStorage").Remotes.Events
event:FireServer(v1)
game.Players.LocalPlayer.Character.Humanoid:GetPropertyChangedSignal("Health"):Conn
ect(function()
if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
game.Players.LocalPlayer.Character.Humanoid.Health = 1
end
end)

game.Players.LocalPlayer.Backpack:WaitForChild("Main").CharaMoves.Animations.Walk.A
nimationId = "rbxassetid://7005162082"
game.Players.LocalPlayer.Backpack:WaitForChild("Main").CharaMoves.Animations.Idle.A
nimationId = "rbxassetid://4900761581"
game.Players.LocalPlayer.Backpack:WaitForChild("Main").CharaMoves.Animations.Run.An
imationId = "rbxassetid://4576074471"
game.Players.LocalPlayer.Character["FullHateMode"]:Destroy()
game.Players.LocalPlayer.Character["HateMode"]:Destroy()
game.Players.LocalPlayer.Character["Karma"]:Destroy()
game.Players.LocalPlayer.Character["RealKnife"]:Destroy()
game.Players.LocalPlayer.Character["HeartLocket"]:Destroy()
game.Players.LocalPlayer.Character["HateArm"]:Destroy()
game.Players.LocalPlayer.PlayerGui.UI.Ui.ManaBar.Bar.BackgroundColor3 =
Color3.fromRGB(170, 0, 255)
game.Players.LocalPlayer.PlayerGui.UI.Ui.StaminaBar.Bar.BackgroundColor3 =
Color3.fromRGB(98, 37, 209)
--Atac
game.Players.LocalPlayer.Backpack:WaitForChild("Main"):WaitForChild("CharaMoves").M
oduleScript.Animations.BladesCombat.Light1.AnimationId = "rbxassetid://4929661098"
game.Players.LocalPlayer.Backpack:WaitForChild("Main"):WaitForChild("CharaMoves").M
oduleScript.Animations.BladesCombat.Light2.AnimationId = "rbxassetid://4929665831"
game.Players.LocalPlayer.Backpack:WaitForChild("Main"):WaitForChild("CharaMoves").M
oduleScript.Animations.BladesCombat.Light3.AnimationId = "rbxassetid://4929669003"
game.Players.LocalPlayer.Backpack:WaitForChild("Main"):WaitForChild("CharaMoves").M
oduleScript.Animations.BladesCombat.Light4.AnimationId = "rbxassetid://4929670790"
game.Players.LocalPlayer.Backpack:WaitForChild("Main"):WaitForChild("CharaMoves").M
oduleScript.Animations.BladesCombat.Light5.AnimationId = "rbxassetid://4929673252"
game.Players.LocalPlayer.Backpack:WaitForChild("Main"):WaitForChild("CharaMoves").M
oduleScript.Animations.BladesCombat.Light6.AnimationId = "rbxassetid://4929737220"

--Skills
local mouse = game.Players.LocalPlayer:GetMouse()
mouse.KeyDown:Connect(function(k)
if k == "z" then
game.Players:Chat(("Dont move kiddo"))
local A_1 = getrenv()._G.Pass
local A_2 =
game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value
local A_3 =
{
["HitTime"] = 1,
["Type"] = "Knockback",
["HitEffect"] = "HeavyHitEffect",
["HurtAnimation"] =
game:GetService("ReplicatedStorage").Animations.HurtAnimations.Stunned,
["Sound"] =
game:GetService("ReplicatedStorage").Sounds.Knockback,
["Damage"] = 10
}
local Event = game:GetService("ReplicatedStorage").Remotes.Damage
Event:InvokeServer(A_1, A_2, A_3)
end
end)

--X
local mouse = game.Players.LocalPlayer:GetMouse()
mouse.KeyDown:Connect(function(k)
if k == "x" then
local Anim = Instance.new("Animation")
Anim.AnimationId = "rbxassetid://4604309615"
local k =
game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
k:Play()
k:AdjustSpeed(2)
local args = {
[1] = getrenv()._G.Pass,
[2] =
game:service("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value,
[3] = {
["Type"] = "Knockback",
["HitEffect"] = "LightHitEffect",
["HurtAnimation"] =
game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback2,
["Velocity"] = Vector3.new(0, -50, 20),
["HitTime"] = 0.2,
["CombatInv"] = true,
["Sound"] =
game:GetService("ReplicatedStorage").Sounds.Knockback,
["Damage"] = 40
}
}

game:GetService("ReplicatedStorage").Remotes.Damage:InvokeServer(unpack(args))
wait(99999)
k:Stop()
end
end)

You might also like