Page 2 of 2 FirstFirst 12
Results 16 to 23 of 23
  1. #16
    dricao's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    131
    Reputation
    10
    Thanks
    197
    can you make it permanently? because every time I die, I need to press F4 ):

  2. #17
    Shckr57's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    in my room
    Posts
    217
    Reputation
    14
    Thanks
    86
    My Mood
    Shocked
    idk but i run it, then the game, press f4 in the menu, then alt tab and close it, then it works fine

  3. #18
    aIW|Convery's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    2,875
    Reputation
    124
    Thanks
    604
    My Mood
    Cynical
    I think it would be more helpful to just post the address :3

    As I don't have MW3 all I got is 0x2CAC4900 ^^

    Last time I checked you were able to set the FOV without starting a game and it wouldn't change. What is the CE trainer doing wrong? :S
    Last edited by aIW|Convery; 11-17-2011 at 12:17 PM.

  4. #19
    CaptainSparklez's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    61
    Reputation
    10
    Thanks
    229
    Wasn't working for me. Ran it as administrator, changed the program to safe with my anti-virus, completely closed my anti-virus, tried in-game, on a private match - everything. Any chance someone could help me out with a work around? I noticed many users here have got this working.

  5. #20
    lolsociety's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    11
    Reputation
    25
    Thanks
    2
    quite likely to get banned for this sort of thing soon if it modifies the memory while the game is running. VAC will be all over you like a needy bitch before long.

  6. #21
    aIW|Convery's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    2,875
    Reputation
    124
    Thanks
    604
    My Mood
    Cynical
    Quote Originally Posted by CaptainSparklez View Post
    Wasn't working for me. Ran it as administrator, changed the program to safe with my anti-virus, completely closed my anti-virus, tried in-game, on a private match - everything. Any chance someone could help me out with a work around? I noticed many users here have got this working.
    Just make your own?
    Code:
    //FOV changing
    
    #include <windows.h>
    #include <iostream>
    
    
    int main()
    {
    	float newFOV = 90;
    	DWORD pid;
    	
    	std::cout"Waiting for MW3..\n";
    	while(!(HWND hwnd = FindWindow(NULL,L"Call of duty: Modern Warfare 3"))) // Like I know what it's called..
    		Sleep(10);
    	std::cout"MW3 has been found..\n";
    
    	SetForegroundWindow(hwnd); // Unless you are selecting which FOV in the program
    	
    	while(!(GetWindowThreadProcessId(hwnd,&pid)))
    		Sleep(10);
    	
    	while(!(HANDLE phandle = OpenProcess(PROCESS_ALL_ACCESS,false,pid)))
    		Sleep(10);
    		
    	WriteProcessMemory(process, (LPVOID)0x/*Address*/, &newFOV, sizeof(newFOV), NULL);
    
    	system("PAUSE");
    	return main();
    }
    Last edited by aIW|Convery; 11-18-2011 at 01:36 AM.

  7. #22
    Glurkz's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    Think this does not work anymore due to the new patch.

  8. #23
    nullz0rz's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    anyone tried on new patch?

    //Edit doesn't work someone uppdate this?
    Last edited by nullz0rz; 11-19-2011 at 06:19 AM.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Release] MW2 FOV Changer (1.0.172)
    By silentrunner2 in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 30
    Last Post: 02-09-2010, 10:30 PM
  2. [Release] MW2 FOV Changer (1.0.174)
    By silentrunner2 in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 33
    Last Post: 01-20-2010, 12:11 AM
  3. [RELEASE] MAC Adress Changer [PBBAN]
    By thereal|quintobean in forum WarRock - International Hacks
    Replies: 2
    Last Post: 03-15-2007, 10:26 AM
  4. [Release] Nickname changer
    By hjerherjdsd in forum WarRock - International Hacks
    Replies: 42
    Last Post: 12-16-2006, 04:24 PM