Jump to content

poweruser321

Members
  • Posts

    42
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by poweruser321

  1. no matter how many times i watch this, i will always play in when appropriate
  2. i can vouch for virmach being shit, i tried there medium rs botting package. I too am curious if theres any decent alternatives
  3. No problem It's actually a really nice script because although the runners might get banned, the main acc (if your trading it by hand) will very likely be safe. I've never had an acc banned from it (except the runners, they got banned probably bc of my flagged ip)
  4. j mods apparently work in scary, mysterious way
  5. I read them all. I didnt know if 'touched a client' meant logging onto the client, trading with an acc on the client, or both. also im not way more paranoid about my main. Never botted on my main but have traded with my bots/banned accs. Time to get a proxy for my bots and never trade with my main again, lol
  6. did you ever bot on the account? log into a bot client on the account? trade with a bot?
  7. I using my trial atm and i cant get it to work. [iNFO][09/09 09:32:28 AM]: Started script : APA Sand Crabs [iNFO][bot #1][09/09 09:33:17 AM]: APA Sand Crabs - Registered Random Movement event: Camera move [iNFO][bot #1][09/09 09:33:17 AM]: APA Sand Crabs - Registered Random Movement event: Mouse move [iNFO][bot #1][09/09 09:33:17 AM]: APA Sand Crabs [Tab 1] Traversing to bank - [x=1615, y=3462, z=0] to [x=1719, y=3466, z=0] It says its trying to go to bank but it's just idling doing nothing edit - starting it a bit closer to the beach fixed it
  8. this script looks beast, can i get a trial? i already liked the post
  9. awesome! gonna run it on a fresh acc now how long is the auth for?
  10. this looks amazing. could i get a trial before i drop the cash on this? just something like 6-24hrs so i can see if it bugs out anywhere and how much cpu it uses would be great
  11. would like to buy a $10 voucher on osrs dont have skype, can we do in chat box/pm?
  12. In eclipse: File > Export > Jar > select files
  13. Thanks for the response! much appreciated. this looks like the kind of thing i was looking for, ill mess around with it later today when i have time and report back
  14. From my understanding of what youre saying it seems ill have to break up the path into sections instead of just telling it to walk to a single area. I feel like this will check to see if im moving/far enough away, then walk to the final destination. I dont see how i can run any code between when it starts and ends the webwalking to position. The "if condition" if only checked once, before the "webwalk to position." Then once the webwalking starts it will continue until the end. im still not seeing how this solves the problem of " It will walk until it reaches the final destination. " Sorry if this is dumb but i cant tell you how shitty i feel that i cant get any of the 3 responses to this thread to work. I thought the question was clear so I just feel completely inept right now
  15. alright i must be too retarded to code. How can i even run the if statement while walking? everytime i use webWalk, it stops reading code until it reaches its destination. am i making sense or should i just uninstall my IDE? I still can't run any code/checks while walking. for example getWalking().webWalk(shop); new ConditionalSleep(2500, 100) { @Override public boolean condition() throws InterruptedException { return myPlayer().isMoving(); } }.sleep(); if(getInventory().contains(DSTAMINA_ID)){ getInventory().getItem(DSTAMINA_ID).interact("Drop"); Script.sleep(Script.random(600, 800)); log("vial dropped"); }else{log("nothing to drop");} will only read past the webwalking line once the player is already completely finished walking. is this making any sense or am i actually retarded?
  16. From my understanding of this code, I don't think you're understanding quite what i want to do. I want to drink potions while walking to the destination. My question still remains, how do i check if im moving (or do ANYTHING) while my player is moving towards his destination with webwalk?
  17. Thanks for the reply! but how do i use that with getWalking().webWalk()? I know I can't just stick it after getWalking().webWalk(destination) because it won't get read until after the walking is over. Sorry if this is a stupid question :I
×
×
  • Create New...