Jump to content

Illumi

Members
  • Posts

    533
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Illumi

  1. Illumi

    iAbyss Logo

    Logo for my upcoming script I made myself. Constructive criticism accepted.
  2. What's wrong with sleep(random(min, max)); Why make something simple, complicated? -,-
  3. Mine will be better obv. Jk, I might keep it for my private use.
  4. I need an account which needs to have the following: Access to all runecrafting altars All runecrafting tiaras Small, medium, large and giant pouches 2-3 charged glories Mage of Zamorak mini-quest done If anyone can provide me an account like this to borrow for my premium abyss script, I will you fix you a free trial. Please PM me.
  5. Illumi

    iAbyss

    When it's finished most likely. :p
  6. Illumi

    iAbyss

    You can give it a go but I won't guarantee anything. Done, Nah Kidding Here are some paints i made (just 1 style) http://osbot.org/forum/topic/4839-giving-away-free-botting-paints/ But im not going to spend my time on a paint if ur not sure I'll consider it. I'm not going to worry too much about the paint right now, just mainly going to focus on the script.
  7. Illumi

    iAbyss

    You can give it a go but I won't guarantee anything. :p
  8. Illumi

    iAbyss

    Status: Development paused A little project I have been working on. Planning to release an abyss runecrafter on OSBot. Progress 12-hour proggie ✗ Functionality ✗ GUI ✓ Paint ✗ Media Status Looking for accounts that have access to ALL runecrafting altars!
  9. This tutorial was NOT made by me. I take no credit. These video tutorial are great for newbies. This is how I first learnt how to create Swing GUI. Although they were designed for another bot, it should still be the same concept and should work fine with OSBot. Enjoy.
  10. Use of filters is more efficient. Also, NPC#isUnderAttack is bad.
  11. Especially when you're using the family computer... >,<
  12. if (!client.getInventory().contains(PURE_ESSENCE)) { You forgot to add the ! for not. If inventory doesn't contain essence -> withdraw essence Also, if you're only wanting a full inventory of essence you would use: if (!client.getInventory().isFull()) { If inventory is not full -> withdraw essence. Yeah sorry, I'm sleep deprived. Kronos is right.
  13. Well, a tip from me would be to find conditions. Conditions will give you a sense of how the script will function such as, client.getBank().isOpen(). This condition checks whether the bank is open. So, what do you want to do when the bank is open? Deposit runes? Withdraw pure essence? etc. if (client.getBank().isOpen()) { if (client.getInventory().contains(PURE_ESSENCE)) { client.getBank().withdrawAll(PURE_ESSENCE); } } Where PURE_ESSENCE = ID of pure essence
  14. This is a serious issue. I wouldn't want PayPal to have $350 due to some risk they have foreseen. I would call them and say they have it all wrong. Ask your lawyer and they'll say it's basically theft.
  15. I'm pretty sure you can buy one-off vouchers and use them to pay for VIP.
  16. before a DDoS is executed? lol do you even know what you're talking about -,-
  17. The paint is too clustered, make it show only the skill that is gaining experience.
  18. PC > Mac but both are really good computers.
  19. Thanks for this. Will help me in the future.
  20. Illumi

    OSBot Intro

    Looks really good, good luck man.
  21. Illumi

    Darkness

    Looks great. The smudging and sharpening look really nice together.
×
×
  • Create New...