Forum > Scripts >

Suicide vest I guess | Lua

Posts: 41

Threads: 17

Joined: Apr, 2018

Reputation: 0

Posted

Here is a suicide vest I made.
-------------------------------------
pcall(function()
local player = game:GetService('Players').LocalPlayer;
local mouse = player:GetMouse();
mouse.KeyDown:connect(function(key) if key == 'q' then
local vest = Instance.new('Part', player.Character);
 Â Ã‚  vest.CanCollide = false;
 Â Ã‚  vest.BrickColor = BrickColor.Black();
 Â Ã‚  vest.Material = Enum.Material.SmoothPlastic;
 Â Ã‚  vest.Size = Vector3.new(2.1, 2.1, 1.1);
local beep = Instance.new('PointLight', vest);
 Â Ã‚  beep.Color = Color3.new(1, 0, 0);
local weld = Instance.new('Weld', vest);weld.Part0 = player.Character.Torso;weld.Part1 = vest;
delay(5, function()
 Â Ã‚  local oof = Instance.new('Explosion');
 Â Ã‚  oof.Position = vest.Position;
 Â Ã‚  oof.BlastRadius = 7;
 Â Ã‚  oof.Parent = workspace;
end)
end end);
end);
-------------------------------------
Press Q to enable it.
  • 0

Posts: 3824

Threads: 191

Joined: Mar, 2018

Reputation: 67

Replied

lol
does it work on FE?
  • 0

Reputation Goal: 69
#NoMoreMods

 

#MEWANTGLOBALCHAT 

Posts: 401

Threads: 27

Joined: Jan, 2018

Reputation: 14

Replied

Thanks for contribution :D
  • 0

Posts: 21

Threads: 9

Joined: May, 2018

Reputation: 0

Replied

FE doesn't work since explosion doesn't effect humanoid in FE...
FD... troll :D
  • 0

Posts: 41

Threads: 17

Joined: Apr, 2018

Reputation: 0

Replied

@MemeAlert

JJSploit and maybe some community exploits
  • 0

Posts: 10

Threads: 3

Joined: Apr, 2018

Reputation: 0

Replied

@Centurian JJSploit did not work. anything else? pls tell i have mental cancer
  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )