Page 2 of 2 FirstFirst 12
Results 16 to 26 of 26
  1. #16
    salakos's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    thx so much you are awesome i need this thx so much yep

  2. #17
    z3r0c00l's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    10
    My Mood
    Bored
    Now the last thing I need is to make a MW2 Hack of my own.
    Any suggestions of what I can use?
    Like VB6, Python?

  3. #18
    jabbathehutt's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    616
    Reputation
    18
    Thanks
    731
    My Mood
    Aggressive
    This doesnt work for all trainers!
    Some trainers search not for the window title.
    Helped out over 5000 guys with my level trainer and other stuff.

    Selling Steam accounts. Send me a message if you're interested.



    Nice forum needs to expands! Register now for a good position! (PM me)


  4. #19
    lulala's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    is this the way alteriwnet controls the hack?

  5. #20
    z3r0c00l's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    10
    My Mood
    Bored
    Many times yes
    But as jabbathehutt said
    not all trainers/hacks use this method of finding the Window Name

  6. #21
    Dazidam's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    Code:
    SetWindowText(FindWindow("IW4 WinConsole", "aIW Console"), "IW4 Console");
    SetWindowText(FindWindow("IW4", "alterIWnet"), "Modern Warfare 2");
    Faster.

    Full code:
    Code:
    using System;
    using System.Runtime.InteropServices;
    
    namespace ConsoleApplication1
    {
        class Program
        {
            // To get cod6 windows
            [DllImport("user32.dll", SetLastError = true)]
            static extern IntPtr FindWindow(string lpClassName, string lpWindowName);
    
            // To rename cod6 window
            [DllImport("user32.dll")]
            static extern int SetWindowText(IntPtr hWnd, String Text);
    
            static void Main(string[] args)
            {
                SetWindowText(FindWindow("IW4 WinConsole", "aIW Console"), "IW4 Console");
                SetWindowText(FindWindow("IW4", "alterIWnet"), "Modern Warfare 2");
            }
        }
    }
    What is weird is that so much cheats use this method to find cod6... That sucks...
    Last edited by Dazidam; 07-11-2010 at 09:57 PM.

  7. #22
    rkaf's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    OPEN RIGHT NOW!! <--- ADD MPGHRKAF
    Posts
    748
    Reputation
    73
    Thanks
    1,633
    My Mood
    Yeehaw
    some work some dont
    Last edited by rkaf; 07-11-2010 at 10:06 PM.

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

    kaf073 (08-16-2010)

  9. #23
    Ace666's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    MW3
    Posts
    267
    Reputation
    32
    Thanks
    100
    My Mood
    Twisted
    Quote Originally Posted by jabbathehutt View Post
    This doesnt work for all trainers!
    Some trainers search not for the window title.
    You`re right but with the ESP it has no problem aswell as some trainers witch I have used...




  10. #24
    Shucker's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    442
    Reputation
    16
    Thanks
    311
    My Mood
    Fine
    It works, but my hacks don't work. >_>

  11. #25
    Archangel's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Between Both Worlds
    Posts
    8,866
    Reputation
    1021
    Thanks
    9,003
    My Mood
    Angelic
    since this is an tutorial, im moving it to the tutorial section

    /moved

    *checking files now

    EDIT: you need virusscans from the .zip archive, not the .exe
    fix this please
    Last edited by Archangel; 07-11-2010 at 10:29 PM.

  12. #26
    EndRiT's Avatar
    Join Date
    Dec 2005
    Gender
    male
    Location
    USSR
    Posts
    12,751
    Reputation
    170
    Thanks
    4,294,967,295
    Scan the .rar file not the .exe
    Closed.

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

    black-dragon12 (07-12-2010),sauluus (07-14-2010)

Page 2 of 2 FirstFirst 12

Similar Threads

  1. alterIWnet 1.3.37a+ hack?
    By MaasMaas in forum Call of Duty Modern Warfare 2 Help
    Replies: 2
    Last Post: 11-01-2010, 09:44 AM
  2. Modern warfare 2 alteriwnet 1.3.37a hacks
    By raino39 in forum Call of Duty Modern Warfare 2 Private Servers
    Replies: 1
    Last Post: 08-31-2010, 01:55 AM
  3. Short and Simple solution for alterIWnet v1.3.37a hacks.
    By Comp.Champ in forum Call of Duty Modern Warfare 2 Tutorials
    Replies: 23
    Last Post: 08-23-2010, 11:51 PM
  4. AlterIWnet 1.3.37a hacks?????
    By coffee black in forum Call of Duty Modern Warfare 2 Help
    Replies: 5
    Last Post: 07-25-2010, 01:01 AM
  5. Alteriwnet 1.3.37a needs new hacks?
    By parkerman111 in forum Call of Duty Modern Warfare 2 Help
    Replies: 9
    Last Post: 07-22-2010, 09:23 AM