In-Game Joystick Overlay
A floating joystick appears over Pokemon GO. Drag to walk in any direction — no real movement needed.
- Adjustable walking speed
- Runs in any direction
- No external hardware
Teleport to any city on Earth, walk with an on-screen joystick, and run GPX routes — all without leaving your couch. No root. No jailbreak. No ban.
Setup in 2 minutes. Works on the latest patch.
Three tools. One app. Total control over your location.
A floating joystick appears over Pokemon GO. Drag to walk in any direction — no real movement needed.
Jump to any coordinate worldwide. Hit rare nests, region-exclusive spawns, and distant raids in one tap.
Import GPX files or draw a custom route. Your avatar walks it automatically — perfect for egg hatching and buddy candy.
Initialize a spoofing session in a few lines of modern JavaScript.
import { PokeZen } from '@pokezen/sdk';
// Start a spoofing session
const session = await PokeZen.init({
platform: 'ios', // or 'android'
mode: 'joystick', // 'teleport' | 'gpx'
cooldown: true, // auto-safe teleport timers
});
// Teleport to Tokyo Tower
await session.teleport({
lat: 35.6586,
lng: 139.7454,
});
// Enable the joystick overlay
session.joystick({ speed: 'walk' });
// Load a GPX route and auto-walk
await session.loadRoute('./central-park.gpx');
session.startWalk({ loop: true });
console.log('Spoofing active ✓');
Download PokeZen Pro now. No root. No jailbreak. No ban. Just teleport.
Download PokeZen Pro