Categories > Coding > Lua >

[help] im too lazy to make this

Posts: 531

Threads: 20

Joined: Nov, 2022

Reputation: 44

Posted

hi of the people of the wearedevs.net online forum community

 

this is a farming script that teleports u to blocks in the game https://www.roblox.com/games/12299415668/Block-Eating-Simulator

_G.CollectBlocks = true

while _G.CollectBlocks == true do
    wait(0.1)
    for a, b in pairs(workspace.Parts:GetChildren()) do
        wait(0.1)
        if b:IsA("Part") then
            if b:FindFirstChild("BlockSize") then
                if game.Players.LocalPlayer.leaderstats.Size.Value >= b.BlockSize.Value then
                    workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame =
                        CFrame.new(b.CFrame.X, b.CFrame.Y, b.CFrame.Z) * CFrame.Angles(0, math.random(1, 100), 0)
                end
            end
        end
    end
end

 

its not made by me just a disclaimer

 

can any of u people of the wearedevs.net online forum community make it bypass, it currently flags

 

im guessing this can be done by teleporting not directly to the destination but slowly and in small steps but still going much faster than normal speed

 

thanks people of the wearedevs.net online forum community

  • 0

https://cdn.discordapp.com/attachments/1136067487847415848/1146449877660872785/image.png

https://cdn.discordapp.com/attachments/1098921594249814066/1112144294007029932/WRDBanner_Alawapr_1.png

Posts: 1316

Threads: 54

Joined: Jul, 2021

Reputation: 64

Replied

this is one of my devs 

https://cdn.discordapp.com/emojis/874749910854008872.gif

Comments

Alawrpar 44 Reputation

Commented

now you know why i steal most of your money but dont do anything

  • 0

  • 1

Mail me at sirweebdev@protonmail.com if you have any questions or you want to say anything to me, I'll reply (maybe).

RealRealNik

type !larry in chat ;)

vip

Posts: 430

Threads: 23

Joined: Nov, 2021

Reputation: 43

Replied

ask Larry, maybe he know

Comments

Alawrpar 44 Reputation

Commented

!larry why does this flag

  • 1

  • 1

https://media.discordapp.net/attachments/1067168861343989910/1099371568062267503/WRDBanner_RealRealNikkk.png

 

Siggy made by B00M :D

Posts: 1008

Threads: 66

Joined: Sep, 2021

Reputation: 20

Replied

i will have a look

  • 0

"Building blocks of imagination, united in the virtual realm, where creativity thrives and friendships ignite. Welcome to the Roblox revolution!" - chatgpt

 

Posts: 24

Threads: 3

Joined: Apr, 2023

Reputation: -21

Replied

you copy from me

Comments

Alawrpar 44 Reputation

Commented

who are u again?

  • 0

  • 0

Roblox lua scripter

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )