Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Dekaron > Dekaron Exploits, Hacks, Bots, Tools & Macros
You last visited: Today at 13:29

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Modified Non-Aggro Script for Crespo Dungeon

Discussion on Modified Non-Aggro Script for Crespo Dungeon within the Dekaron Exploits, Hacks, Bots, Tools & Macros forum part of the Dekaron category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2008
Posts: 172
Received Thanks: 48
Modified Non-Aggro Script for Crespo Dungeon

What's Different? I added 1 line that freezes all mobs that are not being vacced to you. In other words, if you are doing a Crespo run with wall hack, you have no fear that the monsters will wander beyond the walls. They will not move from where they spawn until they detect you and start moving toward you. On further testing, I discovered that the mobs do still move at a very slow rate. This will result in a few wandering into the wall, but they will be within easy reach.
If you just want to modify your existing code, add this line before your mobs speed line:

mov [esi+0000006c], 00000000 // Freeze mob

Code:
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,1024) 
label(returnhere) 
label(originalcode) 
label(exit) 
0053A30A: 
jmp newmem 
nop 
nop 
returnhere: 
newmem: 
originalcode: 
movzx eax,word ptr [esi+00000154] 
//mov eax,01 
//mov word ptr [esi+00000156],ax
mov [esi+0000006c], 00000000 // Freeze mob 
mov [esi+00000070], 40C00000 // speed mob 
//40c00000 = 6 lv 1 (to replace the above blue color) 
//40400000 = 12 lv 2 (to replace the above blue color) 
//41c00000 = 24 lv 3 (to replace the above blue color) 
mov byte ptr [esi+00000174],00 // malee attack range = 0 
mov byte ptr [esi+00000244],00 // magic attack range = 0 
mov [esi+00000240],0000000 //other attack range = 0 
mov [esi+0000023c],0000000 //other attack range = 0 
mov [esi+00000238],0000000 //other attack range = 0 
mov eax,03 
mov word ptr [esi+00000154],ax 
exit: 
jmp returnhere 

 
 
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem) 0053A30A: movzx eax,word ptr [esi+00000154]
I know this is not exactly groundbreaking, but I have seen a lot of posts about how hard it is to use wall hack on Crespo dungeon, because the monsters run off the map.
giljs is offline  
Thanks
6 Users
Old 06/26/2009, 15:55   #2
 
sachamo512's Avatar
 
elite*gold: 20
Join Date: Nov 2008
Posts: 1,496
Received Thanks: 345
What exactly is the point of wall hacking crespo? I tried to just wall hack all the way to the end and pick up the obsidians, but that didn't work because the fairy or w/e wouldn't even talk to me, so you have to do everything...
sachamo512 is offline  
Old 06/26/2009, 17:41   #3
 
kikichan's Avatar
 
elite*gold: 20
Join Date: Aug 2006
Posts: 2,867
Received Thanks: 545
If your good enough and with wallhack you can get copper sometime silver in 4-6min
kikichan is offline  
Old 06/26/2009, 17:53   #4
 
sachamo512's Avatar
 
elite*gold: 20
Join Date: Nov 2008
Posts: 1,496
Received Thanks: 345
oh, well, without wall hack, I can do the dungeon in like 15 minutes. What sucks is that laiden is like 85% resistant to curse, so it takes my seg forever to kill him, haha
sachamo512 is offline  
Old 06/26/2009, 18:54   #5
 
elite*gold: 0
Join Date: Feb 2009
Posts: 157
Received Thanks: 4
it goes faster with wallhacking then u dont have to follow maze, u can go directly to the levers
twitchdk is offline  
Old 06/26/2009, 18:58   #6
 
elite*gold: 3
Join Date: Nov 2008
Posts: 5,333
Received Thanks: 1,335
sorry about that wasint careful reading
Vaidas B is offline  
Old 06/26/2009, 20:31   #7
 
sachamo512's Avatar
 
elite*gold: 20
Join Date: Nov 2008
Posts: 1,496
Received Thanks: 345
Quote:
Originally Posted by waidas123 View Post
but mobs are all over the place when u wall hack
Quote:
In other words, if you are doing a Crespo run with wall hack, you have no fear that the monsters will wander beyond the walls. They will not move from where they spawn until they detect you and start moving toward you.
Reading works wonders
sachamo512 is offline  
Old 07/17/2009, 11:25   #8
 
elite*gold: 0
Join Date: Apr 2009
Posts: 9
Received Thanks: 1
this will not work....because u have to kill the boss to get the argate,till that it will not appear..
szili6000 is offline  
Old 07/17/2009, 11:47   #9
 
