Post: FourzerotwoFAILS Cod4/Cod5 Tool Beta
08-10-2011, 09:30 PM #1
(adsbygoogle = window.adsbygoogle || []).push({});
FourzerotwoFAILS Call of Duty 4 and Call of Duty 5 Tool Beta
You must login or register to view this content.



I'm back, and with me I bring an all new amazing tool. It's currently only in the beta stage and not all features have been implemented yet. I need you to help me test out all of the current features and new ones when it's updated. Here's whats's in the tool so far.

V1.2 Beta
    
Download it here [url=https://www.mediafire.com/?zpq2p93gr8h924s]https://www.mediafire.com/?zpq2p93gr8h924s[/url]

+Added Call of Duty 5 Code Browser

+Improved UI

+Few Bugs Fixed


v1.0 Beta
    
Download: [url=https://www.mediafire.com/?7v7b6et2t132wrb]Patch Generator.exe[/url]

Call of Duty 4:
-Code Browser: Filled with 15 different codes. Currently adding more!

-Patch Generator: Create your own customized patch easily with this tool. Currently adding more features and improving the UI.

Call of Duty 5:
-Patch Generator: Create your own customized patch easily with this tool. Currently adding more features and improving the UI.


Here are some pictures of the tool:
You must login or register to view this content.

You must login or register to view this content.

You must login or register to view this content.

You must login or register to view this content.

You must login or register to view this content.

You must login or register to view this content.

You must login or register to view this content.


Also a big shoutout to the user iReset. He's helped me out with this a lot. He's done some of the UI, helped me get codes together and get clean patches. :y:
(adsbygoogle = window.adsbygoogle || []).push({});

The following 14 users say thank you to FourzerotwoFAILS for this useful post:

TopRamen, Diddles2Fresshh, Docko412, EZ., GetDeleted -_-, gstroublemaker, iReset Nigga, IVI40A3Fusionz, Jeremy, Karoolus, Mr.Hannu, PressXForSex, Uk_ViiPeR, xVz
08-10-2011, 10:45 PM #11
Originally posted by D34TH View Post
yes, if you guys would like me too, i would help with it. only if its coded in c# though


Not coded in c#, but I do agree that it needs work. I'm going to work on that after I get finished with what I'm adding to it now. (Mod Menu Customizer)
08-10-2011, 10:47 PM #12
INSAN3LY_D34TH
INSAN3LY GAMING
Originally posted by FourzerotwoFAILS View Post
Not coded in c#, but I do agree that it needs work. I'm going to work on that after I get finished with what I'm adding to it now. (Mod Menu Customizer)


thats cool, what language? vb
and ill set the ffviewer aside for a week or so and make a new program for you guys
08-10-2011, 10:47 PM #13
iReset Nigga
2Fresshh!!
Originally posted by D34TH View Post
i agree with him, the light green text is almost impossible to see. it doesn't go good with the black background. And the fonts all weird. maybe if it looked more professional then cool.


oh i see what ur talking about now i thought u meant the text to enter the code browser
08-10-2011, 11:04 PM #14
Correy
I'm the Original
Originally posted by FourzerotwoFAILS View Post
...


i could make help you so you can make an actuall patch_mp.ff, but i've fogotted vb.net..
but here's a method from what we used on our .ff

make it open cmd, make sure offzip and packzip are in the folder.
make it write to the cmd with the cd dekstop/ whatever and blah..
then read and write the files, you can extract things using hex offsets within VB, then you write to it then pack it back in using cmd again..

it's easy in C# Winky Winky

New Post :
also, you need the filesize so it doesn't overwrite.. and also if it's less write too it..
here's the filesize.. well in C#, convert it to vb.net

    
if(textBox1.Text.Length < GSCMAXFILESIZE)
{
//do a action like MessageBox.Show("TOO MUCH TEXT");
}


i'll write the other code to write to it if there's not enough later..

Edit : vb.net Code
    
If textBox1.Text.Length < 1000 Then
//Do Something
End If


Another New Post :
another quote, here's my C# method.

    
//add at the top
using System.IO;

StreamWriter CMD = new StreamWriter();
CMD = File.CreateText("unpack.cmd");
CMD.WriteLine(".\\offzip.exe -a -1 -z -15 \"" + path + "\\" + filename + "\" \"" + path + "\" 0");
CMD.Close();
System.Diagnostics.Proccess.Start(Application.StartUpPatch + "\\unpack.cmd");

The following user thanked Correy for this useful post:

iReset Nigga
08-10-2011, 11:08 PM #15
TopRamen
Gym leader
ill test it soon or maybe when its do downloading
08-10-2011, 11:17 PM #16
Correy
I'm the Original
added to first quote.
08-10-2011, 11:19 PM #17
Originally posted by Correy View Post
another quote, here's my C# method.

    
//add at the top
using System.IO;

StreamWriter CMD = new StreamWriter();
CMD = File.CreateText("unpack.cmd");
CMD.WriteLine(".\\offzip.exe -a -1 -z -15 \"" + path + "\\" + filename + "\" \"" + path + "\" 0");
CMD.Close();
System.Diagnostics.Proccess.Start(Application.StartUpPatch + "\\unpack.cmd");


:yuno: tell me to code in C# before I started making the program
08-10-2011, 11:23 PM #18
Correy
I'm the Original
Originally posted by FourzerotwoFAILS View Post
:yuno: tell me to code in C# before I started making the program


re-read the first quote, it's a mega thread Enzo
08-10-2011, 11:25 PM #19
Originally posted by Correy View Post
re-read the first quote, it's a mega thread Enzo


I don't know how to code it such that it opens up a command prompt and does all that fancy coding automatically. If you want to make a program in visual basics, send me the program file, I could put it into my program and give credit =D

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo