Elder Scrolls Online Cheat Changelog

Elder Scrolls Online Cheat Changelog

Below, you can find all the updates to our Elder Scrolls Online cheats.

April 22, 2026

The Elder Scrolls Online Speeder has been updated to version 34.

Per request, you can now adjust how quickly you fall when the fall damage hack is enabled.

  • Line 15) If 1, you will not incur any fall damage. You can also supply your max fall speed and adjusted fall speed. "Max fall speed" refers to the maximum speed you can fall at before Speeder reverts your speed to "adjusted fall speed." By doing this, your character never falls fast enough to incur fall damage. The full syntax of the line is
    [enable]|[max fall speed]|[adjusted fall speed]
    such as
    1|-15|-10
    to use default settings. Do note that fall speed is always a negative number.

October 13, 2025

The Elder Scrolls Online Speeder has been updated to version 33.

A new gravity setting has been added to the movement speed hack to prevent awkward movement down slopes. It can be adjusted on line 2 in config.txt:

  • Line 2) The percentage by which you'd like your movement speed increased, with 2.0 being a 100% increase, 3.0 being a 200% increase, and so on. You can also include a gravity setting, which will prevent your character from moving awkwardly down slopes. Append the gravity setting with the "|" character, such as
    1.5|-10
    to set your movement speed to +50% and gravity to -10. This will force your character to 'stick' to the ground.

August 21, 2025

The Elder Scrolls Online Speeder has been updated to version 29.

Loading scripts via [unstick], the "lwf" script command, and potentially other situations has been fixed.

June 26, 2025

The Elder Scrolls Online Speeder has been updated to version 28.

You can now use line 29 in config.txt to more easily traverse steep surfaces:

  • Line 29) If 1, the climbing hack will be enabled, and you can more easily traverse steep surfaces.

June 17, 2025

The Elder Scrolls Online Speeder has been updated to version 26.

I've changed how the no fall damage hack works. It should now work under all circumstances. If you start falling beyond a certain speed, you'll notice your character slow down for a moment.

May 26, 2025

The Elder Scrolls Online Speeder has been updated to version 25.

When using -tw* or -twrepeat*, you can now start from a specific waymark by appending the waymark number with a comma, such as -tw* filename.ini,2 to start at waymark 2.

The following script command can be used to retrieve the x,y,z coordinates of any waymark from the currently loaded waymark file:

  • "get % wmark,[index]" — Retrieves the x,y,z coordinates of waymark "index" in the currently loaded waymark file and places them in the global variables WMX, WMY, WMZ. Example:
    • keys=get % wmark,2|tele(VAR % WMX),(VAR % WMY),(VAR % WMZ)|dbg % teleporting to waymark 2

Also, a new global variable "WI" will contain the last successfully reached waymark. For example, if your character is running to waymark 3, "WI" will be equal to 2. It was not mentioned in the guide, but WX, WY, and WZ are also automatically set by Speeder and contain the coordinates of the last successfully reached waymark.

The following script command has been added to allow you to activate Windows commands via Speeder scripts:

  • “cmd % [command line command]” — Speeder will activate “command line command” as if you had typed the command into the Windows console (i.e., cmd.exe). Example:
    • [113]
      keys=cmd % "C:\Program Files\VideoLAN\VLC\vlc" –qt-start-minimized –play-and-exit "C:\soundfile.mp3"
      repeat=0
      interrupt=0
    • Press F2, and Speeder will play the sound file soundfile.mp3 in the background (i.e., the game will not lose focus). You must have VLC installed for this particular command to work.

May 23, 2025

The Elder Scrolls Online Speeder has been updated to version 24.

You can now use the "get % cam" script command to retrieve the current yaw/pitch of the camera:

  • "get % cam" — The yaw and pitch of the camera will be stored in CAMX and CAMY respectively. These are the same values returned from the -cl console command. Example:
    • keys=get % cam|dbg % yaw: (VAR % CAMX), pitch: (VAR % CAMY)

I had disabled the "c" and "cy" script commands for moving the camera for some reason. Not sure why, but they are working again.

