Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20
  1. #16
    AS-Molaar's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    Egypt
    Posts
    355
    Reputation
    16
    Thanks
    353
    My Mood
    Shocked
    Quote Originally Posted by NmDahmeT View Post
    Address = 0x3456456
    Offset = 0x22c
    NewValue = 1

    How do I write it?

    e.g. writememory(Address + Offset) = NewValue;
    DWORD point = 0;
    int value = 0;
    ReadProcessMemory(the Handle , (LPCVOID)Address, &point, 4 , NULL);
    point += the offset;
    ReadProcessMemory(the Handle , (LPCVOID)point, &point, 4 , NULL);

    WriteProcessMemory(the Hanlde, (LPVOID)point, &value , sizeof(value), NULL);

  2. #17
    akudewa's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    272
    Reputation
    10
    Thanks
    29
    My Mood
    Flirty
    Hello Everybody
    I have 1 Hack

    address Of Poinster : 110D926C
    Offset 1 : 2d4
    Offset 2 : 44
    Offset 3 : 23b
    Value : 66269
    EXP
    if(GetAsyncKeyState(0x4D)&1){ //Key M
    DWORD Community = (DWORD)GetModuleHandleA("MAT.exe");
    for(int i=0; i<1; i++){
    Kontollllll(Pelacurrrrrrrrr+(DWORD)0x110D926C, 0x2D4 + (1*i), 0x102DD);// value set as Hex
    }}

    =================================================
    How to make 3 offset in C++ Dll Hokey ?
    Attached Thumbnails Attached Thumbnails
    f.JPG  

    Last edited by akudewa; 12-22-2013 at 07:37 AM.

  3. #18
    umutyeniyurt's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    58
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    al amk lameri biraz yardımım dokunsun bari.s
    *(DWORD*)0xaddress=value;
    bunu checkbox'a yazacaksın veya timer...

  4. #19
    MAT AnonGhost's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Location
    Doing Sex with my Girlfriend
    Posts
    18
    Reputation
    10
    Thanks
    8
    My Mood
    Cheeky
    Quote Originally Posted by akudewa View Post
    Hello Everybody
    I have 1 Hack

    address Of Poinster : 110D926C
    Offset 1 : 2d4
    Offset 2 : 44
    Offset 3 : 23b
    Value : 66269
    EXP
    if(GetAsyncKeyState(0x4D)&1){ //Key M
    DWORD Community = (DWORD)GetModuleHandleA("MAT.exe");
    for(int i=0; i<1; i++){
    Kontollllll(Pelacurrrrrrrrr+(DWORD)0x110D926C, 0x2D4 + (1*i), 0x102DD);// value set as Hex
    }}

    =================================================
    How to make 3 offset in C++ Dll Hokey ?
    Can Share with me this Undetecd Cheat Editor ?

  5. #20
    CFHackerExtreme's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Germany
    Posts
    245
    Reputation
    10
    Thanks
    560
    My Mood
    Yeehaw
    Quote Originally Posted by ARGB View Post
    its the value?
    That isn't the Value, that's the Bytes!

    Only for German Guys...

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Where to find msvcr100.dll and msvcr100d.dll? -For Hacks-
    By WolfenXD in forum CrossFire Discussions
    Replies: 1
    Last Post: 03-03-2012, 04:24 AM
  2. How do Hack Addie's And Change Value?
    By monkkiller in forum Visual Basic Programming
    Replies: 3
    Last Post: 12-19-2009, 01:43 PM
  3. ASM hacks like OPK,Invi.. in vb6? and VB write big value?
    By o0KoNsY0o in forum WarRock - International Hacks
    Replies: 21
    Last Post: 11-28-2007, 05:51 PM
  4. Hopefully hard to detect hacks - need volunteers and testers
    By bagpiperdude90 in forum WarRock - International Hacks
    Replies: 8
    Last Post: 08-25-2007, 03:51 PM
  5. need hacks for kwr and inter war rock to
    By vela192449 in forum WarRock Korea Hacks
    Replies: 1
    Last Post: 06-10-2007, 04:24 AM