Jump to content

beef

Members
  • Posts

    61
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

beef's Achievements

Iron Poster

Iron Poster (3/10)

8

Reputation

  1. Script kiddies should at least know the terms if they want point-click-hack. The program you have does not do Distributed Denial of Service (DDOS) attacks. What your program does is attempt a Denial of Service Attack (DOS) probably by sending a mass amounts of packets. On a home network, upload speed is significantly less than download, so you really can't do much with a program like this.
  2. beef

    PID in duel arena

    Just wanted to point out something. When you said Again, right clicking someone and pressing FOLLOW is your PING, not your PID. I don't know how else to say it other than no way. When you're following someone your character is moved by the server, your internet connection has nothing to do with it. You could lag out and as long as you're still logged in you could be moving. Also, if you are placed according to your IP, what happens when two people map to the same location? If players were mapped to a hash table based on IP, especially one so poorly designed where you want certain numbers to be lower, a lot of people would be competing for that same spot. See this from the game engine team.
  3. If you stack elephnts on top of each other all the way to the moon they would all die.
  4. beef

    BETA v1.4.5

    RS2Object object = closestObject(int); Was once working for me, now it will never get the object I'm try to interact with. I've got a workaround at the moment, using list = closestObjectList(int); RS2Object obj = list.get(0);
  5. beef

    BETA v1.4.1

    PreciseDestination was deprecated? Shit.
  6. beef

    BETA v1.3.2

    Great work, thanks! I'll update if I have any problems. I can't log in or connect to remote server. [iNFO ][04/23/13 09:55:36 PM]: Connecting to remote server... [iNFO ][04/23/13 09:55:37 PM]: Failed to connect to remote server! EDIT: I saw you said server will be up in a minute.
  7. beef

    BETA v1.3.1

    It's very likely one of your scripts has an error in it.
  8. Well everything besides the hatchet would all be the same item right? Maybe you could open the bank and do something like: selectInventoryOption(client.getInventory().getSlotForId(id_of_log), "Depost-all");
×
×
  • Create New...