Categories > Exploiting > Scripts >

Wallhack | Limited Lua

Posts: 42

Threads: 17

Joined: Apr, 2018

Reputation: 0

Posted

This script is useful in games such as: Murder Games (useful for finding all the innocents), Hide and Seek (finding everyone, obviously) or even FPS games (you already know why ;) )
Copy all below:
-------------------------------------------
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
----------------------------------
I personally like this one.
  • 0

Added

*Targets the head
  • 0

Posts: 44

Threads: 2

Joined: Apr, 2018

Reputation: 0

Replied

OMG VOUCH DUDE, THANKS A LOT :D
  • 0

Posts: 6

Threads: 1

Joined: Apr, 2018

Reputation: 0

Replied

I changed the script a little, I changed the head to torso and also made a list of colors, here they are!

https://pastebin.com/itUkd0wK  -- Dark Purple
https://pastebin.com/Bk9vh6aU -- Maroon-ish
https://pastebin.com/QHn57zpw -- Bright Green
https://pastebin.com/3fX49bNs -- Bright Blue
https://pastebin.com/nVeRDw1Y -- Bright Red
  • 0

Posts: 414

Threads: 28

Joined: Jan, 2018

Reputation: 14

Replied

Thank you for providing us with lots of useful scripts!
+1 
  • 0

Posts: 1

Threads: 0

Joined: Mar, 2018

Reputation: 0

Replied

:ok_hand: CB:RO time ;)))

Thanks for it anyways!
  • 0

Posts: 42

Threads: 17

Joined: Apr, 2018

Reputation: 0

Replied

@4l04 ,
The reason I set it to "Head" is because some games have R15.
If you change it to Torso, it will not work for R15 characters.

But thanks for sharing your modifications! It's greatly appreciated.
  • 0

Posts: 3

Threads: 1

Joined: Apr, 2018

Reputation: 0

Replied

cAN YOU MAKE A SUICIDE VEST OR BTOOLS that actully work and make everyone fall out of the world? caps
  • 0

Posts: 8

Threads: 0

Joined: Apr, 2018

Reputation: 0

Replied

i tried to find this again but i didnt find it when i saw next button i click it I FOUND YOU AGAIN YAY i like wallhack i can see peoples
  • 0

Users viewing this thread:

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