May 12, 2025

The Elder Scrolls Online Speeder has been updated to version 23.

You can now specify macros/scripts you want Speeder to automatically load without you having to physically press the key. This can be done via line 28 in config.txt:

  • Line 28) Macros you would like Speeder to automatically load (or reload). These should reference the “key” you would normally press to activate the macro, and each should be separated by the “|” character. For example, if I wanted to automatically activate my numpad4 and numpad5 macros, I would write 100|101 into this line. Please note that you can activate macros that are normally impossible to activate via keys. For example, you could have a macro assigned to key 999 and write 999 into this line.

November 5, 2024

The Elder Scrolls Online Speeder has been updated to version 21.

The following script commands have been added:

  • "tele[*][x],[y],[z]" — Teleports your character to x,y,z. If an asterisk is included, such as tele*, you will be teleported relative to your current position. For example, if you use "tele*0,1,0", you will be teleported 1 unit of distance into the air, and your x and z coordinates will not change. If you do want to adjust your height, I recommend using the "fp" command in conjunction with this command so that you do not fall.
  • "fp[*][-]" — Freezes your position until "fp-" is called. If an asterisk is included, such as fp*, only your height will be frozen. This can be useful in conjunction with the tele* command to avoid falling. Be sure to call "fp-" at some point, or your character will remain stuck indefinitely. Example:
    • [100]
      keys=fp
      endkeys=fp-
      repeat=0
    • Hold down NUMPAD4 to freeze your character in place. Your character will be unfrozen when NUMPAD4 is released.

I have added two new example macros to the example macro file that may be useful:

Press F3 to freeze your position and teleport yourself into the air.
Use tele*0,-1,0 if you would like to teleport underground instead.
Use fp* if you only want to freeze your height.
[114]
keys=fp
keys2=tele*0,1,0
repeat=0

Press F4 to unfreeze your position
[115]
keys=fp-
repeat=0

September 13, 2024

The Elder Scrolls Online Speeder has been updated to version 20.

The following script commands have been added:

  • "hp[health percent]" — If your health is less than or equal to "health percent," the rest of the keys line will process. The inverse is possible with "!hp." "Health percent" should be a decimal between 0 and 1.0 with 0.5 equal to 50% health. Example:
    • keys=hp0.5|dbg % I am at 50% health or less
  • "hp*[health]" — Exactly the same as "hp" but checks for your literal health value. Example:
    • keys=hp*20000|dbg % my HP is less than or equal to 20000
  • "mp[mana percent]" — If your mana is less than or equal to "mana percent," the rest of the keys line will process. The inverse is possible with "!mp." "Mana percent" should be a decimal between 0 and 1.0 with 0.5 equal to 50% mana. Example:
    • keys=mp0.5|dbg % I am at 50% mana or less
  • "mp*[mana]" — Exactly the same as "mp" but checks for your literal mana value. Example:
    • keys=mp*10000|dbg % I have 10000 mana or less
  • "sta[stamina percent]" — If your stamina is less than or equal to "stamina percent," the rest of the keys line will process. The inverse is possible with "!sta." "Stamina percent" should be a decimal between 0 and 1.0 with 0.5 equal to 50% stamina. Example:
    • keys=sta0.5|dbg % I am at 50% stamina or less
  • "sta*[stamina]" — Exactly the same as "sta" but checks for your literal stamina value. Example:
    • keys=sta*10000|dbg % I have 10000 stamina or less

The following setting has been added to config.txt:

  • Line 27) Minimum thumbstick movement for the movement speed hack when using a controller. Windows measures thumbstick movement as a SHORT, which means that 32,767 is the maximum value and correlates to the thumbstick being pressed all the way to the edge. ~16,000 would be halfway pressed. You can set a number here, under which Speeder will not activate the movement speed hack.

September 11, 2024

The Elder Scrolls Online Speeder has been updated to version 18.

The movement speed hack now works naturally with controllers. You do not need to do anything other than update Speeder.

The following line has been added to config.txt:

  • Line 26) If 1, the movement speed hack will be disabled while jumping/falling. This can be preferable if you prefer not being able to move freely while in the air.

