Jump to content

progamerz

Scripter II
  • Posts

    3466
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    100%

Everything posted by progamerz

  1. Umm, then idk sorry but Czar should easily find a fix for it as he does always
  2. The monk monastery i think is a problem with osbot webwalker, try other option, maybe correct me if i am wrong as i have seen that also on other scripts
  3. I already been waiting for location suggestions and no1 gave and it doesn't bank cause the main point of progressive is to get it to 60 woodcutting as fast as possible.
  4. Yup, i can't say anything as you botted and this script is made for suicide botting mostly not for training but you can still check out the developer's guide.
  5. Thanks, really usefull will use it for sure
  6. First of all the boolean canCutTree is wrong, it is just checking if player is on screen, while it should check if player is not animating and yew is not null and inventory is not full and check equipment for anyitem that contains "axe" or inventory has anything that contains "axe". cut() condition sleep only sleeps untill animating, add another sleep to sleep untill is not animating or inventory is full. private void cut() { RS2Object yew = getObjects().closest("Yew"); if (yew != null && yew.interact("Chop down")) { new ConditionalSleep(5000) { public boolean condition() { return myPlayer().isAnimating() || !yew.exists(); } }.sleep(); new ConditionalSleep(5000) { public boolean condition() { return !myPlayer().isAnimating() || !yew.exists() || inventory.isFull(); } }.sleep(); } } public boolean canCutTrees(){ return YEWAREA.contains(myPlayer()) && (getInventory().contains(f -> f.getName().contains("axe")) || getmp().getEquipment().contains(f -> f.getName().contains("axe"))) && !myPlayer().isAnimating() && !myPlayer().isMoving() && !getInventory().isFull(); } The YEWAREA is where u define the area for the Yews. you can change it. One more tip, try to format the code in your IDE for us to be able to help more.
  7. Banking doesn't work spams in the logger after inv is full: [INFO][06/24 02:05:16 AM]: Started script : osMiner [INFO][Bot #1][06/24 02:05:56 AM]: Bank [INFO][Bot #1][06/24 02:05:56 AM]: Antiban Added: Check current EXP [INFO][Bot #1][06/24 02:05:56 AM]: Antiban Added: Random Camera Movement [INFO][Bot #1][06/24 02:05:56 AM]: Antiban Added: Check Friends List [INFO][Bot #1][06/24 02:05:56 AM]: Antiban Added: Hover nearby players [INFO][Bot #1][06/24 02:05:56 AM]: Antiban Added: Move Mouse Randomly [INFO][Bot #1][06/24 02:05:56 AM]: AntiBan: Move Mouse Randomly [INFO][Bot #1][06/24 02:06:12 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:12 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:12 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:13 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:13 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:13 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:13 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:14 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:14 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:14 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:14 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:14 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:14 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:14 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:14 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:14 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:15 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:15 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:15 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:15 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:15 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:15 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:15 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:15 AM]: WebWalkingEvent; No route found! Destinations = [[x=3013, y=9717, z=0], [x=3014, y=9717, z=0], [x=3015, y=9717, z=0], [x=3013, y=9718, z=0], [x=3014, y=9718, z=0], [x=3015, y=9718, z=0], [x=3013, y=9719, z=0], [x=3014, y=9719, z=0], [x=3015, y=9719, z=0]]; [INFO][Bot #1][06/24 02:06:15 AM]: Terminating script osMiner... [INFO][Bot #1][06/24 02:06:15 AM]: Submitting statistics... [INFO][Bot #1][06/24 02:06:20 AM]: Script osMiner has exited!
  8. Do u have a p2p account which u can lend for those, and maybe to fix the others? as i don't have 60 woodcutting now
  9. U still botted, getting banned is not a reason for refund, not to be rude, only bot the accounts which u don't care about and 5 hours is a quite long time without brakes or anything.
  10. Can we get a fix on special attacks? it always spams the button for special attack like 3-4 times which cause a lot of failing to Actually use special attack and lets say i had 2 weapons, Dragon Scimitar Dragon dagger(p++) If i made it use dragon dagger special attack it will always go combat options spam special attack go back to inventory and repeat. Thanks
  11. progamerz

    S8/7

    Oh ok, but to tell u pixel is the best phone in Android Category. in speed and nearly in all, it also has stock android which makes it faster than Themed android for example LG,Huawei,Samsung and etc. And it also should get updates faster than the other phones.
  12. progamerz

    S8/7

    Probably Wait for Note 8, and idk about iPhone but Samsung S8 and Samsung S7 didn't have much difference except in appearance, unless u care about the appearance go for S7 can't say about apple Or Google Pixel as said by @Deceiver
  13. Skype in signature or pm me, will go sleep now and talk to u when i wake up.
  14. His skype is : czarscripting and yup he helps but he may be busy irl atm.
  15. $1/m, and umm if u want only p2p i can't do much sorry
  16. I am not P2P, can i ask why P2P? and i have 19m my skype is in signature.
  17. If u need any testers hit me up
×
×
  • Create New...