elite*gold: 3
Join Date: Nov 2008
Posts: 5,333
Received Thanks: 1,335
no1s talking about it...
Vaidas B is offline  
Old 07/17/2009, 23:13   #10
 
sangbums2's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 146
Received Thanks: 16
but when vaccing in crespo it crashes at least once...
sangbums2 is offline  
Old 07/18/2009, 05:14   #11
 
sachamo512's Avatar
 
elite*gold: 20
Join Date: Nov 2008
Posts: 1,496
Received Thanks: 345
Quote:
Originally Posted by sangbums2 View Post
but when vaccing in crespo it crashes at least once...
that's why you're not supposed to vac in dungeons...they vac automatically, lol
sachamo512 is offline  
Old 07/18/2009, 05:15   #12
 
sangbums2's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 146
Received Thanks: 16
Quote:
Originally Posted by sachamo512 View Post
that's why you're not supposed to vac in dungeons...they vac automatically, lol
so pretty much youre saying they wont patrol until you aggro them right

yea i dont vac in dungeon cuz i crash like multiple times in a single run (tried with 2 computers). but with non aggro the mobs are all over the place so i cant aoe them properly :/

any tips?
sangbums2 is offline  
Old 07/20/2009, 19:12   #13
 
elite*gold: 0
Join Date: May 2009
Posts: 132
Received Thanks: 15
Quote:
Originally Posted by sangbums2 View Post
so pretty much youre saying they wont patrol until you aggro them right

yea i dont vac in dungeon cuz i crash like multiple times in a single run (tried with 2 computers). but with non aggro the mobs are all over the place so i cant aoe them properly :/

any tips?

i also noticed this too today, I really like vacing in dungeons for a couple reasons. For 1 when you vac in dungeon they will spawns about 20 ego's that you can just sit there and kill, nice exp. Also I have this wondering monsters problem too when im not vacing, I spent 5 minutes looking for monsters today to find them way offmap lol.

I get that koreon error at least 15x a day, I think it also has to do with my graphics card and crappy computer but I live with it. BUT I can never put vac on in dungeon of I dont make it past the 1st mob before I crash
stormswa123 is offline  
Old 07/20/2009, 19:20   #14
 
elite*gold: 3
Join Date: Nov 2008
Posts: 5,333
Received Thanks: 1,335
lol, alot of people crash in crespo, i have only 1 question, is there a way to make Laiden not spawn ego's? (without turning off vac)
Vaidas B is offline  
Old 07/20/2009, 21:04   #15
 
elite*gold: 0
Join Date: May 2009
Posts: 132
Received Thanks: 15
Quote:
Originally Posted by waidas123 View Post
lol, alot of people crash in crespo, i have only 1 question, is there a way to make Laiden not spawn ego's? (without turning off vac)


just target him as soon as you enter room, when he dies obviously he cant spawn ego's.
stormswa123 is offline  
Reply


Similar Threads Similar Threads
crespo lvl 60 dungeon
06/15/2010 - Dekaron - 4 Replies
hey on crespo lvl 60 dungeon how far do u have to go into the dungeon til u can mass spawn lvl on laiden???
Crespo Dungeon DC
01/19/2010 - Dekaron - 9 Replies
Heya all! i know that there are already alot of topics about it but im realy gettin pissed about this.... As u all know u get dc's as soon as u enter Crespo Dungeon. I am trying to figure out what the cause of the problem is, so first i thought that it where my VAC scripts, so i only used "Dungeon no DC VAC","Wallhack", "Auto Pots" and "Non-aggro" hack, as soon as i enter crespo i d/c... When i use: "VAC 1,2,3", "Auto Pots" and "Wallhack", i can come to about half of crespo dungeon, so i...
The Best Vac For Crespo Dungeon Without DC
01/16/2010 - Dekaron - 5 Replies
Well can anyone post here the best Vac Hack ( and No Aggro Maybe) which i can use it in Crespo DG Without DC
Crespo Dungeon A,B,C Bug with CE
11/03/2009 - Dekaron - 8 Replies
Hey guys, Why after update, 5.1.5 , Im getting bug in Crespo Dungeon, All the time. Im using CE, with No-xign. The game is closed , and shows me a msg with symbols. Anyone knows how it happens? Im walking normal, and boom... It closes. Sorry to post it, but I tried all ways and the problem still. If can someone help me, thanks.
Non-Aggro for Crespo dungeon(s) anybody?
09/08/2008 - Dekaron - 6 Replies
Drag and drop would be preferred =).



All times are GMT +1. The time now is 13:30.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.