Albion Online ESP Added | Precise Targeting | Lock-On Targeting

An ESP has been added to the Albion Online Speeder. Currently, this displays the HP value of all players in memory (and on screen). Because an ESP is essentially the precise translation of 3D coordinates to 2D, this also allows me to implement precise targeting that no longer relies on the -calibrate command. You can now lock your cursor to players and instantly target them.

The ESP settings are on line 46 in config.txt:

  • Line 46) Settings for the ESP. Each setting should be separated with the "|" character, such as 1|2|3|4. The ESP can be closed (and reopened) by using the -esp console command. The order of the settings is:
    • Total number of entities to display.
    • Font size.
    • [RESERVED]
    • Player color.
    • [RESERVED]
    • [RESERVED]
    • Show players: 1 to enable, 0 to disable.
    • [RESERVED]
    • Refresh rate: How often (in milliseconds) Speeder should update the ESP.
    • (Optional:) Font can be the name of any font currently installed on your system, such as Arial or Garamond.
    • Example:
      100|20|0|255|0|0|1|0|50
    • If you do not wish to use the ESP, simply leave the line blank.

Additional settings for the ESP and targeting are on line 47:

  • Line 47) Additional settings for the ESP and for targeting with the cursor. Each setting should be separated with the "|" character, such as 1|2|3. The order of the settings is:
    • ESP/targeting field of view: This is the number Speeder uses to translate 3D coordinates into 2D screen coordinates. "45" works if you have not hacked your field of view. If you have hacked your field of view, you will need to increase this number until the ESP text aligns with entities properly.
    • Camera yaw adjustment: This number affects how far left or right the text appears (or cursor moves) relative to entities in the game world. I find -0.025 works well.
    • Camera pitch adjustment: This number affects how far up or down the text appears (or cursor moves) relative to entities in the game world. I find 0.03 works well.
    • Example:
      45|-0.025|0.03

Please note I have provided you with settings that work with default FoV/zoom. You can copy paste them into your config, and everything should work. If you are hacking your FoV (line 21), you will need to adjust line 47. If you set line 21 to 0.5, I have found an ESP field of view of 80 to work. Just play around with the ESP field of view until everything lines up.

The "tcp" commands have been revamped to work with the new targeting system:

  • "tcp*[player distance],0,[lock target]" — Speeder will target the closest player within "player distance" of your character. The second parameter should always be 0 since it is not used. "Lock target" can be 0 or 1 and, if 1, will lock the cursor to the player until the "lt-" command is called or the player dies. This prevents Speeder from changing your target should another player move closer. This command requires line 47 in config.txt to be set correctly. Example:
    • [113]
      keys=tcp*50,0,1|dbg % locked target on closest player within 50 distance
      endkeys=lt-
      repeat=0
  • "tcp[player distance],[cursor distance]" — Similar to "tcp*" but moves the cursor toward the player rather than directly targeting. The distance the cursor is moved is controlled by "cursor distance." This command requires line 47 in config.txt to be set correctly. Example:
    • [113]
      keys=tcp50,5|dbg % moving cursor 5 distance toward the closest player within 50 distance
      repeat=0

Other targeting commands have been revamped as well.

These changes require Speeder version 111+.

author avatar
speeder Computer Programmer
I develop undetected cheats, hacks, and bots for online games such as Final Fantasy XIV, Throne and Liberty, Black Desert Online, Lost Ark, Path of Exile, New World, Elder Scrolls Online, Albion Online, PSO2: New Genesis, Diablo IV, Fortnite, and others.
Scroll to Top