Jump to content

Lone

Lifetime Sponsor
  • Posts

    216
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Lone

  1. Suggestion: - Ability to stop after reaching a certain level.
  2. First tell us how you bot then maybe we can tell you what you may be doing wrong.. other then buying proxies
  3. Any place to purchase this early? Or can I get an extension on the trial?
  4. Took be a bit to be able to try it but I finally got around to it and got to try exactly what I expected, a flawless script. Czar is someone I truly strive to be, respect.
  5. How long have you been authing people for? Was going to check and let you know but my trial seems to have ended.
  6. If you still need help after you have tried you can PM me your source and I will fix it.
  7. Shouldn't be necessary, my script buys and opens feather packs using three states BUY,OPEN,WAIT.
  8. Want to post what you fixed so far? Also I am guessing you arn't actually putting "Item1" and instead the items id correct?
  9. I think he is talking about your onLoop() because unless I am blind your getState() wasn't even provided. Here is an example of what I used in one of my scripts: NPC gerrant = getNpcs().closest("Gerrant"); if(gerrant == null){ log("[Error] Gerrant not found!"); return 1000; } if(gerrant.interact("Trade")){ new ConditionalSleep(6000){ @Override public boolean condition() throws InterruptedException { return getWidgets().isVisible(300); } }.sleep(); } I was using Widgets and not the store class.
  10. Not really, just have to be smart about it.
  11. Lone

    Stealth Quester

    I've not bought this yet but this is legit one of the nicest line-ups of quests I've come across.
  12. Lone

    Need a paint done

    I would like a paint that I can use for most of my bots. Here is an example of how I have it right now: I would like it to look more professionally done and with a darker theme to it similar to this which caught my eye I just want something dark and kinda flashy, does not need to follow the layout that I have but do want the main categories[Time Ran, Collected, State, Version, Profit, Hourly] in and the text "LoneAutomation" somewhere in too. I will pay via Paypal just name your price and PM me if you want a quicker reply.
  13. Whenever you get a chance I'd like to trial this looks amazing
  14. Here's my conclusion, breaks are retarded.
  15. This is super cool thank you I just used it for my script.
  16. Very hard to understand but I'll take a guess. case COMBAT: if(!AREA_SAFE.contains(myPlayer()){ walking.webWalk(AREA_SAFE.getRandomPosition()); }
  17. Wow interesting I had no issues at all selling when I was testing.
  18. Longest progress report posted by 5/24 will receive 1m OSRS What it does! Start with more than 2 coins in your inventory and it will auto walk you to Port Sarim and begin buying beer, then deposits the beer. How do you make money? You buy each beer for 2GP each and then are able to resell the beer for 60+GP so over time you definitely will turn a profit. Features - Buys and Banks - Calculates runtime, purchased, profit, and profit/hr - Start from anywhere with coins! - Paint - Logs your out if you have less than 2GP Progress Reports more coming soon. Download & Installation Download here: http://www.mediafire.com/download/hyrsgaig4ztb4lt/BeerBuyer.jar Put that here: C:/Users/YOURNAME/Osbot/Scripts
  19. FPS drops can be caused by other things then just poor hardware, if you read.. he has an above average build (probably better then yours ) and is seeking help because obviously he should not be getting random drops like he is experiencing. My only advice based on what you have given us OP is to make sure you are running the latest drivers, also are you using Nvidia's custom settings for CSGO? Or did you customize them yourself? Monitor your hardware too try running in windows mode and replicate the issue see if your CPU or GPU usage percentages spike up or drop unexpectedly.
  20. Didn't even bother to read did you
  21. I mean you are using a client that took multiple people hundreds of hours in develpment, I wouldn't complain you arn't able to run 2 bots at a time.
  22. Lone

    AHK

    You can just hotkey bind drops in Rs3
  23. I recommend formatting it in code tags. I have not made a fighter yet, this is how I would do it. I believe this is what you are talking about. NPC monster = getNpcs().closest("monstername"); if(SAFESPOT.contains(myPlayer())){ if(!myPlayer().isAnimating()) if(monster != null) monster.interact("Attack")
  24. Lone

    Bank Areas

    Don't get me wrong this can be useful especially like the constant ALKHARID it gets a random position between the doors even after it walks in so it isn't very fluid but gets the job done, I created my own area there for a more fluid banking. Just wanted to let you know that you don't need to do all the banks.
×
×
  • Create New...