Search results

  1. To My RuneRev Users ..

    Hello to all of the users that decided to stick around RG. You probably are mad, and/or hate me for such a drastic change, but all I ask is for you to see things from my perspective. School work was loading up, Xenon needed coding done daily, I had new coding projects I needed to work on, I...
  2. Cool sites for new music.

    www.last.fm www.rapgenius.com
  3. 200th person to post..$$

    inb4Iwaituntil200thendeletethe200thpostandreplaceitwithmine.
  4. View New Posts

    I'll look into this now. Thanks for the heads up boys.
  5. [FREE]Giving away 1 free bin of my sick program

    I can un-obfuscate it don't worry. I'd like to see the entire source as well not just specific parts of the stubs.
  6. RSPS commands

    Post a source example, seems like a rather interesting PoC
  7. [FREE]Giving away 1 free bin of my sick program

    To whoever wins this, I recommend you decompile/dissect the program to make sure it's not backdoored.
  8. [RSPS SOURCE] HyBriD PvP V3 602 Anims-Gfx-Npc's, 634 Items&Torva, 16332 Downloads!!!

    Features: 634 Items - Check Shop Picture 602 Npc's Summoning - Cats, Dogs, Penguin, Dragons [Dragons are donator only] Perfect Leeching Anims Flashing are fixed - hand cannon stance works without flashing Allot Of Shops - Check Shop Picture Good Bosses - Avatar Of Destruction and Penance...
  9. [RSPS TUT] How to Start Your Own RSPS!

    Downloading winRar To start off, we'll download Winrar. Winrar is a program in which you can use to extract files from .rar format, you may download it here Downloading and Installing Java After you have done so, we will need the latest version of the Java Development Kit found...
  10. [RSPS TUT] Add a 508/525 Vote4cash

    First off, make a folder called mysql in the codeusa folder. Inside the folder create a new class named Vote4cash.java inside that class paste this /* * Class Vote4cash * * @author Taylor */ package net.com.codeusa.mysql; import java.sql.*; import...
  11. [RSPS TUT] Make Objects Unspawnable

    In commands.java add private static final int unspawnables[] = {}; And your ::item command should look like this when your done if (command[0].equals("item")) { int itemId = Integer.parseInt(command[1]); for (int id : unspawnables) { if (id == itemId) {...
  12. Add Teleport Buttons in Quest Tab [RSPS TUT]

    Ok first, you will need the files Actionbuttons.java & Frames.java. In Frames.java find: setTab(p, 75, 274); Then, under that add: : setString(p, "", 274, #); In the "" add the name of the teleport, for example setString(p, "<col=33FF33>TELEPORT NAME", 274, #); Home...
  13. [RSPS TUT] How to Add Donator Pts [JAVA]

    First Go Into Player.java-----Src----Server----Model-----Players donPoints, Next Go into Playersave.java-----Src----Server----Model-----Players Add } else if (token.equals("don-points")) { p.donPoints =...
  14. PayPal Verification Service

    Sorry this can be considered fraud.
  15. Email extractor

    Very nice sir. I clicked on a bunch of ads as well <3
  16. Reported as Forgery

    This won't happen if you get paid hosting sir.
  17. Risks of buying accounts and information you NEED to know.

    Stuck like a fat person in a bathtub.
  18. Nothing for scripters :(

    This section has been added under programming. As for the rest of the idea, we can add it if the section goes well.
  19. Need More Mods!

    Having another moderator will prove to be very unnecessary. I'll reconsider around 700-800 members.
Back
Top