Page 1 of 2 12 LastLast
Results 1 to 15 of 27
  1. #1
    SK1LL0R.'s Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    42
    Reputation
    -14
    Thanks
    92

    Some Mem Sources

    Addys:
    #define ADR_STAMINA1 0x81CDAC
    #define ADR_STAMINA2 0x81CDB0
    #define ADR_STAMINA3 0x81CDB4
    #define ADR_STAMINA4 0x81CDB8
    #define ADR_STAMINA5 0x81CDBC
    #define WalkSpeed 0x0084AC98
    #define RollSpeed 0x0084AAC0
    #define SprintSpeed 0x84A948
    #define MEM_STW 0x819D24
    #define MEM_WTW 0x81CA14
    #define ADR_SUPERNOSPREAD 0x0084A978

    if (CH_STW)
    {
    *(float*)(MEM_STW) = 999;
    }
    else
    {
    *(float*)(MEM_STW) = 0;
    }
    if (CH_WTW)
    {
    *(float*)(MEM_WTW) = -999;
    }
    else
    {
    *(float*)(MEM_WTW) = 6;
    }

    switch (nRollSpeed)
    {
    default:*(float*)RollSpeed = 1.75; break;
    case 1: *(float*)RollSpeed = 2; break;
    case 2: *(float*)RollSpeed = 3; break;
    case 3: *(float*)RollSpeed = 4; break;
    case 4: *(float*)RollSpeed = 5; break;
    case 5: *(float*)RollSpeed = 6; break;
    case 6: *(float*)RollSpeed = 7; break;
    case 7: *(float*)RollSpeed = 8; break;
    case 8: *(float*)RollSpeed = 9; break;
    case 9: *(float*)RollSpeed = 10; break;
    }
    switch (nSprintSpeed)
    {
    default: *(float*)SprintSpeed = 1.5; break;
    case 1: *(float*)SprintSpeed = 2; break;
    case 2: *(float*)SprintSpeed = 3; break;
    case 3: *(float*)SprintSpeed = 4; break;
    case 4: *(float*)SprintSpeed = 5; break;
    case 5: *(float*)SprintSpeed = 6; break;
    case 6: *(float*)SprintSpeed = 7; break;
    case 7: *(float*)SprintSpeed = 8; break;
    case 8: *(float*)SprintSpeed = 9; break;
    case 9: *(float*)SprintSpeed = 10; break;
    }
    switch (nWalkSpeed)
    {
    default: *(double*)WalkSpeed = 96; break;
    case 1: *(double*)WalkSpeed = 96*2; break;
    case 2: *(double*)WalkSpeed = 96*3; break;
    case 3: *(double*)WalkSpeed = 96*4; break;
    case 4: *(double*)WalkSpeed = 96*5; break;
    case 5: *(double*)WalkSpeed = 96*6; break;
    case 6: *(double*)WalkSpeed = 96*7; break;
    case 7: *(double*)WalkSpeed = 96*8; break;
    case 8: *(double*)WalkSpeed = 96*9; break;
    case 9: *(double*)WalkSpeed = 96*10; break;
    }
    if(nStamina==1)
    {
    *(float*)ADR_STAMINA1 = 1000;
    *(double*)ADR_STAMINA2 = 1000;
    *(double*)ADR_STAMINA3 = 0;
    *(float*)ADR_STAMINA4 = 0;
    *(float*)ADR_STAMINA5 = 0;
    }


    if(nSuperNoSpread ==1)
    {
    *(double*)ADR_SUPERNOSPREAD = 0;
    }else{
    *(double*)ADR_SUPERNOSPREAD = 5;
    }
    Have fun

  2. #2
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,294
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy
    credits for wtw & stw to @R3dLine?

  3. #3
    SK1LL0R.'s Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    42
    Reputation
    -14
    Thanks
    92
    Quote Originally Posted by Alex_Agnew View Post
    credits for wtw & stw to @R3dLine?
    No to Cybersh!t

  4. #4
    R3dLine's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    783
    Reputation
    212
    Thanks
    1,462
    Quote Originally Posted by SK1LL0R. View Post
    No to Cybersh!t
    HUHUHUH ??? ROFL i am first one on fucking world found thos addies and that idiot just cracked my .dll and got my addies ..

  5. The Following 2 Users Say Thank You to R3dLine For This Useful Post:

    AeroMan (09-13-2011)

  6. #5
    SK1LL0R.'s Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    42
    Reputation
    -14
    Thanks
    92
    Quote Originally Posted by R3dLine View Post
    HUHUHUH ??? ROFL i am first one on fucking world found thos addies and that idiot just cracked my .dll and got my addies ..
    rofl my life

    There are at least 10 memory addresses for STW and WTW...

  7. #6
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,294
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy
    Quote Originally Posted by SK1LL0R. View Post
    rofl my life

    There are at least 10 memory addresses for STW and WTW...
    then why leech @R3dLine his?

  8. #7
    R3dLine's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    783
    Reputation
    212
    Thanks
    1,462
    Quote Originally Posted by SK1LL0R. View Post
    rofl my life

    There are at least 10 memory addresses for STW and WTW...
    THEN FIND THEM ?> And look on my last .dll date and the date than cyber released or posted the addie !

  9. #8
    DirecTX_'s Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    99
    Reputation
    66
    Thanks
    51
    My Mood
    Daring
    Quote Originally Posted by R3dLine View Post
    HUHUHUH ??? ROFL i am first one on fucking world found thos addies and that idiot just cracked my .dll and got my addies ..
    You think who u are the first.. lol

  10. #9
    SK1LL0R.'s Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    42
    Reputation
    -14
    Thanks
    92
    Quote Originally Posted by DirecTX_ View Post
    You think who u are the first.. lol
    No :>)

    but i have found some other wtw & stw addys

  11. #10
    bananegel1's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    55
    Reputation
    10
    Thanks
    117
    R3d_L!ne is right his dll was cracked and then addys posted by cyber

  12. #11
    DirecTX_'s Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    99
    Reputation
    66
    Thanks
    51
    My Mood
    Daring
    Learn how to pack your Dll, and not enough use a public Paker, u need know techniques of Anti-Reversing in C

  13. The Following 2 Users Say Thank You to DirecTX_ For This Useful Post:

    AeroMan (09-13-2011)

  14. #12
    R3dLine's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    783
    Reputation
    212
    Thanks
    1,462
    Quote Originally Posted by DirecTX_ View Post
    Learn how to pack your Dll, and not enough use a public Paker, u need know techniques of Anti-Reversing in C
    huh dude ? you just think everything is simple or something :S

    About that idc anymore lol .

    Anyway check pm dud i know i late lol but was having some problems ..
    Last edited by R3dLine; 09-13-2011 at 12:30 PM.

  15. #13
    DirecTX_'s Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    99
    Reputation
    66
    Thanks
    51
    My Mood
    Daring
    Quote Originally Posted by R3dLine View Post
    huh dude ? you just think everything is simple or something :S

    About that idc anymore lol .

    Anyway check pm dud i know i late lol but was having some problems ..
    Simple? Yes, is very very simple build a small Anti-Reversing. In my Dll I've detect every type of "BreakPoint", if you change somethings in my Dll I detect you (CRC), and the same if u change in other dll like "Kernel32.dll, ntdll.dll" ecc. Example: You nop the api "IsDebuggerPresent". You run. You get detect.
    Code:
    int Get = GetProcModuleAddress("Kernel32.dll", "IsDebuggerPresent");
    if(Get != 0x64 | 0xA1 |0x18 | 0x00 | 0x00 | 0x00)
              Gets Hack Detect
    else
              continue;
    Try to immagin what is "GetProcModuleAddress"
    Last edited by DirecTX_; 09-13-2011 at 12:57 PM.

  16. #14
    R3dLine's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    783
    Reputation
    212
    Thanks
    1,462
    Quote Originally Posted by DirecTX_ View Post
    Simple? Yes, is very very simple build a small Anti-Reversing. In my Dll I've detect every type of "BreakPoint", if you change somethings in my Dll I detect you (CRC), and the same if u change in other dll like "Kernel32.dll, ntdll.dll" ecc. Example: You nop the api "IsDebuggerPresent". You run. You get detect.
    Code:
    int Get = GetProcModuleAddress("Kernel32.dll", "IsDebuggerPresent");
    if(Get != 0x64 | 0xA1 |0x18 | 0x00 | 0x00 | 0x00)
              Gets Hack Detect
    else
              continue;
    Try to immagin what is "GetProcModuleAddress"
    In my Dll I've detect every type of "BreakPoint" , liked that part smart idea but nvr though so u can use it this way .
    Last edited by R3dLine; 09-13-2011 at 01:42 PM.

  17. #15
    Wizzup's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Moon O.o
    Posts
    7
    Reputation
    10
    Thanks
    0
    My Mood
    Goofy
    Whats the difference between memory and address? Why cant memorys just be called addresses and other way around?

Page 1 of 2 12 LastLast

Similar Threads

  1. [Release] some hack source
    By MiNT in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 75
    Last Post: 02-24-2011, 09:24 AM
  2. Pixel triggerbot source, does some one want it?
    By lauwy in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 5
    Last Post: 08-12-2010, 07:24 PM
  3. some of the ca files broken into source code
    By xLOLZ2MUCHx in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 13
    Last Post: 08-11-2010, 03:43 PM
  4. Simple BF2 hack source with some interesting stuff.
    By Tyrano in forum C++/C Programming
    Replies: 2
    Last Post: 04-29-2009, 07:33 AM
  5. Some D3D Source that I hacked
    By phoenixraider in forum C++/C Programming
    Replies: 12
    Last Post: 11-05-2008, 02:14 PM