Leaderboard
Popular Content
Showing content with the highest reputation on 02/07/14 in all areas
-
3 points
-
You must think you're slick. Like farming rule was removed by you: http://osbot.org/forum/topic/35694- Three days later you went and like farmed: http://osbot.org/forum/topic/36264- You wanted to like farm, but you couldn't because of that rule. You didn't want to seem like a hypocrite breaking your own rules so you deleted that rule so that you could like farm. Now that you have like farmed, you're going to change your mind and add the no like farming back. Don't try me, I'm a psychic. inb4lock inb4ban inb4nolikefarming inb43 points
-
Pretty sure they can make the requirement for the rank they made anything they fucking want to. Simmer down there slingblade3 points
-
Why should people with a join date get veteran then we will have like 5,000 veterans rolling around or more. I consider veteran to be helpful and someone who has been here along time that knows the ins and outs. Posting as a girl Lying when I call you out Calling me a cunt when you don't get your way Man you definitely deserve veteran.3 points
-
For the next 1-2 months I will be working on my woodcutter. So far I have Draynor Willows coded and Normal Trees are done, I will work on adding Oak Trees this weekend. And I have gotten a GUI set up and a paint is almost done. I just need to line up the text correctly and change the font and color of it. I will be updating this thread weekly on my progress Also big shoutout to Swizzbeat for helping me with lining up the paint correctly and his awesome mouse snippet that makes the script truly look much more better. Thank you @Swizzbeat - Shout out to TheScrub for helping me with the drawimages and making obtain the coordinates literally 100x much easier and faster.2 points
-
2 points
-
2 points
-
Were you considerate of the females feelings when you were posting her real life pictures?2 points
-
2 points
-
2 points
-
2 points
-
I've been looking for a project to keep me occupied for a while, and I definitely think this will challenge me and hopefully provide the community with a great script! Basic layout In the process of creating this script, I thought long and hard on what would be the best setup for the project. I created a node based script framework a while back, but I never really used it as none of my scripts really called for it. However, with the upcoming OSBot 2.0 release, which is very similar in style to nodes, I decided that for each clue, I will create a separate node. The advantages here are obvious; easy editing as well as very uncluttered code. Of course, looping through 90+ Ids isn't ideal, so obviously in my main controller I will have a way to per-determine the next node to advance to. Features Very simple, steal clues from HAM members, go to the bank get the needed items, go to the area, perform the needed actions. Other things If any of you have ANY level 1 clues, PLEASE send me a screenshot of the clue as well as the ID of the clue. The person who sends me the most of these pics and IDs will receive a free copy of the script, as well as my eternal gratitude PRIZES!!!! LOOK HERE I am offering 4 great prizes!!! All you have to do is send me a picture of a level one clue scroll (with its itemID (get by using grounditem info in advanced settings))!!! The person who sends me the most: ALL MY SCRIPTS + $10 Second place: My clue scroll script Third: Any of my scripts, except for my clue scroll script WILDCARD! IF YOU SEND ME AT LEAST 5 CLUE + PIC COMBOS YOU ARE ENTERED IN THIS: You can win ANY script in the SDN! YOUR CHOICE! SEND ME YOUR CLUE + ID PICS IN A PM PLEASE! EXAMPLE: http://i.imgur.com/PCuSvgD.png (courtesy of Monkalishous) (Sorry for spelling your name wrong ) Progress: Finished, In progress, Unfinished -Stealing from HAM members -Banking -Clues (94/95) #1LEFT1LEFT: Data for ~94/95 clues [PROBABLY ALL CLUES DATA GATHERED!!] 93 clues actually completed (Most of these have been tested and verified), with one clue not to be supported (Canifis)1 point
-
1 point
-
Finally figured out how to do this and I figured others might want to as well, so here's the code! Put this in your global variable declaration: public Image cursor; Have this in your onStart() method: useDefaultPaint(false); try { cursor = ImageIO.read(new URL("YOUR IMAGE URL GOES HERE")); } catch (MalformedURLException e) { log("Error in retrieving mouse cursor!"); } catch (IOException e) { log("Error in retrieving mouse cursor!"); } And then finally put this somewhere in your onPaint() method: int mX = client.getMousePosition().x; int mY = client.getMousePosition().y; g.drawImage(cursor, mX, mY, null); FYI if you use the method moveMouseOutsideScreen() the mouse image you use will appear in the top left of the screen. This is completely normal however it may look a little weird! If you would rather just not have it drawn at all you can do this: if (mX == -1) { //don't draw } else { //draw }1 point
-
Goodluck on the road to your first script, can't wait to see how it turns out. Don't give up!1 point
-
1 point
-
1 point
-
1 point
-
Damn, sick.. Wish I could find a way how to make money on 07. Struggling with my 1m bank lol.1 point
-
1 point
-
This scammer: http://osbot.org/forum/topic/36148-cya/#entry399895 We dont know whoever else he scammed, i could only find 2 reports uncompared to the "600m" he apparently scammed He gave us an order for torso and tried to get us to complete it, paid 6m for the order and left 3m for gear http://osbot.org/forum/topic/36147-scam-report-prefraud/ http://osbot.org/forum/topic/36133-dispute-against-prefraud/ Waiting for these two users above to message me back, and ill refund them fairly. I now have 9m from his order and we decided to leave 48 defence on his account #failedzerk1 point
-
Pretending to be a girl? This qualifies as a trust issue to the community - not to mention the lying factor involved as well. Of course this thing doesn't deserve veteran.1 point
-
if you were pretending to be a girl you have real issues at hand.1 point
-
1 point
-
Damn son you gotta teach me how to script, still have not made a single one or even tried This looks fun1 point
-
i paid 17m for for 17 level 3 accounts from him & he gave me the list of 17 accounts of which none worked and yeah i still have the video.1 point
-
He hasn't just helped us, he helped our users as well. I dont think he's going to list every one of our users that he's helped.1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
Laughs. He liked the idea of my design and you copied mine as good as you can. That´s the truth. Pathetic.1 point
-
You weren't active on the site* for like 8 months and just came back. Posting threads like this only make the situations worse. I know by experience. The best way is to talk to Maldesto in private.1 point
-
1 point
-
@@Stark Purchased full packet. Thread layout (just an example, not full) Bot paint (Four Tabs) Script Icon Dynamic Signature1 point