August 30, 2024

The Elder Scrolls Online Speeder has been updated to version 17.

If you have the movement speed hack enabled, Speeder will now automatically adjust your speed while auto-running.

August 22, 2024

The Elder Scrolls Online Speeder has been updated to version 16.

The field of view hack has been fixed.

August 20, 2024

The Elder Scrolls Online Speeder has been updated to version 15.

The following script command has been added:

  • "get % ms" — Retrieves your current real movement speed value (unhacked) and places it into the global "MS" variable. This variable can then be used to make more granular movement speed adjustments. Example:
    • [113]
      keys=get % MS
      keys2=cmp(VAR % MS),10.0|!eq % prevMS,(VAR % MS)|dbg % increasing ms by 50% because my base speed is under 10|ms1.5|gt4
      keys3=!eq % prevMS,(VAR % MS)|dbg % increasing ms by 20% because my base speed is over 10|ms1.2
      keys4=store % prevMS,(VAR % MS)|s100
      repeat=2
    • Press F2 to have Speeder automatically adjust your movement speed depending on what your base speed is.

July 21, 2024

The update for both your Speeder and your driver is now complete. You must update both your driver to version 17 and Speeder to version 14. Ignore Launcher when it tells you your driver is out of date. This will be fixed shortly.

To update your driver: Run Launcher.exe -> Click Unload Driver -> Click "Load Driver" button -> Click Download Files -> Click Update Driver Only -> You can now load the new driver with Method One/Two/Three.

To update your Speeder: Run Launcher.exe -> Click Download Files -> Click Update Speeder Only -> Click Run Speeder button at the bottom.

June 17, 2024

The Elder Scrolls Online Speeder has been updated to version 12.

The following script command has been added:

  • "as[-]" — The attack speed hack will be enabled. Use "as-" to disable the hack. Example:
    • [113]
      keys=!eq % asTimerActive,1|as|st % asTimer,1000|store % asTimerActive,1|dbg % enabling AS (VAR % asTimer)
      keys2=ct % asTimer|as-
      keys3=ct % lclickTimer|1|st % lclickTimer,300
      endkeys=store % asTimerActive,0|st % lclickTimer,0
      repeat=1
    • Hold down F2 to activate the attack speed hack for 1000 milliseconds, enough time to double-up your first few hits. Left click will be pressed every 300 milliseconds.

May 15, 2024

The Elder Scrolls Online Speeder has been updated to version 11.

Speeder can now move your character to specific x,y,z coordinates and perform any of the same functions available to macros. This is achieved with a few new console commands:

  • -twrepeat* [filename.ini] — Speeder will read from "filename.ini" and move you from waymark 0 to the final waymark and then restart from waymark 0. Within this file, the keys must be sequentially ordered starting at 0. This is meant to be used with -record (see below) as the file generated by -record is formatted specially for this command. Nevertheless, you can certainly make your own waymark files as long as they follow this format. For more waymark information, check out the [Waymarks] section. Make sure to set a key to line 22 so that you can disable this at will.
  • -tw* [filename.ini] — Speeder will read from "filename.ini" and move you from waymark 0 to the final waymark and then stop. Within this file, the keys must be sequentially ordered starting at 0. This is meant to be used with -record as the file generated by -record is formatted specially for this command. Nevertheless, you can certainly make your own waymark files as long as they follow this format. Unlike -twrepeat*, -tw* does NOT restart from 0 after the last waymark. For more waymark information, check out the [Waymarks] section. Make sure to set a key to line 22 so that you can disable this at will.
  • -record [distance],[wait time],[initial camera sleep] — Speeder will record waymarks (and, optionally, camera position) as you move your character in the game and travel beyond “distance.” “Wait time” is how long Speeder should wait at each waymark. “Initial sleep” is how long you want Speeder to wait before adjusting the camera. Please note that camera position will only be saved if you use the -cl command or press the key assigned to line 21 in config.txt. (This is to give you time to adjust the camera.) If you omit “initial sleep” entirely, the camera position will not be saved. Typing -record a second time will save these waymarks into an .ini file. If you choose to use line 21, simply set distance to something like 9999 so that Speeder will never create waymarks automatically. Example usage:
    • -record 9999,30,100 – waymarks will never be created automatically but only when the -cl command is used and/or line 21. Camera position will be saved.
    • -record 10,30 – a waymark will be created every 10 units. Camera position will not be saved.

