[Apps] Custom Map Signers For You!

Utilities designed primarily for the xbox version of Halo 2.
User avatar
dec1234





Posts: 823
Joined: Thu Jun 09, 2005 2:07 pm
Location: England
Contact:

Post by dec1234 »

What? :?
Image
Tom




Recreator Coagulator

Posts: 663
Joined: Thu Aug 04, 2005 8:22 pm
Location: dunno...but the padded walls look nice
Contact:

Post by Tom »

i think he has no idea wut this thing does or he wants to know how it works
Please read the new signature policies!
Three lines of text maximum!
plaguedsoul




Recreator Coagulator

Posts: 237
Joined: Sat May 22, 2004 2:44 pm

Post by plaguedsoul »

can you make this for the 1.0 .net framework also?
Image Image Image
User avatar
dec1234





Posts: 823
Joined: Thu Jun 09, 2005 2:07 pm
Location: England
Contact:

Post by dec1234 »

dont think so :cry:
Image
Tom




Recreator Coagulator

Posts: 663
Joined: Thu Aug 04, 2005 8:22 pm
Location: dunno...but the padded walls look nice
Contact:

Post by Tom »

why dont u just donwload the newer frameworks,,, alot of other things need it anyway
Please read the new signature policies!
Three lines of text maximum!
User avatar
dak is back
Readers Club





Posts: 45
Joined: Sun May 01, 2005 3:49 pm
Contact:

Post by dak is back »

can you make me a signer that resigns maps to this signature:BAE72853

i dont care about the look of the signer as long as it works
ok plz help me with me and kayunis zanzi mod
TfAv1228




Miner Logistician Droplet

Posts: 276
Joined: Sun Sep 05, 2004 4:40 pm

Post by TfAv1228 »

i can i just need to know the reason IM me in a bout 2 hours i wont be back till then
Sig breaks rules, read the rules before reposting.
donuthole1010





Posts: 123
Joined: Sat Apr 30, 2005 7:42 am

Post by donuthole1010 »

does anyone know how to make these in C or C++. i am just starting programming and i want to know how to do this. i have the basics down, i think....
User avatar
ScottyGEE




Visioneer Vector Mad Hatter Artisan
Snitch! Enthraller Pi Critic
Sorceror Droplet Scorched Earth Socialist
Advisor Articulatist 500

Posts: 7352
Joined: Sun Aug 15, 2004 9:08 pm
Location: Down under
Contact:

Post by ScottyGEE »

donuthole1010 wrote:does anyone know how to make these in C or C++. i am just starting programming and i want to know how to do this. i have the basics down, i think....
omg tsf's one did have its use :)
check out his map resigner thread...it has the source so itll help you understand the coding he used for it so you can use it as an example
Image
This collaboration is not endorsed by Halomods
Technically its only me animating though ;)
donuthole1010





Posts: 123
Joined: Sat Apr 30, 2005 7:42 am

Post by donuthole1010 »

ok i just saw that, thaks anyway :D
Shalted




Eureka Translator

Posts: 565
Joined: Wed Nov 17, 2004 8:41 am
Location: Vancouver, BC This is where people put their modding team because they feel important.
Contact:

Post by Shalted »

donuthole1010 wrote:does anyone know how to make these in C or C++. i am just starting programming and i want to know how to do this. i have the basics down, i think....
XOR all the Dwords after the initial 2048byte header together and write it to signature in the following structure( which is the 2048 byte header)

Taken from IF's white paper, not ansi C so youll have to modify it to work.
struct mapHeader {
char[4] head;
int version;
int filesize;
int zero;
int indexOffset;
int indexSize;
int metaSize;
int nonRawSize; // Meta Size + Index Size + BSP Size
char[256] mapOrigin;
char[32] build;
byte[20] unknown;
int sizeOfStrangeFileStrings;
int offsetToStrangeFileStrings;
int unknown;
int offsetToScriptReference128;
int scriptReferenceCount;
int sizeOfScriptReference;
int offsetToScriptReferenceIndex;
int offsetToScriptReferenceStrings;
byte[36] unknown;
char[32] mapName;
int zero;
char[256] scenarioPath;
int unknown;
int fileCount;
int fileTableOffset;
int fileTableSize;
int filesIndex;
int signature;
byte[1320] zero;
char[4] foot;
}
User avatar
dec1234





Posts: 823
Joined: Thu Jun 09, 2005 2:07 pm
Location: England
Contact:

Post by dec1234 »

wow lots of strage words :shock:
Image
high6




Snitch!

Posts: 451
Joined: Sun Feb 13, 2005 6:09 am

Post by high6 »

heydockyle wrote:Impulsed gamers always worked for me before, but for some reason, it wont load
impulsed gamers is closed
METAL_MULISHA69





Posts: 21
Joined: Sun Feb 13, 2005 6:06 pm

Post by METAL_MULISHA69 »

here's my signer i made, if its a new map click sign dlc it will sign the map to orginal sig if its a "old" Disk map click Sign Disk map and it will sign the map to a working sig. Also try clicking the background image.

Image
Attachments
Halo 2 Map Signer.rar
(43.33 KiB) Downloaded 22 times
Last edited by METAL_MULISHA69 on Mon Oct 10, 2005 7:15 am, edited 3 times in total.
http://www.xboxmulisha.com
[img]http://metal_mulisha69.home.bresnan.net/metalsig.jpg[/img]
high6




Snitch!

Posts: 451
Joined: Sun Feb 13, 2005 6:09 am

Post by high6 »

hey could someone post a resigner in vb.net 2k3 with source?

btw metal ur resigner has an error when the background is clicked to much
METAL_MULISHA69





Posts: 21
Joined: Sun Feb 13, 2005 6:06 pm

Post by METAL_MULISHA69 »

because this is coded in vb it cant handle the math like C# can, your not supposed to go click crazy on it lol
Last edited by METAL_MULISHA69 on Mon Oct 10, 2005 8:52 am, edited 1 time in total.
http://www.xboxmulisha.com
[img]http://metal_mulisha69.home.bresnan.net/metalsig.jpg[/img]
high6




Snitch!

Posts: 451
Joined: Sun Feb 13, 2005 6:09 am

Post by high6 »

METAL_MULISHA69 wrote:Cause vb.net cant handle the math like C# can your not supposed to go click crazy on it lol
well isnt there some like c# function to prevent that like vb has

on error resume next

does c# have something like that?
XxAmpedxX





Posts: 9
Joined: Mon Oct 10, 2005 8:06 am

Post by XxAmpedxX »

METAL_MULISHA69 wrote:here's my signer i made, if its a new map click sign dlc it will sign the map to orginal sig if its a "old" Disk map click Sign Disk map and it will sign the map to a working sig. Also try clicking the background image.

Image
Hey , Can you Make That Signer On A Dot 1.0 Framework? for some reason 2.0 Dosnt Work For me. (I tryed download 2.0 a thousand Times)
METAL_MULISHA69





Posts: 21
Joined: Sun Feb 13, 2005 6:06 pm

Post by METAL_MULISHA69 »

i could probably do that for you im at work till late tonight so ill see what i can do for you tomorrow if still needed
http://www.xboxmulisha.com
[img]http://metal_mulisha69.home.bresnan.net/metalsig.jpg[/img]
The Unknown 7




Enthraller

Posts: 59
Joined: Mon Oct 03, 2005 6:32 pm

Post by The Unknown 7 »

I wouldn't download anything from Metal Mulisha, He Is know for Key Loggers.
Read sig regs.
Post Reply