Release dll fix core upgrade +16-+20 8.5Class

Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    Apprentice qwer01 is offline
    MemberRank
    Feb 2021 Join Date
    5Posts

    shout Release dll fix core upgrade +16-+20 8.5Class

    Last edited by qwer01; 29-10-22 at 06:55 AM.


  2. #2
    Apprentice mmorpg1 is offline
    MemberRank
    Mar 2022 Join Date
    23Posts
    how about bike costume

  3. #3
    Valued Member amiidotcom is offline
    MemberRank
    Aug 2016 Join Date
    MYLocation
    108Posts

    Becarefull guys ~

    https://prnt.sc/m8hlGMpcvyjK



  4. #4

  5. #5
    Valued Member amiidotcom is offline
    MemberRank
    Aug 2016 Join Date
    MYLocation
    108Posts
    i know that anti cheat . but why u releasing dll with some anti cheat and also +20 ?

  6. #6
    Apprentice qwer01 is offline
    MemberRank
    Feb 2021 Join Date
    5Posts
    Quote Originally Posted by amiidotcom View Post
    i know that anti cheat . but why u releasing dll with some anti cheat and also +20 ?
    disable all anti cheat and only work core upgrade 0/5

  7. #7
    Valued Member amiidotcom is offline
    MemberRank
    Aug 2016 Join Date
    MYLocation
    108Posts
    Quote Originally Posted by qwer01 View Post
    disable all anti cheat and only work core upgrade 0/5
    better you release the source code . i wonder if the others are suspicious your dll

  8. #8
    Member vodikatm is online now
    MemberRank
    Mar 2013 Join Date
    75Posts
    PHP Code:
    BYTE DefEffectTable[21] = { 0x00x010x010x010x010x020x020x020x020x020x020x020x020x020x020x020x020x020x020x020x02 };
    WriteValue<BYTE>(0x00B72374MAX_UPGRADE);
    WriteValue<BYTE>(0x004C66E5MAX_UPGRADE);
    WriteValue<BYTE>(0x004D8AD4MAX_UPGRADE);
    WriteValue<BYTE>(0x004B7DAEMAX_UPGRADE);
    WriteValue<BYTE>(0x008BEB47MAX_UPGRADE);
    WriteValue<BYTE>(0x004FE7D0MAX_UPGRADE);
    WriteValue<DWORD>(0x004FE7DA, (DWORD)DefEffectTable);

    int __stdcall TotalCore(int ItemLevel)
    {
       return (
    ItemLevel 0xE) ? ItemLevel 1;
    }

    int UpgradeCore::MaxUpgrade()
    {
       return 
    MAX_UPGRADE;
    }     

    HookJMP (TotalCore0x0040AA10);
    HookJMP (MaxUpgrade0x00432C40); 
    don't use any dll posted for this. edit your cabalmain using ollydbg or make your own dll.

  9. #9
    Apprentice mmorpg1 is offline
    MemberRank
    Mar 2022 Join Date
    23Posts
    Quote Originally Posted by vodikatm View Post
    PHP Code:
    BYTE DefEffectTable[21] = { 0x00x010x010x010x010x020x020x020x020x020x020x020x020x020x020x020x020x020x020x020x02 };
    WriteValue<BYTE>(0x00B72374MAX_UPGRADE);
    WriteValue<BYTE>(0x004C66E5MAX_UPGRADE);
    WriteValue<BYTE>(0x004D8AD4MAX_UPGRADE);
    WriteValue<BYTE>(0x004B7DAEMAX_UPGRADE);
    WriteValue<BYTE>(0x008BEB47MAX_UPGRADE);
    WriteValue<BYTE>(0x004FE7D0MAX_UPGRADE);
    WriteValue<DWORD>(0x004FE7DA, (DWORD)DefEffectTable);

    int __stdcall TotalCore(int ItemLevel)
    {
       return (
    ItemLevel 0xE) ? ItemLevel 1;
    }

    int UpgradeCore::MaxUpgrade()
    {
       return 
    MAX_UPGRADE;
    }     

    HookJMP (TotalCore0x0040AA10);
    HookJMP (MaxUpgrade0x00432C40); 
    don't use any dll posted for this. edit your cabalmain using ollydbg or make your own dll.
    mybe you have tuts for bike extend or dmg unli

  10. #10
    Account Upgraded | Title Enabled! DWBaHu0 is offline
    MemberRank
    Jun 2006 Join Date
    226Posts
    Quote Originally Posted by mmorpg1 View Post
    mybe you have tuts for bike extend or dmg unli
    I think he shared enough.

  11. #11
    Valued Member amiidotcom is offline
    MemberRank
    Aug 2016 Join Date
    MYLocation
    108Posts
    any tips how to make it in dll?

  12. #12
    Member upanddown is offline
    MemberRank
    Jul 2020 Join Date
    93Posts
    Quote Originally Posted by DWBaHu0 View Post
    I think he shared enough.
    I agree, thanks to him some of the bugs are fixed

  13. #13
    Enthusiast esip is offline
    MemberRank
    May 2020 Join Date
    28Posts
    Quote Originally Posted by vodikatm View Post
    PHP Code:
    BYTE DefEffectTable[21] = { 0x00x010x010x010x010x020x020x020x020x020x020x020x020x020x020x020x020x020x020x020x02 };
    WriteValue<BYTE>(0x00B72374MAX_UPGRADE);
    WriteValue<BYTE>(0x004C66E5MAX_UPGRADE);
    WriteValue<BYTE>(0x004D8AD4MAX_UPGRADE);
    WriteValue<BYTE>(0x004B7DAEMAX_UPGRADE);
    WriteValue<BYTE>(0x008BEB47MAX_UPGRADE);
    WriteValue<BYTE>(0x004FE7D0MAX_UPGRADE);
    WriteValue<DWORD>(0x004FE7DA, (DWORD)DefEffectTable);

    int __stdcall TotalCore(int ItemLevel)
    {
       return (
    ItemLevel 0xE) ? ItemLevel 1;
    }

    int UpgradeCore::MaxUpgrade()
    {
       return 
    MAX_UPGRADE;
    }     

    HookJMP (TotalCore0x0040AA10);
    HookJMP (MaxUpgrade0x00432C40); 
    don't use any dll posted for this. edit your cabalmain using ollydbg or make your own dll.
    I have tried to search these addresses of cabalmain and manually change the values referring to my existing cabalmain that has +20 in it but it crashes upon entering the channel.. Just experimenting xD

  14. #14
    Account Upgraded | Title Enabled! DWBaHu0 is offline
    MemberRank
    Jun 2006 Join Date
    226Posts
    Quote Originally Posted by esip View Post
    I have tried to search these addresses of cabalmain and manually change the values referring to my existing cabalmain that has +20 in it but it crashes upon entering the channel.. Just experimenting xD
    Better make it as dll and it will work.

  15. #15
    Apprentice mmorpg1 is offline
    MemberRank
    Mar 2022 Join Date
    23Posts
    Quote Originally Posted by DWBaHu0 View Post
    Better make it as dll and it will work.
    mybe you can help how to make it as dll in visual
    imean guide or vid for noob trying to learn



Page 1 of 2 12 LastLast

Advertisement