Key Features:
- Human weapon aura gives strong attack glow for humans
- Gorilla punch aura adds powerful glow to gorilla attacks
Gorilla vs Humans Script:
local localPlayer = game:GetService("Players").LocalPlayer
game:GetService("RunService").RenderStepped:Connect(function()
local character = localPlayer.Character
local target
local closest = 50
if localPlayer.Character:FindFirstChild("GORILLA_SUIT") then
for _,v in workspace:GetChildren() do
if game:GetService("Players"):FindFirstChild(v.Name) and v.Name ~= localPlayer.Name and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") and v.Humanoid.Health > 0 and (character.HumanoidRootPart.CFrame.Position - v.HumanoidRootPart.CFrame.Position).Magnitude < closest then
target = v
closest = (character.HumanoidRootPart.CFrame.Position - v.HumanoidRootPart.CFrame.Position).Magnitude
end
end
if target and character:FindFirstChild("Gorilla Punch") then
game:GetService("ReplicatedStorage").Packages.Knit.Services.WeaponService.RE.Melee:FireServer({Weapon = "Gorilla Punch",Targets = {target.Humanoid},Attack = 1})
end
elseif character:FindFirstChildWhichIsA("Tool") then
for _,v in workspace:GetChildren() do
if game:GetService("Players"):FindFirstChild(v.Name) and v.Name ~= localPlayer.Name and v:FindFirstChild("GORILLA_SUIT") then
game:GetService("ReplicatedStorage").Packages.Knit.Services.WeaponService.RE.Melee:FireServer({Weapon = character:FindFirstChildWhichIsA("Tool").Name,Targets = {v.Humanoid},Attack = 1})
end
end
end
end)
How to run scripts?
You can get these scripts running in your Gorilla vs Humans game in less than a minute—just follow these simple steps.
- Grab a Trusted Executor
Install one of the big-name tools (MacSploit, AWP.GG, Delta, Fluxus or Codex). - Hook It Into the Game
Launch your executor and run Gorilla vs Humans from within the executor. - Load the Script
Copy your Lua code into the executor’s console. - Hit Execute
Press the execute button to let the features kick in—then jump back into the action.
Game Details:
- Name: Gorilla vs Humans
- Developer: 9to5 Games
- Maturity: Mild
- Genre: Survival
- Subgenre: 1 vs All