ADVERTISEMENTREMOVE ADS

Bunny Hop Script Troll

Universal script
2 years ago
Script preview thumbnail
Script Preview
Po
Pops

Description

Here is a script so every time you hold the key "T", it just makes you look like a bunny! Great for annoying people.

Here is a GIF in action: https://imgur.com/a/jcOgTTk

Keep in mind this was made with ChatGPT Plus
Model Used: GPT

Features:

  • aimbot
  • esp
  • infinitestamina
  • scripthub
  • esp
ADVERTISEMENTREMOVE ADS
19 Lines • 863 Bytes
Raw
while true do
if game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.F) then
local nearestPlayer, minDistance = nil, math.huge
for _, player in pairs(game:GetService("Players"):GetPlayers()) do
if player.Character and player.Character:FindFirstChild("Head") then
local distance = (player.Character.Head.Position - game:GetService("Players").LocalPlayer.Character.Head.Position).magnitude
if distance < minDistance then
nearestPlayer = player
minDistance = distance
end
end
end
if nearestPlayer then
local target = nearestPlayer.Character.Head
game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = target.CFrame
end
end
wait()
end
ADVERTISEMENTREMOVE ADS

Comments

1 comment
to add a comment
St

Not work on solara

0
0
ADVERTISEMENTREMOVE ADS