Jimbo
Member!
Credit goes to QQ-PaT.
What it does?
Gives your mercenary an extra powerful aura attack.
How do you do it?
1) Equip your merc with with 2 items that give the same aura. ie: 1 HoJ + 1 Dragon on an A1 Merc, or 2 Dreams on an A3 merc.
2) Rapidly remove/equip one of the aura giving items. The aura's damage will increase. You must do this MANY times for it to be effective.(50++)
3) You must repeat this for every new game you join, and every time your merc dies.
Then compile this AutoIt script.
Code:
Global $Paused
HotKeySet("{END}", "TogglePause")
HotKeySet("{HOME}", "Terminate")
While 1
Sleep(100)
WEnd
Func TogglePause()
$Paused = NOT $Paused
While $Paused
sleep(100)
MouseClick("Left")
WEnd
EndFunc
Func Terminate()
Exit 0
EndFunc
This script isn't needed to do the glitch, it just makes things ALOT faster.
~Taken from edgeofnowhere. Credits to them.
What it does?
Gives your mercenary an extra powerful aura attack.
How do you do it?
1) Equip your merc with with 2 items that give the same aura. ie: 1 HoJ + 1 Dragon on an A1 Merc, or 2 Dreams on an A3 merc.
2) Rapidly remove/equip one of the aura giving items. The aura's damage will increase. You must do this MANY times for it to be effective.(50++)
3) You must repeat this for every new game you join, and every time your merc dies.
Then compile this AutoIt script.
Code:
Global $Paused
HotKeySet("{END}", "TogglePause")
HotKeySet("{HOME}", "Terminate")
While 1
Sleep(100)
WEnd
Func TogglePause()
$Paused = NOT $Paused
While $Paused
sleep(100)
MouseClick("Left")
WEnd
EndFunc
Func Terminate()
Exit 0
EndFunc
This script isn't needed to do the glitch, it just makes things ALOT faster.
~Taken from edgeofnowhere. Credits to them.