Jump to content

Dog_

Trade With Caution
  • Posts

    1449
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Dog_

  1. were you botting all accounts on the same machine?
  2. Dog_

    Drink Best Potion

    This is the wrong place to post jokes.
  3. what about gay java?
  4. ya my brain too genius
  5. autocorrect went full retardi swear
  6. that still takes more work from the users end, they have to add your script on osbots sdn, and then they have to go aaaallll the way to your website and use the sdn you're working on
  7. your argument is that your script can do what all of his scripts can do, but would a user be willing to create lots of actions just for that, well I know I wouldn't. I'd rather use his 9 scripts than yours because it requires less work from the users end. On topic, I support PolishCivils suggestions
  8. Dog_

    Drink Best Potion

    This is the best code I've seen in months.
  9. *walks around with TWC pip on back*
  10. but it says MaldestV
  11. Dog_

    Quick Prayer

    but it's not static final u only DO_DIS for constants yeh, no
  12. Dog_

    Quick Prayer

    SCRIPT -> script
  13. public static final int[] EXP_TABLE = { 0, 0, 83, 174, 276, 388, 512, 650, 801, 969, 1154, 1358, 1584, 1833, 2107, 2411, 2746, 3115, 3523, 3973, 4470, 5018, 5624, 6291, 7028, 7842, 8740, 9730, 10824, 12031, 13363, 14833, 16456, 18247, 20224, 22406, 24815, 27473, 30408, 33648, 37224, 41171, 45529, 50339, 55649, 61512, 67983, 75127, 83014, 91721, 101333, 111945, 123660, 136594, 150872, 166636, 184040, 203254, 224466, 247886, 273742, 302288, 333804, 368599, 407015, 449428, 496254, 547953, 605032, 668051, 737627, 814445, 899257, 992895, 1096278, 1210421, 1336443, 1475581, 1629200, 1798808, 1986068, 2192818, 2421087, 2673114, 2951373, 3258594, 3597792, 3972294, 4385776, 4842295, 5346332, 5902831, 6517253, 7195629, 7944614, 8771558, 9684577, 10692629, 11805606, 13034431};
  14. np yolo thanks for using dog services
  15. Some old code package com.overlord.api; /** * Created with IntelliJ IDEA. * User: Rawr/dog_ * Date: 13/11/13 * Time: 21:06 * To change this template use File | Settings | File Templates. */ public final class Experience { /** * @param from * @param to * @return experience between from and to */ public static final int getExpBetween(final int from, final int to) { int dog = 0; for (int i = 0; i < to - from; i++) { dog += (Math.floor(i + from + 300.0 * Math.pow(2.0, (i + from) / 7.0)) / 4.0); } return dog; } /** * @param lvl * @return the experience at lvl */ public static final int getExpAt(final int lvl) { return getExpBetween(1, lvl); } } then just do getExpAt(currentLevel + 1) - currentExp Or you could just use an exp table
  16. http://osbot.org/osbot2_api/org/osbot/rs07/api/ui/RS2InterfaceChild.html#getMessage()
  17. porn
  18. Dog_

    client.blahblah

    skills.getStatic(Skill.HUNTER) skills.getDynamic(Skill.HUNTER)
  19. use onMessage. searchInterfacesForText most likely doesn't search grandchildren (idk but chatbox messages might be grandchildren).
  20. super stealth injection
  21. Read the java tutorials and after you've done that, watch Derek Banas' videos on YouTube. http://docs.oracle.com/javase/tutorial/
  22. Dog_

    source codes?

    Don't encourage bad practices.
  23. If that was the case he would've said 'thread title changing permissions' and not 'name changing permissions'. Then again it is Swizzbeat we're talking about
×
×
  • Create New...