Posted
this script doesnt give you all the blocks in the game or changes value to blocks to 99999999999
execute this script everytime you want to build
local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer
local LocalPlayerCharacter = LocalPlayer.Character or LocalPlayer.CharacterAdded:Wait()
local LocalPlayerHumanoid = LocalPlayerCharacter.Humanoid or LocalPlayerCharacter:WaitForChild("Humanoid")
local BuildingTool = LocalPlayer.Backpack:FindFirstChild("BuildingTool")
if BuildingTool then
LocalPlayerHumanoid:EquipTool(BuildingTool)
end
function GetFunction(FunctionName)
for Number, Function in pairs(getgc()) do
if typeof(Function) == "function" and debug.getinfo(Function).name == FunctionName then
return Function
elseif not Function then
return "Failed To Find " .. FunctionName .. "!"
end
end
end
local Function = GetFunction("updateBuildGui")
hookfunction(Function, function()
return
end)
quack
kwl
Replied
https://cdn.discordapp.com/emojis/735177702797213727.png?v=1
Cancel
Post
kwl
Replied
WOW, SIMPLY AMAZING
Cancel
Post
I hide links and stuff in my post ✌ | they/them or he/him | stupid gay furry | ogredale#4684 | My epic site
♥💙💚💛💜🧡🤎💕
https://i.imgur.com/TVnRBe9.png
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post