Jump to content

darklesson

Advanced members
  • Content Count

    12
  • Joined

  • Last visited

Community Reputation

0 Neutral

About darklesson

  • Rank
    Cabin Boy

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. just a silly idea, what if pko in roblox, how many works to complete as original base game? it's possible?
  2. @V3ct0rColor applied! only text remain, how about these addresses ? const unsigned int WPacket__WriteString = 0x0.....; my client 13X_2 const unsigned int RPacket__ReadString = 0x0.....;
  3. Now the text is show up, but result doesn't expected. -[ 1350998044 ]- maybe this part i did wrong, can you help me ? @V3ct0r int ret = pkodev::pointer::CParser__DoString( reinterpret_cast<void*>(pkodev::address::MOD_EXE_VERSION::CParser), "GetChaTalentByMod", pkodev::enumSCRIPT_RETURN_STRING, // is that right ? 2, pkodev::enumSCRIPT_PARAM_LIGHTUSERDATA, 1, pMainCha, pkodev::DOSTRING_PARAM_END ); if (ret != 0) { // this part I don't know how to const char* talent = reinterpret_cast<const char*>( pkodev::pointer::CParser__GetReturnNumber( reinterpret_cast<void*>(pkodev::address::MOD_EXE_VERSION::CParser), 0 ) ); // Get talent color unsigned int color = static_cast<unsigned int>( pkodev::pointer::CParser__GetReturnNumber( reinterpret_cast<void*>(pkodev::address::MOD_EXE_VERSION::CParser), 1 ) ); }
  4. Hi, I wanna make this mod to show character's talent(string) and got stucked cause of data type (I've made changed on structure) // Get talent data pkodev::Talent talentD = ShowPlayerTalent(role); // Write packet pkodev::pointer::WPacket__WriteLong(packet, GetRoleID(role)); pkodev::pointer::WPacket__WriteLong(packet, talentD.talent); // <-- error because its string pkodev::pointer::WPacket__WriteLong(packet, talentD.color); this function can be receive string instead of int ...or another way out? // bool WPacket::WriteLong(uLong lo) typedef int(__thiscall* WPacket__WriteLong__Ptr)(void*, int); WPacket__WriteLong__Ptr WPacket__WriteLong = (WPacket__WriteLong__Ptr)(void*)(address::MOD_EXE_VERSION::WPacket__WriteLong); Thank in advance.
  5. Account/Gate/Group/Game server running without error. Account server is fine I can logged in, when create security code before create new char it show error in my language that's mean server not available. (CL_LANGUAGE_MATCH_172)
  6. System font and BickerNotice font are same How to change only BickerNotice font ?
  7. I not give they watching in CA when char is died. sorry for my bad eng.
×
×
  • Create New...