- Apr 27, 2024
- 25
- 15
Alr keep us in touchi found one of my old android phones. its charging up right now, but ill use it to test once its ready.
Alr keep us in touchi found one of my old android phones. its charging up right now, but ill use it to test once its ready.
Please bro make it happen counting on youThanks for the help debugging it, im gonna take a look at the APK now, and im gonna try a different emulator. lmfao.
If that didn't work on the Android Devices then how tf it opened on your emulator
Yeah no idea man, my emulator is odd. I was using bluestacks.If that didn't work on the Android Devices then how tf it opened on your emulator
Guh that disappointing to hear really had me pumping. Anyways you did a gj so cheers for that mateYeah no idea man, my emulator is odd. I was using bluestacks.
I have some bad news. I spent hours looking at this issue with very little results. Editing the URL in the apk seems to make it fail 100% of the time (except when I use my emulator for whatever reason???) , so I tried to use an app called "Hosts go" as a creative solution. The problem is that I cant bind port 80 on android since all ports under 1024 require root access, that means I cant have api.pinkcafeart.com redirect to our local API server, which would be 127.0.0.1:80 if we could bind that port. You cant use hosts to redirect to a url with a specific port unfortunately (3000 since thats what im using instead of 80) , and since honey village has the url hardcoded and it seems to fail each time I modify it I am at a loss right now. I am gonna take a break for now, but ill look into it more later. Sorry about that guys.
Edit:
Btw, from what ive seen from the APK, you might have better luck just rooting your android (You gotta be very careful about that though, rooting your device is not only dangerous, but if you install the wrong thing you could get a virus.)
Take your time brother you'll get it next time surely i belive in you.Yeah no idea man, my emulator is odd. I was using bluestacks.
I am gonna take a break for now, but ill look into it more later.
Straight faxTake your time brother you'll get it next time surely i belive in you.
You're a fucking chad bro, thanks for sharing!I have not tested this, but here is a copy for both PC and android. Pixeldrain
Instructions for Android:
// You can only do this on a rooted Android device!
1. Append "127.0.0.1 api.pinkcafeart.com" to /system/etc/hosts
2. Copy 85c9734f.0 to /system/etc/security/cacerts/ and change it's owner to root:root, permissions to 644 (85c9734f.0 is in setupfiles)
3. Install Termux(You must be registered to see the links).
4. Open Termux and install Node.js and tsu package with "pkg install nodejs tsu".
// You may need to run "termux-setup-storage" to gain access to internal SD card.
5. cd into the directory where server.js is located, run "sudo node server.js"
6. Now just install and run the game! I added the apk in SetupFiles
Remember that you need to keep the API server open while running the game.
Also theres no garauntee this will work since I have not tested it, if it works though let me know.
Also its more complicated to run this on android if your less tech savvy, PC is easier, but this SHOULD work.
Holy balls let me see I'll check this out rnomfg I just figured it out. It was SSL pinning the whole time. thats a good way to prevent middleman API servers like what I was doing. But there are ways to get around that. lmfao. For those of you who already have the APIServer set up, just launch the APIServer, and try this APK with it instead of the old one: Pixeldrain
Otherwise, heres the full android setup guide:
Pixeldrain
Install all the APKS from the APKS folder.
Open termux and run these commands:
apt update
apt upgrade
apt install nodejs curl git
Go to file manager and open APIServer.zip with termux
run "ls" and make sure your in the right folder.
run "unzip APIServer.zip"
cd APIServer
node server.js
Drag down the topbar and ACQUIRE WAKELOCK for termux!
Now go open honey village and enjoy!
Bro I really hope it works this time, if it doesn't then I will be truly dumbfounded, cus it worked on my device.
Please say it workedHoly balls let me see I'll check this out rn
Yes sir it worked les go bro you did itPlease say it worked
YES, omfg I was so worried it wouldnt work again. im glad it finally worked, thats a WYes sir it worked les go bro you did it
It worked brother damn huge W man. Now the real qus is what is gonna happen if they update the game hope the cracking is gonna be easy for youomfg I just figured it out. It was SSL pinning the whole time. thats a good way to prevent middleman API servers like what I was doing. But there are ways to get around that. lmfao. For those of you who already have the APIServer set up, just launch the APIServer, and try this APK with it instead of the old one: Pixeldrain
Otherwise, heres the full android setup guide:
Pixeldrain
Install all the APKS from the APKS folder.
Open termux and run these commands:
apt update
apt upgrade
apt install nodejs curl git
Go to file manager and open APIServer.zip with termux
run "ls" and make sure your in the right folder.
run "unzip APIServer.zip"
cd APIServer
node server.js
Drag down the topbar and ACQUIRE WAKELOCK for termux!
Now go open honey village and enjoy!
Bro I really hope it works this time, if it doesn't then I will be truly dumbfounded, cus it worked on my device.
Now that I know all the steps involved, it should be much easier. I didnt realize the APK had ssl pinning, but now that I know it does, and i know how to get rid of it, I can handle future versions much easier.It worked brother damn huge W man. Now the real qus is what is gonna happen if they update the game hope the cracking is gonna be easy for you
W's in the chat bro did the impossible good job mateomfg I just figured it out. It was SSL pinning the whole time. thats a good way to prevent middleman API servers like what I was doing. But there are ways to get around that. lmfao. For those of you who already have the APIServer set up, just launch the APIServer, and try this APK with it instead of the old one: Pixeldrain
Otherwise, heres the full android setup guide:
Pixeldrain
Install all the APKS from the APKS folder.
Open termux and run these commands:
apt update
apt upgrade
apt install nodejs curl git
Go to file manager and open APIServer.zip with termux
run "ls" and make sure your in the right folder.
run "unzip APIServer.zip"
cd APIServer
node server.js
Drag down the topbar and ACQUIRE WAKELOCK for termux!
Now go open honey village and enjoy!
Bro I really hope it works this time, if it doesn't then I will be truly dumbfounded, cus it worked on my device.