Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Nostale
You last visited: Today at 15:51

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

Advertisement



CoreBot : [Clientless Bot] : News

Discussion on CoreBot : [Clientless Bot] : News within the Nostale forum part of the MMORPGs category.

Reply
 
Old 08/27/2016, 13:29   #16
 
Pumba98's Avatar
 
elite*gold: 55
Join Date: Jan 2011
Posts: 1,240
Received Thanks: 1,184
Quote:
Originally Posted by lika85 View Post
How did you got that map? (where you can go and where not) It sends server or you get it from nostale files? And how work session? I need encrypted session and idk for what is it.
The map zones are in NStcData.dat, unpack it for example with nossuite. You get the session ID from the Login server together with the ip/ports of the world servers

Edit: Just some more detailed:
The red number is the session id...
NsTeST 33655 79.110.84.76:4008:1:1.5.S1-NosCitadel 79.110.84.76:4007:0:1.4.S1-NosCitadel 79.110.84.76:4004:1:1.2.S1-NosCitadel 79.110.84.76:4006:0:1.3.S1-NosCitadel 79.110.84.76:4003:7:1.1.S1-NosCitadel -1:-1:-1:10000.10000.1
Here:
and here:
is everything you need to know about the map files
Pumba98 is offline  
Thanks
1 User
Old 08/27/2016, 17:16   #17
 
elite*gold: 0
Join Date: Jan 2016
Posts: 36
Received Thanks: 0
Smile

Quote:
Originally Posted by Pumba98 View Post
The map zones are in NStcData.dat, unpack it for example with nossuite. You get the session ID from the Login server together with the ip/ports of the world servers

Edit: Just some more detailed:
The red number is the session id...
NsTeST 33655 79.110.84.76:4008:1:1.5.S1-NosCitadel 79.110.84.76:4007:0:1.4.S1-NosCitadel 79.110.84.76:4004:1:1.2.S1-NosCitadel 79.110.84.76:4006:0:1.3.S1-NosCitadel 79.110.84.76:4003:7:1.1.S1-NosCitadel -1:-1:-1:10000.10000.1
Here:
and here:
is everything you need to know about the map files
Thx you, so all what i need is sessionEncrypt("nickname",sessionNumber)? and what means that last numbers in login packet? ("-1:-1:-1:10000.10000.1")
lika85 is offline  
Old 08/27/2016, 17:50   #18
 
Pumba98's Avatar
 
elite*gold: 55
Join Date: Jan 2011
Posts: 1,240
Received Thanks: 1,184
Quote:
Originally Posted by lika85 View Post
Thx you, so all what i need is sessionEncrypt("nickname",sessionNumber)? and what means that last numbers in login packet? ("-1:-1:-1:10000.10000.1")
it's explained there.


Dont know what the last numbers mean, but they are not important
Pumba98 is offline  
Thanks
1 User
Old 08/27/2016, 18:09   #19
 
elite*gold: 0
Join Date: Jan 2016
Posts: 36
Received Thanks: 0
Quote:
Originally Posted by Pumba98 View Post
it's explained there.


Dont know what the last numbers mean, but they are not important
So i dont need sessionEncrypt? Or its loginPacket, sessionPacket and gamePacket? Sorry for dumb questions. Do you know any code how to connect to NT server? I was searching and trying TCP clients, but nothink works.
EDIT:
I think that last numbers (or some numbers) are for using server (normal,recommended,full etc.)
lika85 is offline  
Old 08/27/2016, 18:17   #20
 
Pumba98's Avatar
 
elite*gold: 55
Join Date: Jan 2011
Posts: 1,240
Received Thanks: 1,184
Quote:
Originally Posted by lika85 View Post
So i dont need sessionEncrypt? Or its loginPacket, sessionPacket and gamePacket? Sorry for dumb questions. Do you know any code how to connect to NT server? I was searching and trying TCP clients, but nothink works.
Which crypto do you use?
encryptGamePacket("packetID yourPacket", sessionID, false)
this for normal gameServer packets & ID/PW
Sleep 1sec
after that
encryptGamePacket("packetID sessionID", sessionID, true)
for sending the session ID to server

and encrypt all packets with the first function.
encryptLoginPacket is obviously for the login server

you can add me in skype if you have more questions if you want to
Pumba98 is offline  
Old 08/27/2016, 19:22   #21

 
BladeTiger12's Avatar
 
elite*gold: 64
Join Date: May 2011
Posts: 1,228
Received Thanks: 847
Wow I would suggest you to stop write a Clientless Bot.
When you need that much help (from start).
Then you will need more help later.
When you not even understanding how you can login (It's easy as fu ).
You're searching TCPClients??? -> Can you any programming language?

Please stop... It feels like you wait that someone post sourcecode...
There is even more after login... You need everything what you listed.
(SessionEncrypt, GamePacket(What's that?), LoginPacket)

This "dumb"(really dumb) questions are reallly **** stupid :X.
Just stop it. You have 100% no experience in programming or packets.

If im wrong then sorry... But it seems like that.
BladeTiger12 is offline  
Old 08/27/2016, 20:01   #22
 
Pumba98's Avatar
 
elite*gold: 55
Join Date: Jan 2011
Posts: 1,240
Received Thanks: 1,184
Quote:
Originally Posted by BladeTiger12 View Post
Wow I would suggest you to stop write a Clientless Bot.
When you need that much help (from start).
Then you will need more help later.
When you not even understanding how you can login (It's easy as fu ).
You're searching TCPClients??? -> Can you any programming language?

Please stop... It feels like you wait that someone post sourcecode...
There is even more after login... You need everything what you listed.
(SessionEncrypt, GamePacket(What's that?), LoginPacket)

This "dumb"(really dumb) questions are reallly damn stupid :X.
Just stop it. You have 100% no experience in programming or packets.

If im wrong then sorry... But it seems like that.
Naja, ganz so drastisch sehe ich das jetzt nicht. Habe am Anfang auch überhaupt keine Ahnung, konnte nichtmal c++ Habe alles mehr oder weniger learning by doing gemacht. Jeder fängt mal Ahnungslos an, auch wenn man natürlich überhaupt nichts davon hat wenn man einfach nur code bekommt den man eh nicht versteht.
Fragen beantworte ich gerne, aber einfach nen Code zu geben wäre einfach verschwendung. Mit der richtigen Suche und wenn man es wirklich verstehen möchte kann man auch ohne wissen einiges schaffen

Einfach einlesen & ein paar Fragen stellen + Motivation
Pumba98 is offline  
Reply

Tags
bot, clientless, core, nostale, packet


Similar Threads Similar Threads
DVbot Clientless botting made easy High performance clientless bot. About: Blitzbo
04/24/2015 - League of Legends Trading - 88 Replies
Sales closed!
NEWS Sbot Clientless
05/29/2010 - Silkroad Online - 11 Replies
From Rendoqoz of bot-cave forum.
Sbot Clientless News
05/27/2010 - Silkroad Online - 3 Replies
From Rendoqoz of bot-cave forum.
bot369 clientless news flash
10/04/2007 - SRO Hacks, Bots, Cheats & Exploits - 12 Replies
as of september 25th, clientless is FREE with no deduction of bot points, you must at least have a bot account with 1 point or more...that is all.



All times are GMT +2. The time now is 15:51.


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.