Additional Info
|
Link: https://chrome.google.com/webstore/detail/polycraft/eopfmbpfhhfnklgmjpoehcjaajhpbhbl
Most everything you could ever want to hack can be parsed out and changed from the 6100 compressed line (145000+ when beautified) javascript file located in "USERPROFILE\AppData\Local\Google\Chrome\User Data\Default\Extensions\eopfmbpfhhfnklgmjpoehcjaajhpbhbl\1.0.0.11_0\game.canvas.js" To avoid having to do this yourself I came up with some useful regular expressions to modify the file and threw them into an AutoIt script which I will upload shortly. The script automatically backs up your game.canvas.js but it cant be a bad idea to back it up yourself as well. Edit: So apperently I couldnt actually upload it, but here is the source and you can run it yourself if you want to install AutoIt, http://pastebin.com/Jtu3V2EH. List hacks and changable variables are at the top of the script. |
Additional Info
|
http://pastebin.com/Jtu3V2EH link broken |
Additional Info
|
http://pastebin.com/Jtu3V2EH link broken
|
Additional Info
|
thenewcomer Posted on: 11/18/2013 3:52pm http://pastebin.com/Jtu3V2EH link broken
LOL |
Additional Info
|
i have no idea what to do with this. jesus. |
Additional Info
|
Additional Info
|
uh, i have an issue. |
Additional Info
|
When I activate the au3 file. An Error code pops up. Func AddLine($text) $iEnd = StringLen(GUICtrlRead($hEdit)) _GUICtrlEdit_SetSel($hEdit, $iEnd, $iEnd) _GUICtrlEdit_Scroll($hEdit, $SB_SCROLLCARET) GUICtrlSetData($hEdit, $text & @CRLF, 1) EndFunc I have been struggling to fix it but I dismayed the fact that I couldn't be able to figure it out. |
Additional Info
|
Never messed with this kind of stuff but I'd say this outta do it(hopefully) line76 |