Leaderboard
Popular Content
Showing content with the highest reputation on 09/06/15 in Posts
-
Version 1.0 Features - Solves Treasure Trail puzzle boxes - Solves Monkey Madness puzzle Requirements - A puzzle box of any type Starting the script 1. Open your puzzle box 2. Start the script Note: Yes, the puzzlebox must be open before starting the script! Proggies I don't really think this is relevant; but whatever Notes The script uses an implementation of the IDA* algorithm. The time it takes for the script to calculate a solution to each stage of the puzzle can vary depending on the "luck" with the puzzle box randomization as well as processor speed. If your luck is bad, the script may appear stuck calculating for a couple of minutes; however, given enough time, the algorithm will always reach a solution. In some cases however, it may be faster to simply relog (relogging re-randomizes the puzzle) and run the script again. The script is available for free on the SDN5 points
-
start: end: got me a level in 2 mins (notice the gif and the screenshot) anybody know any other skills that can be spammed?4 points
-
4 points
-
3 points
-
2 points
-
2 points
-
2 points
-
Oh dear when I get home I'll have a look and see if I'm having the same problem D: apologies Anyone who asked for trials - will add when I get home2 points
-
2 points
-
Wondering what you guys think of my new signature and if you have any thoughts for improvement please feel free to share1 point
-
1 point
-
I ended up writing a sortof custom variation of the IDA* algorithm to use a minimal amount of memory (Using only one state instance, performing and undoing moves on it as needed from a recursive algorithm). My first approach using plain A* resultet in often running out of memory before reaching a solution, so I had to scratch that :E.1 point
-
Try something like this: GroundItem g = sA.getGroundItems().getAll().stream().filter(groundItem -> (groundItem.exists() && groundItem.getName().equalsIgnoreCase(c.loot))).min(new Comparator<GroundItem>() { @Override public int compare(GroundItem one, GroundItem two) { return Integer.compare(sA.getMap().distance(one), sA.getMap().distance(two)); } }).orElse(null); if (g == null) return; if (!g.isVisible()) sA.getCamera().toEntity(g); if (sA.getInventory().isFull() && sA.getInventory().contains(c.food)) sA.getInventory().getItem(c.food).interact("Eat"); g.interact("Take"); If that doesn't work, log each line to see where the error is1 point
-
1 point
-
Looks awesome 1)Skype: pvm-legend 2)yes for the 3h+ proggies i'll post 3)You should pick me because i'm awesome and I'm in another beta too so i'm familiar with how this works 4) Can bot 1 account 5) Weekdays mon-thurs i can do 4 hours friday i can do 5-6 saturday and sunday pretty much the whole day1 point
-
1 point
-
idk know what exactly went wrong here but the bot was stuck doing this when i woke up. https://gyazo.com/2f55630dbbb86750e3957ad3a8649526 it wasnt moving or anything1 point
-
You mean videos in which she clearly stated her personal opinions in a manner that suited her that should've had no effect on you at all but clearly you care? Sounds offended to me1 point
-
Calculator is incorrect, thats why I suggested a new Calculator :P.. read my comment1 point
-
Trials are not necessary this script is amazing... Turn on reqs and chill 82-92 str in less than a week and that's with being unable to restart the minigame during the day for several hours at a time1 point
-
1 point
-
1 point
-
Hmm... now you got me thinking what it'd be like if a human and robot had sex. Anyways welcome to OSBot it's good to hear you're enjoying it and the community =).1 point
-
1 point
-
1 point
-
Wow! Awesome script man, loved the trial so much I absolutely plan to buy. Ran it for 12hrs, but lost the paint proggie:( Flawless, certainly! Uploaded a shot of my bank tab after that 12 hours, just under 2m made. Average about 26k/hr exp, 160k/hr profit at 85 mining, not bad! This is a really great script if anyone is looking for a MLM script. Czar is there any way I could extend the trial for this script? I haven't even gotten to try the second floor yet, would love to see how script performs. Either way, I'll be purchasing this soon for a nice way to make good money on my way to 99. Thanks man! Keep up the good work1 point
-
you can also do accounts that require low stats / quest requirements and hire pro quester <<< shameless advertising1 point
-
1 point
-
1 point
-
1 point
-
with staff of the dead u can pretty much auto cast the zammy spell so its not annoying to pk with that skill anymore xD1 point
-
Hey Czar thanks for the tip, I went and got like 10k bronze arrows from the bank and for the last two hours it's been running smooth. 28k/xp per hr. I don't have VIP. I prefer injection over the new wave of mirror. I feel that for OSRS it doesn't matter, JMHO though. It's not that I can't pay $10/mo but I just feel it's "different", not better per say. I used to script a bit back in 2009-2011 and it's beyond frustrating, script - try it out - didn't work- edit script- try it out- didn't work- edit script- try it out. Fuck that. Kudos to you mates putting out these scripts for the community. Hope to check this thing next week and I'm at 85 range. Thx again Czar. Script seems solid but I sincerely appreciate your attentiveness to this thread for your customers. That's probably why it's the #1 sold.1 point
-
1 point
-
Nice script mate, good to see more scripters for this SDN! But 1 question, how do you know that it 'Bypasses Jagex's camera bot trap'?1 point