CrazyTrap

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
Jul 18, 2023
Messages
707
Reaction score
3
Whether you're a seasoned player or a novice just starting your Roblox adventure, fear not, because our carefully curated selection of cheats and enhancements has something special in store for everyone. Prepare to witness the wonders of this virtual universe like never before as we take your gaming experience to new heights with our vast array of resources.

For the seasoned veterans, our powerful cheats and scripts will open up a world of endless possibilities, adding depth and complexity to the games you love. Unleash your creativity and explore new gameplay mechanics, taking your skills to the next level as you conquer new challenges.

i


We're excited to introduce the latest script for Roblox's game, Broken Bones IV, exclusively available on our website. This script offers a single yet powerful function: Auto Farm. In this particular game, having just one function proves to be sufficient due to the nature of the gameplay. The primary objective of Broken Bones IV is to achieve the highest number of bone breaks for your character.


How do I use this script?
< Visit this page to find out

Roblox Broken Bones IV Script - Auto Farm:​

Code:
local player = game:GetService("Players").LocalPlayer
local Respawn
pcall(function() Respawn = getsenv(game:GetService("ReplicatedFirst"):FindFirstChildOfClass("LocalScript")).Respawn end)
_G.farm=true
while wait(0.5) do
if _G.farm then
local char = player.Character
local root = char.HumanoidRootPart
for j=1,3 do
char:SetPrimaryPartCFrame(CFrame.new(-400,700,-250))
wait(0.5)
for k=1,19 do
if root:FindFirstChild("BodyForce") then root.BodyForce:Destroy() end
root.Velocity = Vector3.new(0,-500,0)
wait(0.1)
end
end
for j=1,30 do
char:SetPrimaryPartCFrame(CFrame.new(0,26,-172))
root.Velocity = Vector3.new()
wait()
end
wait(4)
if Respawn then
player.PlayerGui.Gui.Summary:TweenPosition(UDim2.new(0.5, 0, 1.5, 0), "In", "Back", 0.75, true)
Respawn(workspace.CurrentCamera.CFrame, workspace.CurrentCamera.Focus)
player.PlayerGui.Gui.Summary.Visible=false
else
repeat wait(0.1) until not player.PlayerGui.Gui.Summary.Visible
end
end
end
 
Top