+ Post New Thread
Page 1 of 4 1 2 3 4 LastLast
Threads 1 to 20 of 76

Forum: Other

Post code snippets created in languages other than Visual Basic here.

  1. Greasemonkey Script for while RSing

    Not a majorly useful script, but I was creating a Greasemonkeys script to remove that little dialog box that asks if you want to haggle for the...

    Started by slimemonkey‎, 06-14-2009 08:35 PM
    • Replies: 5
    • Views: 2,028
    04-25-2011, 01:07 PM Go to last post
  2. [RSBot] Shilo Village Vial of Water Buyer

    import java.awt.*; import java.util.Map; import com.speljohan.rsbot.bot.Bot; import com.speljohan.rsbot.script.Script; import...

    Started by Zach‎, 12-17-2008 07:24 AM
    2 Pages
    1 2
    • Replies: 10
    • Views: 2,472
    11-17-2009, 06:40 AM Go to last post
  3. [RSBot] Bone Burier

    Request by Lam :whistle: import java.awt.*; import java.util.*; import com.speljohan.rsbot.bot.Bot; import com.speljohan.rsbot.script.Script;...

    Started by Zach‎, 12-17-2008 11:25 PM
    • Replies: 3
    • Views: 2,541
    07-13-2009, 08:58 PM Go to last post
  4. [RSBot] Kebab Buyer

    Flawless http://pastebin.com/f62b4a51a

    Started by Zach‎, 05-02-2009 10:01 PM
    • Replies: 0
    • Views: 803
    05-02-2009, 10:01 PM Go to last post
  5. Java GetBetween

    public static String GetBetween(String search, String start, String stop) { int index = search.indexOf(start); return...

    Started by Zach‎, 10-10-2008 04:51 PM
    • Replies: 4
    • Views: 651
    03-16-2009, 05:29 PM Go to last post
  6. [RSBot] AutoStringer

    import java.awt.*; import java.util.Map; import com.speljohan.rsbot.bot.Bot; import com.speljohan.rsbot.script.Script; import...

    Started by Zach‎, 12-17-2008 09:05 PM
    • Replies: 7
    • Views: 1,132
    12-17-2008, 09:40 PM Go to last post
  7. [RSBot] AutoAlcher

    import java.awt.*; import java.util.Map; import com.speljohan.rsbot.bot.Bot; import com.speljohan.rsbot.script.Script; import...

    Started by Zach‎, 12-17-2008 09:33 PM
    • Replies: 0
    • Views: 2,041
    12-17-2008, 09:33 PM Go to last post
  8. [RSBot] Close Help Box

    This script will close the Bank Help Box that will randomly appear. (Anti - random) import com.speljohan.rsbot.script.Random; import...

    Started by Zach‎, 12-17-2008 09:04 PM
    • Replies: 0
    • Views: 388
    12-17-2008, 09:04 PM Go to last post
  9. [RSBot] Tea Stall Thiever

    import java.awt.*; import java.util.Map; import com.speljohan.rsbot.bot.Bot; import com.speljohan.rsbot.script.Script; import...

    Started by Zach‎, 12-17-2008 06:30 PM
    • Replies: 1
    • Views: 1,358
    12-17-2008, 08:16 PM Go to last post
  10. [RSBot] Close Collection Box

    Anti Random. import com.speljohan.rsbot.script.Random; import com.speljohan.rsbot.script.wrappers.RSInterface; import java.awt.Point; public...

    Started by Zach‎, 12-17-2008 06:27 PM
    • Replies: 1
    • Views: 375
    12-17-2008, 07:23 PM Go to last post
  11. [Java] User Shop Autobuyer

    USAB Class //--NEOBOARD SPAMMER CLASS--// //Created by Milkman 2008// import java.util.*; public class USAB {

    Started by milkman‎, 10-14-2008 12:12 AM
    • Replies: 2
    • Views: 564
    10-16-2008, 12:51 PM Go to last post
  12. Java Neoboard Spammer

    Neoboard Spammer Class //--NEOBOARD SPAMMER CLASS--// //Created by Milkman 2008// import java.util.*; import java.net.*; public class...

    Started by milkman‎, 10-14-2008 12:09 AM
    • Replies: 0
    • Views: 360
    10-14-2008, 12:09 AM Go to last post
  13. Java Simple Calculator

    /* * To change this template, choose Tools | Templates * and open the template in the editor. */ package calculator; import java.io.*;

    Started by Zach‎, 10-10-2008 09:47 AM
    • Replies: 3
    • Views: 386
    10-10-2008, 04:47 PM Go to last post
  14. Elevator [Turing]

    I had done a sort of guide if you will, a long time ago for turing as it is used for interfacing through the parallel port. This was 2 years ago and...

    Started by black_shadow‎, 06-01-2008 12:29 AM
    2 Pages
    1 2
    • Replies: 11
    • Views: 677
    06-01-2008, 08:06 PM Go to last post
  15. [Batch] Turn batch into .exe (with pictures)

    1.) Write your batch file. 2.) After you have saved your file as a .bat, open the run dialog and type in iexpress.exe 3.) once, open select...

    Started by ForBade‎, 05-31-2008 05:40 PM
    • Replies: 0
    • Views: 323
    05-31-2008, 05:40 PM Go to last post
  16. [Batch] Epic Batch Guide 1.0

    Epic Batch Guide 1.0 Lets start with simplistic, say you want to to make your virus (of sorts) display a message, you would do that with echo. ...

    Started by ForBade‎, 05-29-2008 03:08 AM
    • Replies: 7
    • Views: 583
    05-31-2008, 05:14 PM Go to last post
  17. [Batch]

    A lot of people have problems with making batch viruses that delete the C: drive (or whatever the main HD of a computer is) the reasoning behind your...

    Started by ForBade‎, 05-30-2008 01:12 AM
    • Replies: 3
    • Views: 319
    05-30-2008, 09:09 PM Go to last post
  18. [Batch] Super Simple Batch Learning!

    I made this guide for the people who are having large problems with picking up the batch programming language. It is very useful and I use all the...

    Started by ForBade‎, 05-30-2008 03:15 AM
    • Replies: 4
    • Views: 370
    05-30-2008, 03:41 AM Go to last post
  19. [Batch] Keep Code tidy.

    So, lets say you are making a batch file to open a program and say something. Here's what you could do: @echo off start ******...

    Started by ForBade‎, 05-29-2008 08:30 PM
    • Replies: 0
    • Views: 329
    05-29-2008, 08:30 PM Go to last post
  20. [Java] Autobuyer List Sifter Source

    /*Calvin Hawkes *Mar 30 2008 *Sifter Class for Sifting an unsorted list of neopets items */ import java.util.*; import java.io.*; import...

    Started by milkman‎, 04-06-2008 05:09 PM
    • Replies: 0
    • Views: 765
    04-06-2008, 05:09 PM Go to last post

+ Post New Thread
Page 1 of 4 1 2 3 4 LastLast

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 1 users browsing this forum. (0 members & 1 guests)

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts