Edgeworld Hack request

10/19/2011 00:26 Beastmasteruk#16
Well its been a while since members first requested some hack for Edgeworld.
Has anyone managed to find any working hacks yet? Please email me at [Only registered and activated users can see links. Click Here To Register...]

Many Thanks.
10/19/2011 02:35 likwidy2#17
prolly not
10/19/2011 02:38 uRBAN dAMAGE 01#18
Quote:
Originally Posted by FlyingPoo View Post
Ican give you hacks for $free with updates.

let see ??? where are they hacks?
10/19/2011 02:48 likwidy2#19
Quote:
Originally Posted by FlyingPoo View Post
Ican give you hacks for $free with updates.
can you plz give some hacks
10/20/2011 07:02 FlyingPoo#20
Thus far 1) the swf is obfuscated but I managed to get an obfuscated version. Decompiled both swf and searched around for values to modify buildTime, resources, ect and tried to set them to 0 (pushbyte 0). Come to find out all unit data is sent from the server via a JSON manifest and is hashed with SHA1 the game checks this and throws an error if the file has been modified. So I modified the Hash comparison check and modified the JSON manifest. Result - the dialogs displayed properly with no error but still returned proper build times instead of instant. Come to find out ALL time, resources and such is done server side and timing is sent back via a sync proxy to the client (us) So modifications would have to be done server-side for anything to work. How it works in a nutshell:

step 1) you click to build a turrent
step 2) request is sent to the server to build said turret
step 3) an application server side takes your id, base and info about that turret and sets a timestamp back to your client with how many resources needs to be deducted, time it takes ect. This is then synced with the server database.

EDIT: it MAY be possible to spoof the return maifest file but each one is unique. It will most definitly require more time and research. Player data is also returned to the client on game load up. A method to require many resources here MIGHT work.

So dosen't look like its hackable just yet. I give these guys props for security.
10/20/2011 13:05 lordgan666#21
HELLO TO ALL,,CAN SOMEONE SEND ME 100% HACK FOR EDGEWORLD..THIS IS MY EMAIL [Only registered and activated users can see links. Click Here To Register...]EEE..:}

:)PLEASE GIVE ME SOME HACK FOR EDGEWORLD,I'M ALWAYS BULLYING CAUSE I CAN'T BUY A PLATINUM..PLEASE GIMME SOME HACK,EMAIL ME AT [Only registered and activated users can see links. Click Here To Register...] YOU SO MUCH:)
10/21/2011 15:02 wacky213#22
I see someone commented on you on the edgeworld forums.

[Only registered and activated users can see links. Click Here To Register...]

:handsdown:
10/22/2011 03:40 lordgan666#23
hello flying poo,can you give me some hacks in edgeworld..please..thank you for advance..:}
10/25/2011 00:47 likwidy2#24
any updates on the hack flying poo?
10/25/2011 03:44 Tantado#25
I found the hack of another site, works really well although it's hard to make it work on a daily basis. For now You can change...

- Make units have more HP and Damage than what They should have.
- Disable enemies turrets, alter their damage.
- Get more EXP (Seems to be not working anymore)
10/25/2011 04:23 sv7007#26
Quote:
Originally Posted by Tantado View Post
I found the hack of another site, works really well although it's hard to make it work on a daily basis. For now You can change...

- Make units have more HP and Damage than what They should have.
- Disable enemies turrets, alter their damage.
- Get more EXP (Seems to be not working anymore)
would it be possible to pm me the site so i could check it out?
10/25/2011 07:41 Tantado#27
Quote:
Originally Posted by sv7007 View Post
would it be possible to pm me the site so i could check it out?
I sent You the guide. Hope it helps. :)
10/25/2011 12:19 likwidy2#28
Quote:
Originally Posted by Tantado View Post
I sent You the guide. Hope it helps. :)
send me too plz
10/26/2011 02:04 sv7007#29
Quote:
Originally Posted by Tantado View Post
I sent You the guide. Hope it helps. :)
i appreciate it!
10/26/2011 04:17 FlyingPoo#30
haha, yea I had found some HP/Damage stuff that worked. Marines that were HP'/Damage 5000/5000 kinda ridonclous but that was all I could do. I had found some edits for research and repair time I could do, but it was more JSON return string editing.