Categories > Exploiting > Scripts >

kill aura script needed

Posts: 2

Threads: 2

Joined: May, 2018

Reputation: 0

Posted

if anyone has a good kill aura script hmu and send a copy....ty :P
  • 0

Posts: 212

Threads: 42

Joined: May, 2018

Reputation: 0

Replied

There's lots of Kill Aura scripts, tell me on what you intend to use it on to make it?
  • 0

Posts: 123

Threads: 19

Joined: Apr, 2018

Reputation: 1

Replied

wtf is kill aura lmfao
  • 0

Posts: 6

Threads: 2

Joined: May, 2018

Reputation: 0

Replied

luamaster can u make one for phatom forces

  • 0

Posts: 212

Threads: 42

Joined: May, 2018

Reputation: 0

Replied

kill aura is a hack that people use to attack people unfairly and make it impossible to attack back, but in Roblox Edition, it's a automatic kill script.
  • 0

Added

Ed, there is no kill aura for Phantom Forces, I can make a wall hack gui if you want?
  • 0

Posts: 6

Threads: 2

Joined: May, 2018

Reputation: 0

Replied

ye if you could

  • 0

Posts: 212

Threads: 42

Joined: May, 2018

Reputation: 0

Replied

local gui = Instance.new("BillboardGui");
gui.Name = "";
gui.AlwaysOnTop = true;
gui.LightInfluence = 0;
gui.Size = UDim2.new(1.75, 0, 1.75, 0);
local frame = Instance.new("Frame", gui);
frame.BackgroundColor3 = Color3.fromRGB(170, 0, 0);
frame.Size = UDim2.new(1, 0, 1, 0);
frame.BorderSizePixel = 4;
frame.BorderColor3 = Color3.fromRGB(0, 0, 0);
local gi = gui:Clone();
local body = frame:Clone();
body.Parent = gi;
body.BackgroundColor3 = Color3.fromRGB(0, 170, 170);

for _, v in pairs(game:GetService("Players"):GetPlayers()) do
    if v.Name ~= game:GetService("Players").LocalPlayer.Name and v.Character and v.Character:FindFirstChild("Head") then
        gui:Clone().Parent = v.Character.Head;
    end
end
  • 0

Posts: 123

Threads: 19

Joined: Apr, 2018

Reputation: 1

Replied

oof kill aura sounds lit i need it ngl
  • 0

Posts: 44

Threads: 2

Joined: Apr, 2018

Reputation: 0

Replied

Btw, here's the original source for the Wallhack script LuaMaster posted here: https://wearedevs.net/forum/thread.php?tid=95

I don't know why people say they made stuff which they evidently and apparently didn't.
  • 0

Posts: 212

Threads: 42

Joined: May, 2018

Reputation: 0

Replied

What do you mean, ain't nothing there :T
  • 0

Users viewing this thread:

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