Help! Modify Mini Militia

Djangø

Platinian
Feb 20, 2020
41
1,884
183
Texas
  • Like
Reactions: sandip chavan

NightFury135269

Platinian
Original poster
May 9, 2020
15
5
3
21
India
I already read it but it is neither dll nor il2cpp but nit sure if it is ida so cant understand what tool to use and which file to look for.
 
  • Like
Reactions: sandip chavan

8BIT

Approved Modder
Approved Modder
Dec 29, 2019
265
17,730
1,193
Can you also tell me how to edit the attached .png in zip file as i want to swap the avatar. I think it is protected, if so then please tell me a way to unprotect this file.
its not encrypted its a "Webp" format
Screenshot_2020-06-16 webhex net - Online Hex Viewer.png

you can open it in firefox or other web browsers as i did
Screenshot_2020-06-16 avatarOutfits webp (WEBP Image, 512 × 1024 pixels) - Scaled (56%).png

Screenshot_2020-06-16 AvatarCards webp (WEBP Image, 367 × 1019 pixels) - Scaled (56%).png

you can find additional info here - WebP - Wikipedia
this will also help you - How to work with this peculiar kind of JPEG? (Invalid JPEG marker type)

if .png extention doesnt work change .png to .webp
 

NightFury135269

Platinian
Original poster
May 9, 2020
15
5
3
21
India
its not encrypted its a "Webp" format
View attachment 230947
you can open it in firefox or other web browsers as i did
View attachment 230949
View attachment 230956
you can find additional info here - WebP - Wikipedia
this will also help you - How to work with this peculiar kind of JPEG? (Invalid JPEG marker type)

if .png extention doesnt work change .png to .webp
Can you suggest a simple way to add custom avatar to the photo as i don't have any knowledge about photo editing.
 

NightFury135269

Platinian
Original poster
May 9, 2020
15
5
3
21
India
its not encrypted its a "Webp" format
View attachment 230947
you can open it in firefox or other web browsers as i did
View attachment 230949
View attachment 230956
you can find additional info here - WebP - Wikipedia
this will also help you - How to work with this peculiar kind of JPEG? (Invalid JPEG marker type)

if .png extention doesnt work change .png to .webp
Can you suggest a simple way to add custom avatar to the photo as i don't have any knowledge about photo editing.
 

8BIT

Approved Modder
Approved Modder
Dec 29, 2019
265
17,730
1,193
just replace any of the faces and character assets in the file(image files)
use photoshop or GIMP to edit those
idk if its gonna support the webp format
i saw in the wiki that u need some plugins to do that

test with the files you got there change em
 

LEIIKUN

Retired Staff
Retired but loved <3
Oct 13, 2019
500
10,986
1,193
20
Davao
There is a quick easy tutorial for it on youtube. This game is easy to modify, even beginners can modify it in just an hours or without learning some languages.
 

NightFury135269

Platinian
Original poster
May 9, 2020
15
5
3
21
India
There is a quick easy tutorial for it on youtube. This game is easy to modify, even beginners can modify it in just an hours or without learning some languages.
Thanks but all i videos i could find was for old version can you send me link for the latest one.
Thanks for reply.
 

8BIT

Approved Modder
Approved Modder
Dec 29, 2019
265
17,730
1,193
most of the functions from old ver are same like void triggerpull()
only offsets are changed. Find functions to change from old version modding tuts
and filter/search for those functions in new libcocos2dcpp.so
 

NightFury135269

Platinian
Original poster
May 9, 2020
15
5
3
21
India
most of the functions from old ver are same like void triggerpull()
only offsets are changed. Find functions to change from old version modding tuts
and filter/search for those functions in new libcocos2dcpp.so
Thanks will try it.
 

NightFury135269

Platinian
Original poster
May 9, 2020
15
5
3
21
India
just replace any of the faces and character assets in the file(image files)
use photoshop or GIMP to edit those
idk if its gonna support the webp format
i saw in the wiki that u need some plugins to do that

test with the files you got there change em
Just for test i tried desaturating all the *.png files in /assets/unpack but when i launched the game i could see the desaturated image but when i started a match it turned back to normal. Is their any other file i should modify along with image files. Here are the screenshots
 

Attachments

NightFury135269

Platinian
Original poster
May 9, 2020
15
5
3
21
India
Just for test i tried desaturating all the *.png files in /assets/unpack but when i launched the game i could see the desaturated image but when i started a match it turned back to normal. Is their any other file i should modify along with image files. Here are the screenshots
Their is a checksum folder in assets folder i think it should be edited but the hash is of custom type is their any way to generate the hash.
Thanks in advance.
 

8BIT

Approved Modder
Approved Modder
Dec 29, 2019
265
17,730
1,193
for getting hash of a file
use "hash deep"
in linux(kali linux)
 

8BIT

Approved Modder
Approved Modder
Dec 29, 2019
265
17,730
1,193
Screenshot from 2020-07-10 00-35-02.png

here i just computed the hash of the file you given("desaturated.....zip")
 

8BIT

Approved Modder
Approved Modder
Dec 29, 2019
265
17,730
1,193
Just for test i tried desaturating all the *.png files in /assets/unpack but when i launched the game i could see the desaturated image but when i started a match it turned back to normal. Is their any other file i should modify along with image files. Here are the screenshots
there are more files as i mentioned earlier
may be you should edit all of em