Jump to content

[DISCUSSION] Castle Clash Hack


Cebrailefee
 Share

Recommended Posts

HAhaha that was the point of my reply lol

I'm wondering if the game is now fully server-sided ..

 

100% not, things are same as before. 

after the maint before the forced update, mod worked perfectly.

 

basically means both 1.2.34 modded and 1.2.35 work at the same time.

Link to comment
Share on other sites

Yea just compare files for differences. Use notepad++ to do this easy. Grab a modded .34 and an unmodified .35 and compare everything that you can then change the differences, recompile and sign the apk then try it out

Link to comment
Share on other sites

i don't think you can, address changes every update. 

Going through them manually, you'd probably be looking at couple weeks or more without sleep xD

 

already tried patchdiff and some other plugins, even if the lines are off by one, it become impossible to compare

Link to comment
Share on other sites

when i get the time this weekend, gonna try apktool instead of VTS, it could be the reason we get the error.

maybe VTS doesn't sign the apk?

 no! i sign the apk another method. and with original files signed apk work fine/

 

sign or not sign >>> install or not install the app.... nothing more

Link to comment
Share on other sites

Why not compare with VTS the original 1.2.34 and the original 1.2.35 ?

because the differences are many. a lot of them because all other addresses different.

 watch IMG  http://s23.postimg.org/eztsfwb97/snap140006.jpg

 

 

Yeah I went down that path too to try to identify where the new check system has come in. Found some differences in functions, but I'm still learning how to read ARM instructions. Kinda difficult to reverse engineer, but I'm sure the answer is in there.

 

 

30% of code i comapre manually. I was a bit tired and want to sleep

Link to comment
Share on other sites

I found some interesting pieces of code (new) which was not in version 1.2.34

		MOVS	R0, R4		; void *
		BLX	_ZdlPv		; operator delete(void *)



===================================================================================================================================

; Player::_reFlashCanPromotion(void)
		EXPORT _ZN6Player20_reFlashCanPromotionEv
_ZN6Player20_reFlashCanPromotionEv	; CODE XREF: Player::Server_RespFinishBattle(MSG_RESP_FINISHBATTLE *)


===================================================================================================================================

		BL	_ZN4Hero14IsCanPromotionEv ; Hero::IsCanPromotion(void)


===================================================================================================================================

		BL	_ZN6Player20_reFlashCanPromotionEv ; Player::_reFlashCanPromotion(void)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.