Link | Submitted By | Actions | |
---|---|---|---|
Game On Kongregate | olsteven |
Shadow Era-migrated-Last Updated: 04/07/2015 18:41 |
Additional Info
|
http://game.shadowera.com/
one of my friend asked me to hack this, so I did, and share it here, for anyone who may want it. Instant win AI 45 0B 00 00 00 6F 00 -> 45 0B 00 00 00 9B 02 It is a UNITY game, so target the plugincontainer.exe or chrome.exe that contains UNITY, not flash. |
Additional Info
|
I've attached an AutoIt bot below that can win vs the AI 10 times/min.
How to use it:
Press 'END' on your keyboard to stop the bot. |
Additional Info
|
i dont se attatchment how do i download it |
Additional Info
|
i see well thanks for the quick replay, any links to help on how to do it manualy? |
Additional Info
|
Well, from what I understand you just need to use the aob and then play the game yourself (instead of using autoit) and constantly fighting and killing things. I can't really help you with that as I have never played the game before, sorry. Check out this guy, I always laugh at him. |
Additional Info
|
You can download the bot here. I don't know if it still works. #include <IE.au3> HotKeySet("{END}", "kill") HotKeySet("{HOME}", "_pause") Global $paused = false _init() Func _init() if WinActivate("Shadow Era - Play Now") == 0 Then MsgBox(0, "Error", "Game window not found!") Exit EndIf $cPos = ControlGetPos("Shadow Era - Play Now", "Unity Web Player", "[CLASS:Unity.WebPlayer; INSTANCE:1]") $wPos = WinGetPos("Shadow Era - Play Now") Global $POS[4] = [$cPos[0] + $wPos[0] + 8, $cPos[1] + $wPos[1] + 30, $cPos[2], $cPos[3]] _main() EndFunc Func _main() ConsoleWrite("Looking for enemy..." & @LF) moveAndClick(0x2F4460) ConsoleWrite("Clicking 'Accept' button." & @LF) ToolTip("Clicking 'Accept' button.", 0, 0) click(286, 426) ToolTip("Waiting for and clicking 'OK' button.", 0, 0) sleepAndClick(383, 586, 10395499) ConsoleWrite("End of loop..." & @LF) _main() EndFunc Func click($horizontal, $vertical) Sleep(100) MouseClick("Left", $POS[0] + $horizontal, $POS[1] + $vertical) EndFunc Func moveAndClick($color) $i = 0 Do $i = $i + 1 if $i > 75 Then ConsoleWrite("Stuck looking for enemy...") Return EndIf ToolTip("Looking for enemy... " & $i, 0, 0) Sleep(100) $mousemove = PixelSearch($POS[0], $POS[1], $POS[0] + $POS[2], $POS[1] + $POS[3], $color) Until not @error MouseClick("Left", $mousemove[0], $mousemove[1]) EndFunc Func sleepAndClick($horizontal, $vertical, $color) $i = 0 Do $i = $i + 1 if $i > 75 Then ConsoleWrite("Stuck trying to click 'OK' button...") Return EndIf ToolTip("Waiting for and clicking 'OK' button..." & $i, 0, 0) Sleep(100) ;ConsoleWrite(PixelGetColor($POS[0] + $horizontal, $POS[1] + $vertical) & @LF) Until PixelGetColor($POS[0] + $horizontal, $POS[1] + $vertical) = $color MouseClick("Left", $POS[0] + $horizontal, $POS[1] + $vertical) ConsoleWrite("'OK' button clicked" & @LF) EndFunc Func kill() Exit EndFunc Func _pause() $paused = Not $paused While $paused Sleep(100) ToolTip('Script is paused, to unpause press the HOME key', 0, 0) WEnd ToolTip("") EndFunc |
Additional Info
|
AoB doesn't work anymore. Just tried. Can someone find it again? |
Additional Info
|
Hi there, I just got into Shadow Era. Just wondering if the AoB works if I use it on the PC client instead of the unity web player. |
Additional Info
|
i wanna add an aob but this game isn't in database yet :( |
Level: 1
ADR Info
Additional Info
|
gravebella2 Posted on: 04/07/2015 11:49am i wanna add an aob but this game isn't in database yet :(
|
Additional Info
|
thx XD |
Additional Info
|
hackliver Posted on: 07/25/2014 5:06am Hi there, I just got into Shadow Era. Just wondering if the AoB works if I use it on the PC client instead of the unity web player.
|