progamerz
Scripter II-
Posts
3453 -
Joined
-
Last visited
-
Days Won
3 -
Feedback
100%
Everything posted by progamerz
-
It is because of the "remember username" ticked
-
can u add steel bars un-noting for cannonballs? thanks
-
Progamerz Private Scripts [Reliable] [Affordable] [BTC/07gp]
progamerz replied to progamerz's topic in Private Scripts
Bump -
Progamerz Private Scripts [Reliable] [Affordable] [BTC/07gp]
progamerz replied to progamerz's topic in Private Scripts
bump -
Trying to figure out if I'm logged out..
progamerz replied to Deathimminent's topic in Scripting Help
I think he means while loading, if i am not being wrong Try to check for a widget for example health orb or something to know that it is fully loaded -
a simple client restart would fix it
-
Add random sleeping and etc.
-
I don't think so u will have to do maybe some math and make a method for it, maybe try object.hover()? as i am not sure why u want to do that exactly
-
getX() and getY() returns the tile they are on not the screen position. Edit: tho why u want to get their x,y for the screen?
-
As malicious code yes it is safe not bans ofc.
-
It is safe
-
Umm, then idk sorry but Czar should easily find a fix for it as he does always
-
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
-
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.
-
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.
-
Go to refund section.
-
Thanks, really usefull will use it for sure
-
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.
-
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!
-
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
-
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.