Jump to content

RSBDavid

Members
  • Posts

    4088
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by RSBDavid

  1. Ballerplaya has returned!

     

     

    120821153237.png

    120824025534.png

    mhq23.jpg

    sj1VS.png

    fTof9.png

     

    I took a 12 or so month break for personal reasons. After returning I had discovered that one of my email accounts had been compromised. The email was associated with my RS account, my tipit account, and my WoW account. I spent the past week recovering everything and finally completed my tipit account today. After logging back into Runescape, I open my bank to see none of my stuff I had when I stopped playing. I lost approximately 400m in cash, weapons, and gear, as well as 11m fire runes I was going to sell.

     

    A buddy of mine lent me 1m to get started and I am at 5m networth now.

     

    I look forward to leveling up and monster hunting again!

  2. public static void main(String[] args)
           {
               	try {
    	    new PeriodicTable();
    	    display(elements);
    	} catch (IOException e) {
    
    	    e.printStackTrace();
    	}
    
           }
    

     

    You never create an instance of the PeriodicTable class. This works fine for me.

     

    You could also create an Element class:

     

    
    public class Element {
    
       private String name;
       private int number;
       private double weight;
       private String symbol;
    
       public Element(String name, int number, String symbol, double weight) {
    this.name = name;
    this.number = number;
    this.weight = weight;
    this.symbol = symbol;
       }
    
       public String getName() {
           return this.name;
       }
    
       public void setName(String name) {
           this.name = name;
       }
    
       public int getNumber() {
           return this.number;
       }
    
       public void setNumber(int number) {
           this.number = number;
       }
    
       public double getWeight() {
           return this.weight;
       }
    
       public void setWeight(double weight) {
           this.weight = weight;
       }
    
       public String getSymbol() {
           return this.symbol;
       }
    
       public void setSymbol(String symbol) {
           this.symbol = symbol;
       }
    
       @Override
       public String toString() {
    return "Element [name=" + this.name + ", number=" + this.number
    	+ ", weight=" + this.weight + ", symbol=" + this.symbol + "]";
       }
    
    
    
    
    
    
    }
    
    

     

     

    From there you can loop through the lines, split each section into parts then add a new element into a list.

     

    
    //at top of code
    import java.util.ArrayList;
    static ArrayList<Element> myElementList = new ArrayList<Element>();
    
    
    //when reading the file
    while (filein.hasNextLine()) {
        item = filein.nextLine();
        String data[] = item.split(",");
    
        myElementList.add(new Element(data[0], Integer.parseInt(data[1]),
    	    data[2], Double.parseDouble(data[3])));
    
    }
    
    
    
    //new display method
    public static void display() {
    
    for (int i = 0; i < myElementList.size(); i++) 
        System.out.println(myElementList.get(i).toString());
    
    
    }
    
    
    //results
    Element [name=Hydrogen, number=1, weight=1.01, symbol=H]
    Element [name=Helium, number=2, weight=4.0, symbol=He]
    Element [name=Lithium, number=3, weight=6.94, symbol=Li]
    Element [name=Beryllium, number=4, weight=9.01, symbol=Be]
    Element [name=Boron, number=5, weight=10.81, symbol=B]
    Element [name=Carbon, number=6, weight=12.01, symbol=C]
    

     

     

     

    Once the elements are in a list, you can sort, print, add, remove, and do what you please. There might be a typo since I typed that from my ipad.

  3. It could be possibly cheaper to run it in America at a semi-large venue. If you were to get a larger venue, offer more tickets, and get some sponsorship, you could possibly offset all costs. I looked into throwing a World of Warcraft LAN party at a local coliseum in Nashville. It would've cost 30,000 dollars (for the space and equipment rental) for a 3 days and enough space for 1000 people (with room to spare). This also included a food court area, a stage, and a place for VIP and staff to chill. Now, I could've contacted Pepsi Co and local Pizza places as well as various tech and game companies like razer, alienware, etc. They could provide enough money as well as free advertising tools and products to give away to only bring the cost per person to a minimum. Granted, it might be more expensive in Chicago or New York, but if Jagex looks to some outside agencies for sponsoring, it could be well worth it.

  4. Will if their ban numbers are as accurate as last time when they said 1.5mil botters were banned, it's not worth revealing them.

    They 'only' banned around 500K and dunno why theymultiplied that by 3. Ah well, guess jagex wanted a 'multiply by 3'-activity too :P

     

     

    They banned spam bots and mule accounts associated with gold farmers as well which would not show on the high-scores. There is your other 2/3rds.

     

     

     

    EDIT: UPDATE INCOMING!!!

  5. Mod Mmg

     

    25-Oct-2011 14:14:11

    Sorry for the delay folks, its sizable update being copied to all the Game Worlds which is taking rather long, it may take a further 30~45 minutes to complete.

     

    Thank you for your patience everyone, I expect the wait will be well worth it

     

    [qfc]15-16-677-63289463[/qfc]

     

    If it is taking that long, either is it a whole new client, or someone is torrenting some stuff at Jagex.

  6. The counter was to countdown until the update day, not the specific time.

     

     

    We can wait a little bit to either say our thank-you's or laughter, depending how it all plays out.

     

    edit: o hi bballer I haven't notice you post here in a along time o_O

     

     

    hai der O.o Been too busy trolling combat arms forums and college. Got a text from twitter about the bot nuke thing and decided to check it out here.

     

     

    I think if they will do what I think they are going to do, then the bots will be out for a good period of time, but will come back. As with many other games, the cheaters somehow get passed all roadblocks set in front of them. Hopefully this doesn't happen, but we will see.

  7. Well, I don't know about you guys, but I don't see the point of a countdown if they're going to be doing it hours later.

     

    They might not be able to do it until the UK game servers are back up. Cut them a LITTLE slack. Lordy.

     

    They're already up. Oh well. Maybe they were delayed by it...IDK.

     

    /issad

     

    Well, I think that for the future they should be synced better to avoid the backlash when it doesn't happen immediately, etc.

     

    I don't really mind since I have to leave now.

     

     

    The counter was to countdown until the update day, not the specific time. I wonder if they will do a special, cross-server cutscene for this and is just waiting for the servers to be synced. I have a 100 question exam I need to do, but waiting for zero-hour to go down.

  8. What are reflection and injection bots? How do they work?

     

     

    It is semi complicated, but here is a TL;DR:

     

    Java, like any programming language, has what are called fields and methods. These allow the internal structure of the program/game/application to interact among the different classes in game.

     

    By using reflection, you can call these methods on demand as your leisure. If you want to know what your player position is, you would simply find the player class, then reflect the getX(), getY(), and getZ(), methods to retrieve this information. You can also set values and activate methods too.

     

    Injection bots basically inject their own bytecode (what Java is interpreted to) instructions to get the data and to perform actions in game.

     

     

    Some of the bots Jagex banned were spammer bots for gold selling sites and bot sites.

  9. My buddy bought p90x and two days later didn't like it so gave it to me. I am doing it to gain muscle endurance for the US Army. I want to be the top of my BCT group fitness-wise when I go to BCT in 12 months. Today is day 2 :D.

  10. runescape-bot-nuke-day.jpg

     

    i just love that picture <3 im considering making it my wallpaper

     

    My attempt at cloning it with a few custom touches.

    lPdu2.jpg

     

    If Jagex get the bots stopped, I will actually sell my stockpiles of items (1.6m pure essence bought @ 50 ea, 3m normal essence bought @ 15 ea, and 3m feathers bought @ 5 ea; about 9 months or so ago is when I bought these before I quit hoping this would happen) after they rise in price. Hope to get a good return if I do start playing again.

  11. Just started visiting forums again and the RS section is still full of immature kids. I've spent the past 6 months finishing up PT for basic training. I set off for BCT for the US Army in 6 months and then will be an IT for the Army, managing off-shore data-centers for the US.

  12. False and bisexual.

     

    One, like previously stated, Jagex accounts will auto lock if not authorized to used in a remote location, two his password is only 6 characters long and I am use Jagex would use a more secure password policy, and third, this is my first post in 6 months. Also, there are no videos, no official JMod posts, and no reputable sources on this situation.

     

    This thread is just spam pretty much.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.