Darkorbit - need help with DO bot

03/01/2017 22:05 ramicek43#1
Hi guys. At first i would like to say sorry for my english...
Than i would like to ask how to make darkorbit box collector, npc killer etc. bot in VB.
I can do like everything in DO except that .. - means i can do auction, skylab, tech bot..
If someone have advice for me or link with tutorial i woul be glad.
TY
:mofo:
03/02/2017 22:18 orys#2
Why vb.net... Use c# It is more powerful and complete.

however, what do you want to use, HttpRequest for login to get a data ecc... or you want to use a WebbBrowser to login and get data??
03/04/2017 11:23 ramicek43#3
Quote:
Originally Posted by orys View Post
Why vb.net... Use c# It is more powerful and complete.

however, what do you want to use, HttpRequest for login to get a data ecc... or you want to use a WebbBrowser to login and get data??
I would have to learn C better.. and i want to try it in Vb:)
I would like to use webbrowser
03/09/2017 18:05 mrapc#4
Quote:
Originally Posted by ramicek43 View Post
I would have to learn C better.. and i want to try it in Vb:)
I would like to use webbrowser
Dont use the normal WebBrowser use GeckoFX

And there is no: "It is more powerful and complete." its the same fuckin Framework.
03/10/2017 05:32 AliG-DO#5
Or CefSharp. The thing is if you want to code the bot then either start learning c# programming or look how stuff is done and how to do certain things. No one is going to hand you complete ready code, and do whole work for you.
03/10/2017 18:26 ramicek43#6
Quote:
Originally Posted by AliG-DO View Post
Or CefSharp. The thing is if you want to code the bot then either start learning c# programming or look how stuff is done and how to do certain things. No one is going to hand you complete ready code, and do whole work for you.
Well i dont want whole code i just need help jesus.
:bandit:
03/10/2017 20:27 AliG-DO#7
Yes, but what exactly? Because "everything" is not an answer here.
03/12/2017 00:01 mrapc#8
Quote:
Originally Posted by iPushergene View Post
C# is good, C++ is better ;) I can both and i guess C++ is the best for programs, tools.
Nice, but thats not the question at all, the question was if you have any suggestions on how to write a DO Bot with vb.
03/13/2017 09:00 Underfisk#9
I advice you to start coding in c# a bot. Why? because the syntax is much easier, you can get alot of help in majority of forums (when i mean help, i mean you can see how a bot is done and start building your own). Its quite rare to see people creating their own bots in VB (i had 2y of vb) and i know some of funcs can be easly made with C# ones. But anyway if you wanna make it with vb, then you should start learning this 3 main things.
- Packets
- Sockets (winSoc lib)
- ASM (In most of cases are needed so :) )

Anyway goodluck :)
03/15/2017 21:29 ramicek43#10
Quote:
Originally Posted by Underfisk View Post
I advice you to start coding in c# a bot. Why? because the syntax is much easier, you can get alot of help in majority of forums (when i mean help, i mean you can see how a bot is done and start building your own). Its quite rare to see people creating their own bots in VB (i had 2y of vb) and i know some of funcs can be easly made with C# ones. But anyway if you wanna make it with vb, then you should start learning this 3 main things.
- Packets
- Sockets (winSoc lib)
- ASM (In most of cases are needed so :) )

Anyway goodluck :)
TX!!