Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Browsergames > DarkOrbit
You last visited: Today at 08:44

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

Advertisement



login bot with packet

Discussion on login bot with packet within the DarkOrbit forum part of the Browsergames category.

Reply
 
Old   #1
 
flobo21's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 21
Received Thanks: 5
Exclamation login bot with packet

hello,

I want to code a login automatically in dark orbit (With packets) but I need help for find packet to login.

I have two months to do that. I know basics of programming (C, C + +, Vb, AutoIt). But I know it's not enough so if someone have the sympathy to help me in my research.

This message is for people who have made ​​bots that works on dark orbit (pbdobot, kbot, iBOT, OpenStealth ...). These people have made very powerful bots. Respect for them, without them dark orbit will be less enjoyable.

Send me private messages
I would be happy to answer you.
flobo21 is offline  
Old 06/24/2012, 15:59   #2

 
Arby's Avatar
 
elite*gold: 83
Join Date: May 2011
Posts: 11,029
Received Thanks: 6,036
I don't know alot of coding however, I find this would be a good place to research from.



Try using that, I don't know if it would completely work, but it's best to look in that section. Good luck making a bot!
Arby is offline  
Thanks
6 Users
Old 06/25/2012, 01:21   #3
 
flobo21's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 21
Received Thanks: 5
thank you for the link, but "WPE - wpe09a_0delay.rar" is no longer available ... The tutorial is interesting even when I had already read ...
flobo21 is offline  
Old 06/25/2012, 01:46   #4
 
elite*gold: 6
Join Date: Jun 2012
Posts: 934
Received Thanks: 398
good luck with your tools^^
DumbassIsKing is offline  
Old 06/25/2012, 16:44   #5
 
flobo21's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 21
Received Thanks: 5
thank you but nobody knows programming packages?
flobo21 is offline  
Old 06/25/2012, 16:51   #6

 
Arby's Avatar
 
elite*gold: 83
Join Date: May 2011
Posts: 11,029
Received Thanks: 6,036
Quote:
Originally Posted by flobo21 View Post
thank you but nobody knows programming packages?
WPE does work, try downloading it from the official link. I just tried it, it works fine for me

Arby is offline  
Old 06/25/2012, 17:02   #7
 
elite*gold: 300
Join Date: Mar 2010
Posts: 2,681
Received Thanks: 3,471
Post

Quote:
Originally Posted by flobo21 View Post
...I want to code a login automatically in dark orbit (With packets) but I need help for find packet to login... I know basics of programming...
You know only basics and you try to make bot? Sorry bro, but I mean it´s impossible. The first you can make simple applications, for darkorbit too, but bot is hard for beginners. And I mean, nobody from begginers can´t make good bot. You must know, e*pvp need bot with "anti-ban" flying, no like UDOBot


Learn, learn, learn bro...
Andrew™ is offline  
Thanks
3 Users
Old 06/25/2012, 18:21   #8
 
flobo21's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 21
Received Thanks: 5
for andrew12341
Instead of telling me that this is impossible and call me a beginner. If you knew that, then I think I can do the same step by step ...

for Arbyii
thank you very much, I'll be able to advance =)
flobo21 is offline  
Old 06/28/2012, 15:16   #9
 
flobo21's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 21
Received Thanks: 5
Can you help me with this code ?


$oHTTP = ObjCreate("winhttp.winhttprequest.5.1")

$oHTTP.Open("GET","http://www.darkorbit.fr", True)


$oHTTP.Send()

$something = $oHTTP.ResponseText()

FileWrite("page.html",$something)

; Test with real account please
$gamer = "User"
$passer = "PassWord"

$oHTTP.Open("POST", "http://darkorbit.fr/?locale=fr&aid=?", False)

$oHTTP.SetRequestHeader("User-Agent", "User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20100101 Firefox/13.0.1")
$oHTTP.SetRequestHeader("Accept", "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8")
$oHTTP.SetRequestHeader("Accept-Charset", "ISO-8859-1,utf-8;q=0.7,*;q=0.7")
$oHTTP.SetRequestHeader("Accept-Language","fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3")
$oHTTP.SetRequestHeader("Accept-Encoding"," gzip")
$oHTTP.SetRequestHeader("Referrer", "http://darkorbit.fr")


$oHTTP.Send("loginForm_default_input_username="&$g amer&"&loginForm_default_input_password="&$passer& "&loginForm_default_login_submit=Connexion")

MsgBox(0,"",$oHTTP)
flobo21 is offline  
Old 06/28/2012, 16:54   #10
 
elite*gold: 0
Join Date: Jan 2012
Posts: 114
Received Thanks: 42
Seems to be a login subrutine using winhttp and written in AutoIt. What is your problem doesn't it work?
Vacak1 is offline  
Old 06/28/2012, 20:10   #11
 
flobo21's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 21
Received Thanks: 5
the problem is that I can't login.
flobo21 is offline  
Old 06/28/2012, 20:11   #12
 
elite*gold: 0
Join Date: Jun 2012
Posts: 109
Received Thanks: 73
Quote:
Originally Posted by Vacak1 View Post
Seems to be a login subrutine using winhttp and written in AutoIt. What is your problem doesn't it work?
Quote:
Originally Posted by flobo21 View Post
the problem is that I can't login.
In this topic is not any packet to tcp/ip login.
Mr.MS is offline  
Old 06/28/2012, 20:13   #13
 
flobo21's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 21
Received Thanks: 5
In addition I have a problem viewing the page on which I record.

good point, but nobody seems to want to help me on the packet tcp / ip so I try to do with the HttpRequest.
flobo21 is offline  
Old 06/28/2012, 20:22   #14
 
elite*gold: 0
Join Date: Jun 2012
Posts: 109
Received Thanks: 73
Quote:
Originally Posted by flobo21 View Post
In addition I have a problem viewing the page on which I record.

good point, but nobody seems to want to help me on the packet tcp / ip so I try to do with the HttpRequest.
There is no way to do it with HttpWebRequest
Mr.MS is offline  
Old 06/28/2012, 20:35   #15
 
-gameaddict-'s Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 151
Received Thanks: 262
Quote:
Originally Posted by flobo21 View Post
Can you help me with this code ?


$oHTTP = ObjCreate("winhttp.winhttprequest.5.1")

$oHTTP.Open("GET","http://www.darkorbit.fr", True)


$oHTTP.Send()

$something = $oHTTP.ResponseText()

FileWrite("page.html",$something)

; Test with real account please
$gamer = "User"
$passer = "PassWord"

$oHTTP.Open("POST", "http://darkorbit.fr/?locale=fr&aid=?", False)

$oHTTP.SetRequestHeader("User-Agent", "User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20100101 Firefox/13.0.1")
$oHTTP.SetRequestHeader("Accept", "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8")
$oHTTP.SetRequestHeader("Accept-Charset", "ISO-8859-1,utf-8;q=0.7,*;q=0.7")
$oHTTP.SetRequestHeader("Accept-Language","fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3")
$oHTTP.SetRequestHeader("Accept-Encoding"," gzip")
$oHTTP.SetRequestHeader("Referrer", "http://darkorbit.fr")


$oHTTP.Send("loginForm_default_input_username="&$g amer&"&loginForm_default_input_password="&$passer& "&loginForm_default_login_submit=Connexion")

MsgBox(0,"",$oHTTP)
If you want to create a bot in autoit language, you must use
function TCPConnect and not winhttp request method.
for connecting to server:
TCPConnect(server ip, port)
for sending:
TCPSend(connection,packet)
and for receiving:
TCPRecv(connection, port)
-gameaddict- is offline  
Reply


Similar Threads Similar Threads
need help with login packet
06/20/2012 - DarkOrbit - 49 Replies
Hi pvpers, i've read many discussion in this forum about the login packet and the packet is something like this: 00 37 00 A0 00 00 USERID 00 00 00 20 SESSIONID CLIENT_VERSION 00 00 SERVER or '0033000700000' + userid + '00000020' + dosid + '0005'+ clientversion when i sniff packets with wireshark (while i'm doing the normal web login), i don't find any packet of this type. What i'm doing wrong? Thank you!
DarkOrbit Login packet
05/17/2012 - DarkOrbit - 0 Replies
English Hi all, i am trying to connect to DarkOrbit but i don't know how to get one thing! » That's the login packet: 00 37 00 A0 00 00 05 53 D6 8C 00 00 00 20 SESSIONID CLIENT_VERSION 00 00 SERVER @all bot developer: How can i get this letters at login??? at every account this 4 hex codes change but i don't know how to get them. Please send me a PM how to get them :)
New Login Packet for Client 5089+
10/31/2010 - CO2 Programming - 6 Replies
Does anybody have the new login packet structure for client 5089+? For example, if I use an older client and send the following login information using the CO client: username : test password : test I receive the following encrypted packet (packet length is 52 bytes): 0x17 0x84 0x04 0x65 0xD7 0x13 0xC4 0xA5 0xDF 0x0F 0x33 0xA5 0x14 0xCB 0x75 0x6F 0x5F 0x89 0xB0 0x22 0xD5 0x64 0x7A 0x36
Login Packet
08/23/2006 - Conquer Online 2 - 5 Replies
I have tried to figure out how the login packet goes, i've used t3hn00bz0r's CO packet sniffer, but i only see the username, and server in the first packet, if i try to login again after that the packets done make any sence. So if anyone could help me?
Password in Login Packet?
04/14/2006 - Conquer Online 2 - 17 Replies
Hey I'm looking through some packet info and such and I just wondered if anyone knew where your password is when you log in. Is it in the login packet along with your user name and server?If not where? Any help would be appreciated. :D



All times are GMT +2. The time now is 08:44.


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.