Page 1 of 2

Application: Another Map Resigner!!! Yay!! (And, a C++ one!)

Posted: Sat Oct 08, 2005 4:34 pm
by The Swamp Fox
I saw that there were, like, three of these in the top ten posts here, so I figured they must be really cool and popular...and everyone wants to be popular, right? Absolutely..So I tried to make one! Even though it seems pretty useless to me...

Well, you can at least use it as a little guide to helping you learn the obviously-superior-to-Visual-Basic language of C#, as I am including full source.

C++ Version
Well...TfAv wanted to see how this was done in C++. And, since I'm so obviously attuned to helping out the community, oh yeah right...who am I kidding...I got bored... Well here's one written in C++, it's nothing fancy, but it's fast, it works, and it's C++, so it should please a few people wondering what the **** C++ is.

Posted: Sat Oct 08, 2005 4:36 pm
by Zigen
yes! this owns all *downloads*
BTW this should be moved to utilities
Also heres a look of it to get you ppl downloadin this shizzle :lol:
Oh and it resigns very fast i just signed those 3 maps and it took 3 seconds so basically 1 second for a map. I tink
Image

Posted: Sat Oct 08, 2005 4:55 pm
by ScottyGEE
TSF is such a trend w-hor-e :lol:
i still find no use for these, as every single modding program has them already, and then theres that encrypto signiture released ages ago...why not use them?
but at least this program sports a good background ;)

Posted: Sat Oct 08, 2005 4:57 pm
by The Swamp Fox
Pretty sure I already said it was useless...

Posted: Sat Oct 08, 2005 5:01 pm
by TheTyckoMan
your so 1337 :oops: :P

Posted: Sat Oct 08, 2005 5:03 pm
by DoorM4n
so ur a follower not a leader ehh
pshhh :P




jk nice job

Posted: Sat Oct 08, 2005 5:52 pm
by imgettinowned
Thx for the source code,

Even if this is pointless, its still amazing because TSF made it

:lol: :lol: :lol:


-Owned

Posted: Sat Oct 08, 2005 7:48 pm
by TJ213
DoorM4n wrote:so ur a follower not a leader ehh
pshhh :P
he would be if he didn't release the source, I think (some) halo2 modding programs should be open source anyways.

Posted: Sat Oct 08, 2005 9:23 pm
by swese44
thanks for the source

Posted: Sat Oct 08, 2005 10:21 pm
by PyroBlizzard
Excelent idea posting the source i tried to get this from other people but failed thx so much.

Posted: Sat Oct 08, 2005 10:52 pm
by ScottyGEE
dammit i was wrong it seems you were right in releasing this thing...

Posted: Sat Oct 08, 2005 11:10 pm
by TfAv1228
OMG I CAN DO IT IN C# TOOO IM SOOO 1337 sweet

Code: Select all

		public int FixEncryption(string SelectedMap)
		{
			FileStream FS=new FileStream(SelectedMap, FileMode.Open,FileAccess.ReadWrite,FileShare.ReadWrite);
			BinaryReader BR=new BinaryReader(FS);
			BinaryWriter BW=new BinaryWriter(FS);
			BR.BaseStream.Position = 8;
			int MapSize=BR.ReadInt32();
			int sum=0;
			BR.BaseStream.Position = 2048;
			for(int i=2048;i<MapSize;i=i+4)
			{
				sum=sum^BR.ReadInt32();
			}
			BW.BaseStream.Position = 720;
			BW.Write(sum);
			BR.Close();
			BW.Close();
			FS.Close();
			return sum;
		}
SwampFox seriously something that i would like to request is c++(non .net) source code for fixing encryption

Posted: Sun Oct 09, 2005 9:17 am
by The Swamp Fox
You wanted to see something written in a non-.net language? I added one to the topic post.

Posted: Sun Oct 09, 2005 9:33 am
by donuthole1010
thank you oh so much for the C++ source :D

Posted: Sun Oct 09, 2005 9:40 am
by TfAv1228
The Swamp Fox wrote:You wanted to see something written in a non-.net language? I added one to the topic post.
YAY ive been trying to write a c++ dll for fixing the sig in VB6 this helps soo much noone can compare to u in ur coding ability

Posted: Sun Oct 09, 2005 10:07 am
by imgettinowned
Just a question.

How many programming languages do you know TSF?

Posted: Sun Oct 09, 2005 10:16 am
by The Swamp Fox
Hrm...A few Basic's, the 3 C's, and HTML...

Posted: Sun Oct 09, 2005 10:18 am
by Zigen
The Swamp Fox wrote:Hrm...A few Basic's, the 3 C's, and HTML...
:shock:

Posted: Sun Oct 09, 2005 12:32 pm
by BoarderX
Mmmmm, goto's...

Posted: Sun Oct 09, 2005 12:42 pm
by uralllame
Fox, if I was a woman or gay i would marry you, then divorce you and steal 50% of your mods, MUAHAHAHAHAHA!!!!! Sorry. great prog, it's so..... shiny!