Page 23 of 67 FirstFirst ... 13212223242533 ... LastLast
Results 331 to 345 of 1005
  1. #331
    juanish's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    6
    My Mood
    Twisted
    how do you use

  2. The Following User Says Thank You to juanish For This Useful Post:

    NOOB (06-21-2011)

  3. #332
    Abstract's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Look in your refrigerator
    Posts
    3,626
    Reputation
    54
    Thanks
    980
    How you use?
    Start mw2 in windowed mode and start the hack.
    Choose your features with the F3-F9 buttons
    Aim with Right mouse click

  4. The Following 2 Users Say Thank You to Abstract For This Useful Post:

    NOOB (06-21-2011),Stickfodder (06-06-2010)

  5. #333
    TheEpic's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    5
    Quote Originally Posted by dheir View Post
    Please note: This is the case now. In the future VAC2 or even IW might release an update to whether or not these things are bannable. It's good for people to not be leachers, (not directing this to you, but everyone), but stay on these forums and contribute, help others and if this information changes and these things become bannable then someone on these forums will let people know. I'm sure if in the future these things become bannable and they change rules and mass ban people without warning, I will start a class action suit against IW (Activision) similar to the one Sony has about PS3 linux support. So no need to worry. Just play like you would, and contribute. thanks.
    Alright sounds good.
    Also, let's say I am wallhacking now. And they make it against the rules a week from now. Even though I did it before they made it against the rules, could I get banned or not?

  6. The Following User Says Thank You to TheEpic For This Useful Post:

    NOOB (06-21-2011)

  7. #334
    Abstract's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Look in your refrigerator
    Posts
    3,626
    Reputation
    54
    Thanks
    980
    No that will be illegal.
    Like if your on a road where you can drive 50 M p h and you do, and the one day you get caught since they lowered it down to 40 M p h and you were following the new rules

  8. The Following User Says Thank You to Abstract For This Useful Post:

    NOOB (06-21-2011)

  9. #335
    TheEpic's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    5
    Quote Originally Posted by dostogg View Post
    No that will be illegal.
    Like if your on a road where you can drive 50 M p h and you do, and the one day you get caught since they lowered it down to 40 M p h and you were following the new rules
    ahh i see now

  10. The Following User Says Thank You to TheEpic For This Useful Post:

    NOOB (06-21-2011)

  11. #336
    NiPiN³'s Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Zuid-Holland
    Posts
    42
    Reputation
    10
    Thanks
    18
    Quote Originally Posted by dostogg View Post
    No that will be illegal.
    Like if your on a road where you can drive 50 M p h and you do, and the one day you get caught since they lowered it down to 40 M p h and you were following the new rules
    One should be really sure that the current u.a. for steam doesn't already forbid the use of such exploits/hacks. I believe that tempering with the files is already covered by it...

    In my opinion all these companies (steam/blizzard/iw/etc.) should put more effort in detecting hacks/exploits and try rendering them useless. Furthermore they should be warning their users that what they detected isn't allowed and will be blocked, instead of banning them.

    If I pay 50,- for a game, I own the game, not a license to which can be revoked/cheanged/whatever...

  12. #337
    Uzzie's Avatar
    Join Date
    Mar 2010
    Gender
    female
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Flirty
    Why is it neccicary for the windows7 aero theme to be on the computer for the hack to work? Iv found multiple ways to install the theme for windows xp, or atleast make it looks like the theme, but im wondering if that will do anything. Is it a core code, or some way the system is running that is needed, or is it just the theme?

  13. #338
    NiPiN³'s Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Zuid-Holland
    Posts
    42
    Reputation
    10
    Thanks
    18
    Quote Originally Posted by Uzzie View Post
    Why is it neccicary for the windows7 aero theme to be on the computer for the hack to work? Iv found multiple ways to install the theme for windows xp, or atleast make it looks like the theme, but im wondering if that will do anything. Is it a core code, or some way the system is running that is needed, or is it just the theme?
    Why Windows7 and Aero? Because the code uses the following function, which is only included in d3d9.dll of Windows7 and the overlay of the Aero theme (directx desktop effects) is used to project the output to.

    Code:
    // Create a Direct3D object
    	hr = Direct3DCreate9Ex(D3D_SDK_VERSION, &g_pD3D);
    Last edited by NiPiN³; 06-06-2010 at 06:32 PM. Reason: Code included

  14. #339
    dheir's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Florida
    Posts
    376
    Reputation
    13
    Thanks
    230
    My Mood
    Amused
    Quote Originally Posted by NiPiN³ View Post
    Why Windows7 and Aero? Because the code uses the following function, which is only included in d3d9.dll of Windows7 and the overlay of the Aero theme (directx desktop effects) is used to project the output to.

    Code:
    // Create a Direct3D object
    	hr = Direct3DCreate9Ex(D3D_SDK_VERSION, &g_pD3D);
    Not to be a know-it-all, but for the sake of correctness I think this is a more correct answer.
    Code:
    MARGINS                 g_mgDWMMargins	= {-1, -1, -1, -1};			// margins for DWM
    To be honest I didn't see any other code call any function in the DWMAPI header include.

  15. The Following User Says Thank You to dheir For This Useful Post:

    NiPiN³ (06-06-2010)

  16. #340
    NiPiN³'s Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Zuid-Holland
    Posts
    42
    Reputation
    10
    Thanks
    18
    Quote Originally Posted by dheir View Post
    Not to be a know-it-all, but for the sake of correctness I think this is a more correct answer.
    Code:
    MARGINS                 g_mgDWMMargins	= {-1, -1, -1, -1};			// margins for DWM
    To be honest I didn't see any other code call any function in the DWMAPI header include.
    True, I was trying to address two questions at once (and didn't do a great job at that....):
    Why no XP => No Direct3DCreate9Ex and no DWM/Aero
    Why Aero => It uses an overlay using DwmExtendFrameIntoClientArea() which needs DWM, which is also needed by Aero (and which Vista starter lacks)

  17. #341
    IAMANUB3's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    3
    Hey guys, I'm having some trouble compiling my own version of this.

    I've tried searching but can't find anything.

    I have Visual C++ 2010 Express Edition, Directx SDK February 2010, and windows SDK 7a.



    Uploaded with ImageShack.us

    When I try compile, it informs me that d3dx9.h is missing. I've browsed to the folder and found that there is indeed no d3dx9.h file where it should be, but all the others are there.

    Where does the d3dx9.h file install to or what SDK must I install to get it?

    Thanks.

  18. #342
    Abstract's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Look in your refrigerator
    Posts
    3,626
    Reputation
    54
    Thanks
    980
    Well i know on many hacks for CA that i used a long time ago it included the d3dx9.h that we had to put in windows folder or soomething

  19. #343
    NiPiN³'s Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Zuid-Holland
    Posts
    42
    Reputation
    10
    Thanks
    18
    Quote Originally Posted by IAMANUB3 View Post
    Hey guys, I'm having some trouble compiling my own version of this.

    I've tried searching but can't find anything.

    I have Visual C++ 2010 Express Edition, Directx SDK February 2010, and windows SDK 7a.



    Uploaded with ImageShack.us

    When I try compile, it informs me that d3dx9.h is missing. I've browsed to the folder and found that there is indeed no d3dx9.h file where it should be, but all the others are there.

    Where does the d3dx9.h file install to or what SDK must I install to get it?

    Thanks.
    I use 2008 myself, but you might have to add the dxsdk directories to your environment.

    Tools -> Options -> Projects and solutions -> VC++ Directories:
    Includes:
    - C:\Program Files\Microsoft DirectX SDK (February 2010)\Include
    Libs:
    - C:\Program Files\Microsoft DirectX SDK (February 2010)\Lib
    - C:\Program Files\Microsoft DirectX SDK (February 2010)\Lib\x64
    - C:\Program Files\Microsoft DirectX SDK (February 2010)\Lib\x86

  20. #344
    hootix's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    sd
    Posts
    9
    Reputation
    10
    Thanks
    1
    i don't understand how to activate the aimbot.
    Please ?

  21. #345
    Archangel's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Between Both Worlds
    Posts
    8,866
    Reputation
    1021
    Thanks
    9,003
    My Mood
    Angelic
    Quote Originally Posted by hootix View Post
    i don't understand how to activate the aimbot.
    Please ?
    hold your right mouse button

Page 23 of 67 FirstFirst ... 13212223242533 ... 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