Additional Info
|
Hello everyone. I'm new but with a purpose. I came here looking for a way to unlock kongregate games. I can download most flash games using a variety of methods, but the problem is after i downloaded it (convert it to .EXE standalone). The game played fine except some function were locked and only playable on kongregate website.
Does anyone know how to unlock that functions? I have Sothink decomplier, but i have no idea what i am looking for in order to edit and tell the SWF to allow me to play the FULL version of the game with out any of those dumb locked features. For example, I loves this game called Elona Shooter, but the game is missing a CLASS and you can only access that class on kongregate.com. I want to be able to play the full version with all the class offline using a standalone .EXE. If you guys know the way, and don't mind sharing, please reply (broken image removed) |
Additional Info
|
Idk if you had actually read this but...
Quote from: "KongregateHack" Like HtK said on the last forum, don't be a jerk. Read the quote by KongregateHack and Aerelyte. I think this also applies to your question. In Short: I think you're not allowed to do that.. Someone correct me if it's allowed or not.. And really, why do u want to play offline. All you have to do is go on kongregate and play.. for FREE |
Additional Info
|
I'm sorry, I tried searching for information but couldn't find any. That's why i post for help. :oops:
I know Kongregate is free, but i don't like to go online all the time. sometimes i'm away and want to play on my netbook, so playing offline with the standalone .exe works very well. BTW, i don't think your post answer my question. Its not about the premium content or anything like that. Its just kongregate blocked certain functions like for example, you get 9 out of 10 weapons, unless YOU play on their website then you can have 10/10 weapons. I mean there must be a way to edit the SWF script or something to not do that. Right? i barely have any experience in this, so I'm asking for help. Kongregate games are free so why is there premium? |
Additional Info
|
Quote from: "Viviox" I'm sorry, I tried searching for information but couldn't find any. That's why i post for help. :oops: Okay i'll try digging up some stuff if i could. I'm not 100% certain on finding any as I'm not as *pro* as phreneticus, derek, Zirak, or Chaoming. Also, what games do u want me to enable these functions... |
Additional Info
|
I want Elona Shooter only. But if you find a method that works, you can tell me and i can learn how to do it for any other games later. Thanks (broken image removed)
|
Additional Info
|
Quote from: "Viviox" I want Elona Shooter only. But if you find a method that works, you can tell me and i can learn how to do it for any other games later. Thanks (broken image removed) Okay, I'm already on it (broken image removed) I Found the statement "Playable in the Kongregate Version. Clicking it will open the link." In SoThink SWF Decompiler and I think I'm on to something (broken image removed) Okay I g2g and Sleep. After trying some time... Its a little harder than u think. I tried doing AoB's but it just doesn't work out >.> . As far as i could have gotten is getting probably the base of the AoB i think. Maybe Derek, Phreneticus, Zarik or Chaoming could help you. Although i'm gonna still try tomorrow. Here's what i got. 14 4a 00 00 d2 d3 a0 24 03 ab 2a 12 13 00 00 29 60 8f 18 24 00 ab 2a 12 07 00 00 29 60 e2 25 24 00 ab 12 0d 00 00 Also the whole function is: Code: [Select] public function changeUnlock() and in Raw Data: Code: [Select] public function changeUnlock() So yeah. i tried to get the AoB's for this: if (_loc_2 + _loc_3 == 3 && (kongregate == 0 && armor == 0)) |
Additional Info
|
Thanks. Hopefully you can figure out how to unlock Kongregate games. As there's no guide for it so far (been looking all over google. Have a good sleep. (broken image removed)
BTW, which version of Elona Shooter are you using? I'm uisng the same one downloaded from Kongregate.com (its the newest version of the game). I noticed your code is a bit different from mine. |
Additional Info
|
Quote from: "Viviox" For example, I loves this game called Elona Shooter, but the game is missing a CLASS and you can only access that class on kongregate.com. I want to be able to play the full version with all the class offline using a standalone .EXE.Is it possible to use all features on the original version? (no premium things) @zero57 You need only these lines: Code: [Select] //5e f2 25 Final AoB: 5e f2 25 27 68 f2 25 => 5e f2 25 26 68 f2 25 Use HxD to replace the first AoB with the second. If you get an error, that it can't find it, decompress the file first with this tools. This post was imported from an account that no longer exists! Previous Name: phreneticus |
Additional Info
|
Quote from: "phreneticus"
Ahh, see? Look how smart phreneticus is. instead of 27 (false) you change it into 26 (true). |
Additional Info
|
Quote from: "zero57" instead of 27 (false) you change it into 26 (true).That was obvious, wasn't it? @Topic I have the same issue. zero57's code looks different than mine. I'll find the AoB for the "real" version. Edit: Done. 5e f1 29 27 68 f1 29 => 5e f1 29 26 68 f1 29 This post was imported from an account that no longer exists! Previous Name: phreneticus |
Additional Info
|
Ah Sorry, idk what happened to my game but, here it is, the original one. (Thanks to phreneticus for pointing out the correct ones to pick)
Disable Kongregate Militia Class Lockage 5e f1 29 27 68 f1 29 => 5e f1 29 26 68 f1 29 Code: [Select] //5e f1 29 ^^^^ used that to change it like phreneticus said (broken image removed) HOLY FK NINJA'D! Okay whatever gonna test it out anyways. EDIT: +Karma phreneticus for proness Vivoix instead of me. EDIT2: Well, the codes work (broken image removed) Just change all of the addresses and you can play Militia. (broken image removed) |
Additional Info
|
Awesoness Guys!!!! I'll work on it right now. Thanks alot ^_^. BTW, does this code identical to all other locked kongregate games? or do you have to find new codes for each games?
OK, my games has different number than you guys. But i was able to find the script line and edit with Hex editor. 5e de 29 27 68 de 29 ==> 5e de 29 26 28 de 29 It works, but i found another identical lines just beneath the line i edit. Don't know what that is so i'll play around with the hex see what does it do. Thanks guys. |
Additional Info
|
Quote from: "Viviox" BTW, does this code identical to all other locked kongregate games? or do you have to find new codes for each games?You have to find new codes for every game. Some games are protected, some guys don't have this function at all, some games have a more complicated one. It's very different. This post was imported from an account that no longer exists! Previous Name: phreneticus |