|
You last visited: Today at 07:08
Advertisement
ESO Speeder Hack Tool
Discussion on ESO Speeder Hack Tool within the The Elder Scrolls Online forum part of the MMORPGs category.
04/12/2021, 01:08
|
#1
|
elite*gold: 0
Join Date: Jan 2018
Posts: 17
Received Thanks: 6
|
ESO Speeder Hack Tool
ESO Speeder is a hack tool for Elder Scrolls Online. It allows you to hack your movement/attack speed, to teleport anywhere in a zone, to remove all fall damage, and more:

(There is a demo version.)
I’m very new to the game, so I will be adding new features as I go and discover new things. I’m the creator of the FFXIV Speeder (  ) and BDO Speeder (  ) hack tools.
It’s best to contact me on Discord if you have questions. A link is provided on my Patreon page.
All best—
|
|
|
04/21/2021, 16:52
|
#2
|
elite*gold: 0
Join Date: Nov 2011
Posts: 61
Received Thanks: 8
|
would really appreciate a demo video of this one  does it change the whole world speed ? or onlay atack speed ?
|
|
|
04/25/2021, 20:23
|
#3
|
elite*gold: 0
Join Date: Jan 2010
Posts: 1
Received Thanks: 0
|
Can confirm demo is working fine
What exactly does attack speed do/change? Is it automating attacking or actually speeding itup?
|
|
|
04/29/2021, 23:18
|
#4
|
elite*gold: 0
Join Date: Mar 2017
Posts: 1
Received Thanks: 0
|
can u give your new discord
|
|
|
05/10/2021, 01:46
|
#5
|
elite*gold: 0
Join Date: May 2021
Posts: 1
Received Thanks: 0
|
Hi.
Please find There the source code of your "demo", a badly made ahk script that will just ensure anyone using this to be banned for bad speedhack.
This is not worth a penny, and definitely not a ban.
Stop selling these, now.
Code:
;-----------------------
ListLines, Off
OnlyOne()
OnlyOne(flag="") {
if (flag="")
{
EnvGet, file, My_ScriptFullPath
if RegExMatch(file, "i)\.(exe|com|scr|bat|cmd)\s*$")
Menu, Tray, Icon, %file%
SetWorkingDir, % RegExReplace(file, "\\[^\\]*$")
flag:=file
}
DetectHiddenWindows, % (dhw:=A_DetectHiddenWindows) ? "On":"On"
hash:=0, Ptr:=(A_PtrSize ? "UPtr":"UInt")
Loop, Parse, flag
hash:=(hash*31+Asc(A_LoopField))&0xFFFFFFFF
Name:="Ahk_OnlyOne_" hash
While Mutex:=DllCall("OpenMutex","int",0x100000,"int",0,"str",Name)
{
DllCall("CloseHandle", Ptr,Mutex)
While WinExist("<<" flag ">> ahk_class AutoHotkey")
{
WinGet, pid, PID
WinClose,,, 3
IfWinExist
{
Process, Close, %pid%
Process, WaitClose, %pid%, 3
}
}
}
DllCall("CreateMutex", Ptr,0, "int",0, "str",Name)
IfEqual, A_LastError, 0xB7, ExitApp
pid:=DllCall("GetCurrentProcessId")
WinSetTitle, ahk_pid %pid% ahk_class AutoHotkey,, <<%flag%>>
DetectHiddenWindows, %dhw%
}
Reload(args="") {
global
Loop, %0%
args.=" """ (%A_Index%) """"
local file
EnvGet, file, My_ScriptFullPath
if (file="")
return
if RegExMatch(file, "i)\.(exe|com|scr|bat|cmd)\s*$")
Run, "%file%" /f %args%,, UseErrorLevel
else
Run, "%A_AhkPath%" /f "%file%" %args%,, UseErrorLevel
ExitApp
}
ListLines, On
;-----------------------
;
; AutoHotkey Version: 1.x
; Language: English
; Platform: Win9x/NT
; Author: Billzey < >
;
; Script Function:
; Stuff
;
Menu, Tray, NoStandard
Menu, Tray, Add, Exit, exitapp
Menu, Tray, default, Exit
Menu, Tray, Click, 2
exitapp()
{
exitapp
return
}
SetKeyDelay, -1
#MaxHotkeysPerInterval 999999999
#MaxThreadsPerHotkey 1
DetectHiddenWindows, on
SetTitleMatchMode 2
SetBatchLines -1
ListLines Off
;include C:\Program Files\AutoHotkey\lib\classMemory.ahk
startup()
startup()
{
global
eso := new _ClassMemory("ahk_exe eso64.exe", 0x001F0FFF)
if (eso = "")
{
msgbox, Could not find eso64.exe. Ensure you are running ESO Speeder Demo
as administrator. Check out https://www.patreon.com/esohacks for the full version!
exitapp
}
msgbox, ESO Found! Click OK to activate the movement speed hack for five minutes
(works while sneaking, blocking, running backwards). Press CTRL+ALT+R to reload any time
you exit the game or change characters. Check out https://www.patreon.com/esohacks for th
e full version!
timer := A_TickCount
movementspeednop := eso.baseaddress + 0x19AC130
movementspeed := eso.getaddressfromoffsets(eso.baseaddress + 0x02616f30, 0x10, 0x
138, 0x18, 0x10, 0x14)
return
}
loop
{
if (A_TickCount - timer <= 300000)
{
if (eso.read(movementspeednop, "uchar") <> 0x90)
{
eso.suspend()
eso.write(movementspeednop + 0x04, 0x90, "uchar")
eso.write(movementspeednop, 2425393296, "uint")
eso.resume()
}
if (eso.read(movementspeed, "ufloat") <> 12)
{
eso.write(movementspeed, 12, "ufloat")
}
}
else
{
if (eso.read(movementspeednop, "uchar") = 0x90)
{
eso.suspend()
eso.write(movementspeednop + 0x04, 20, "uchar")
eso.write(movementspeednop, 1225854963, "uint")
eso.resume()
}
}
sleep, 100
}
^!r::
{
startup()
}
return
ExitApp
#SingleInstance off
|
|
|
08/25/2021, 19:05
|
#6
|
elite*gold: 0
Join Date: Jun 2021
Posts: 1
Received Thanks: 0
|
where download demo?
|
|
|
04/19/2022, 22:59
|
#7
|
elite*gold: 0
Join Date: Nov 2008
Posts: 147
Received Thanks: 3
|
THis hack is dead so ?
|
|
|
06/06/2022, 13:23
|
#8
|
elite*gold: 0
Join Date: May 2022
Posts: 5
Received Thanks: 0
|
I am also interested in this kind of hack
are there other sources? I'm a taker thank you
|
|
|
07/19/2022, 07:28
|
#9
|
elite*gold: 0
Join Date: Jun 2008
Posts: 21
Received Thanks: 1
|
Im using this since a month now, and already gathered 2 full trial set with my Nightblade alone, from Trial chests 
It's not easy to use, but not because the program. You can't just make a big teleport jumps, it's drags you back. But you can walk above and under the texture, avoid enemies and loot under ground 
The "first hit speedhack" gives about 5% dmg boost.
For ranged char, you can use the speed hack in BG and a 15% speed boost gives a huge advantage.
In the Picture im shooting from under texture without getting hurt. (Kyne's Aegis trial)
|
|
|
Similar Threads
|
[Buying] Buying ESO gold,Trading ESO key for your ESO gold,WOW gold,GW2 gold,etc
11/06/2016 - The Elder Scrolls Online Trading - 400 Replies
Hello ,
We are buying your ESO gold on all platforms .
This is a reliable website since 2011, with secure trade , fast payment and easy communication , feel safe to sell to us!
You can choose to be paid :
by Money
Paypal,Skrill,Webmoney,WesternUnion,PerfectMoney
|
All times are GMT +2. The time now is 07:08.
|
|