Jump to content

Czar

Global Moderator
  • Posts

    21826
  • Joined

  • Last visited

  • Days Won

    1925
  • Feedback

    100%

Everything posted by Czar

  1. by Czar Buy now (only $8.99!) 143 HOURS IN ONE GO!!!!! update: this bot is now featured on the front page of osbot! More reviews than every other fishing bot combined! 100 hour progress report!!! How to use Script Queue: ID is 552, and the parameters will be the profile name that you saved in setup! This process is really simple, just to save you headache
  2. Czar

    CzarRangingGuild

    You're supposed to have bronze arrows not iron arrows XD
  3. Czar

    CzarRangingGuild

    Replied to private message. The script is still working as of 1/11/2015 ;)
  4. Nooo please mod delete this thread, it's outdated and my new script will have an experiment killer in it (along with rock crabs and all other npcs). Please remove from SDN
  5. > Bot 15 combat > Mine > profit
  6. Triple kill, humiiiliation, dominating, mega kill gj alek
  7. Czar

    CzarRangingGuild

    Replied to PM This is not an issue, don't worry it will be there
  8. Didn't even know about closest(true, "Object"), thanks
  9. Thanks to Josedpay for lending me an account, I managed to get fairy ring support ! You can change the pass now I'm finished with it thanks again man. I still need lunar interface, if anybody knows how to debug their spellbook using interface debug, please tell me the ID
  10. EDIT: No longer need account with Fairy ring, just the rest Hello, I didn't want to make a thread about this, but here goes.. If anybody has an account with access to fairy rings, or lunar spellbook with npc contact, or an account that can access cave horrors, can you pm me please. These are the last features for my slayer script and I have saved them to last because I didn't have any accounts to gather the data from. I will need the account for 5-10 minutes max. I will hand out free auths for my slayer script/range guild too if you want to. If you don't have any of these, would you still use a script that doesn't support these things? These features are stopping me from releasing.. Thanks EDIT: If you are worried about hacking or whatever you can deposit everything in bank and set bank pin, all you need is a Dramen staff
  11. Gjdm ! Can you put the price of the script on the script browser so that the user can compare prices please EDIT: Damn man the client looks better, such small detail made the client look completely new
  12. In your onStart method, make sure to activate the listener by doing getBot().addMessageListener(this); Then it will start listening for messages
  13. Strange.. banking works perfectly fine for me.
  14. Any details on the ret pally? Pvp or pve and ilvl ? USA/ EU ?
  15. If you are truly stuck, there's a trick to achieving strokes and shadows in paint without any fancy stuff by drawing the text with the stroke color, then drawing the text again with a different color on top of it. Usually, for shadows I just draw the text again with an offset of 1 pixel, so: String msg = "Hello"; int x = 15, y = 15; g.setColor(Color.BLACK); drawString(msg, x + 1, y + 1); g.setColor(Color.RED); drawString(msg, x, y); Thats for a basic shadow, however if you want a full stroke (like you mentioned in your thread) you must make additions to the above code so that it draws in every direction, not just + 1, example drawString(msg, x + 1, y + 1); drawString(msg, x, y + 1); drawString(msg, x + 1, y); however, from the looks of it, its drawing too many strings! So only use this if you are hopeless, it's really not that bad but its better than nothing.
  16. int x = 999; int y = 999; setLocation(x, y); Fill in the X and Y according to Swizzbeat's post
  17. Bot busting moderate is a temporary 2-day ban. It is extremely unwise to bot again after having a temporary ban. EDIT: And bot busting major is a permanent ban, you can appeal but they don't read it
  18. Czar

    CzarRangingGuild

    You have been unlucky, unfortunately. The anti-ban is not 'extremely lousy', it is, as I have explained, the best antiban for this type of script. EDIT: Thanks everybody else for the support I'm glad you enjoy the script.
  19. Yess, very good idea for updates Can you add quests to this list so it doesn't check the quest tab for completed quests too?
  20. Daaaaamn GJ alek! I was expecting 2.3.X like next month or something, nice speed
×
×
  • Create New...