Post: C# Help
12-20-2011, 07:31 PM #1
xVz
Don't advertise in your usertitle
(adsbygoogle = window.adsbygoogle || []).push({}); I'm trying to make a fastfile editor, and was wondering if someone could assist me in doing so.

And if not could someone teach me about the fastfile, even C# if you would.
(adsbygoogle = window.adsbygoogle || []).push({});
12-20-2011, 09:41 PM #2
Pichu
RIP PICHU.
Originally posted by xVz View Post
I'm trying to make a fastfile editor, and was wondering if someone could assist me in doing so.

And if not could someone teach me about the fastfile, even C# if you would.



Are you talking about something like this???
(I pulled this off of another website)
You must login or register to view this content.
12-22-2011, 01:29 AM #3
xVz
Don't advertise in your usertitle
Originally posted by Sublimity View Post
Are you talking about something like this???
(I pulled this off of another website)
You must login or register to view this content.


Yes, and that is also on this website, MW2 Exploits and Hacks section.

---------- Post added at 07:29 PM ---------- Previous post was at 07:28 PM ----------

Originally posted by reScript
You will need a Zlib handler, this will extract the zone.
    

protected void Extractzone(string input, string output, int bytesize = 3200) { BinaryReader Datastream = new BinaryReader(new FileStream(input, FileMode.Open), Encoding.Default); BinaryWriter Mainstream = new BinaryWriter(new FileStream(output, FileMode.Create), Encoding.Default); for (int bytes = 1; bytes < bytesize; bytes++) Mainstream.Write(DeflateStream.UncompressBuffer(Datastream.ReadBytes(int.Parse( BitConverter.ToString(Datastream.ReadBytes(2)),NumberStyles.AllowHexSpecifier)))); Mainstream.Close(); }


Some parsing my be needed for the data rejoin to work properly, depends.


Team Viewer sometime?
12-23-2011, 05:38 PM #4
I Go Nom
The cow... She go moo
What do you have done currently? I could help you from where you're at.

The following user thanked I Go Nom for this useful post:

xVz
12-28-2011, 03:07 PM #5
xVz
Don't advertise in your usertitle
Originally posted by I
What do you have done currently? I could help you from where you're at.


I don't know enough about the fastfile is my problem, or zlib, are you available for team viewer today?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo