View Single Post
  #3  
Old 09-04-2009, 00:36
h4x0r #'s Avatar
h4x0r # h4x0r # is offline
Registered User
 
Join Date: Apr 2009
Location: Spain
Posts: 200
Thanks: 0
Thanked 5 Times in 2 Posts
h4x0r # is on a distinguished road
Quote:
Originally Posted by DABhand View Post
hmmmm...

Unlimited turbo = unlimited ufo speed?
Freeze Bonus = Pause Bonus Timer?
Max Puntuation = Add 1000 score?

Hmmm now to check out the coding, between yours and CH's.
no man,I repeat for the last time that I have nothing to do with these people, take it or leave it.

SOURCE:

Unlimited turbo

Code:
alloc(newmem,xxx) //2kb es suficiente
label(returnhere)
label(exit)

Flock.exe+50e5b:
jmp newmem
nop
returnhere:

newmem:
mov dword ptr [ebp+000027c4],3f800000
fld dword ptr [ebp+000027c4]

exit:
jmp returnhere

dealloc(newmem)
Flock.exe+50e5b:
fld dword ptr [ebp+000027c4]
Freeze Bonus

Code:
alloc(newmem,xxx) //2kb es suficiente
label(returnhere)
label(exit)

Flock.exe+2c000:
jmp newmem
nop
returnhere:

newmem:
mov dword ptr [ecx+00000928],4479c000
fld dword ptr [ecx+00000928]

exit:
jmp returnhere

dealloc(newmem)
Flock.exe+2c000:
fld dword ptr [ecx+00000928]
Max Puntuation = 999999999

Code:
alloc(newmem,xxx) //2kb es suficiente
label(returnhere)
label(exit)

Flock.exe+2ef6e:
jmp newmem
nop
returnhere:

newmem:
mov [esi+0000061c],3b9ac9ff
mov ecx,[esi+0000061c]

exit:
jmp returnhere

dealloc(newmem)
Flock.exe+2ef6e:
mov ecx,[esi+0000061c]




am until the eggs that I compare with these people, that is the last time I compared with those people, if you do not want to download not tell no worse, we all have right to do such things.
is the first and only code that I publish, I will not say again that I have nothing to do with these people if we start seeing less reputation to people who do not deserve.

i say demo, and the code is the same for all.

grettings
__________________
IN NEW PROJECTS

Last edited by h4x0r #; 09-04-2009 at 00:55.