once executed every tree loaded around you on the map will get hit by you making you gain levels + wood 100x faster than anyone in the game ever could by normally playing, also automatically collects any chests for you when you get near them and gives you a speed boost, and also chest ESP. This works with all executors.
1getgenv().Settings = {
2 chopFrequency = 1.3, -- how long to wait for every tree to get chopped, make the time a little higher if lag is experienced.
3 chestESP = true,
4 autoCollectChests = true,
5 speedboost = 33,
6 jumpboost = 10,
7}
8
9loadstring(game:HttpGet("https://raw.githubusercontent.com/raxscripts/LuaUscripts/refs/heads/main/CutTrees.lua"))()