Jump to content

xFranko

Member
  • Posts

    95
  • Joined

  • Last visited

Everything posted by xFranko

  1. Is your loader available to the public or it's custom ?
  2. You restored the assembly after applying the bypass?
  3. Ah you mean the player got stuck in the air at 0:13 before landing on the ground, sometimes when then happens to me it's heavy database operationss on my side, but it could have many reasons..
  4. You can't continue jumping?
  5. I believe the loader modifes that file yes to change the server name and hide other servers on login screen, I will try to disable it and see if it works
  6. So you solved it before, was the encryption used for multiple functions?
  7. @Konichu @termaltake Indeed I tried the Performer outfit (Subclass), the Archer Assassin, The flower fairy, they all are not displaying! I am using this loader: https://github.com/OpenConquerOrg/ConquerLoader If I use another one without cipher bypass then I must implement the cipher in my source's backend?
  8. @KonichuDoes the Flower Fairy Suit work with these for you in your client or server ? I'm just trying to verify it's not a server side issue, I feel like my client might be missing some entries..
  9. I'm trying to get the flower ranking system working. So far, I managed to open the Ranking UI, fix the pagination, and send the correct packet that triggers the butterfly/charm effect when clicking the button. However, the suit itself is not displaying. The status seems to be sent correctly through MsgSuitStatus, and I can also see the button toggling the suit on/off. Right now, I'm trying to understand what the suit actually is, since it doesn't seem to be a normal equippable garment. I was able to find the related DDS files and models here: Rose: .\c3\body\5899000.dds Orchid: .\c3\body\5899010.dds Lily: .\c3\body\5899020.dds Tulip: .\c3\body\5899030.dds Here’s how the suits look, taken from:https://co.99.com/guide/quests/flowersranking.shtml
  10. Check out this guide it may or may not help you https://cooldown.dev/topic/673-tutorial-how-to-removeresizedelete-any-gui-button
  11. Keep going my man!
  12. Wow best one I have seen so far! Is this tied to a backend ?
  13. Hmm would it actually be playable without a delay, or that's just a hobby project for exploration ? in any case impressive work!
  14. and I always wondered what these images were for when I found them in the game folder, crazy how the client is bloated with unused stuff since alpha
  15. Wow, this one is amazing! you keep cooking!!
  16. You can use this to decrypt, there's a keys file which holds the keys for each file you would like to decrypt, for your case here it's 2537 for Item Type File Manager (DAT Decryptor).zip
  17. Looks amazing! Are you planning to work on attachments? Weapons and heads etc? I have been struggling with trying to understand how to attach them properly, but I'm reversing the client not working on the webgl one, so far couldn't figure how to attach it properly
  18. Thank you, that helps a lot! Goodluck with the rest of scope!
  19. did you use ENV_DX9/Conquer.exe as you dll entry point and looked at the external dll imports going from there to see the flow? Because I am currently trying to reverse it so might benefit from your experience
  20. Hmm where are those released ?
  21. I'm curious how did you reverse the dlls ? are you using IDA?
×
×
  • Create New...