Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    Kulspruta
    Kulspruta is offline
    Member-in-training
    Join Date
    2010 May
    Posts
    158
    Thanks Thanks Given 
    74
    Thanks Thanks Received 
    19
    Thanked in
    5 Posts
    Rep Power
    0

    Re: Is Teleport possible?

    Тем в каком файле ты эти команды нарыть успел)?Я вроде все перелопатил ничего подобного не видел

  2. #12
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10

    Re: Is Teleport possible?

    Kulspruta
    For Russian client (patch 393)
    006B1040  /.  68 64256D00   PUSH OFFSET Requiem.006D2564             ; ASCII "Move Me"
    006B1045 |. 6A 00 PUSH 0
    006B1047 |. 6A 01 PUSH 1
    006B1049 |. 6A 04 PUSH 4
    006B104B |. 68 C0DF6400 PUSH Requiem.0064DFC0
    006B1050 |. 68 5C256D00 PUSH OFFSET Requiem.006D255C ; ASCII "move_me"
    006B1055 |. B9 C0B57400 MOV ECX,OFFSET Requiem.0074B5C0
    006B105A |. FF15 A86F6B00 CALL DWORD PTR DS:[<&UtilX.??0CVar@utilx
    006B1060 |. 68 403A6B00 PUSH Requiem.006B3A40 ; /Arg1 = Requiem.6B3A40
    006B1065 |. E8 40BEFDFF CALL 0068CEAA ; Requiem.0068CEAA
    006B106A |. 59 POP ECX
    006B106B . C3 RETN

    Все эти команды можно посмотреть в дизассемблированном коде клиента
    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

  3. #13
    ADACH
    ADACH is offline
    Member-in-training ADACH's Avatar
    Join Date
    2010 May
    Posts
    170
    Thanks Thanks Given 
    25
    Thanks Thanks Received 
    168
    Thanked in
    46 Posts
    Rep Power
    14

    Re: Is Teleport possible?

    я для таких целей в свое время писал простейший скрипт для ольги

    local procAddr = getModuleBase("UtilX.dll") + 0x004840;
    printf("procAddr: %X", procAddr);
    delHBP(DEL_ALL);
    setHBP(procAddr,BYTE,ON_EXEC);
    run();
    while(true)
    {
    if(r.eip == procAddr)
    {
    local cmdName = readString(readDword(r.esp+4));
    local cmdDescription = readString(readDword(r.esp+0x18));
    printf("%40s //%s",cmdName,cmdDescription);
    run();
    }
    else
    run();
    }

    получалось такое...
    Code:
     Script Log Window
    Address     Message
                running script "C:winprogramsp_creversingdebuggersollyADACH_MODMyScriptsrequiem onlinegetConsoleCommands.osq":
                procAddr: B74840
                                                     run //fun cvar script
                                                log_cvar //log cvar into DlgConsole.log
                                                      id //login id
                                                password //login password
                                             net_connect //networked play or not
                                                 fly_cam //flying cam mode or not
                                                 cam_fov //Field of view
                                                 cam_dis //Visibility Range of Camera
                                          backobject_dis //Set Radius View of background object
                                         start_map_index //map index overriding
                                           set_map_index //Set map index at runtime
                                           set_game_time //Set Game Time at runtime
                                          game_time_unit //Game Time Unit at runtime
    ...
    Шлите мыло зухелем

  4. #14
    brunoturbo
    brunoturbo is offline
    New member
    Join Date
    2010 Jul
    Posts
    16
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Re: Is Teleport possible?

    i tired to use with CE to find valuables, but with not succes either.
    the mgajump hack that darkReq provides is something similar?

    i think the teleportation can be done via Wingrider, cuz sometimes a bug makes me come back without doing anything wrong.

    it did happened with someone as well?

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •