Scripts

Underground War 2.0 Movement Scripts

Click teleport, speed bypass, and why flag teleports kill you

Last updated:

Movement Scripts

Movement scripts for Underground War 2.0 change how you cross dirt, not how the gun aims. The three loadstrings that still circulate are Heaven Step v2 (click teleport), a speed bypass / spoofer, and a snippet that claims to disable anticheat. This page is informational. You need a third-party executor to run them, and that can violate Roblox Terms of Use. This wiki does not provide executors and does not call any bypass complete.

The anticheat has two layers. Read them before you paste:

  1. Explode layer — abnormal speed or sword reach can explode you. The “Disable AntiCheat” snippet below targets this layer only.
  2. Teleport / flag layer — teleporting, going over a wall, or moving the flag too fast can kill you or disable weapons. The disable snippet does not cover this. Teleport spam is instant death.

Combat reach lives on Combat Scripts. Multi-tool GUIs live on Script Hubs. The overview is the Scripts Hub.

The match is 12-player Red versus Blue, about 6v6, R6, VIP servers disabled (place 9791603388, version 2.8.32 as of 4 August 2026). A flag steal is 50 points + $50. That payout is why people click-teleport the flag, and why the second anticheat layer exists. The intended steal is How to Capture the Flag.

Heaven Step v2 (click teleport)

Heaven Step v2 is a click teleport. On PC you hold R and click. On mobile you tap. That is the whole control scheme; there is no published “safe” distance.

loadstring(game:HttpGet("https://raw.github.com/tomatotxt/code/refs/heads/main/I"))()

Teleport spam = instant death. The teleport / flag layer does not care that you only meant to skip two dirt blocks. Repeated clicks, clicks over a wall, and clicks while carrying the flag are the usual ways this script ends a life or strips your gun and sword.

Practical notes we can document:

  • PC: hold R, click the destination. If R is bound to something else in your executor overlay, the hold may never register.
  • Mobile: tap-to-teleport. Mobile taps are easier to spam, which is worse, not better, on this anticheat.
  • Walls: going over a wall is a documented punish. The shovel (slot 3) auto-digs near dirt for a reason; the legal path is through the tunnel, two blocks at a time (2 blocks → 1 point + $1; Sportskeeda’s 1 point per broken wall is the same loop).
  • Flag: if you teleport while stealing, you are in the exact case the second layer is built for. Weapons can disable mid-steal. Read How to Capture the Flag for the non-scripted route through the other team’s tunnels.

Heaven Step does not grant the NUKE. The nuke is still a team-point interact on the HUD / map center, threshold unpublished, ~15 second countdown.

Speed bypass

The speed snippet is a spoofer that takes a "W-ARP" argument after the loadstring.

loadstring(game:HttpGet("https://raw.githubusercontent.com/w-arp/Vault/refs/heads/main/Spoofer.luau"))("W-ARP")

Speed is the other explode-layer trigger, alongside sword reach. If you run this without the disable snippet and you explode, that is expected. If you run this with the disable snippet, you have only argued with the explode layer. You have not made over-wall motion or flag teleports legal.

Speed also does not replace shovel dig speed, which is a Cash upgrade, or gun cooldown. Those are in-match spends (codes such as 360K on the Codes Hub pay Cash). A spoofed walk speed through uncleared dirt still leaves you fighting the tunnel layout.

Stacking speed with Combat Scripts reach is how you give the explode layer two reasons at once. Do not treat a double paste as “more bypass”.

Disable AntiCheat (explode layer only)

This snippet is passed around as an Underground War 2.0 anticheat bypasser. The important limit: it addresses the explode layer, not the teleport / flag layer.

loadstring(game:HttpGet("https://raw.githubusercontent.com/Roblox-HttpSpy/Random-Silly-stuff/refs/heads/main/UW2-AnticheatBypasser.lua"))()

What that means in a match:

  • It may stop some speed/reach explosions. It is not a published guarantee, and the remote file can change.
  • It does not make Heaven Step safe. Click teleport can still kill you or disable weapons.
  • It does not make a too-fast flag steal safe. The 50-point steal is exactly what the second layer watches.
  • It does not hide you from other players. ESP and silent aim on their side are separate (see Combat Scripts and Script Hubs).

If a hub GUI also offers “disable anticheat” plus “auto farm” plus “teleport”, you still have two layers. Auto Farm Kills is patched anyway; do not enable it.

Flag, walls, and why movement cheats look tempting

The map is dirt. Legal motion is shovel, walk, sometimes rocket jump if you bought the launcher. The flag wants you to cross into the other color’s tunnels and get out. Click teleport skips the shovel. Over-wall skips the tunnel. Too-fast flag skips the return. All three are the second anticheat layer’s job.

Weapons disabled mid-life is a brutal punish in this ruleset: Sniper/Gun, Sword, and optional Rocket Launcher go away, First Aid is already once per life, and you become a walking shovel until you die. Instant death is simpler. Either way you did not capture the flag.

Play the steal without a teleporter: How to Capture the Flag. Use movement scripts on this page only as documentation of what gets people killed.

ToS and stacking

Pasting these loadstrings is a Terms of Use risk. Combining Heaven Step with speed, combat reach, and a hub GUI does not make a “complete client”; it makes more ways to explode or to trip the flag layer. Unique Hub is often reported broken and is not listed here. Keyed hubs and auto-farm notes belong on Script Hubs.

If you came from a video titled as a movement showcase, match the loadstring to one of the three blocks above. If the video tells you to spam click teleport to the flag, that advice conflicts with the live anticheat: teleport spam is instant death.

FAQ

Frequently Asked Questions

Quick answers for Underground War 2.0 players.

Why did I die instantly after click teleporting?

Underground War 2.0 punishes teleport, over-wall, and too-fast flag motion with death or disabled weapons. Heaven Step v2 is click teleport (PC hold R + click, mobile tap). Spam is the usual instant death. The intended steal is How to Capture the Flag.

Does Disable AntiCheat stop flag and teleport deaths?

No. That snippet is the **explode layer only** (speed/reach). It does not cover the teleport / flag layer. Details on both layers are on the Scripts Hub.

How does Heaven Step v2 work on mobile?

Tap to teleport. On PC it is hold R + click. Mobile taps are easy to spam, which is worse for this anticheat. Combat alternatives are on Combat Scripts.

Can I teleport the flag for the 50-point steal?

You can try, and the second anticheat layer can kill you or disable weapons for too-fast flag motion. The legal route is How to Capture the Flag.

Should I run movement scripts together with a hub?

You can stack them; you also stack anticheat triggers. Auto Farm Kills is patched. Hub loadstrings and key warnings are on Script Hubs.