Settings related to waymarks have been added to config.txt:

  • Line 21) The virtual key code of a key you'd like to activate the -cl command. Your current coordinates will be displayed and copied to the clipboard. However, if you have activated the -record command, your coordinates will be automatically recorded, and you do not need to do anything further. ESO must be the active window.
  • Line 22) The virtual key code of the key you want to pause -twrepeat* and -tw*.
  • Line 23) A list of virtual key codes for keys you'd like Speeder to press before moving to the next waymark. Separate each key code with the "|" character. For example, if you want Speeder to sprint between waymarks: 160|87. If this line is blank, Speeder will default to pressing the "w" key.
  • Line 24) A list of virtual key codes for keys you'd like Speeder to press OR release after moving to the next waymark. If the key is currently pressed, it will be released. Otherwise, it will be pressed a single time. Separate each key code with the "|" character. For example, if you have line 23 set to 160|87 (i.e. sprinting between waymarks), you may want 160|87|83 on this line. The "s" key (83) prevents your character from continuing to move forward due to sprint.
  • Line 25) How close to each waymark your character should be before Speeder assumes you have successfully reached the waymark. Because Speeder is moving your character with keyboard keys, you will never perfectly reach your destination, so make sure this line is greater than 0.

At present, waymarks are not too useful because there is no entity detection, but that is the next step.

May 3, 2024

The Elder Scrolls Online Speeder has been updated to version 8.

I've implemented a new debug command you can use if Speeder fails to find the camera address. Simply press ESC in the game (so that the menu shows) and then type -camera into Speeder. This should allow Speeder to find the camera address 100% of the time.

April 23, 2024

The Elder Scrolls Online Speeder has been updated to version 7.

I made some adjustments to ensure your y-axis is frozen while teleporting.

April 20, 2024

The Elder Scrolls Online Speeder has been updated to version 5.

It is now possible to have Speeder send real (i.e., not simulated) keystrokes and mouse input to the game. You can specify the precise device (i.e., keyboard/mouse) you'd like Speeder to use via line 19 in config.txt:

  • Line 19) If 1 (default), Speeder will use a keyboard and mouse device installed on your computer to send keystrokes and move the cursor. In this way, there will be no difference between a key you physically press and a key activated by Speeder, bypassing the game's and anticheat's ability to detect the input as simulated. If you would like to specify a specific keyboard and mouse for Speeder to use (I recommend the ones you are physically using), you may input the device numbers by separating each number with the "|" character. For example, if I want to enable device input, use the second keyboard device available, and use the third mouse available, I would write
    1|2|3
    on this line. Unfortunately, there is no easy way to determine which device number corresponds to which device on your computer. However, you can use the RawInput Detector utility to test different device numbers and very quickly determine the correct ones to use. Your driver must be version 9+ for this to work. Speeder will warn you if you disable this line or if your driver is unable to send keystrokes.

Input is sent via macros that you can create with Speeder's scripting language. Please see the [Macros] section of the guide. The commands are very basic right now and are basically just key presses and mouse movements, but I will add more in the future. That said, you can use the "gp" command to automate a lot of things just by checking for specific pixel colors.

For macros to work, it is important to update BOTH Speeder and your Driver. The specific device setting (line 19) will only work if your driver is version 9+. (Version 6+ will work, but you will not be able to set a specific device without version 9+.) Speeder should be version 6. You can see your driver version by downloading your version file. I am currently uploading version 9 for everyone, which takes a while.

March 30, 2024

The Elder Scrolls Online Speeder has been updated to version 4.

The following line has been added to config.txt:

  • Line 18) How quickly your character will ascend while you have the movement speed hack active and are holding the spacebar. Setting this line to 0 will allow for normal jump movement.

