Jump to content

LoudPacks

Members
  • Posts

    926
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by LoudPacks

  1. You can request money to one of your emails and checkout as a guest using the prepaid card. I do this all the time.
  2. Oh shit your right, it doesnt even do anything now that I think about it. It does work for my needs since wasLooted is still in the return. I should remove the xp tho because your right its useless and even if it worked that would be the condition that should initiate the waiting LOL
  3. You can use a filter. I made a script very similar to this which also alches the looted nats. Heres an example using filters, although i prefer to use lambas rather than the traditional way of filtering: chest = getObjects().closest(o -> o.getPosition().equals(new Position(2671, 3301, 1))); // filters out every entity that's not at the specified position (ie. chest 2) if(chest.interact("Search for traps")){ log("Attempting to loot chest..."); new ConditionalSleep(15500, 17550){ @Override public boolean condition() throws InterruptedException { int start = getSkills().getExperience(Skill.THIEVING); return ((getSkills().getExperience(Skill.THIEVING) > start) || wasLooted); } }.sleep(); // I have a method that wasLooted that uses game messages to see if its already looted and then the wait time is adjusted accordingly
  4. My account is half banned as well and i did 80 - 99 in about a week and half using an Apple Script I wrote. No bans or anything and I was running it a good majority of the day, and theres no breaks since it not a real script.
  5. Looks good, I would totally use it.
  6. I feel you man. I've been trying to finish my paper since 4 PM, it's not 1:10 AM....... I need to fucking get back to work but the internet keeps me from being productive.
  7. Oh yea, that x4 90m win really made me hard
  8. I lost 3 accs today myself. Logged on in the morning, thought maybe it was just an update but I got the ban hammer
  9. You should accept paypal because it would be an instant transfer, in the unlikely event that someone here has the santander app, that would require a transfer of funds which would also take 3-5 business days . If you do accept paypal ill buy it
  10. We look like we could be brothers, this is very weird
  11. Great service, high quality paints. He made me a paint for my Blue Dragon script.
  12. I don't really gold farm but I find anything more than 3 accs on one IP and they get banned quickly. It also depends on what they're doing, i.e. you can bot yaks on one and skill on the others and its less suspicious from my experience anyways.
  13. LoudPacks

    FrostHunter

    What are those units lol. I used this on my 99 hunter acc and made like 15m before it got recovered out from under me. Would recommend buying if your into Hunter.
  14. So I cancelled my VIP because I was tired of having a purple name. For some reason, my name is grey now instead of light blue like my rank dictates it should be. Whats going on here? How do I make sure it shows up as blue?
  15. Offering a Private Script Service, PM for Details!

  16. go in the sellers sections they have it for cheaper 1.45 m
  17. LoudPacks

    cant bot

    I get what you mean with the potatoes and all but I was saying if let's say he has winrar or something set to open .jar files rather than java. Then it will show the files in the package rather than execute the .jar. But yea i guess renaming it still wouldn't solve that either, you'd have to change your winrar settings or whatever was opening the jars.
  18. Welcome! Definitely keep in touch with Dudeami, he has helped me tremendously with scripting. Anytime I am stuck, he has the answer.
  19. LoudPacks

    cant bot

    .rar and .jar are both ways of packaging files. Try renaming it to .jar and opening with java. Unless of course the jar is inside a rar, then just extract it and run the jar.
  20. GildedBones Released!

  21. -----Bug Report----- OSBot Version: irrelevent Mirror Mode?: irrelevent Description Of Setup: non-existent as there is no download link to the script Description Of Bug: the script does not exist, where is the download -------------------- EDIT: nvm I made my own instead lmao
×
×
  • Create New...