Search:

Type: Posts; User: vodikatm

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. BYTE DefEffectTable[21] = { 0x0, 0x01, 0x01,...

    BYTE DefEffectTable[21] = { 0x0, 0x01, 0x01, 0x01, 0x01, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02, 0x02 };
    WriteValue<BYTE>(0x00B72374, MAX_UPGRADE);...
  2. Replies
    7
    Views
    763

    Re: Is it possible?

    -yeah
  3. Re: How to add new FG/GL charactor on cabalEP8 ???

    I made it all the animation code for the new classes.
    https://imgur.com/a/SswXmOR
  4. Re: World Broadcast Message when World boss killed

    second function parameter = .enc line number.
  5. Replies
    723
    Views
    177,041

    Re: Release Cabal X-Pasa 7.2.0 Files

    004758E4 nop this line in your cabalmain and save
  6. Re: World Broadcast Message when World boss killed

    CabalDrawText 0x0043866D
    DrawTextByFile 0x004047DC

    use a game event to know when boss died and use one of this functions.
  7. Replies
    15
    Views
    5,696

    Re: [SOURCE] Edit Version&Magickey in cabalmain

    Yes, sir.
  8. Replies
    14
    Views
    4,690

    Re: how to unlimit WordSvr.bin Ep8

    The funny thing is that nobody imagines that the compiler allocates the exact amount of memory for that limit, and that to increase the loop to load more .ini strings it is necessary to allocate more...
  9. Thread: FIX Mini Map

    by vodikatm
    Replies
    5
    Views
    3,323

    Re: FIX Mini Map

    I'll post yes.
  10. Thread: FIX Mini Map

    by vodikatm
    Replies
    5
    Views
    3,323

    Re: FIX Mini Map

    Update:
    - Function rewritten in c ++



    t_BOOL CheckTG = (t_BOOL)0x00432E34;
    bool MiniMap()
    {
    LONG Addr = (*(DWORD*)(*(DWORD*)Dec(PtrGlobal) + 0x72E4));
    return ((Addr >= 1 &&...
  11. Replies
    6
    Views
    1,251

    Re: not prompt information

    "cabalmain.exe : Get him to read the new dungeons"
  12. Replies
    6
    Views
    1,251

    Re: not prompt information

    cabalmain.exe : Get him to read the new dungeons

    cabal_msg.enc and mapinfo.enc= Item name to enter the dungeon

    cont_msg.enc, cont2_msg.enc and msg.enc = Dungeon description.

    Result...
  13. Thread: Fantasy on TG

    by vodikatm
    Replies
    5
    Views
    4,465

    Re: Fantasy on TG

    There is not much to explain.

    0081654E = It only checks if the map is 0xF or 0x10, if it is not it returns 1 and lets use.

    007C4178 = Requires to enter with a fantasy of the equipped inventory,...
  14. Thread: Fantasy on TG

    by vodikatm
    Replies
    5
    Views
    4,465

    Fantasy on TG

    Well, a long time ago I was debugging the cabalmain to release the use of fantasies inside TG.I ended up not giving continuity and was kind of incomplete, but it works.

    0x00554C5E JE ~> JMP...
  15. Replies
    15
    Views
    5,696

    [SOURCE] Edit Version&Magickey in cabalmain

    Well, it's been a long time since I've used this method to make these edits, so I'll post a simple source for you to use.The source is pretty basic, and it's commented on where you should change the...
  16. Replies
    18
    Views
    8,552

    Re: Fix camera All Maps

    I could post a lot of stuff, including source. It's something I'm thinking of doing.
  17. Replies
    18
    Views
    8,552

    Re: Fix camera All Maps

    Map 12 = Arcane Trace
    12 = C
    C - 1 = B
    0x551865 = Table start
    0x551865 + B = ???

    PS: "00" = Type free camera
    Good Luck
  18. Replies
    7
    Views
    6,329

    Re: Hook DLL in cabalmain

    If the DLL is hooked on the iat, use CFF Explorer to give unhook
    If it was manually hooked into the executable's memory, just restore the original EntryPoint
  19. Replies
    7
    Views
    6,329

    Hook DLL in cabalmain

    https://www.youtube.com/watch?v=bGuuYpmRrAM
  20. Replies
    12
    Views
    13,909

    Re: Changing the name of the Cabal window

    New video

    https://www.youtube.com/watch?v=cWkl0IAclBs
  21. Replies
    9
    Views
    3,148

    Re: CabalMain 'Name Window'

    New video

    https://www.youtube.com/watch?v=cWkl0IAclBs

    Topic updated
    http://forum.ragezone.com/f451/changing-name-cabal-window-1044386/
  22. Replies
    10
    Views
    1,799

    Re: This hex string

    Look at the source of EP2 the function that deals with this package, probably if in EP8 without some problem in the source of EP2 will also have. Then just understand and look for the function in...
  23. Replies
    10
    Views
    1,799

    Re: This hex string

    Changing the function of the place package will not move forward, from the to send package manually. First find out what the package does, and what you intend to do with it.
  24. Replies
    12
    Views
    4,600

    Re: Remove select channel TG [BUG BM]

    If the goal is to block at all, just override the logical leap
    go to 0047E017 nop instruction

    EAX is the return of this call 0047E00A

    First it tests the pointer checking if it has value here...
  25. Replies
    12
    Views
    4,600

    Re: Remove select channel TG [BUG BM]

    Just change the conditional test and the jump, just read the function.
  26. Replies
    11
    Views
    2,956

    Re: Cabal cant enter in the channel

    I gave you the address and told you how the cabalmain uses it, have at least curiosity to understand how to edit magickey
  27. Replies
    11
    Views
    2,956

    Re: Cabal cant enter in the channel

    0x007B8C74 =MOV ECX,0xB923F0
    Magickey is passed to ECX + 0C
  28. Replies
    13
    Views
    12,087

    Re: Hide XOR CabalMain

    There is no secret, the xor function receives only one parameter, and is used in a case
  29. Replies
    13
    Views
    12,087

    Re: Hide XOR CabalMain

    Understand this and nothing is the same. If the player suspends the cabalmain.exe process and goes to the xors addresses with the cheat engine it will get its xors anyway. If you have knowledge in c...
  30. Replies
    8
    Views
    6,106

    Re: Open multiple games

    Imagine a situation where you need to have 2 characters logged in at the same time to take a test. That's enough. If it does not fit you just do not use it.
  31. Replies
    8
    Views
    6,106

    Open multiple games

    GO TO 0x004758E4
    2 Clicks ~> NOP INSTRUCTION
    Open as many games as you want.

    0x004758DD = CreateMutex

    Credits vodikatm and LeoSob
  32. Replies
    42
    Views
    25,965

    Re: Cabal Online Re-Make?

    Do not depend on the comments of some, if you depend on them you will not do anything.
  33. Replies
    12
    Views
    4,600

    Re: Remove select channel TG [ BUG BM]

    Reset bm cooldow
  34. Replies
    12
    Views
    4,600

    Remove select channel TG [BUG BM]

    0047E013 ~> 2 to 0
    0047E017 JNZ ~> JE

    Credits:
    @vodikatm and @LeoSob
  35. Replies
    15
    Views
    3,127

    Re: HP Bug on Nation War

    HP limit on bins? Haha. Those who have the function of drawing the HP on the screen are D3D, redo the function and calculation based on a float type variable to increase this limit.

    65535 = FFFF...
  36. Thread: Zoom

    by vodikatm
    Replies
    1
    Views
    1,572

    Re: Zoom

    005512A3 FF2485 41185500 JMP DWORD PTR DS:[EAX*4+0x551841]


    Result = Variable that holds a float value.
    EAX = Map Number + Camera Style in the table.

    To create a custom style you have to...
  37. Replies
    4
    Views
    1,361

    Re: XOR'less CabalMain

    It is possible (easy), but has no use.
  38. Replies
    12
    Views
    5,499

    Re: Removed X-TRAP manually using Ollydbg

    I never had problems with cabalmain that removed the Xtrap, multiple servers with the x-trap removed in this way that I posted that also has no problem, lol.
  39. Replies
    12
    Views
    5,499

    Re: Removed X-TRAP manually using Ollydbg

    I posted a cabalmain without Xtrap was only compare with the memory with Xtrap. I never found it necessary to post, w / e.

    0047595E ~> EB 2F
    004759B2 ~> EB 0F
    00672457 ~> EB
    00A0FE90 ~> C3...
  40. Replies
    12
    Views
    5,499

    Re: Removed X-TRAP manually using Ollydbg

    You found two but not found the others? wtf?
  41. Replies
    29
    Views
    11,867

    Closed: Re: [Definitive Solution] Fix Anti-Crash Channel

    Why remove the logical test? just put a jmp in the array to a new location and verify that the received size is above 200. This way you put regardless of what comes in the packet it will give dc, and...
  42. Re: [Definitive Solution] Fix Anti-Crash Channel

    Why remove the logical test? just put a jmp in the array to a new location and verify that the received size is above 200. This way you put regardless of what comes in the packet it will give dc, and...
  43. Replies
    5
    Views
    2,330

    Source Logado Premiado + APP Event Lv.200

    Logado Premiado:
    Player 1 draws every 1 hour, sent the item via email.

    APP Event Lv.200:
    The first 5 characters to arrive at level 200 are notified by email.

    Language: Object Pascal
    IDE...
  44. Thread: FIX Mini Map

    by vodikatm
    Replies
    5
    Views
    3,323

    FIX Mini Map

    GO TO 0x005DB7BE
    Change CMP EAX,0xB ~> CMP EAX,0xC = Arcane Trace
    If the id of your map does not follow a growing pattern you must add a new condition.

    Update:
    - Function rewritten in c ++

    ...
  45. Replies
    4
    Views
    1,174

    Re: How to disable FB buff to prevent dame hack

    I have a correction, the logic is simple.
    When you turn on the BM is passed to the function the only value that BM and BM + Aura, just save these values in a variable.
    Then just in the buff...
  46. Replies
    4
    Views
    1,174

    Re: How to disable FB buff to prevent dame hack

    it is possible to patch without the need to remove buffs.
  47. Replies
    4
    Views
    1,300

    Re: Astral bike blue bug how to solve it?

    Nor did I know that I sold it .-.
  48. Re: Is there any solution about SpeciesIdx Max number 2048 and above?

    Of course there is, the solution is in my previous answer.
  49. Re: Is there any solution about SpeciesIdx Max number 2048 and above?

    No use to increase the loop size is not going to have allocated space enough to store the new lines.
    Increase loop size> increase the size of the struct
    The same must be made in cabalmain to...
  50. Replies
    14
    Views
    6,727

    FIX TG PANEL Lv.200

    GO TO ~> 0x005DA984
    Change CMP DWORD PTR DS:[ECX+0x1C],0xBE ~> CMP DWORD PTR DS:[ECX+0x1C],0xC8

    Best Fix

    Credits:
    @vodikatm and @LeoSob
Results 1 to 50 of 83
Page 1 of 2 1 2

Advertisement