ForumssearchcalendarGroupsLog in to check your private messagesHelpProfile
  • HomeHome  
  • Latest imagesLatest images  
  • SearchSearch  
  • RegisterRegister  
  • Log inLog in  
  • Loading, Please Wait ...


    You are not connected. Please login or register

    View previous topic View next topic Go down  Message [Page 1 of 1]

    1337

    1337
    Super Moderator


    open cheat engine
    select the correct process
    then after that press Ctrl + Alt + A then paste and execute this
    [ENABLE]
    //code from here to '[DISABLE]' will be used to enable the cheat

    luacall(showMessage("trick was made by Chiyoko10 "))
    alloc(newmem,2048) //2kb should be enough
    label(returnhere)
    label(originalcode)
    label(exit)
    label(whatever)
    registersymbol(whatever)
    aobscan(aob1,66 0F D6 80 A0 00 00 00 8B 50 08 8B 4A 48)

    newmem: //this is allocated memory, you have read,write,execute access
    add [eax+000000A0],400000000000

    originalcode:
    add [eax+000000A0],400000000000

    exit:
    jmp returnhere

    aob1:
    whatever:
    jmp newmem
    nop
    nop
    nop
    returnhere:



    [DISABLE]
    //code from here till the end of the code will be used to disable the cheat
    whatever:
    db 66 0F D6 80 A0 00 00 00 8B 50 08 8B 4A 48
    unregistersymbol(whatever)
    dealloc(newmem)

    Share this post on: reddit

    No Comment.

    View previous topic View next topic Back to top  Message [Page 1 of 1]

    Permissions in this forum:
    You cannot reply to topics in this forum

     

    ^ Back to Top