Categories > Exploiting > Scripts >

Build a Boat for Treasure infinite blocks script

grrrrrr

MyNickname

Posts: 481

Threads: 32

Joined: Apr, 2020

Reputation: 5

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

  • 0

kwl

yranxzy

joe22

vip

Posts: 554

Threads: 114

Joined: Aug, 2020

Reputation: 32

Replied

https://cdn.discordapp.com/emojis/735177702797213727.png?v=1

  • 1

grrrrrr

MyNickname

Posts: 481

Threads: 32

Joined: Apr, 2020

Reputation: 5

Replied

@yranxzy

 

cyberpunk graphics ps2?!?!

  • 0

kwl

Moon

Moon

vip

Posts: 7399

Threads: 314

Joined: Aug, 2020

Reputation: 77

Replied

@grrrrrr

lmaooo

  • 0

Posts: 586

Threads: 31

Joined: Jan, 2018

Reputation: 5

Replied

WOW, SIMPLY AMAZING

  • 0

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 )