Leaderboard
Popular Content
Showing content with the highest reputation on 05/03/15 in all areas
-
4 points
-
The user has been notified of the dispute. The buying and selling of accounts with under 100 posts is not allowed as things like this can happen, i and the rest of the staff have said this many times, it is for members own protection as some people feel they can exploit newer members. Regardless i am assuming this is the thread you are speaking about - http://osbot.org/forum/topic/71644-s-this-awesome-pure-cb-67-s/ I see that the thread is still open so i am going to go ahead and lock the thread to protect other users in case this is indeed a scam attempt. The user has also been moved to the TWC usergroup as a precautionary measure. Please as @Dex said provide us with a picture of the Skype ID along with anything else that can assist us in resolving this, thanks.3 points
-
http://haiimbeast1.wix.com/mayweathervspacquiao You have to exit off the ads over the video3 points
-
2 points
-
I already knew it if it went to decision floyd was gunna win. He's the most pussiest boxer i know. If he brawled, he'd get dropped but hes a fucken pussy who runs2 points
-
Presenting Features Picks things around RuneScape Bug Report Form: If you encounter any issues using this script, please fill out the below form and send to me via forum PM with the title formatted as "%Script Name% Bug Report" -----Bug Report----- OSBot Version: Mirror Mode?: Description Of Setup: Description Of Bug: -------------------- Known Issues -- No Reports Yet! Progress Reports1 point
-
Here's the new script skeleton you will be using, please import the class files down below as these are not in the OsBot API. In the scriptStart method, add your class, or classes that extend my custom Node class. (Example shown below) package ca.midnightblue.scripts.wc; import java.awt.Graphics2D; import org.osbot.rs07.script.ScriptManifest; import ca.midnightblue.scripts.wc.nodes.Idling; @ScriptManifest(name = "Custom Script Skeleton", author = "Midnight Blue", version = 1.0, info = "", logo = "") public class Core extends CustomScript { @Override public void scriptStart() { add(Woodcut.class, Walk.class, Bank.class); } @Override public void scriptStop() { } @Override public void loop() { } @Override public void paint(Graphics2D g) { } } Now in your classes that extend Node, which will contain the back bone aka the script functionality, the function "loop" that returns an integer is where you want to put what the bot does during that loop, you will return the amount of time you want the bot to sleep, by default it sleeps a random interval of 10 to 100MS. Your validate method will return when you want this script to activate. (You don't want to run all of your scripts at the same time) And lastly, your getStatus method should return a string with a brief description of what the bot is doing at the moment. Example: If your bot is banking return "banking". Here's an example of how to use my new script skeleton package ca.midnightblue.scripts.wc.nodes; import org.osbot.rs07.script.Script; public class Idling extends Node { private long then; public Idling(Script script) { super(script); then = System.currentTimeMillis(); } @Override public int loop() { long now = System.currentTimeMillis(); if(now - then <= 300000L) { //every 5 minutes then = now; //open tabs or something } return 0; } @Override public boolean validate() { return !script.myPlayer().isMoving(); } @Override public String getStatus() { return "Idling"; } } Node.java CustomScript.java Hope you enjoy! :-) Please comment if you like this noob-friendly node snippet I made!1 point
-
My original goal was to make a barrows pure but instead i decided to make myself a main only using czars scripts thank you czar if it was not for you scripts i would not have this account. all stats were botted with czars scripts and the others were hand done such as magic and other skills. total time to build this account 12 Days Average botting time 5-8 hours per day.1 point
-
Thanks for the business man cheers. Weekly Promotional Buy 1 proxy get $5 off any Windows VPS All users interested in the weekly promotional- add my skype james.horvak-easygoldstop or PM / Post below All promotional payment can be paid in PP/RSGP/Skrill1 point
-
See i have heard alot of good things also and it is nice to hear from people with experience with it1 point
-
1 point
-
1 point
-
Most likely a delayed ban from using the normal client or another script I've been botting 24/7 getting a long proggy atm and I haven't been banned. Plus there's 4 lvl 3s who are smithing and advertising another botting website while they are doing it there who have been there all weekend as well, not banned yet either. Sorry for your loss buddy.1 point
-
1 point
-
gl! A good but underrated gold farming method is hunter. At 63 at red chins bring in 200k+/hr and at black chins 300k/hr easily.1 point
-
Since I dont use agressive mode anymore it has been running very well for the past 1-2 days. Just now it doesnt do anything anymore.. Had this once yesterday but then restarting was enough. I have updated osbot and restarted everything and im using basic options but it wont run now.. It just stands still. This happened like 20-30 minutes ago, before that everything was running fine.1 point
-
1 point
-
You are missing a few things here. Please provide pictures of the items, quests and proof that the account has no bans. Also whom did you purchase the account from were they a member here? Please be more specific. Create a new thread when re posting, thanks.1 point
-
Interesting. Nice progress m81 point
-
1 point
-
1 point
-
Yep, using as much as I can, at 85 ranged atm, if I make it to 90 ill probably stop and quest for a few days then back to it again, fingers crossed.1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
Well I didn't win or lose money off the fight haha so I really don't care nor do I really care about the outcome of it, what I do know is Floyd won the fight because he is not only better but he is more experienced in boxing and I know that simply by a little bit of google searching recent fights. Also I love the "little brains" anyways I can see your a bit mad at something maybe because the fight didn't go the way you wanted it to, and sorry maybe your mistaking there likes as agreeing with you, when in reality there saying "U MAD BRO" Hahaha I noticed that also, but I also saw the final decision and that does not lie. Besides the whole fight was boring as fuck.1 point
-
1 point
-
Better won, no doubt. There is gonna be no rematch and if somebody was expecting a punch storm, then you dont know what boxing is. See, you dont get points for punching enemys gloves which pacman was doing alot, floyd fought smarter. sorry for bad englandino1 point
-
1 point
-
Bottom line is its effective. He landed way more shots then Pac. Yea it was a boring fight and I'm glad I streamed it instead of paying 100$ lol.. UFC ftw..1 point
-
I think it is just more complicated for new scripters1 point
-
How is this different from the node framework?1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
Stealing from stalls is REALLY slow, other bots are running laps around me. Also, please make the bot BANK the silk as it can be sold later on for profit, it's also faster since the script drops it really slowly too. Died twice stealing silk in Ardougne because the bot doesn't run away from combat. Might wanna implement that.1 point
-
Nice Release your script is specific to just killing dragons compared to an AIO fighter, this means it should be better and have extra features which are specific to killing dragons. it should be more cash as this is not stable or healthy. Good luck! ^_^1 point
-
1 point