Vorbb Gaming | Programming | Community


11
Jul/09
0

RCopy – Copy files from unreliable devices

The following was taken from the post on vorbb forums.  RCopy was created by Burningmace.  He has posted the application as well as its source code.

I have an old drive with a bunch of 1.5GB SQL dump files on it, but the problem is the drive crashes once every five minutes or so. This makes copying the 250+ files practically impossible. So, I wrote a console application to copy the files. You specify a source and destination, and it gets going.

To see the full program as well as the download, http://forums.vorbb.com/Thread-RCopy-Copy-files-from-unreliable-devices/.

19
May/09
12

Cabal Online Account Cracker & Leecher

For those of you who play the game cabal online, this tool may be useful for you.  Its a little program written in c# that allows you to load a username list as well as a password list.  When you hit start, it begins brute forcing the accounts, if one of them successfully logs in then it will be added to a cracked list on the logs tab.  Personally  i have cracked many accounts with this already making hundreds of mills.

I've also included a username leecher that will allow you to create lists of cabal usernames that it takes from their highscores.

I have included the full source codes for both programs so others can benefit from the code (sorry if its a little messy).  Again, both programs were written in C# using Visual C# Express.  If you have any questions then post a comment with your email and ill be sure to answer it.

Here are some screenshots of the programs:

Cabal Online Cracker

Cabal Online Cracker

Cabal online username leecherDownloads:

Cabal Online Cracker: http://vorbb.com/sources/CabalCracker.rar

Cabal Online Username Leecher: http://vorbb.com/sources/CabalOnlineLeecher.rar

30
Oct/08
7

World of Warcraft Account Name Checker

Here is the source of the progam called 'blind leech'.  What it does is it checks whether the usernames from your list are real account login usernames.

Above is a screenshot of the application.  You can find the full source written in C# here.