Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/06/18 in Posts

  1. 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
    9 points
  2. UPDATE: As of September 12, 2019, Jagex has removed the 7-day Free Trial offer from OSRS. It's been fun and I'm honestly surprised we got almost a year of hardcore abuse out of this. Cheers Fam! EDIT: They are now monitoring/linking CC/payment info to free trials. I can't confirm how many yet as I got off around 8-10+ before they blocked one of my CC's (I'm guessing this came about with the new trial offer screen in-game). Will try to keep everyone updated as I learn more. PAYMENT METHODS ARE NOT TRACKED/BANNED/RESTRICTED. THE GOOGLE ACCOUNT IS WHAT GETS BANNED/DISABLED/LOCKED, INCLUDING PREVENTING PURCHASES FROM THE PLAY STORE!! EDIT 2: THE CURRENT BOTTLENECK FOR CLAIMING FREE TRIALS HAS TO DO WITH GOOGLE ACCOUNT CREATION. (Google's Anti-Bot measures are FAR more robust than Bot Watch. I have spent 100's of hours researching/testing/developing methods to get around this problem, with little success.) I used this method to successfully create and train 4 MANY new accounts w/ 7 day free memberships. Enjoy (NOTE: This guide will be Android only, steps should be same/similar for iPhone, just change Google accounts for Apple accounts) Requirements: 1. Multiple Gmail Accounts 2. Android device with OSRS app installed 3. Valid Payment details for Google Play Store Steps: 1. Log into your desired account on OSRS app. 2. Open the in-game store and click to buy membership (should open a new window). 3. Select 1-month membership offer (it should say something about a 7-day free trial). 4. Go through the membership setup and select your valid payment details when asked. 5. After you see the message saying "payment confirmed" or something to that extent, go into your OSRS account settings and cancel the membership like normal. 6. Profit... You can repeat these steps for any number of accounts that have not yet claimed this offer by doing the following. 1. Log out of OSRS on the app. 2. Go to your Android device's settings and add a new Google account that has yet to claim this offer (the offer is attached to your Google account). 3. Repeat steps 1-5 above with the new OSRS and Google accounts. BUT WAIT! What if I don't have an iPhone or Android that can run OSRS!?!?! Can I still get this offer??? YES! There is an application for Windows (not sure about OSX) called "Bluestacks" that allows you run an emulated Android instance on your desktop with no additional software. 1. Download and install Bluestacks (ask Google). 2. Go through the setup process to get your Android emulation running. 3. Open the Playstore App on the home screen (log into your Google account if you haven't already). 4. Download OSRS Mobile. 5. You're now able to run OSRS Mobile on your Windows desktop (and yes, it seems to run smoother than the normal desktop clients lol). I've only just started playing around with all of this in the last week or so, but I've got a strong background in emulation and virtualization, so I'll do my best to provide support within this thread for anyone who tries this.
    3 points
  3. Issue has been fixed and the update has been pushed. Should go live within 24 hours.
    2 points
  4. NEW! supports new south + east shortcuts, new hopper (upstairs), and mouse invokes!!! (just like runelite!) 'the intelligent choice' By Czar 34-99 Mining on video!! Agility Shortcut Setup Window Preview 70 hours run time https://i.imgur.com/wiF6VPO.png
    1 point
  5. CURRENT RECORD: 201 HOURS RUNTIME NEW: Sandstone mining + hopper support Humidify/water circlet/bandit unnote Ardy cloak tele support Setup Screen Preview Results 84 HOURS ON NEW LEVEL 20 ACCOUNT Suicided account with mirror mode near rock crabs, 81 mining! I will probably go for 99 Even supports Ancient Essence Crystal mining! Preview: Mine 1 drop 1 item drop pre-hover feature:
    1 point
  6. 'the intelligent choice' by Czar Want to buy the bot, but only have rs gp? Buy an OSBot voucher here
    1 point
  7. need ma2 done, TIMZ#4830 on discord, lmk prices. maxed main btw.
    1 point
  8. Would love to hear more about the VPS, I understand for IPV4 we are hitting a recycled # of IP's I am looking for long term business and purchasing.
    1 point
  9. Its a labor of love! your the best khal
    1 point
  10. Thanks for the additional info! I've not given Malcolm's method a go yet as I've just 'completed' my script, so just focused on fixing the minor errors right now before I move onto implementing improvements (like tackling the double interaction properly). I'll definitely want to take a look into what you suggested as well. I made a quick search, and I assume it's called java concurrency and/or multithreading which you're referring to.
    1 point
  11. Yea guess ill do that haha
    1 point
  12. Seriously what is this obsession with mobile botting? It's been well known for awhile now that most of their detection is server sided so anything done on the client is completely pointless (cough botting on mobile cough).
    1 point
  13. 1 point
  14. Theres a teleport from tunnels option in the settings. It will recharge your trident if you also have fire runes and gold in bank.
    1 point
  15. thank you i was unsure if it would just leave it on the ground.. and as the mirror mode is laggy and buggy im extra worried it mite miss it lol
    1 point
  16. Sand Crabs (Craw island) southern spots seems to be broken again... just stands there and keeps cycling.
    1 point
  17. It works flawless after -mem, thank you.
    1 point
  18. No running more accounts does not result in higher ban rate, I run 15-20 on one IP, no problems.
    1 point
  19. Definitely, do some research about the basic of Objects in Object Oriented Programming, Classes, Inheritance, and methods/variables.
    1 point
  20. Why are you bumping this? You've been quoted 150-200m.
    1 point
  21. Omg i was thinking the same but didnt dare to type those forbidden words
    1 point
  22. 1 point
  23. Ran great today got me 40 hunter in only a few hours
    1 point
  24. yes u will get banned man, scirpt is really detectable now this days, i but with frost barrows, 3 accounts all 3 the get banned at next day of strating botting, u must be smart and lucky in this case, i must admit las account was a good account :c
    1 point
  25. lol do u speak another lengage, its kind of hard to understand you man
    1 point
  26. 40 defence, 80 range. Could have done this myself. but was more afk this way. Kept an eye on it though, cheers.
    1 point
  27. Boting is very possible. Just have to be smart about it
    1 point
  28. I think it would help if you made it so all your loop method does is run a bunch of checks and makes a bunch of calls to other functions. Don't handle anything else. That way, you'll know precisely what your script is doing: @Override public int onLoop() throws InterruptedException { if (dialogues.isPendingContinuation()) { dialogues.clickContinue(); } else if (isFighting()) { if (isLowOnHealth()) { if (canHeal()) { heal(); } else { runAway(); } } } else if (areBonesPresentInInventory()) { if (!isIdle()) { buryNextBone(); } } else if (lootingEnabled && isLootPresent()) { if (isInventoryFull()) { if (isJunkPresent()) { dropJunk(); } else { goBankStuff(); } } else { loot(); } } else { fight(); } }
    1 point
  29. I finally was able to purchase the script, but it randomly gets stuck sometimes when the target view box pops up after shooting the arrow and won't close the box. Any way to fix this? Thanks. Nevermind figured it out, thanks for the great work!
    1 point
  30. thanks and it seems good, done about 4 hours so far and i like it so this will be had on my payday i think.
    1 point
  31. How do I buy this? I click the link but I can't see the script for purchase.
    1 point
  32. Java is basically C# with less cool features You'll be fine with good C# skills. Just don't confuse the naming conventions, and get out of the habit of writing 'var' everywhere
    1 point
  33. I just ran into a bit of a bug I believe. I am trying to fish and bank leaping trout and salmon, but the bot continues to try to fish bait fish near the bank instead of going back to the leaping fish spots. Is this perhaps because I am using bait instead of feathers? I am an ironman currently and couldn't travel to get feathers. Thanks for any help
    1 point
  34. gonna suice it for 2 days and looking what the result will be \ 1 thing doesnt it click the targets to fast? or isnt that a problem
    1 point
  35. I just returned to Runescape after many years gone because of the mobile update. Of course I still have my main account on RS3 but I just never could get into the new combat system and kind of lost interest in botting after Nexus got shut down. Got Czars Perfect Fishing last week and am very happy with it! Started out F2P barbarian fishing around lvl 20, decided since I didn't get banned to get membership last night! Lvl 58 fishing now, only botting a few hours max per day on Mirror mode. Really just wanted to say thank you Czar for the wonderful product! And leave a review for those on the edge of purchasing, I feel its 100% worth it so far. I will give occasional updates on my progress for everyone as well. Happy Botting!?
    1 point
  36. 2.5.22 version of mirror mode the mouse scroll doesnt work so scripts cant worldhop etc. Im not sure if its just me so would be good if someone tested it. Im running windows 10 with newest java avaible.
    1 point
  37. tyty, im releasing my last batch of scripts before scripting retirement
    1 point
×
×
  • Create New...