Results 1 to 2 of 2

Hybrid View

  1. #1
    Oxxxymiron's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0

    Unhappy Help in C++ XorStr

    Hello guys, help me with function XorStr (I don't know how to working with this function).
    Example #define STRING_NOSPREAD /*No Spread*/XorStr<0x32,10,0x6B1515B6>("\x7C\x5C\x14\x66\x46\x 45\x5D\x58\x5E"+0x6B1515B6).s
    If i want add new functions in my hack, example no reload code for this 0x3741EEA4, HOW TO CALCULATE WITH 0x3741EEA4 XorStr<0x32,10,0x6B1515B6>("\x7C\x5C\x14\x66\x46\x 45\x5D\x58\x5E"+0x6B1515B6).s ??????????????

  2. #2
    I love myself
    나도 너를 사랑해

    Former Staff
    Premium Member
    Jhem's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    167,646,447
    Posts
    5,150
    Reputation
    1220
    Thanks
    7,392
    My Mood
    Stressed
    YOu Can Make To Chage THe Byte

    Using THis!
    Code:
    void WriteAsm(void *adress,void *bytes,int size)
    {
    DWORD dwProtect; //Define our dwProtect
    VirtualProtect((void*)adress,size,PAGE_EXECUTE_REA DWRITE,&dwProtect); //we open for writing
    memcpy((void *)adress,(PBYTE)bytes,size); //we write our adress,byte & size
    VirtualProtect((void*)adress,size,dwProtect,&dwPro tect); //we restore the protection and close writing
    }
    
    WriteAsm((VOID *)(0x3741EEA4),(PBYTE)"\x00\x00\x00",3);
    "\x00\x00\x00" <-----This Is The Hex.

    "0x3741EEA4 " <-------Address

  3. The Following User Says Thank You to Jhem For This Useful Post:

    Oxxxymiron (10-25-2012)

Similar Threads

  1. [Help Request] Combat arms Vid help
    By djw111 in forum Combat Arms Help
    Replies: 4
    Last Post: 12-24-2011, 05:06 PM
  2. [Help Request] AFK Bot [help]
    By fet in forum Combat Arms Help
    Replies: 7
    Last Post: 04-28-2011, 03:17 AM
  3. [Help Request] Injector Admin help
    By asdfgas in forum Combat Arms Help
    Replies: 4
    Last Post: 04-27-2011, 06:12 PM
  4. [Help Request] Ajuda / Help
    By - Battery' in forum Combat Arms BR Coding Help
    Replies: 3
    Last Post: 04-22-2011, 07:15 PM
  5. [Help Request] Help my!
    By Windowns7 in forum Combat Arms BR Coding Help
    Replies: 2
    Last Post: 04-18-2011, 01:41 PM