[Request]->Mass spawn laiden egos

04/17/2009 12:13 Gentleman Jack#1
hi guys,

im not anymore that much in that hacking stuff and i'm asking myslef if its possible to make teh laiden spawn much much egos?

do it work with CE ?
or can u get it work with CE?



a lil help would be nice


derAtze
04/17/2009 13:00 TheStefano91#2
yes its possible with VAC script for CE, there s a parameter alredy set to 01 so all bosses spawn very fast, but pay attencion or it dces

Code:
mov edx,999 // number boss spawn
mov dword ptr [eax+8c],edx

mov edx,01 // time delay between spawn
mov dword ptr [eax+90],edx
it works for me (DEKARON)
04/17/2009 14:54 Gentleman Jack#3
Quote:
Originally Posted by TheStefano91 View Post
yes its possible with VAC script for CE, there s a parameter alredy set to 01 so all bosses spawn very fast, but pay attencion or it dces

Code:
mov edx,999 // number boss spawn
mov dword ptr [eax+8c],edx

mov edx,01 // time delay between spawn
mov dword ptr [eax+90],edx
it works for me (DEKARON)
can u also help me how to use this as i said i didn't worked with CE for a long time
04/17/2009 15:43 TheStefano91#4
Use this:

Code:
[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)

0045A19D: // First adresse
jmp newmem
nop
returnhere:

newmem:

originalcode:
mov edx,[eax+1c]
mov [ecx+20],edx

mov edx,999 // number boss spawn
mov dword ptr [eax+8c],edx

mov edx,01 // time delay between spawn
mov dword ptr [eax+90],edx


exit:
jmp returnhere


[DISABLE]
dealloc(newmem)
0045A19D: //Second adrese
mov edx,[eax+1c]
mov [ecx+20],edx
Change first and second addresses with the 2moons addresse for VAC, i dont know what it is because i play dekaron, but you can find it searching in this forum
04/18/2009 05:36 giljs#5
SmokyMcPot420 and noname123's Vac scripts already have the mass spawn hacks in them. Try looking in the release section.
04/18/2009 09:50 marker415#6
it dont work... i tried all the address.. can anyone plz gimme the adress for 2moons
04/18/2009 17:23 giljs#7
Quote:
Originally Posted by marker415 View Post
it dont work... i tried all the address.. can anyone plz gimme the adress for 2moons
As I said before, THE HACK YOU WANT IS ALREADY RELEASED!!!!! Try looking instead of begging!