Message 13
Message 13
StarterGui:SetCore("SendNotification", {
Title = "BeamedWare 2.0 Finally";
Text = "Made By elias.#6231";
Icon = "http://www.roblox.com/asset/?id=951528747";
Duration = 98083905839058095809389034;
Button1 = "Close";
Button2 = "Mmmm Daddy 😏";
Button3 = "Fuck Off";
Callback = NotificationBindable;
}
)
local UILibrary = loadstring(game:HttpGet("https://pastebin.com/raw/V1ca2q9s"))()
L_41_.Character[getgenv().AimPart].Velocity / PredictionVelocity
)
elseif getgenv().PredictMovement == false then
L_33_.CFrame = L_34_(L_33_.CFrame.p,
L_41_.Character[getgenv().AimPart].Position)
end
end
elseif getgenv().ThirdPerson == true then
if L_40_ == true then
if getgenv().PredictMovement == true then
L_33_.CFrame =
L_34_(
L_33_.CFrame.p,
L_41_.Character[getgenv().AimPart].Position
+
L_41_.Character[getgenv().AimPart].Velocity / PredictionVelocity
)
elseif getgenv().PredictMovement == false then
L_33_.CFrame = L_34_(L_33_.CFrame.p,
L_41_.Character[getgenv().AimPart].Position)
end
end
end
end
end
end
)
end)
local FirstButton = FirstPage.AddButton("Silent Aim GUI not mine", function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/PewPewBoy/Silent-Aim-
Tho/main/Silent%20Aim%20stuff",true))()
end)
local FirstButton = FirstPage.AddButton("Smooth Cam Lock [Q]", function()
getgenv().RecurringPoint = "UpperTorso"
getgenv().Hitbox = "UpperTorso"
getgenv().Keybind = "q"
getgenv().AimbotStrengthAmount = 0.02969
getgenv().PredictionAmount = 10
getgenv().Radius = 25
getgenv().UsePrediction = true
getgenv().AimbotStrength = true
getgenv().FirstPerson = true
getgenv().ThirdPerson = true
getgenv().TeamCheck = false
getgenv().Enabled = true
-- // main script / / --
loadstring(game:HttpGet("https://raw.githubusercontent.com/tenaaki/GenericAimbot/
main/v1.0.0"))()
end)
local FirstButton = FirstPage.AddButton("Dot Lock OP [Q]", function()
local Settings = {
rewrittenmain = {
Enabled = true,
Key = "q",
DOT = true,
AIRSHOT = true,
NOTIF = false,
AUTOPRED = false,
FOV = math.huge,
RESOVLER = false
}
}
local CC = game:GetService"Workspace".CurrentCamera
local Plr;
local enabled = false
local accomidationfactor = 0.1234772452176
local mouse = game.Players.LocalPlayer:GetMouse()
local placemarker = Instance.new("Part", game.Workspace)
spawn(function()
while wait() do
if player.Character then
end
end
end)
end
for i = 1, #data do
if data[i] ~= game.Players.LocalPlayer then
noob(data[i])
end
end
game.Players.PlayerAdded:connect(function(Player)
noob(Player)
end)
spawn(function()
placemarker.Anchored = true
placemarker.CanCollide = false
if Settings.rewrittenmain.DOT == true then
placemarker.Size = Vector3.new(8, 8, 8)
else
placemarker.Size = Vector3.new(0, 0, 0)
end
placemarker.Transparency = 0.75
if Settings.rewrittenmain.DOT then
makemarker(placemarker, placemarker, Color3.fromRGB(232, 186, 200), 0.40,
0)
end
end)
game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(k)
if k == Settings.rewrittenmain.Key and Settings.rewrittenmain.Enabled then
if enabled == true then
enabled = false
if Settings.rewrittenmain.NOTIF == true then
Plr = getClosestPlayerToCursor()
game.StarterGui:SetCore("SendNotification", {
Title = "6akan Locking Alert",
Text = "Unlocked",
Icon = "http://www.roblox.com/asset/?
id=8850953349",
Duration = 1,
})
end
else
Plr = getClosestPlayerToCursor()
enabled = true
if Settings.rewrittenmain.NOTIF == true then
game.StarterGui:SetCore("SendNotification", {
Title = "6akan Locking Alert",
Text = "Locked on :"..tostring(Plr.Name);
Icon = "http://www.roblox.com/asset/?
id=8850953349",
Duration = 1,
})
end
end
end
end)
function getClosestPlayerToCursor()
local closestPlayer
local shortestDistance = Settings.rewrittenmain.FOV
for i, v in pairs(game.Players:GetPlayers()) do
if v ~= game.Players.LocalPlayer and v.Character and
v.Character:FindFirstChild("Humanoid") and v.Character.Humanoid.Health ~= 0 and
v.Character:FindFirstChild("HumanoidRootPart") then
local pos =
CC:WorldToViewportPoint(v.Character.PrimaryPart.Position)
local magnitude = (Vector2.new(pos.X, pos.Y) - Vector2.new(mouse.X,
mouse.Y)).magnitude
if magnitude < shortestDistance then
closestPlayer = v
shortestDistance = magnitude
end
end
end
return closestPlayer
end
game:GetService"RunService".Stepped:connect(function()
if enabled and Plr.Character ~= nil and
Plr.Character:FindFirstChild("HumanoidRootPart") then
placemarker.CFrame =
CFrame.new(Plr.Character.HumanoidRootPart.Position+
(Plr.Character.HumanoidRootPart.Velocity*accomidationfactor))
else
placemarker.CFrame = CFrame.new(0, 9999, 0)
end
if Settings.rewrittenmain.AUTOPRED == true then
pingvalue = game:GetService("Stats").Network.ServerStatsItem["Data
Ping"]:GetValueString()
split = string.split(pingvalue,'(')
ping = tonumber(split[1])
if ping < 130 then
PredictionValue = 0.151
elseif ping < 125 then
PredictionValue = 0.149
elseif ping < 110 then
PredictionValue = 0.146
elseif ping < 105 then
PredictionValue = 0.138
elseif ping < 90 then
PredictionValue = 0.136
elseif ping < 80 then
PredictionValue = 0.134
elseif ping < 70 then
PredictionValue = 0.131
elseif ping < 60 then
PredictionValue = 0.1229
elseif ping < 50 then
PredictionValue = 0.1225
elseif ping < 40 then
PredictionValue = 0.1256
end
end
end)
local mt = getrawmetatable(game)
local old = mt.__namecall
setreadonly(mt, false)
mt.__namecall = newcclosure(function(...)
local args = {...}
if enabled and getnamecallmethod() == "FireServer" and args[2] ==
"UpdateMousePos" and Settings.rewrittenmain.Enabled and Plr.Character ~= nil then
-- args[3] = Plr.Character.HumanoidRootPart.Position+
(Plr.Character.HumanoidRootPart.Velocity*accomidationfactor)
--[[
if Settings.rewrittenmain.AIRSHOT == true then
if game.Workspace.Players[Plr.Name].Humanoid:GetState() ==
Enum.HumanoidStateType.Freefall then --
Plr.Character:WaitForChild("Humanoid"):GetState() ==
Enum.HumanoidStateType.Freefall
--// Airshot
args[3] = Plr.Character.LeftFoot.Position+
(Plr.Character.LeftFoot.Velocity*PredictionValue)
else
args[3] = Plr.Character.HumanoidRootPart.Position+
(Plr.Character.HumanoidRootPart.Velocity*PredictionValue)
end
else
args[3] = Plr.Character.HumanoidRootPart.Position+
(Plr.Character.HumanoidRootPart.Velocity*PredictionValue)
end
]]
if Prediction == true then
args[3] = Plr.Character[SelectedPart].Position+
(Plr.Character[SelectedPart].Velocity*PredictionValue)
else
args[3] = Plr.Character[SelectedPart].Position
end
return old(unpack(args))
end
return old(...)
end)
game:GetService("RunService").RenderStepped:Connect(function()
if Settings.rewrittenmain.RESOVLER == true and Plr.Character ~= nil and
enabled and Settings.rewrittenmain.Enabled then
if Settings.rewrittenmain.AIRSHOT == true and enabled and Plr.Character ~=
nil then
if game.Workspace.Players[Plr.Name].Humanoid:GetState() ==
Enum.HumanoidStateType.Freefall then --
Plr.Character:WaitForChild("Humanoid"):GetState() ==
Enum.HumanoidStateType.Freefall
--// Airshot
SelectedPart = "LeftFoot"
else
--// Anchor Check
SelectedPart = "HumanoidRootPart"
end
else
SelectedPart = "HumanoidRootPart"
end
else
SelectedPart = "HumanoidRootPart"
end
end)
end)
local FirstButton = ThirdPage.AddButton("Headless Client Sided", function()
getgenv().game.Players.LocalPlayer.Character.Head.Transparency = 1
getgenv().game.Players.LocalPlayer.Character.Head.face:Destroy()
getgenv().game.Players.LocalPlayer.Character.Head.face:Destroy()
end)
local FirstButton = ThirdPage.AddButton("Korblox Right Leg Client Sided",
function()
local ply = game.Players.LocalPlayer
local chr = ply.Character
chr.RightLowerLeg.MeshId = "902942093"
chr.RightLowerLeg.Transparency = "1"
chr.RightUpperLeg.MeshId = "http://www.roblox.com/asset/?id=902942096"
chr.RightUpperLeg.TextureID = "http://roblox.com/asset/?id=902843398"
chr.RightFoot.MeshId = "902942089"
chr.RightFoot.Transparency = "1"
end)
local FirstButton = ThirdPage.AddButton("Korblox Left Leg Client Sided", function()
local ply = game.Players.LocalPlayer
local chr = ply.Character
chr.LeftLowerLeg.MeshId = "101851582"
chr.LeftLowerLeg.Transparency = "1"
chr.LeftUpperLeg.MeshId = "http://www.roblox.com/asset/?id=101851582"
chr.LeftUpperLeg.TextureID = "http://roblox.com/asset/?id=101851582"
chr.LeftFoot.MeshId = "101851582"
chr.LeftFoot.Transparency = "1"
end)
local FirstButton = ThirdPage.AddButton("Super Super Happy Face Client Sided",
function()
local L_409_ = game.Players.LocalPlayer.Character
local L_410_ = L_409_:WaitForChild("Head")
local L_411_ = L_410_:WaitForChild("face")
L_411_.Texture = "rbxassetid://494290547"
end)
local FirstButton = ThirdPage.AddButton("BeastMode Face Client Sided", function()
local L_412_ = game.Players.LocalPlayer.Character
local L_413_ = L_412_:WaitForChild("Head")
local L_414_ = L_413_:WaitForChild("face")
L_414_.Texture = "rbxassetid://127959433"
end)
local FirstButton = ThirdPage.AddButton("Playful Vampire Face Client Sided",
function()
local L_415_ = game.Players.LocalPlayer.Character
local L_416_ = L_415_:WaitForChild("Head")
local L_417_ = L_416_:WaitForChild("face")
L_417_.Texture = "rbxassetid://2409281591"
end)
local FirstButton = FourthPage.AddButton("Astronaut", function()
local Animate = game.Players.LocalPlayer.Character.Animate
Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?
id=891621366"
Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?
id=891633237"
Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=891636393"
Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=891636393"
Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=891627522"
Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?
id=891609353"
Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=891617961"
game.Players.LocalPlayer.Character.Humanoid.Jump = false
wait(1)
end)
local FirstButton = FourthPage.AddButton("Oldschool", function()
local Animate = game.Players.LocalPlayer.Character.Animate
Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?
id=5319828216"
Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?
id=5319828216"
Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?
id=5319844329"
Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=5319844329"
Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?
id=5319841935"
Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?
id=5319816685"
Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?
id=5319839762"
game.Players.LocalPlayer.Character.Humanoid.Jump = false
wait(1)
end)
local FirstButton = FourthPage.AddButton("Toy", function()
local Animate = game.Players.LocalPlayer.Character.Animate
Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?
id=782841498"
Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?
id=782841498"
Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=782842708"
Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=782842708"
Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=782847020"
Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?
id=782843869"
Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=782846423"
game.Players.LocalPlayer.Character.Humanoid.Jump = false
wait(1)
end)
local FirstButton = FourthPage.AddButton("Stylish", function()
local Animate = game.Players.LocalPlayer.Character.Animate
Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?
id=616136790"
Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?
id=616136790"
Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=616140816"
Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616140816"
Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=616139451"
Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?
id=616133594"
Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=616134815"
game.Players.LocalPlayer.Character.Humanoid.Jump = false
wait(1)
end)
local FirstButton = FourthPage.AddButton("Robot", function()
local Animate = game.Players.LocalPlayer.Character.Animate
Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?
id=616088211"
Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?
id=616088211"
Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=616091570"
Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616091570"
Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=616090535"
Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?
id=616086039"
Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=616087089"
game.Players.LocalPlayer.Character.Humanoid.Jump = false
wait(1)
end)
local FirstButton = FourthPage.AddButton("Zombie", function()
local Animate = game.Players.LocalPlayer.Character.Animate
Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?
id=616158929"
Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?
id=616158929"
Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=616163682"
Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616163682"
Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=616161997"
Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?
id=616156119"
Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=616157476"
game.Players.LocalPlayer.Character.Humanoid.Jump = false
wait(1)
end)
local FirstButton = FourthPage.AddButton("Bubbly", function()
local Animate = game.Players.LocalPlayer.Character.Animate
Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?
id=910004836"
Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?
id=910004836"
Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=616163682"
Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=910025107"
Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=910016857"
Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?
id=616156119"
Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=910001910"
game.Players.LocalPlayer.Character.Humanoid.Jump = false
wait(1)
end)
local FirstButton = FourthPage.AddButton("Ninja", function()
local Animate = game.Players.LocalPlayer.Character.Animate
Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?
id=656117400"
Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?
id=656117400"
Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=656118852"
Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=656118852"
Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=656117878"
Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?
id=656114359"
Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=656115606"
game.Players.LocalPlayer.Character.Humanoid.Jump = false
wait(1)
end)
local FirstButton = FourthPage.AddButton("Cartoony", function()
local Animate = game.Players.LocalPlayer.Character.Animate
Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?
id=742637544"
Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?
id=742637544"
Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=742638842"
Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=742638842"
Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=742637942"
Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?
id=742636889"
Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=742637151"
game.Players.LocalPlayer.Character.Humanoid.Jump = false
wait(1)
end)
local FirstButton = FourthPage.AddButton("Mage", function()
local Animate = game.Players.LocalPlayer.Character.Animate
Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?
id=707742142"
Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?
id=707742142"
Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=707861613"
Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=707861613"
Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=707853694"
Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?
id=707826056"
Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=707829716"
game.Players.LocalPlayer.Character.Humanoid.Jump = false
wait(1)
end)
local FifthButton = FifthPage.AddButton("Fly [X]", function()
local sound = Instance.new("Sound")
sound.SoundId = "rbxassetid://413861777"
sound.Parent = game:GetService("SoundService")
sound:Play()
loadstring(game:HttpGet("https://pastebin.com/raw/sUA9m6M6"))()
end)
local FifthButton = FifthPage.AddButton("Speed [T]", function()
local sound = Instance.new("Sound")
sound.SoundId = "rbxassetid://413861777"
sound.Parent = game:GetService("SoundService")
sound:Play()
loadstring(game:HttpGet("https://raw.githubusercontent.com/coolmanstrongsuperman/
lol/main/SpeedWare%20T%20to%20speed"))()
end)
local FifthButton = FifthPage.AddButton("Reset [P]", function()
local sound = Instance.new("Sound")
sound.SoundId = "rbxassetid://413861777"
sound.Parent = game:GetService("SoundService")
sound:Play()
local Tool = script.Parent
local mouse = game.Players.LocalPlayer:GetMouse()
function onKeyDown(key)
if (key~=nil) then
key = key:lower()
if (key=="p") then
game.Players.LocalPlayer.Character.Humanoid.Health = 0
end
end
end
mouse.KeyDown:connect(onKeyDown)
end)
local FifthButton = FifthPage.AddButton("Free-Fist [Q]", function()
local sound = Instance.new("Sound")
sound.SoundId = "rbxassetid://413861777"
sound.Parent = game:GetService("SoundService")
sound:Play()
wait()
game.StarterGui:SetCore("SendNotification", {
Title = "BeamedWare.CC"; -- the title (ofc)
Text = "Press Q to stop"; -- what the text says (ofc)
Duration = 5; -- how long the notification should in secounds
})
local localPlayer = game:GetService("Players").LocalPlayer;
local localCharacter = localPlayer.Character
local Mouse = localPlayer:GetMouse();
local FistControl = false
local LeftFist = localCharacter.LeftHand;
local RightFist = localCharacter.RightHand;
-- // Services
local uis = game:GetService("UserInputService");
local Loop
-- // Hotkeys
uis.InputBegan:connect(function(Key)
if (Key.KeyCode == Enum.KeyCode.Q) then
if (FistControl == false) then
FistControl = true;
Start();
pcall(function()
localCharacter.RightHand.RightWrist:Remove();
localCharacter.LeftHand.LeftWrist:Remove();
end);
elseif (FistControl == true) then
FistControl = false;
Pause();
local rightwrist = Instance.new("Motor6D");
rightwrist.Name = "RightWrist";
rightwrist.Parent = localCharacter.RightHand;
rightwrist.C0 = CFrame.new(1.18422506e-07, -0.5009287,
-6.81715525e-18, 1, 0, 0, 0, 1, 0, 0, 0, 1);
rightwrist.C1 = CFrame.new(3.55267503e-07, 0.125045404,
5.92112528e-08, 1, 0, 0, 0, 1, 0, 0, 0, 1);
rightwrist.Part0 = localCharacter.RightLowerArm;
rightwrist.Part1 = localCharacter.RightHand;
wait()
game.StarterGui:SetCore("SendNotification", {
Title = "BeamedWare.CC"; -- the title (ofc)
Text = "Fist Reach Successly!"; -- what the text says (ofc)
Duration = 5; -- how long the notification should in secounds
})
LP = game.Players.LocalPlayer
for i,v in ipairs(LP.Character:GetDescendants()) do
if v:IsA("MeshPart") then v.Massless = true
v.CanCollide = false
v.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0,
0)
end
end
penis = Vector3.new(x,y,z)
LP.Character.RightHand.Size = penis
LP.Character.RightHand.Transparency = 1
local selectionBox = Instance.new("SelectionBox",LP.Character.RightHand)
selectionBox.Adornee = LP.Character.RightHand
selectionBox.Color3 = Color3.new(0, 0, 0)
end)
local FifthButton = FifthPage.AddButton("Anti-Stomp", function()
pcall(function() if tostring(game.PlaceId) == "2788229376" then local corepackages
= game:GetService"CorePackages" local localplayer =
game:GetService"Players".LocalPlayer local run = game:GetService"RunService"
run:BindToRenderStep("rrrrrrrrrrr",2000,function() pcall(function() if
localplayer.Character.Humanoid.Health <= 30 then
localplayer.Character.Humanoid:UnequipTools()
localplayer.Character.Humanoid:Destroy() workspace.CurrentCamera.CameraSubject =
localplayer.Character wait() local prt = Instance.new("Model", corepackages);
Instance.new("Part", prt).Name="Torso"; Instance.new("Part", prt).Name="Head";
Instance.new("Humanoid", prt).Name="Humanoid"; localplayer.Character=prt end end)
pcall(function() if localplayer.Character.Humanoid.FloorMaterial == "Plastic" then
ReplicatedStorage:FireServer("Stomp") end end) end)
loadstring(game:HttpGet("https://pastebin.com/qtxv1qZV", true))() end end)
end)
local FirstButton = FifthPage.AddButton("Anti-Grab", function()
local player = game.Players.LocalPlayer
local GC =
game:GetService("Workspace").Players:WaitForChild(player.Name):FindFirstChild("GRAB
BING_CONSTRAINT")
if GC then
GC:Destroy()
wait(0.04)
player.character.Humanoid.Sit = true
wait(0.04)
game.Players.LocalPlayer.Character.Humanoid:ChangeState(3)
end
end)
local FirstButton = FifthPage.AddButton("No-JumpCooldown", function()
local player = game.Players.LocalPlayer
local spacedown = false
staminup = true
game:GetService('UserInputService').InputBegan:Connect(function(key,b)
if key.KeyCode == Enum.KeyCode.Space and not b then
if staminup == true then
spacedown = true
while spacedown == true do
wait()
player.Character:FindFirstChildWhichIsA('Humanoid').JumpPower = 50
player.Character:FindFirstChildWhichIsA('Humanoid').Jump = true
player.Character:FindFirstChildWhichIsA('Humanoid').JumpPower = 50
end
end
end
end)
game:GetService('UserInputService').InputEnded:Connect(function(key,b)
if key.KeyCode == Enum.KeyCode.Space and not b then
if staminup == true then
spacedown = false
end
end
end)
end)
local FirstButton = FifthPage.AddButton("No-Recoil", function()
local player = game.Players.LocalPlayer
for i,v in pairs(game:GetService('Workspace'):GetChildren()) do
if v:IsA('Camera') then
v:Destroy()
end
end
local newcam = Instance.new('Camera')
newcam.Parent = game:GetService('Workspace')
newcam.Name = 'Camera'
newcam.CameraType = 'Custom'
newcam.CameraSubject =
player.Character:FindFirstChildWhichIsA('Humanoid')
newcam.HeadLocked = true
newcam.HeadScale = 1
end)
local FirstButton = x.AddButton("Double Barrel", function()
local Workspace = game:GetService("Workspace")
local Players = game.Players.LocalPlayer
function Buy(Object)
local Object = Object
local LockPicker = Workspace.Ignored.Shop[Object]
Character.HumanoidRootPart.CFrame = LockPicker.Head.CFrame + Vector3.new(0, 3,
0)
wait(0.5)
fireclickdetector(LockPicker.ClickDetector)
fireclickdetector(LockPicker.ClickDetector)
end
wait(0.5)
game.ReplicatedStorage:FindFirstChild(".gg/untitledhood"):FireServer(
"Reload",
{
Name = "[Double-Barrel SG]", --// reminder: [Double-Barrel SG] or
[Revolver] works for any gun but i put it here so i can just copy and paste
whenever i want to
Parent = Game.Players.LocalPlayer.Backpack,
ClassName = "Tool",
Ammo = {Value = math.huge*9e9},
MaxAmmo = {Value = 0},
GunScript = game:GetService("Players").LocalPlayer.Backpack["[Double-Barrel
SG]"].GunScript,
Handle = game:GetService("Players").LocalPlayer.Backpack["[Double-Barrel
SG]"].Handle
}
)
wait(2)
end)
local FirstButton = x.AddButton("Revolver", function()
local Workspace = game:GetService("Workspace")
local Players = game.Players.LocalPlayer
Buy("[Revolver] - $1300")
wait(0.5)
game.ReplicatedStorage:FindFirstChild(".gg/untitledhood"):FireServer(
"Reload",
{
Name = "[Revolver]", --// reminder: [Double-Barrel SG] or [Revolver] works
for any gun but i put it here so i can just copy and paste whenever i want to
Parent = Game.Players.LocalPlayer.Backpack,
ClassName = "Tool",
Ammo = {Value = math.huge*9e9},
MaxAmmo = {Value = 0},
GunScript =
game:GetService("Players").LocalPlayer.Backpack["[Revolver]"].GunScript,
Handle =
game:GetService("Players").LocalPlayer.Backpack["[Revolver]"].Handle
}
)
wait(2)
end)
local FirstButton = x.AddButton("Revolver Ammo", function()
local Workspace = game:GetService("Workspace")
local Players = game.Players.LocalPlayer
function Buy(Object)
local Object = Object
local LockPicker = Workspace.Ignored.Shop[Object]
Character.HumanoidRootPart.CFrame = LockPicker.Head.CFrame + Vector3.new(0, 3,
0)
wait(0.5)
fireclickdetector(LockPicker.ClickDetector)
fireclickdetector(LockPicker.ClickDetector)
end
wait(0.5)
game.ReplicatedStorage:FindFirstChild(".gg/untitledhood"):FireServer(
"Reload",
{
Name = "12 [Revolver Ammo] - $75", --// reminder: [Double-Barrel SG] or
[Revolver] works for any gun but i put it here so i can just copy and paste
whenever i want to
Parent = Game.Players.LocalPlayer.Backpack,
ClassName = "Tool",
Ammo = {Value = math.huge*9e9},
MaxAmmo = {Value = 0},
GunScript = game:GetService("Players").LocalPlayer.Backpack["12 [Revolver
Ammo] - $75"].GunScript,
Handle = game:GetService("Players").LocalPlayer.Backpack["12 [Revolver
Ammo] - $75"].Handle
}
)
wait(2)
end)
local FirstButton = x.AddButton("Double Barrel Ammo", function()
local Workspace = game:GetService("Workspace")
local Players = game.Players.LocalPlayer
function Buy(Object)
local Object = Object
local LockPicker = Workspace.Ignored.Shop[Object]
Character.HumanoidRootPart.CFrame = LockPicker.Head.CFrame + Vector3.new(0, 3,
0)
wait(0.5)
fireclickdetector(LockPicker.ClickDetector)
fireclickdetector(LockPicker.ClickDetector)
end
wait(0.5)
game.ReplicatedStorage:FindFirstChild(".gg/untitledhood"):FireServer(
"Reload",
{
Name = "18 [Double-Barrel SG Ammo] - $60", --// reminder: [Double-Barrel
SG] or [Revolver] works for any gun but i put it here so i can just copy and paste
whenever i want to
Parent = Game.Players.LocalPlayer.Backpack,
ClassName = "Tool",
Ammo = {Value = math.huge*9e9},
MaxAmmo = {Value = 0},
GunScript = game:GetService("Players").LocalPlayer.Backpack["18 [Double-
Barrel SG Ammo] - $60"].GunScript,
Handle = game:GetService("Players").LocalPlayer.Backpack["18 [Double-Barrel
SG Ammo] - $60"].Handle
}
)
wait(2)
end)
local FirstButton = y.AddButton("Animation Gamepass", function()
local Folder = Instance.new('Folder', game:GetService("Workspace"))
local AnimationPack =
game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.AnimationPack
local ScrollingFrame = AnimationPack.ScrollingFrame
local CloseButton = AnimationPack.CloseButton
AnimationPack.Visible = true
function Stop()
Lay:Stop()
Lean:Stop()
Dance1:Stop()
Dance2:Stop()
Greet:Stop()
Praying:Stop()
end
AnimationPack.MouseButton1Click:Connect(function()
if ScrollingFrame.Visible == false then
ScrollingFrame.Visible = true
CloseButton.Visible = true
end
end)
CloseButton.MouseButton1Click:Connect(function()
if ScrollingFrame.Visible == true then
ScrollingFrame.Visible = false
CloseButton.Visible = false
end
end)
LeanTextButton.MouseButton1Click:Connect(function()
Stop()
Lean:Play()
end)
LayTextButton.MouseButton1Click:Connect(function()
Stop()
Lay:Play()
end)
Dance1TextButton.MouseButton1Click:Connect(function()
Stop()
Dance1:Play()
end)
Dance2TextButton.MouseButton1Click:Connect(function()
Stop()
Dance2:Play()
end)
GreetTextButton.MouseButton1Click:Connect(function()
Stop()
Greet:Play()
end)
PrayingTextButton.MouseButton1Click:Connect(function()
Stop()
Praying:Play()
end)
game:GetService("Players").LocalPlayer.Character.Humanoid.Running:Connect(function(
)
Stop()
end)
game:GetService("Players").LocalPlayer.Character.Humanoid.Died:Connect(function()
Stop()
repeat
wait()
until
game:GetService("Players").LocalPlayer.Character.Humanoid.Health == 100
wait(1)
local AnimationPack =
game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.AnimationPack
local ScrollingFrame = AnimationPack.ScrollingFrame
local CloseButton = AnimationPack.CloseButton
AnimationPack.Visible = true
function Stop()
Lay:Stop()
Lean:Stop()
Dance1:Stop()
Dance2:Stop()
Greet:Stop()
Praying:Stop()
end
AnimationPack.MouseButton1Click:Connect(function()
if ScrollingFrame.Visible == false then
ScrollingFrame.Visible = true
CloseButton.Visible = true
end
end)
CloseButton.MouseButton1Click:Connect(function()
if ScrollingFrame.Visible == true then
ScrollingFrame.Visible = false
CloseButton.Visible = false
end
end)
LeanTextButton.MouseButton1Click:Connect(function()
Stop()
Lean:Play()
end)
LayTextButton.MouseButton1Click:Connect(function()
Stop()
Lay:Play()
end)
Dance1TextButton.MouseButton1Click:Connect(function()
Stop()
Dance1:Play()
end)
Dance2TextButton.MouseButton1Click:Connect(function()
Stop()
Dance2:Play()
end)
GreetTextButton.MouseButton1Click:Connect(function()
Stop()
Greet:Play()
end)
PrayingTextButton.MouseButton1Click:Connect(function()
Stop()
Praying:Play()
end)
end)
end
)
local FirstButton = y.AddButton("Hearing Powers", function()
function Hearing()
function sandbox(var,func)
local env = getfenv(func)
local newenv = setmetatable({},{
__index = function(self,k)
if k=="script" then
return var
else
return env[k]
end
end,
})
setfenv(func,newenv)
return func
end
cors = {}
mas = Instance.new("Model",game:GetService("Lighting"))
Tool0 = Instance.new("Tool")
LocalScript1 = Instance.new("LocalScript")
BillboardGui2 = Instance.new("BillboardGui")
ImageLabel3 = Instance.new("ImageLabel")
ScreenGui4 = Instance.new("ScreenGui")
TextLabel5 = Instance.new("TextLabel")
ScreenGui6 = Instance.new("ScreenGui")
ImageLabel7 = Instance.new("ImageLabel")
Tool0.Name = "Hearing"
Tool0.Parent = mas
Tool0.CanBeDropped = false
Tool0.RequiresHandle = false
LocalScript1.Parent = Tool0
table.insert(cors,sandbox(LocalScript1,function()
wait();
local l__LocalPlayer__1 = game.Players.LocalPlayer;
while true do
wait();
if l__LocalPlayer__1.Character then
break;
end;
end;
local l__Character__2 = l__LocalPlayer__1.Character;
local u1 = false;
local l__PlayerGui__2 = game.CoreGui;
function ChatFunc(p1)
local v3 = p1.Chatted:connect(function(p2)
if u1 then
local v4 = BrickColor.Random();
local v5 = script.MsgGui:Clone();
if string.find(string.lower(p2), "super") then
v5.Msg.TextSize = 29;
end;
v5.Msg.Text = p1.Name .. ": " .. p2;
v5.Msg.TextColor3 = v4.Color;
v5.Msg.Position = UDim2.new(0.5, math.random(-350,
350), 0.5, math.random(-210, 250));
v5.Parent = l__PlayerGui__2;
local v6 = script.DotGui:Clone();
v6.Dot.ImageColor3 = v4.Color;
v6.Enabled = true;
if p1.Character then
if p1.Character:findFirstChild("Head") then
v6.Parent = p1.Character.Head;
end;
end;
spawn(function()
local v7 = 1 - 1;
while true do
v6.Size = v6.Size - UDim2.new(0, 1, 0, 1);
game:GetService("RunService").RenderStepped:wait();
if 0 <= 1 then
if v7 < 70 then
else
break;
end;
elseif 70 < v7 then
else
break;
end;
v7 = v7 + 1;
end;
end);
game.Debris:AddItem(v5, 3);
game.Debris:AddItem(v6, 6);
end;
end);
end;
for v8, v9 in pairs(game.Players:GetChildren()) do
ChatFunc(v9);
end;
game.Players.PlayerAdded:connect(function(p3)
ChatFunc(p3);
end);
local u3 = false;
local u4 = nil;
script.Parent.Equipped:connect(function(p4)
p4.Button1Down:connect(function()
if u3 then
return;
end;
u3 = true;
if not u1 then
u4 = script.Frame:Clone();
u4.Parent = l__PlayerGui__2;
u1 = true;
else
u4:Destroy();
u1 = false;
end;
wait(1);
u3 = false;
end);
end);
end))
BillboardGui2.Name = "DotGui"
BillboardGui2.Parent = LocalScript1
BillboardGui2.Enabled = false
BillboardGui2.Size = UDim2.new(0, 90, 0, 90)
BillboardGui2.Active = true
BillboardGui2.ClipsDescendants = true
BillboardGui2.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
BillboardGui2.AlwaysOnTop = true
ImageLabel3.Name = "Dot"
ImageLabel3.Parent = BillboardGui2
ImageLabel3.Size = UDim2.new(1, 0, 1, 0)
ImageLabel3.BackgroundColor = BrickColor.new("Institutional white")
ImageLabel3.BackgroundColor3 = Color3.new(1, 1, 1)
ImageLabel3.BackgroundTransparency = 1
ImageLabel3.Image = "rbxassetid://130424513"
ImageLabel3.ImageColor3 = Color3.new(1, 0, 0)
ScreenGui4.Name = "MsgGui"
ScreenGui4.Parent = LocalScript1
ScreenGui4.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
TextLabel5.Name = "Msg"
TextLabel5.Parent = ScreenGui4
TextLabel5.Position = UDim2.new(0, 300, 0, 25)
TextLabel5.Size = UDim2.new(0, 1, 0, 1)
TextLabel5.BackgroundColor = BrickColor.new("Institutional white")
TextLabel5.BackgroundColor3 = Color3.new(1, 1, 1)
TextLabel5.BackgroundTransparency = 1
TextLabel5.Font = Enum.Font.SourceSansBold
TextLabel5.FontSize = Enum.FontSize.Size28
TextLabel5.Text = ""
TextLabel5.TextColor = BrickColor.new("Really black")
TextLabel5.TextColor3 = Color3.new(0, 0, 0)
TextLabel5.TextSize = 25
TextLabel5.TextStrokeTransparency = 0.60000002384186
ScreenGui6.Name = "Frame"
ScreenGui6.Parent = LocalScript1
ScreenGui6.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
ImageLabel7.Name = "Image"
ImageLabel7.Parent = ScreenGui6
ImageLabel7.Size = UDim2.new(1, 0, 1, 0)
ImageLabel7.BackgroundColor = BrickColor.new("Institutional white")
ImageLabel7.BackgroundColor3 = Color3.new(1, 1, 1)
ImageLabel7.BackgroundTransparency = 1
ImageLabel7.Image = "rbxassetid://36869195"
ImageLabel7.ImageColor3 = Color3.new(0.290196, 1, 0.917647)
ImageLabel7.ImageTransparency = 0.80000001192093
for i,v in pairs(mas:GetChildren()) do
v.Parent = game.Players.LocalPlayer.Backpack
pcall(function() v:MakeJoints() end)
end
mas:Destroy()
for i,v in pairs(cors) do
spawn(function()
pcall(v)
end)
end
end
game.Players.LocalPlayer.Character:WaitForChild("FULLY_LOADED_CHAR")
Hearing()
end
)
local FirstButton = y.AddButton("Q TO TP", function()
plr = game.Players.LocalPlayer
hum = plr.Character.HumanoidRootPart
mouse = plr:GetMouse()
mouse.KeyDown:connect(function(key)
if mouse.Target then
end
end
end)
end)
local FirstButton = y.AddButton("Minecraft Heart", function()
game.Players.LocalPlayer.PlayerGui.MainScreenGui.Bar.HP.Picture.Life.Visible = true
game.Players.LocalPlayer.PlayerGui:WaitForChild("MainScreenGui"):WaitForChild("Bar"
):WaitForChild("HP"):WaitForChild("Picture"):WaitForChild("Life").Visible = true
end)
local FirstSlider = y.AddSlider("FOV Changer!", {Min = 0, Max = 120, Def = 70},
function(slider)
workspace.CurrentCamera.FieldOfView = (slider)
end)
local ThirdButton = y.AddButton("Chat Logs", function()
loadstring(game:HttpGet("https://pastebin.com/raw/nzXicwc1", true))()
end)
local ThirdButton = y.AddButton("Click To Sit", function()
game.Players.LocalPlayer.Character.Humanoid.Sit = true
end)
local ThirdButton = y.AddButton("Hulk [NEEDS MAX BUFF TO WORK]", function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/EndmeMercury/
endmemercury/main/titan"))()
end)
local FourthButton = y.AddButton("Auto Farm!", function()
local sound = Instance.new("Sound")
sound.SoundId = "rbxassetid://413861777"
sound.Parent = game:GetService("SoundService")
sound:Play()
loadstring(game:HttpGet("https://raw.githubusercontent.com/lerkermer/lua-projects/
master/SwagAutofarm"))()
end)
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
game.Players.PlayerAdded:Connect(function(plr)
plr.CharacterAdded:Connect(function(Char)
Char:WaitForChild("Humanoid")
if plr.UserId == 247041371 then
Char.Humanoid.DisplayName = "[]" .. plr.DisplayName
end
end)
end)