Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/07/17 in Posts

  1. Patched an issue with out of memory exceptions on some machines. Also touched various other things which shouldn't matter too much. Download: https://osbot.org/devbuilds/osbot 2.4.117.jar
    13 points
  2. This post is mostly intented for scripters I suppose. So anways I just started scripting again after a long break, and thought of the following while making my script: If Jagex can monitor mouse movements, what would be the easiest way to detect bots? For instance take magic; high alching. Thinking about making a script like that I'm sure I would have used sleep(random(min, max)) between mouse clicks until now. Let's take sleep(random(500, 700)) and see what Jagex would see if they're monitoring the time between the clicks for let's say 10k alchs, by using this snippet: int[] numbers = new int[750]; for (int i = 0; i < 10000; i++) { numbers[MethodProvider.random(500, 700) - 1]++; } int i = 0; for (int n : numbers) { if (i++ < 450) { continue; } System.out.println("" + i + ", " + n + ""); } Entering the output in a scatter plot produces the following data visualisation: I'm sure that you would realize that no human could ever hit so perfectly random between 500 and 700, but never go below or past those respectively. So I started digging into this and found out there is a common method which is used for this sort of thing, called standard deviation. It turns out that OSBot already has this in their API at MethodProvider#gRandom, so you can already use this. I had already made my own snippet for it though: public static void main(String[] args) { int[] numbers = new int[750]; for (int i = 0; i < 10000; i++) { numbers[rand(500, 700) - 1]++; } int i = 0; for (int n : numbers) { if (i++ < 450) { continue; } System.out.println("" + i + ", " + n + ""); } } public static int rand(int min, int max) { return rand(min, max, (max - min) / 8); } public static int rand(int min, int max, int deviation) { Random r = new Random(); int avg = min + ((max - min) / 2); int rand; do { double val = r.nextGaussian() * deviation + avg; rand = (int) Math.round(val); } while (rand < min || rand > max); return rand; } Now, running the output data through the same scatter plot produces the following image: Which doesn't drop off to zero without ever hitting one past it. It is important to note that when using this, you might want to make your intervals wider...it is kinda unlikely that you'd be as accurate as the above plot. For example 300, 900 produces this, which is what I think would be a lot more human like: Anyways, you do not always need to use this but I strongly recommend it for scripts that use repetitive clicking and such, because it seems very easy to detect botters from Jagex's side if you use regular sleeps in some cases. Thought I'd share since I had never seen sleep used with such a random distribution before and it may prevent some bans Goodluck & hf :p
    6 points
  3. CzarScripts #1 Bots LATEST BOTS If you want a trial - just post below with the script name, you can choose multiple too. Requirements Hit 'like' on this thread
    5 points
  4. if (shouldIDrinkPotion()) { drinkPotion(); } final WebWalkEvent webWalkEvent = new WebWalkEvent(destination); webWalkEvent.setBreakCondition(new Condition() { @Override public boolean evaluate() { return shouldIDrinkPotion(); } }); execute(webWalkEvent);
    5 points
  5. Unless the full video unedited is shown I don't see how we can prove it either way. I'm not gonna ban you on here. I would do the same exact thing as you. If I confirmed a trade with someone 5 times and the 6th time I forgot or just assumed we were on the level of trust. I would just go ahead with the trade. Also a site with 10 people on and a bunch of mods with no reputation. Not going to fly around here.
    4 points
  6. your shutdown button in the task bar is triggering me.
    4 points
  7. Only idiots would pay more for a hand done account. Hand done or botted, same shit at the end after a week of not botting
    4 points
  8. gz you discovered what most bots have had implemented since 2010
    3 points
  9. 100% organic hand done kosher non-gmo fresh USA HAND CRAFTED botted accounts
    3 points
  10. There's not really any evidence that suggests that @Eendtraded over the money to someone else nor is there any evidence from @Eend that suggests otherwise, so it's basically word against word which means I'm going to have to archive this dispute.
    2 points
  11. edit did not see those boat shoes that you linked is 99% of your school planning to walk on water? just buy some tommy hilfiger sneakers or hugo boss they are not even that expensive
    2 points
  12. just find out what the xp/hr is and youll roughly know lazy bastard
    2 points
  13. Disregard that, I spoke to the staff and we agreed on allowing you to do this but you must include and let all of your buyers know that you have the potential to recover their account anytime in the future if the ban is lifted/ if the service is successful. This should be made aware to all those who purchase this. Thanks
    2 points
  14. getBank().getSlot("My item"); Is what you're looking for
    2 points
  15. I think he means that while walking, stop to drink the potion and resume You can do this with a break condition for a WebWalkEvent. Set the breakcondition for when you want it to drink
    2 points
  16. I know you're referring to me. I can provide screenshots or proof of the accounts being hand-done leveled. Its the buyers choice to buy or not to buy an account. Never had an user with any problems regarding being banned on an account I sold em, I can't count on two hands the amount of accounts. Let's put your opinion aside and dont buy accounts you seem sketchy, problem solved.
    2 points
  17. NEW: Released Chop & Firemake plugin Added 8 Forestry events!!!!!!!! Easy 99, Next! Map Chooser System Progress Results! Help How to use this with Bot Manager? Script ID is 631, and the parameters will be the profile you saved in the setup window, e.g. oak15.txt I want a new feature added? Make a post below and I am always listening, within reason! The bot is doing something I don't like? Make a post below and I will adjust the code to match your play style!
    1 point
  18. by Czar Script live, buy now (only $4.99!) http://osbot.org/forum/store/product/463-perfect-crabs/ Want to buy the bot, but only have rs gp? Buy an OSBot voucher here Features Supports both rock crab locations! Teleporting - using tabs/spells Potion support - including combat potions and super att/str/defence Aggressive mode - attacks other crabs World hopping when a cannon is nearby Can randomize fight locations between trips! Calculates next best crab to attack when current crab is low on health! Resets region when crabs don't attack Rotates region resetting every 20-60 minutes Configure inventory load-out with a single button! Changes between walking south and using the cave! Banking support Automatically prioritizes visible crabs when fighting Can recover from being idle Ranged support, loots any type of ammo you have Loots ammo in second intervals (every 2-18 seconds it will loot all) Picks up edible seaweed to extend trips World hops when 7 or more players in the area Displays 'goal' information, e.g. (at 77 strength it will also show details for 80 strength, time left, xp left, etc) Rock crab areas are split into sectors and are cycled every time a rock crab is not found FAQ Why should I use this script when there are millions out there? It is the best script. Simply. Why are you releasing this now? It's time to make this one public, it was privately used for myself and has gotten me 80 strength in a single bot session. How do I set it up? On first use, make sure your inventory is laid out nicely, and click 'Load inventory' to save it forever, then click start Instructions There are no instructions. We do the all the work for you. CzarScripting™ Tips If you have a pure account, it is advised to go east, because there are no dangerous npcs there Use camelot tabs for quicker trips! You can use any potions, including combat ones Clean paint and GUI Want to use potions? Have potions in inventory Want to use teleport tabs? Have tabs in inventory Want to use camelot teleport spell? Have runes in inventory Want to use special weapons? Have special weapon in inventory Want to use ranged? Have ammo equipped Everything is automatically detected like a real robot. We do all the work for you. Gallery nooby account from 1-33 range (for range guild pot) Just from TESTING THIS SCRIPT
    1 point
  19. Do you want to bot something that Instantly sells? Do you want to be able to gain magic Experience at the same time? Do you want to be able to make over 350k+ GP an hour? Are you looking for OSBots most featured and popular Orber? Shudsy's Orber is what you're looking for. Features Smart Walking system. Emergeny Teleport incase of PKers or low hp. Ability to use House tabs instead of glories if selected. Ability to use Clan wars to bank and restore HP/Energy. Clean paint which also lets you hide if wanted. Full item support with everything needed. World hops if attacked by PKer. Death walking/Death Teleporting World hopping to avoid PKers. Stamina Potion support. Requirements 66+ Magic is required. 40+ HP is recommended. Information If NOT using Castle wars to bank, have food in bank. If enabled, have Stamina Potions in bank. Have Unpowered orbs and cosmic runes in bank. Have several glories, ring of dueling or House tabs in bank. Click here to buy! Proggies 18 Hour proggy Dynamic Signature
    1 point
  20. Apparently I've made 26K accounts on the same domain, without them ever noticing
    1 point
  21. TRIHARD CHICKEN TRIHARD CHICKENTRIHARD CHICKEN TRIHARD CHICKENTRIHARD CHICKEN TRIHARD CHICKENTRIHARD CHICKEN TRIHARD CHICKENTRIHARD CHICKEN TRIHARD CHICKENTRIHARD CHICKEN TRIHARD CHICKENTRIHARD CHICKEN TRIHARD CHICKENTRIHARD CHICKEN TRIHARD CHICKENTRIHARD CHICKEN TRIHARD CHICKENTRIHARD CHICKEN TRIHARD CHICKENTRIHARD CHICKEN TRIHARD CHICKENTRIHARD CHICKEN TRIHARD CHICKEN
    1 point
  22. actually unlocking the accounts LUL
    1 point
  23. add my skype: gearing.osbot
    1 point
  24. The solution to getting past the account locks is using IPs which do not belong to commonly used server vendors. Use of residential IPs usually results in 0% lock rate, but you can still achieve this with normal proxies too.
    1 point
  25. open up a service thread, set your rates , skype etc. and start gaining some rep NVM you joined 12mins ago LOLOL youll have to deposit something before someone else lets you access their account
    1 point
  26. Does this fix ProjectPact's terrible music choices?
    1 point
  27. sketchers or shaqs
    1 point
  28. Use your brain...and calc abit and you'll know bro PS: My ass u can afford those skills bro LUL
    1 point
  29. Please let solution translate, he's also dutch. Uhm, yes. that ban was on www.rsmarkt.nl Basicly what happened is this: I had a small aio service, also staked for 5% commision. and this one guy approached me and wanted me to stake for him. He gave me 90m and i lost some and i won some, traded him multiple times to get more money for staking and that went on for a little bit. after a little while i started a winning streak, got up to 550m with a starting amount of 50m i believe. Since i already traded the guy 3-4 times in the single session i didnt ask every single time to confirm the trade because i knew who he was and it was kinda time consuming. (my biggest regret in doing services for people was this) He noticed the mistake i made and started extorting me with making a dispute against him unless i traded over money, not 500m or half of it. i refused because im not going to let that happen and he made a dispute against me as a result. I tried to explain myself to the 2 acting mods but both simply ignored me. didnt respond once to any of my appeals or skype messages. the dispute was open for a few weeks, i believe almost 2 months and nothing happened, all of the sudden one of the 2 mods just banned and kept ignoring me. (i can proof that they ignored me but i would like the screens to be hidden) [HIDDEN BY MODERATORS] @Jowsiej used to be mod on the forum i got banned on, he just stopped modding before i got appealed. i still work together with her on selling accounts lately, there is mutual trust and she also can confirm that those 2 skypes are the mods and not somebody else. if this isnt enough of a defence, 1) being banned because of crooked mods and 2) still working together with a ex mod from that forum. I am willing to sent to super mods a picture of my ID, some parts blacked out but the essential info on there. im not planning to ever scam so i have no problem giving such and insurance. sorry for my broken english, i am on 3 hours of sleep and i just want to get his over with.
    1 point
  30. As far as I know it happens when Webwalking is being used, and that is only when banking or re-agro. Also when using Island spot 3, the bot sometimes execute banking, if it hopped a few worlds without finding any free spots
    1 point
  31. Could I get a trial too please?
    1 point
  32. Idk man you might end up interacting with a "Big Weenie"
    1 point
  33. Bought 10m for 13$. Cheapest rs07 gold by far compared to competitors. Got delivery withing 2 minutes lol... Instant assistance through live chat. 10/10 would recommend and buy again.
    1 point
  34. 100% hand crafted.... i instantly assume it was 100% hand botted at that point lol.
    1 point
  35. Would love to try this script out with a trial hook up
    1 point
  36. Hey Czar, Safespot doesnt seem to work with ankous on the bottom layer of the stronghold. Is this a known iussue?
    1 point
  37. 1 point
  38. At least @zuzel111 provides a legit service. Most 1 pray capers are just after your gold.
    1 point
  39. when i bot im at gym or work,when im home i bot and fap
    1 point
  40. Can i have a trail of this one? Might buying this one too if it works.
    1 point
  41. From my experience my lowest bans are during Jagex hours surprisingly, again this is just my opinion.
    1 point
  42. Script updated to V0.18: - Shift dropping should be fixed ( if enbaled in the settings in game) + (if using currevt dev build) - Added evergeen trees Should be online in a few hours Enjoy!
    1 point
×
×
  • Create New...