March 27, 2024

The Elder Scrolls Online Speeder has been updated to version 3.

The movement speed hack will not activate while typing.

March 18, 2024

The Elder Scrolls Online Speeder has been updated to version 2.

If the FreezeY keybind is active and you are not pressing any of your movement keys, your speed will be set to 0 (i.e., you will not slide around).

March 16, 2024

To more easily bypass the new anticheat checks, ESO Speeder will now read/write to the game's memory with a kernel driver. This is the same method I use for the vast majority of my Speeders. It is 100% undetectable. On top of this, everyone will now receive his/her own version of Speeder and his/her own driver.

The installation and usage of Speeder has completely changed. To adjust settings and keybinds, you will change lines in config.txt. The explanation of each line can be found here: Elder Scrolls Online Speeder Guide - Speeder Cheats.

For installation, please read the installation section of the guide.

Everyone's individual driver and Speeder have been uploaded and are ready to use.

I will be adding waymarks back to the program as soon as I can. In the meantime, you can use the -t console command for teleportation.

The new ESO Speeder download can be found here.

February 28, 2024

The Elder Scrolls Online Speeder has been updated to version 69.

To alleviate issues where Speeder cannot find the game process, you can now manually input the name of the game process (in case yours is different for some reason) into the new "Executable Name" setting under General Settings. You can also click the new "Manual PID" button and input the process ID of the game manually. Process IDs can be discerned in Task Manager under the "Details" tab.

February 21, 2024

The Elder Scrolls Online Speeder has been updated to version 68.

The following keybind has been added:

  • Freeze Y — Toggles the "Freeze Y" checkbox on the GUI off/on. While checked, your height will be frozen.

January 22, 2024

To accommodate Chinese users, "Server 2" has been added to the login window. This requires updating Speeder to version 65.

January 5, 2024

The Elder Scrolls Online Speeder has been updated to version 64.

An issue where the ESO Speeder was not calculating the correct addresses has been fixed.

January 4, 2024

As mentioned on Discord, I am switching all Speeders over to a new database and login server hosted by Cloudflare. The ESO Speeder has been updated to use this new database/server. Please update Speeder to version 63 as soon as you can. Barring any major issues, I will be disabling the old login servers and databases next week.

November 25, 2023

The Elder Scrolls Online Speeder has been updated to version 62.

The "out of memory" bug when clicking on Teleport List has been corrected.

The calculations for teleport hopping have been improved, especially with regard to height changes.

May 17, 2023

The Elder Scrolls Online Speeder has been updated to version 60.

I have drastically changed how Speeder works in an effort to make it as safe as possible. Although the potency of some of the hacks are diminished slightly, everything works almost just as well, and you can now freely disable/enable Speeder whenever you wish. You no longer have to launch Speeder before ESO. This is because I have removed all instances where Speeder modifies the game code, so the integrity check is no longer an issue.

The only real annoyance is if you freeze your Y position (up/down), it does work, but your character will slowly sink back down. Also, Tele-Walk now requires you to jump before you can run into the air, but it seems to work well.

It is imperative that people switch to this new version as soon as possible because ZeniMax has started putting more integrity checks in place, making older versions of Speeder dangerous.

April 25, 2023

The Elder Scrolls Online Speeder has been updated to version 59.

A new setting has been added to General:

Auto-Attach New Process — If ON, Speeder will only attach to new ESO processes.

April 19, 2023

The Elder Scrolls Online Speeder has been updated to version 58.

The movement speed hack will now be disabled while typing.

April 13, 2023

The Elder Scrolls Online Speeder has been updated to version 57.

A second keybind (and adjustment) has been added for the Y axis. This will allow you to go up and down with two separate keys.

Speeder will now read player name correctly. This can be used to auto-attach to specific processes if you are running more than one ESO instance.

April 12, 2023

The Elder Scrolls Online Speeder has been updated to version 56.

The "Tele-Walk" checkbox has been added to the GUI, along with a Tele-Walk keybind. If enabled, the movement speed hack will also adjust your height in the direction your camera is facing, allowing you to run into the air like superman/woman.

