Pinkzord

Members
  • Content Count

    32
  • Last visited

Community Reputation

1 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. can you do this one? Logitech Zone Wireless - Zone Wireless
  2. Hi guys, I've started making configs for openbullet and looks like there are lots of newbies trying to do the same. This is my first tutorial here, to get the full official application. If you learned something and want further detailed tutorials on how to make configs, please like the thread! If I get enough likes I will do full detailed tutorials on how to make configs and will be open for doubts/ helping doing configs. Enjoy! [hide] The first step is downloading visual studio (or any c# ide). You can download the visual studio community version which is also free: https://visualstudio.microsoft.com/pt-br/vs/community/?rr=https%3A%2F%2Fwww.google.com%2F In the installation you have to select ".NET dektop development" like this: After the installation is complete, open visual studio and click Clone or check out code: Now we need to official OpenBullet repository, to access if you can go to: https://github.com/openbullet/ To download the code paste this on the Repository location: https://github.com/openbullet/openbullet.git Congratulations! Now you have the official code of OpenBullet! The next step is to open the solution and compile the code to get the executable! To do this, change to tab Solution Explorer and then double click on OpenBullet.sln: Now you can see all files, if you want to learn how to code you can start here as well ! Lets build the executable, change the configuration to release and build the solution, due to a bug you will have to build each project separately, right lick on the project and choose build, first the RuriLib, then OpenBulletCLI and finally OpenBullet: If you get a "chmod error", just try to build it again. If all succeed you are good to go ! Just go to the project solution folder, on the folder OpenBullet\bin\Release! A quicker way to go ther is: And there you go: [/hide] dont forget to like:
  3. Very simple tutorial, I think you could do it better :P, If you need some help let me know mate!
  4. thanks mate! it has country as well?
  5. any account still working? :P
  6. what men, you have 2 loops on the same variables. That code is really a mess. while (accountPosition < accountLst.Count - 1) and inside that you have } while (accountPostion < accountLst.Count - 1); you also do not initialize the variables,
  7. Im doing some atm, this can be usefull! Thanks man, will comment later after checking
  8. You need to make your code more readable. try to rename this int r, g, v, w; to the proper function of that variables, after that I may help you :)
  9. is this a script for like trading? Or what is it?