Script Features:
Here’s the full list of features that you get from Beaks scripts:
- Change bird hitboxes – Makes birds easier to hit
- TP tool – Lets you teleport by clicking anywhere
- ESP – Shows player locations through walls and stuff
- Teleports to everything – Teleports you to any object instantly
- Infinite jump – Jump forever without touching the ground
- Walkspeed slider – Change how fast your character moves
- Jump power slider – Control how high you can jump
- Copy Discord – Copies the game Discord link for sharing
Roblox Beaks Scripts:
Hitbox Expander
local screenGui = Instance.new("ScreenGui")
screenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
local button = Instance.new("TextButton")
button.Size = UDim2.new(0, 200, 0, 50)
button.Position = UDim2.new(0, 0, 0, 0)
button.Text = "Press when entering a new area to make the new birds bigger"
button.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
button.BorderColor3 = Color3.fromRGB(0, 0, 0)
button.TextColor3 = Color3.fromRGB(0, 255, 0)
button.TextStrokeTransparency = 0.5
button.TextStrokeColor3 = Color3.fromRGB(0, 0, 0)
button.TextScaled = true
button.Parent = screenGui
local function scaleModels()
local scaleFactor = 5
for _, model in pairs(game.Workspace:GetDescendants()) do
if model:IsA("Model") and model.Name == "Normal" then
local primaryPart = model.PrimaryPart or model:FindFirstChildWhichIsA("BasePart")
if primaryPart then
model:ScaleTo(scaleFactor)
end
end
end
print("Scaled all models named 'Normal'.")
end
button.MouseButton1Click:Connect(scaleModels)
Acro Hub
Key → https://discord.gg/V3p3S2PkZq
loadstring(game:HttpGet("https://gist.githubusercontent.com/Dan7anaan/efea7aa7013b202dcf0864828abe3bbd/raw/7113c0e0dadde71711b70015364a67c4f07096ed/gistfile1.txt"))()
How to use scripts?
Follow the steps to execute Beaks scripts:
- Download a Script Executor – I only recommend MacSploit, AWP.GG, Delta, Fluxus, or Codex.
- Attach the Executor – Connect the tool to the game process.
- Paste the Script – Load and execute the Lua script inside the game.
- Activate Features – Tap the execute icon to use the injected script for custom actions.
Game Details:
- Name: Beaks
- Developer: NEKAMI
- Maturity: Minimal
- Genre: Adventure
- Subgenre: Exploration
Leave a Reply