The X/Y/Z-Warp keybinds have been changed to permanently move your character. In this way, the Y-Warp keybind now functions exactly like the old Time to Fly hack; i.e., it teleports you up or down while holding the key.

I have a made a new video showcasing how these hacks work if you are confused or would like to see what they can do.

I did not notice any issues with Time to Fly not adjusting your height.

April 2, 2023

The Elder Scrolls Online Speeder has been updated to version 55.

The Walk Through Walls keybind has been renamed "Time to Fly" and now works much, much better along the Y axis. I recommend a WTW Camera Y Correction of 3. The original Time to Fly keybind has been deprecated.

The "Down/Up" slider on the GUI, in combination with the "Freeze Y" checkbox, will now allow you to run around in the air as if you were standing on solid ground. The Movement Speed Hack must be enabled.

The Create Solid Ground keybind essentially prevents falling and allows for running around in the air. The Movement Speed Hack must be enabled.

April 2, 2023

The Elder Scrolls Online Speeder has been updated to version 54.

Controller thumbsticks will now work alongside the movement speed hack.

March 7, 2023

I have changed the way the movement speed hack works. It is now multiplicative instead of additive. For example, previously if you set the hack to 1, your speed would be [original speed] + 1. Now your speed will be [original speed] * 1 (i.e., your speed won't be changed at all). If you set the hack to 2, your speed will double: [original speed] * 2. Setting the movement speed hack increase to 1.15 will give you an increase very similar to what an increase of 1 used to be (6.71 + 1 = 6.71 * 1.15). Basically, if you are currently using "1," you should now use 1.15.

The benefit of this change is that all movement will be hacked equally, which is also much safer.

January 23, 2023

I've implemented a new method for activating the attack speed hack that may work better. To use it, you must set the new setting "Attack Speed Hack Mode" to 2, and you must activate the attack speed hack before loading the game. Let me know if it works better. This requires updating Speeder to version 20049.

Edit: Fixed loading bug.

November 2, 2022

Changed the code for detecting log out in an effort to improve efficacy of the movement speed hack in situations where your character is frozen.

September 26, 2022

The functionality of the attack speed hack has been altered such that it is now possible to toggle it ON/OFF while the game is running. Also, it should hopefully no longer conflict with the movement speed hack.

September 23, 2022

Crashing due to the attack speed hack has been resolved.

August 19, 2022

If the address for movement speed changes, Speeder will re-find all addresses. This may occur after zoning.

August 16, 2022

I was under the impression I had added "WTW Use Camera" functionality to the movement speed hack, but that was not the case. It has been added now. Basically, if WTW Use Camera is ON, the angle between the camera and the player will be used to determine directional movement while the movement speed hack is enabled. This may work better than using the character's direction since some skills freeze your facing direction.

August 11, 2022

I have figured out a way to disable the movement speed hack while the game is running. Normally this is not possible due to the integrity check. Now, if you are not pressing a movement key, the hack will be disabled. This should prevent all bugs associated with the movement speed hack. Also, the keybind to toggle the movement speed hack on/off will now work.

July 20, 2022

Changes to finding addresses have been reverted. Now, if your character is stuck, press the Reload Speeder keybind. This will tell Speeder to find all addresses again.

July 19, 2022

Speeder will always grab new movement addresses, so your character should no longer become stuck after zoning.

July 7, 2022

The Reload Speeder keybind should now work properly.

July 5, 2022

New keybind:

Time to Fall — If pressed, you will fall at "Fall Speed" back to the ground.

I also added a conditional for if jump speed > 0 and space bar is not held, jump speed will be set back to 0. If this causes weird behavior, let me know and I'll remove it.

July 3, 2022

Speeder should cause you to fall back to the ground if spacebar is not held.

May 11, 2022

It is now possible to set which keys you use for movement. If you do not use the standard WASD keys, you will want to click the Keybinds button and set your movement keys. These keys allow the movement speed hack to work correctly. If you do use WASD, you don't need to do anything.

Scroll to Top