Guest User

Untitled

a guest
Oct 19th, 2017
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. #include "stdafx.h"
  2.  
  3. using namespace System;
  4. using namespace ONEAPI;
  5.  
  6. int InitializeBot();
  7. ONEAPI::Connection ^connection = gcnew ONEAPI::Connection(true);
  8. int main(array<System::String ^> ^args)
  9. {
  10. Console::BackgroundColor = ConsoleColor::Black;
  11. InitializeBot();
  12. return 0;
  13. }
  14. int InitializeBot(){
  15. connection.StartConnection("127.0.0.1", 1274, "username","B73955EE7A30E959819BAE2392F6F4441DF98C66A4026EF55287A81D1F815504","R0Bo");
  16. return 1;
  17. }
Add Comment
Please, Sign In to add comment