I know, that I've to make a CE Autoessemble sheet and paste it there,but
when I press Assign to Current Cheat Table, it freezez for 3 seconds.
ok that's not the real problem,but when i want to activate the cheat in CE through ticking
the cheat nothing happens and there is no tick next to the cheat.
EDITkay I fixed the tick problem and everything works fine except wallhack
is there anybody else who has problems with wallhack?
I know, that I've to make a CE Autoessemble sheet and paste it there,but
when I press Assign to Current Cheat Table, it freezez for 3 seconds.
ok that's not the real problem,but when i want to activate the cheat in CE through ticking
the cheat nothing happens and there is no tick next to the cheat.
EDITkay I fixed the tick problem and everything works fine except wallhack
is there anybody else who has problems with wallhack?
Active Wall Hack then swich map or active before u log at map.
Now I Have downloaded CE 5.6 and entered all the codes, Shall I just run dekaron normally and activate the hacks? or do I need rexgination stuff or something?
I'm having some trouble with speed hack; at line 24 it sais: db 00 00 C0 40 changed it into: db 00 00 20 41 and the mob speed into the same value, but when I enable nothing hapens I just walk normal speed. Have to say, I'm not that good with ce scripts lol.
Now I Have downloaded CE 5.6 and entered all the codes, Shall I just run dekaron normally and activate the hacks? or do I need rexgination stuff or something?
[ENABLE]
aobscan(_atele,0F B7 98 04 01 00 00 8B 45 00)
label(_ateleport)
registersymbol(_ateleport)
alloc(TeleHack,1024)
label(ChangeTele)
label(SkipChange)
label(ReturnTele)
_atele:
_ateleport:
jmp TeleHack
nop
nop
ReturnTele:
TeleHack:
movzx ebx,word ptr [eax]
cmp bx,0483 // check for Python Castle -> Tomb of the Black Dragon
je ChangeTele
cmp bx,4E20 // check for Braiken Castle -> Draco Desert
je ChangeTele
cmp bx,2B8C // check for North Morte -> Acquirai Ruins
je ChangeTele
cmp bx,048D // check for tomb of the black dragon -> Cursed Mazed
je ChangeTele
jmp SkipChange
ChangeTele:
mov word ptr [eax+00000106],0005
mov word ptr [eax+0000010C],0005
SkipChange:
movzx ebx,word ptr [eax+00000104]
jmp ReturnTele
[DISABLE]
dealloc(TeleHack)
_ateleport:
movzx ebx,word ptr [eax+00000104]
unregistersymbol(_ateleport)
NOTE: Extra instructions are needed for this script.
1. You MUST activate telehack BEFORE loading the map you want to telehack
2. See on the script how it says "Braiken Castle -> Draco Desert", that means that you have to go to 0:0 on Braiken
3. To go to 0:0 you need to do wall hack
[ENABLE]
aobscan(_atele,0F B7 98 04 01 00 00 8B 45 00)
label(_ateleport)
registersymbol(_ateleport)
alloc(TeleHack,1024)
label(ChangeTele)
label(SkipChange)
label(ReturnTele)
_atele:
_ateleport:
jmp TeleHack
nop
nop
ReturnTele:
TeleHack:
movzx ebx,word ptr [eax]
cmp bx,0483 // check for Python Castle -> Tomb of the Black Dragon
je ChangeTele
cmp bx,4E20 // check for Braiken Castle -> Draco Desert
je ChangeTele
cmp bx,2B8C // check for North Morte -> Acquirai Ruins
je ChangeTele
cmp bx,048D // check for tomb of the black dragon -> Cursed Mazed
je ChangeTele
jmp SkipChange
ChangeTele:
mov word ptr [eax+00000106],0005
mov word ptr [eax+0000010C],0005
SkipChange:
movzx ebx,word ptr [eax+00000104]
jmp ReturnTele
[DISABLE]
dealloc(TeleHack)
_ateleport:
movzx ebx,word ptr [eax+00000104]
unregistersymbol(_ateleport)
NOTE: Extra instructions are needed for this script.
1. You MUST activate telehack BEFORE loading the map you want to telehack
2. See on the script how it says "Braiken Castle -> Draco Desert", that means that you have to go to 0:0 on Braiken
3. To go to 0:0 you need to do wall hack
I hope i can help with this scripts ^^
If its ok for you ill add them to my main post ? give credits to you ofc .. post me when its ok for you
The hacks are great!
I got 1 question about the spawn hack - in game I saw a spawn hack that spawn mobs like 50x times faster than the one posted here so my question is - can anyone add the code for that one (or atleast how to speed up the spawn time for this spawn hack)?
auto updating scripts 07/03/2010 - Dekaron - 1 Replies hey guys i just did some browsing (realized nebs program was outdated, haven't played in a week or so :-) ) and i was just wondering if the auto updating scripts released are still in tact? like when neb hooks us up with the update, the CE scripts will auto update? (i don't mind updating myself every thursday morning, but that's convenient if they work :P)
Auto-Maint Scripts 06/26/2010 - EO PServer Hosting - 7 Replies I have been looking for an addition for a private server.
I have not been able to find a script/code that will automatically shut down the server at a certain time, and then bring it back up usually called a autorestart script or auto-maintenance script.. basically does maintenance for you so you don't have to shut it down and bring it back up manually every day, I have had no luck finding one and was wondering if anyone has one they can share or help me figuring out how to create one.
Thanks