Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Nostale
You last visited: Today at 06:17

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

Advertisement



Need help moving

Discussion on Need help moving within the Nostale forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jul 2007
Posts: 120
Received Thanks: 71
Need help moving and RELEASE :D

Hi all,

I'm creating a packet bot for NosTale, independent of the version.
I can already attack monsters, filter on their mob id, collect items, and filter on item id.

The problem i have now is moving towards an item or monster if the distance is too large. When i send the packet "walk <x> <y> <0/1 ??> <speed>", then the character will move serverside ( at least i hope so....), but it won't move clientside. This is a problem because i read my x/y coordinates clientside.
So what i kinda need is a proper way to walk both serverside and clientside..

If anyone is interested in the source, i will pm.
u can expect a release soon

EDIT:
Here is my result so far, no walk



Anyways, my result so far can be download in the attachment.
You need to inject before character selection.
Attached Files
File Type: rar NostaleHook.rar (74.0 KB, 50 views)
blackmorpheus is offline  
Thanks
1 User
Old 11/05/2011, 18:06   #2
 
elite*gold: 0
Join Date: Oct 2011
Posts: 33
Received Thanks: 133
hooking the walk function.
Mr.Crunch is offline  
Thanks
1 User
Old 11/05/2011, 18:08   #3
 
SuicideCookie™'s Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 1,829
Received Thanks: 461
Why i've to inject before char selection?
Mysterious
SuicideCookie™ is offline  
Old 11/05/2011, 18:44   #4
 
elite*gold: 0
Join Date: Jul 2007
Posts: 120
Received Thanks: 71
Quote:
Originally Posted by Styler334 View Post
Why i've to inject before char selection?
Mysterious
Because monster attack is based on "in" packets and they only will appear when you log in or change map. Think before you say something styler..

Alright, this is how to walk:
Code:
DWORD walkAddress = 0x520a44;
void walk(short x, short y)
{
	DWORD high = ((unsigned char)y) << 16;
	DWORD low = (unsigned char)x;
	DWORD value = high | low;
	__asm{
		push 1
		mov edx, value
		mov eax, DWORD PTR DS:[0x7d168c]
		call walkAddress
	}	
}

Now i need to find out a way to read my own hp...
mby i can parse some packets for that?

and i need to find out the hp of target.

If i have this all, my bot will be pretty epic :P
I just need to find someone who can create a nice GUI.
This win32 api is really ******** me.
blackmorpheus is offline  
Old 11/06/2011, 14:09   #5
 
elite*gold: 0
Join Date: Oct 2011
Posts: 185
Received Thanks: 99
Quote:
Originally Posted by Styler334 View Post
Why i've to inject before char selection?
Mysterious
Geht der hack bzw. hat den mal jmd getestet?
xInox3 is offline  
Old 11/06/2011, 14:26   #6
 
elite*gold: 32
Join Date: Jul 2010
Posts: 2,377
Received Thanks: 1,167
Ja der BOT geht - Ich habe ihr getestet :P
Wenn man im Danderfeld steht greift er den mob an der einem am nächsten ist und her hebt Sachen auf...
Δbraxas is offline  
Reply


Similar Threads Similar Threads
Moving in 2 days!!!
12/06/2010 - Off Topic - 1 Replies
Can't wait to move back home,Leaving wensday aafternoon,might not be on much but hell yeah! got a group im in and leading and making money~~~~ Hope everything is okay with everyone else out there :D:D
help with moving
09/10/2009 - Kal Online - 12 Replies
ok hello here is the thing- i am trying for alot of time to do the moving...but i cant its bot mocing exacly to the place...but it moves so i need your help making it currect...please? here is the code for the moving: DWORD itemid,x,y; memcpy((void*)&itemid,(void*)((DWORD)buf2+5 ),4); memcpy((void*)&x,(void*)((DWORD)buf2+5+4),4 ); memcpy((void*)&y,(void*)((DWORD)buf2+5+4+4) ,4); int difx=x-Player.X;
AOD while moving/permanent AOD
09/03/2008 - Cabal Hacks, Bots, Cheats, Exploits & Macros - 1 Replies
can anyone tell me how this is done?? i have seen many people use this during nation wars
Moving on.
01/13/2007 - Conquer Online 2 - 9 Replies
I know many where upset with this latest patch. Yes it bites hit alot of hard. I relied on my archer to get plus ones and mets to hellp fund my equipment but well now tq has made it where I can't rely on that anymore. I am going to have to do oone of two things i can gripe about it or learn to adjust and adapt. I'm not going to quit. I will adjust to the changes adapt and find a way to overcome them. I can't say what other folk will do but i will try to over come this latest obstacle as...
MOVING NPC's
11/14/2006 - Conquer Online 2 - 21 Replies
Can some one answer on this question. how is posible to move NPC's. One guy comed to my server and he was moving the NPC's telling us he hacked GM panel...



All times are GMT +2. The time now is 06:17.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.