• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Recent content by Epicblood

  1. Epicblood

    Avatar / Siggy / Userbar

    Signature Format Size: 650x200 Theme: BlackHat hacker type thing Render: None Color: Dark (black, maybe some red/purple) Text: Shadow or ShadowOp Avatar Format Size: 250x250 Theme: BlackHat hacker type thing Render: None Color: Dark (black, maybe some red/purple) Text: Shadow or ShadowOp...
  2. Epicblood

    Pokemon friend codes

    Post your pokemon X & Y friend codes here! the more codes you have, the better your safari experience will be. Will post mine once I get it (tomorrow)
  3. Epicblood

    C# IRC Bot Skeleton

    Figured someone might find this useful, so I will just leave this here The code is pretty self explanatory, do with it what you please. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net.Sockets; using System.IO; using System.Windows.Forms...
  4. Epicblood

    [Snippet] AES Encryption

    This is a super simple AES encryption thing I wrote, I do not believe it uses hardware instructions so it is relativilly slow (I get about 12-15 Mb/s encrypted) I am sure there are ways to improve this, but it got the job done for me so it's whatever. This is licensed under the WTFPL DO WHAT...
  5. Epicblood

    [Free Service] Making Java things for you

    Hello everybody I have been doing Java off and on for about 3 years now and really want to get better, but I have run out of Ideas of things to make. Therefore, feel free to post here or PM me with anything you want made in Java. If it is very complicated it may take awhile, but I will do my...
  6. Epicblood

    How to get IOS 7 Free [NO UDID]

    Since I see some dumbasses selling UDID activations for IOS 7 Beta, here is a quick tutorial for how to get it, free of charge, without having to activate your UDID. First, Backup & Restore your iDevice, and install the latest IOS for your device (6.1.4 for 5, 6.1.3 for others) Now download...
  7. Epicblood

    [Request] Signature

    Hey all, I would like to request a signature. One that I can use both here and on my server's forum. Not really sure what the standard Signature request thread includes but here are somethings I would like to highlight: Size: No particular preference, just kinda standard I guess Color: Either...
  8. Epicblood

    [SOLVED] What am I doing wrong here?

    Just started trying to learn C++ for trinity and am trying to make a script that adds an item, and x amount of honor when someone kills another player, and subtracts x amount of gold from the player being killed. /* * *############# ############# ############# #############...
  9. Epicblood

    Epicblood here

    Hey everybody, Epicblood here. Just realized I hadn't posted an intro here yet xD Anyway, I like Java and consider myself slightly above beginner. I am trying to learn C++. I know SQL fairly well. I am working on starting my own private server, Shadow-WoW (if you are an SQL, DBC, or C++ dev...
  10. Epicblood

    Written How to make and release a proper repack (or how to compile and setup a server on various OSs)

    I will be updating this regularly to include different OSs and Cores What is a repack? A repack is a precompiled core, it includes everything needed to successfully run the wow server program How do I make a repack? you start by pulling the source, the location of this source varies by core...
  11. Epicblood

    [Java] Char Start Outfit DBC generator (Simple)

    I just made this program real quick in Java because I needed it xD Basically it takes the itemids and displayids and generates a csv file that you can then convert with something like MyDBCEditor GUI isn't the greatest, but it gets the job done xD It is very straight forward and explains...
Top