Blox Legends | Squares AutoCollector, Teleportation And Jump Power Changer

MADE BY Monkey Retard

FEATURE:

  • – Toggle Button for the above script ^
  • – TP to base
  • – TP to other peoples base’s
  • – Walkspeed Slider
  • – JumpPower slider
  • .
  • https://www.roblox.com/games/9940051005/x4-Blox-Legends

SCRIPT:

Firstly, execute this ONLY ONCE per server:

_G.toggle = false

for i,v in pairs(game:GetService("Workspace").Bases:GetDescendants()) do
if v.Name == "playername" then
if v.Text == game.Players.LocalPlayer.Name then
_G.folder = v.Parent.Parent.Parent.Parent.folder
end
end
end

game:GetService("Workspace")[game.Players.LocalPlayer.Name][game.Players.LocalPlayer.Name].SelectionSphere:Remove()

Secondly, execute this. Each time you execute it, it will toggle itself on or off:

_G.toggle = not _G.toggle

while _G.toggle do wait()
pcall(function()
for i,v in pairs(_G.folder:GetDescendants()) do
    if v.ClassName == "TouchTransmitter" then
        v.Parent.CFrame = game.Players.LocalPlayer.Character.Humanoid.Torso.CFrame
        wait()
    end
end
end)
end

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!