Перейти к содержанию

Grom-Skynet

Ветераны
  • Постов

    514
  • Зарегистрирован

  • Посещение

  • Победитель дней

    60

Сообщения, опубликованные Grom-Skynet

  1. Броня=500

    [ENABLE]
    //code from here to '[DISABLE]' will be used to enable the cheat
    alloc(newmem,2048) //2kb should be enough
    label(returnhere)
    label(originalcode)
    label(exit)

    00558D62:
    jmp newmem
    nop
    returnhere:

    newmem: //this is allocated memory, you have read,write,execute access
    //place your code here
    mov [eax+00000358],43FA0000

    originalcode:
    fld dword ptr [eax+00000358]

    exit:
    jmp returnhere



    [DISABLE]
    //code from here till the end of the code will be used to disable the cheat
    dealloc(newmem)
    00558D62:
    fld dword ptr [eax+00000358]
    //Alt: db D9 80 58 03 00 00

  2. Здоровье=500

    [ENABLE]
    //code from here to '[DISABLE]' will be used to enable the cheat

    alloc(newmem,2048) //2kb should be enough
    label(returnhere)
    label(originalcode)
    label(exit)

    00558B41:
    jmp newmem
    nop
    returnhere:

    newmem: //this is allocated memory, you have read,write,execute access
    //place your code here
    mov [eax+00000354],43FA0000

    originalcode:
    fld dword ptr [eax+00000354]

    exit:
    jmp returnhere


    [DISABLE]
    //code from here till the end of the code will be used to disable the cheat
    00558B41:
    fld dword ptr [eax+00000354]

  3. Интересно...

    У меня здоровье получилось вот так

    [ENABLE]
    //code from here to '[DISABLE]' will be used to enable the cheat
    alloc(newmem,2048) //2kb should be enough
    label(returnhere)
    label(originalcode)
    label(exit)

    01604E87:
    jmp newmem
    nop
    returnhere:

    newmem: //this is allocated memory, you have read,write,execute access
    //place your code here
    mov [eax+58],00000064

    originalcode:
    mov eax,[eax+58]
    sub eax,[ebp+08]

    exit:
    jmp returnhere



    [DISABLE]
    //code from here till the end of the code will be used to disable the cheat
    dealloc(newmem)
    01604E87:
    mov eax,[eax+58]
    sub eax,[ebp+08]
    //Alt: db 8B 40 58 2B 45 08

  4. Я у себя в тренере сделал вот так... тоже прошел всю игру и все ок...

    Скрипт One Hit Kill

    [ENABLE]
    //code from here to '[DISABLE]' will be used to enable the cheat
    alloc(newmem,2048) //2kb should be enough
    label(returnhere)
    label(originalcode)
    label(exit)

    006FCEF8:
    jmp newmem
    returnhere:

    newmem: //this is allocated memory, you have read,write,execute access
    //place your code here
    mov [eax+58],00000000

    originalcode:
    nop
    nop

    exit:
    jmp returnhere



    [DISABLE]
    //code from here till the end of the code will be used to disable the cheat
    dealloc(newmem)
    006FCEF8:
    mov ebp,[eax+58]
    test ebp,ebp
    //Alt: db 8B 68 58 85 ED

×
×
  • Создать...

Важная информация

Находясь на нашем сайте, Вы автоматически соглашаетесь соблюдать наши Условия использования.