Leaderboard
Popular Content
Showing content with the highest reputation on 09/22/15 in all areas
-
3 points
-
3 points
-
Hey, I just did around 200 hours of intense research of Runescape game rules. I found out something shocking, something new, something i've never heard off.. Botting is against the rules. Kind regards, VAG2 points
-
I'm being forced to do this Happy birthday dubz please send help This boy is now 20 years young what a geez2 points
-
You save the current rock in an object. Once this is mined another object will be placed and the old object doesn't exist anymore. Last time I checked it's impossible to interact with something that doesn't exist You'll have to update your rock list frequently to make sure you got the latest objects (I tried to interact with my non existing girlfriend once before, unfortunately nothing happend... :'( Should have null checked her before ... -_- ) Khaleesi2 points
-
2 points
-
2 points
-
The range level doesn't matter, it will click targets always , just make sure default zoom, make sure you have gp, make sure you start inside the range guild and it will be fine @post above, the script only logs out if: - no gp - far away from range guild that's the ONLY time it EVER logs out, so make sure you are inside the range guild near the competition judge and it will be fine EDIT : New update! Version 0.25 - ESC mode added, now clicks ESC to close interface (if you have it enabled) update will be live within a few hours ;)2 points
-
What happened was, he told me almost a year ago he paid the guy he scammed back, so I told him "donate 100$ to osbot and we will let you back with perm TWC rank" He then gave me 100+ dollars worth of gold, to sell for OSBot. Once he gives me the gold, he contacts @Kami the original guy he scammed and told him "maldesto has your money i gave him XX of gold to give to you." Which was incorrect completely, now he is trying to say that I scammed him and he is going to take it to higher ups LMAO. No doubt I am going to refund Kami with this money, but I am not going to leave dumbass unbanned after he tried to pull this shit. Telling me I can't read, because he didn't read my posts.2 points
-
1 point
-
Can i please get a trial? Also, could you tell me where i can buy it? I dont see a link or something in your thread1 point
-
1 point
-
1 point
-
1 point
-
Do you know when this script is set to be updated? It has been almost a week and I still see no option for headless arrows and when making steel arrows it still is not allowing time for the full 10 sets to be made before trying to make another batch. If I am messing up anywhere while setting the script up, please let me know so that I may correct my actions. Thank you.1 point
-
1 point
-
Well, the stun / alch combination works, thats for sure..I bought it.. thanks for the great script https://gyazo.com/d56e4424d8e690e914fda20b8c518b911 point
-
I'm very sorry to hear that, however we will need evidence of this. Will you please use following template and post as much evidence as possible? Thank you!1 point
-
Yeah definitely made the bond money and then some for the accounts. Wondering if was just unlucky last night or because I made more then usual maybe passed a threshold to set off review. Then again I am extra sloppy I never run proxies still on same dirty IP and this is at least 9th 10th acct ban lol.1 point
-
Here's the problem I'm having. The script rags other peoples crabs so badly that everyone just knows it's a bot.1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
Its working now, it was a simple problem of having to many boxes. have like 4 empty slots and your good.1 point
-
1 point
-
Just did service for me, great guy , great service and was very helpful and patient with me in being a newbie to the site. A+++++++++. Trusted him with bank too!1 point
-
Due to skepticism; request a pack and I will quote your request with the download link PUBLICLY. Here is a picture of all the packs: http://i.imgur.com/5i4wA9w.png P.S. I also have C4D Lightrooms, Text setups, Materials, and more!1 point
-
it always examines the first fish when it drops tuna to get more swordfish. Other than that this script its amazing! Extremely smooth never gets stuck, never stops, all around the best script iv used.1 point
-
can you get on skype please and request this dispute closed because this TWC is really not necessary lol.1 point
-
purchased this last night, ran flawless for 10 hours. really dont have anything negative to say. thanks for such an awesome script!1 point
-
This^ It is worth noting that, like the RGB values, the alpha constructor is also in the range 0-255 where 255 is solid colour. apa1 point
-
Use a transparent color. Color has multiple constructors. The one that takes 4 int arguments is the one you want. The last argument is the "alpha": Color color = new Color(255, 0, 0, 100); void onPaint(Graphics2D g) { g.setColor(color); g.fillRect(...); }1 point