Categories > Exploiting > Scripts >
Kill script without tools (R6, Can be edited)
Posted
This will send them to the void without tools, Since they will die because when they touch the void, Nothing can save.
say players name to kill!
say "script" to stop killing.
R6 = false --Tell is R6
game.Players.LocalPlayer.Chatted:Connect(function(msg)
if game.Players:FindFirstAncestor(msg):IsA("Player") then
if R6 == true then
game.Workspace:FindFirstChild(msg):FindFirstChild("Left Leg").CanCollide = false
game.Workspace:FindFirstChild(msg):FindFirstChild("Right Leg").CanCollide = false
game.Workspace:FindFirstChild(msg):FindFirstChild("Left Arm").CanCollide = false
game.Workspace:FindFirstChild(msg):FindFirstChild("Right Arm").CanCollide = false
game.Workspace:FindFirstChild(msg):FindFirstChild("Torso").CanCollide = false
game.Workspace:FindFirstChild(msg):FindFirstChild("Head").CanCollide = false
game.Workspace:FindFirstChild(msg):FindFirstChild("HumanoidRootPart").CanCollide = false
end
if R6 == false then
game.Workspace:FindFirstChild(msg):FindFirstChild("LeftFoot").CanCollide = false
game.Workspace:FindFirstChild(msg):FindFirstChild("RightFoot").CanCollide = false
game.Workspace:FindFirstChild(msg):FindFirstChild("LeftHand").CanCollide = false
game.Workspace:FindFirstChild(msg):FindFirstChild("RightHand").CanCollide = false
game.Workspace:FindFirstChild(msg):FindFirstChild("RightLowerArm").CanCollide = false
game.Workspace:FindFirstChild(msg):FindFirstChild("LeftLowerArm").CanCollide = false
game.Workspace:FindFirstChild(msg):FindFirstChild("RightUpperArm").CanCollide = false
game.Workspace:FindFirstChild(msg):FindFirstChild("LeftUpperArm").CanCollide = false
game.Workspace:FindFirstChild(msg):FindFirstChild("RightLowerLeg").CanCollide = false
game.Workspace:FindFirstChild(msg):FindFirstChild("LeftLowerLeg").CanCollide = false
game.Workspace:FindFirstChild(msg):FindFirstChild("RightUpperLeg").CanCollide = false
game.Workspace:FindFirstChild(msg):FindFirstChild("LeftUpperLeg").CanCollide = false
game.Workspace:FindFirstChild(msg):FindFirstChild("LowerTorso").CanCollide = false
game.Workspace:FindFirstChild(msg):FindFirstChild("UpperTorso").CanCollide = false
game.Workspace:FindFirstChild(msg):FindFirstChild("HumanoidRootPart").CanCollide = false
game.Workspace:FindFirstChild(msg):FindFirstChild("Head").CanCollide = false
end
end
end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
if msg == "script" then
script:Destroy()
end
end)
The moon Shines over everything.
Replied
Pretty pog ngl
Cancel
Post
Replied
Have you tested this to work with a friend? I'm pretty sure thats a client sided change that can't replicate to server but i'll give it the benifet of the doubt.
Cancel
Post
Replied
This won't work, it is simply non FE.
Because you cannot do changes to other players or the server.
FE scripts use your character to change other characters, such as making your character spin so fast it makes another player's character move in different ways which ultimately flings you.
Cancel
Post
JustMarie#0709
Â
Replied
@TaxiDriver08 It would send them to the void, since when they touch it, they die.
Cancel
Post
The moon Shines over everything.
Replied
But again, you cannot edit other player's character. Its against FE and it wont replicate.
So the script is useless.
Cancel
Post
JustMarie#0709
Â
Replied
@TaxiDriver08 Since it sends them to the void, where PartDestroyHeight is there, you will die.
Cancel
Post
The moon Shines over everything.
Replied
I think this is non fe
Fe invisible fling is the only thing that can kill players
Cancel
Post
exploits i use: krnl,fluxus
Hacker man😎😎😎
just a guy that loves wearedevs
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post