Page 1 of 3
[halo 2] lollerfast map resigner (MY FIRST APP)
Posted: Mon Sep 25, 2006 5:12 pm
by xboxkid
Leik just drag n drop over teh mapfilz 2 sine them! dont use on sp maps or else loller slow cuz how leet this app is

:D:D:D:D:D

Tural = whorebag
Posted: Mon Sep 25, 2006 5:13 pm
by Zone 117
Yay. Another signer

Posted: Mon Sep 25, 2006 5:14 pm
by xboxkid
lololol this siner owns all

:D:D:D
Posted: Mon Sep 25, 2006 5:15 pm
by -DeToX-
Posted: Mon Sep 25, 2006 5:16 pm
by Trulife8342
Roxorz.
Posted: Mon Sep 25, 2006 5:16 pm
by xboxkid
mb u shuld tri it out bfore critisising meh work dude!
Posted: Mon Sep 25, 2006 5:20 pm
by Tural
dis app rox dood u shuld make more
Posted: Mon Sep 25, 2006 5:21 pm
by StalkingGrunt911
Good job on learning to program.
Posted: Mon Sep 25, 2006 5:21 pm
by xboxkid
fyi...resigns beavercreek in ~0.1 seconds on my 2.0ghz laptop

Posted: Mon Sep 25, 2006 5:25 pm
by Trulife8342
its a real fast resigner like im not even kidding, actually try it out.
Posted: Mon Sep 25, 2006 5:32 pm
by -DeToX-
Im still installing .net framework as we speak for this laptop... So ill check it in a sec.
Umm Dude.... i just tried this... Its not bad, but its not great either.. And its just a map resigner, with basically No UI
But no need to get all competitive.. Im just saying, im proud of you for learning, but maybe try something a bit ..... harder..
Posted: Mon Sep 25, 2006 5:47 pm
by Aumaan Anubis
h01y cr4p d00d, th15 4pp 15 fr34k1n 4w350m3!!!!
well, since other people did it, i thought i would too.
good job on your first app and learning how to code.
Posted: Mon Sep 25, 2006 5:48 pm
by Vicarious
VinxStinx wrote:Vicarious wrote:-Detox- could create this APP with his eyes closed and his hands tied behind his back faster than you could with 20/20 vision and perfect working arms. But....
I challenge him to write a faster multiplayer map resigner, I'll be waiting

lol - *walks away and calls , "Detox!"*
OMG- wow , you guys , I just downloaded the program thinking , "Maybe this kid does know what hes talking about , maybe it really is fast.." - well , the .exe doesnt even work , it brings up the black command box and says , "click ok to terminate the application" - LMAO , learn to VB for you post

Posted: Mon Sep 25, 2006 5:48 pm
by xboxkid
-DeToX- wrote:But no need to get all competitive.. Im just saying, im proud of you for learning, but maybe try something a bit ..... harder..
Code: Select all
int Resign(int DataOffset, int maxCount, int Signature)
{
__asm{
xor eax, eax
xor ecx, ecx
mov ebx, maxCount
mov edx, DataOffset
CalcSig:
xor eax, dword ptr [edx+ecx*4] //calculate checksum
inc ecx
cmp ecx, ebx
jl CalcSig
mov Signature, eax
}
return Signature;
}
Yeah, it's pretty basic stuff

Posted: Mon Sep 25, 2006 5:49 pm
by -DeToX-
Posted: Mon Sep 25, 2006 5:54 pm
by chrasherx
o yes we need another map resigner, anyway gj i guess
Posted: Mon Sep 25, 2006 5:55 pm
by TunesRus90
W00T!
*TunesRus90 adds to his collection*
lolnub GUI.

Posted: Mon Sep 25, 2006 6:00 pm
by RA1N THE ELITE
wow two resigners. made me lol cuz it reminds me of command prompt.
Posted: Mon Sep 25, 2006 6:01 pm
by VoiDeD
VinxStinx wrote:-DeToX- wrote:But no need to get all competitive.. Im just saying, im proud of you for learning, but maybe try something a bit ..... harder..
Code: Select all
int Resign(int DataOffset, int maxCount, int Signature)
{
__asm{
xor eax, eax
xor ecx, ecx
mov ebx, maxCount
mov edx, DataOffset
CalcSig:
xor eax, dword ptr [edx+ecx*4] //calculate checksum
inc ecx
cmp ecx, ebx
jl CalcSig
mov Signature, eax
}
return Signature;
}
Yeah, it's pretty basic stuff :P
Rawful. Everyone was liek, ZOMG NEWB WIT RESINER.. Then he posted the sexy source... And what do you see? No one says anything. :O
Posted: Mon Sep 25, 2006 6:03 pm
by ledgendary
Remminds me of Windows Dos. FTW Program.