how uses kill in map castle only can use all map.

Results 1 to 5 of 5
  1. #1
    Proficient Member kakarot200 is offline
    MemberRank
    Jun 2008 Join Date
    188Posts

    how uses kill in map castle only can use all map.

    how use skill in map castle only can use all map.

    example
    65466.jpg


  2. #2

    Re: how uses kill in map castle only can use all map.

    what u mean? where can u use it now?

  3. #3
    Proficient Member kakarot200 is offline
    MemberRank
    Jun 2008 Join Date
    188Posts

    Re: how uses kill in map castle only can use all map.

    all map

  4. #4
    Valued Member Voletsky is offline
    MemberRank
    May 2011 Join Date
    LatviaLocation
    139Posts

    Re: how uses kill in map castle only can use all map.

    main.exe u need to edit few offsets (search for skill number, all cs skills should be at the one place)
    as example
    cmp ax, (skill number in hex)
    je someoffset {witch checks that u are at 30 map)
    few places, 4-6 don't know exactly

    GameServer.exe
    cmp ecx/edx 1E/1F

    as example
    cmp eax, 1E
    je someoffset
    few opcodes, with map check etc
    cmp ecx,1F
    je someoffset

  5. #5
    Proficient Member kakarot200 is offline
    MemberRank
    Jun 2008 Join Date
    188Posts

    Re: how uses kill in map castle only can use all map.

    OK Thank.



Advertisement