Page 5 of 67 FirstFirst ... 345671555 ... LastLast
Results 61 to 75 of 1005
  1. #61
    ArchNemesis's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    319
    Reputation
    21
    Thanks
    137
    just use the external 4.3...

  2. #62
    May0nayZ's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    37
    Reputation
    19
    Thanks
    12
    My Mood
    Amused

    Question

    Quote Originally Posted by war3zbackup View Post
    thanks, man

    To all others flaming at each other about if this is a hack or not,

    stfu! dont use it if you dont like it, go cry somewhere esle, this is not a disscusion topic.

    /ontopic guys

    /ontopic guys? Very well....

    I asked a simple question about that ESP program. I will ask it again and care only for that answer since YOU are the one to ask about this program. Not crying about it either. I am a grown man. Now, is there a reason why 184 is appended at the end of the executable rather than the correct 195 as in the previous version? This could give the impression it is not for 195 executable. My only question. Thanks.

    =======> ExternalBoxEsp43.184.exe <========

  3. #63
    etawakimasi's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    1
    how would you change the key for the aimbot?

  4. #64
    ArchNemesis's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    319
    Reputation
    21
    Thanks
    137
    Quote Originally Posted by May0nayZ View Post
    /ontopic guys? Very well....

    I asked a simple question about that ESP program. I will ask it again and care only for that answer since YOU are the one to ask about this program. Not crying about it either. I am a grown man. Now, is there a reason why 184 is appended at the end of the executable rather than the correct 195 as in the previous version? This could give the impression it is not for 195 executable. My only question. Thanks.

    =======> ExternalBoxEsp43.184.exe <========
    becouse its the 184 version, with the updated offsets from 195.
    to lazy to change that.
    dont act like your are the lord and master of the forum,
    take it easy.

    to change the key for the aimbot:
    go to line 1203:
    Code:
    bool		aim_key = Fn[4] && ((GetAsyncKeyState(VK_RBUTTON) & 0x8000) || (GetAsyncKeyState(VK_END) & 0x8000));
    and change VK_RBUTTON to whatever you like
    Last edited by ArchNemesis; 05-26-2010 at 01:48 PM.

  5. #65
    etawakimasi's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by war3zbackup View Post
    becouse its the 184 version, with the updated offsets from 195.
    to lazy to change that.
    dont act like your are the lord and master of the forum,
    take it easy.

    to change the key for the aimbot:
    go to line 1203:
    Code:
    bool		aim_key = Fn[4] && ((GetAsyncKeyState(VK_RBUTTON) & 0x8000) || (GetAsyncKeyState(VK_END) & 0x8000));
    and change VK_RBUTTON to whatever you like
    So if I wanted to use the z button instead of the right button, how would i do that?

  6. #66
    black_iceee's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    somewhere
    Posts
    127
    Reputation
    16
    Thanks
    90
    My Mood
    Psychedelic
    Quote Originally Posted by etawakimasi View Post
    So if I wanted to use the z button instead of the right button, how would i do that?
    maybe VK_Z ??
    I duno for sure
    bla bla bla

    bla bla bla

  7. #67
    ArchNemesis's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    319
    Reputation
    21
    Thanks
    137
    Quote Originally Posted by black_iceee View Post
    maybe VK_Z ??
    I duno for sure
    edit: i think this should work, please feedback

    (GetAsyncKeyState(0X122) & 0x8000)
    Last edited by ArchNemesis; 05-26-2010 at 02:38 PM.

  8. #68
    hooch's Avatar
    Join Date
    Aug 2007
    Gender
    male
    Posts
    208
    Reputation
    6
    Thanks
    1,194
    My Mood
    Hungover
    You should make some options being read from txt file. Like all this section:

    Code:
    // Global colors - change as you want to customize your version
    // format is 0xAARRGGBB: AA alpha (0=transparent, FF=opaque), RR red, GG green, BB blue
    #define ARGB_TRANS		0x00000000 // 100% alpha
    #define COLOR_FRIEND	0x800000FF // blue
    #define COLOR_ENEMY		0x80C00000 // dark red
    #define COLOR_ENEMY_COLDBLOODED		0x80FFBF00 // orange
    #define COLOR_DEAD		0x80444444 // dead body, the player is watching killcam
    #define COLOR_SENTRY	0x8000B050		// green
    #define COLOR_EXPLOSIVE	0x407F7F7F		// yellow
    // colors for mini-map
    #define MAP_COLOR_FRIEND	0xFF4444FF
    #define MAP_COLOR_ENEMY		0XFFFF4444
    #define MAP_COLOR_ENEMY_COLDBLOODED	0XFFFFBF44
    #define MAP_COLOR_SENTRY	0xFF00B050		// green
    #define MAP_COLOR_EXPLOSIVE	0xFFFFFF00		// yellow
    
    // Game offsets - to be changed for new COD6 builds
    // these are for 1.1.195
    #define REFDEF 0x860030
    #define ENTITY 0x8F8AF8
    #define CLIENTINFO 0x8EC2C8
    #define CG_T 0x7F59BC
    #define CGS_T 0x7F1CF8
    
    #define ISINGAME 0x7F58C8
    #define VIEWANGLEY 0xB36A40
    #define ADDR_KILLS 0x01B2C918
    #define ADDR_DEATHS 0x01B2C920
    
    #define PLAYERMAX	18			// number of players to loop in
    #define ENTITIESMAX	2048		// total number of entities present
    
    #define M_PI					3.1415f

  9. #69
    daavve's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Sweden
    Posts
    121
    Reputation
    9
    Thanks
    68
    My Mood
    Mellow
    Quote Originally Posted by etawakimasi View Post
    So if I wanted to use the z button instead of the right button, how would i do that?
    here is a good link there you can see all key codes : List of Virtual Key Codes

  10. #70
    Mostly_Harmless's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Hi. Sniper aimbot is excellent. Otherwise the regular aimbot is way too fast. If you are not careful you get locked onto an oponent you don't want to aim at while somebody else blasts away at you, and you can't lock onto him. It gets you shot. Looks like a rage hack if you are not careful, too. Hate to gripe. You put in excellent work and its much appreciated :-)

  11. #71
    ArchNemesis's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    319
    Reputation
    21
    Thanks
    137
    Quote Originally Posted by daavve View Post
    here is a good link there you can see all key codes : List of Virtual Key Codes
    lol i took the wrong code, i was looking for something like this,
    thankyou

  12. #72
    helloimnothellokitty's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    is it possible to use this when i have 2 computer screens on my pc ?

    since i cant get it working

  13. #73
    hooch's Avatar
    Join Date
    Aug 2007
    Gender
    male
    Posts
    208
    Reputation
    6
    Thanks
    1,194
    My Mood
    Hungover
    where in the code is auto aim detection angle?

  14. #74
    ArchNemesis's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    319
    Reputation
    21
    Thanks
    137
    Quote Originally Posted by helloimnothellokitty View Post
    is it possible to use this when i have 2 computer screens on my pc ?

    since i cant get it working
    make sure your pc meets the requierments

  15. #75
    etawakimasi's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by war3zbackup View Post
    make sure your pc meets the requierments
    I edited the .cpp file to change it from right click to z but I don't know how to compile it into an exe file using visual expres...

    Thanks for the help!

Page 5 of 67 FirstFirst ... 345671555 ... LastLast

Similar Threads

  1. [Detected] HFT V2 Esp (V1.2.208 compatible)
    By Archangel in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 178
    Last Post: 08-27-2010, 12:23 PM
  2. External BoxEsp V1.1 Sniper Aimbot + Strings Esp (v1.3.37 compatible)
    By Archangel in forum Call of Duty Modern Warfare 2 Private Servers
    Replies: 93
    Last Post: 07-23-2010, 07:35 AM
  3. [SOLVED][Question]External BoxEsp V4.32 Sniper Aimbot + Strings Esp Aimbot Question.
    By bryn1000 in forum Call of Duty Modern Warfare 2 Help
    Replies: 11
    Last Post: 07-05-2010, 05:12 PM
  4. [Detected] External BoxESP aimbot tweaks. [1.1.195 compatible]
    By Tigermisu in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 20
    Last Post: 06-11-2010, 11:32 PM
  5. Sibot (WH, Aimbot, AutoShoot, ESP , .........)
    By Perfect13 in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 47
    Last Post: 02-07-2010, 01:13 AM