-
Posts
132 -
Joined
-
Last visited
-
Days Won
1 -
Feedback
100%
Everything posted by botelias
-
Help me with one of my first scripts please!
botelias replied to marceluxd's topic in Scripting Help
Not sure, but try: getInventory.interact(SLOT, "Use"); sooo, getInventory().interact(random(18, 20)); should be getInventory().interact(random(18, 20),"Use"); -
Just a guess, but maybe check for frozen animation of that player after casting?
-
Well, hard to sell scripts without being allowed to advertise
-
Lol, and can’t even sell private scripts here until Scripter 1. Anybody gotten promoted last 6 months, or have they stopped doing that?
-
This happens sometimes to me aswell. Noticed it usually happens when the bot is just about to perform an action (attack NPC, open bank, etc) or when in the middle of a webwalk. Usually waiting until the action is performed unfreezes the client.
-
Been a month now. Does no response mean it got declined, or would I have been informed about that?
-
Each invent is about 1.5k. Should result in roughly 30-40k/h with 0 reqs.
-
Hey'a everybody! If I'm running stealth mode with proxy configured in osbot, and the proxy crashes, is my real IP revealed to jagex? Or does all data-transfer halt when connection issues arrise? Cheers
-
Qs regarding ban rate of Free Version OSBOT(Stealth Injection Mode)
botelias replied to Porter11's topic in Botting & Bans
There is a 50% chance you get banned. Either you get banned (50%) or you don't (50%). Just trolling you. 100% you get banned for botting 2x 2h without break on free script............ -
just curious about bans if anyone can help
botelias replied to disco cookie's topic in Botting & Bans
They delay bans, doesn't have to be instant. -
Noticed a lack of scripts that pleases Senpai, so decided to make a simple snippet for people to use. It will run to Dark Wizards, plead with Senpai, then repeat. Features a simple GUI. Please share proggies. Reqs: Low level, low HP, inventory full of high value items. Auto retaliate off. Anime inspired names is a huge + . MUST RUN FOR ATLEAST 3 HOURS PER DAY! package CoreKill; import java.awt.Color; import java.awt.Graphics2D; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import org.osbot.rs07.api.map.Area; @ScriptManifest(name = "Be Gentle", version = 1.0, info = "Please senpai, be gentle UwU", author = "botelias", logo = "") public class DarkWizards extends Script { int count = -1; Area area = new Area( new int[][]{ { 3233, 3369 }, { 3231, 3365 }, { 3227, 3364 }, { 3224, 3366 }, { 3223, 3369 }, { 3224, 3373 }, { 3228, 3375 }, { 3232, 3373 } } ); public void onPaint(Graphics2D g) { g.setColor(Color.GREEN); g.drawString("Roughed upp by senpai: " + count + " times", 20, 50); } @Override public int onLoop() throws InterruptedException { if(!area.contains(myPlayer())) { count = count + 1; keyboard.typeString("Ara ara"); sleep(1000); getWalking().webWalk(area); sleep(1000); }else { while(area.contains(myPlayer())) { if(random(1,3) == 1) { keyboard.typeString("Pls be gentle"); sleep(1000); }else { if(random(1,3) == 1) { keyboard.typeString("Not so rough senpai"); sleep(1000); }else { keyboard.typeString("Uwu Uwu"); sleep(1000); } } sleep(random(500,1000)); } } return 500; } } Senpai.jar
-
I think *.runescape.* is correct. Thats what an old guide from here said. The osrs target follows that naming scheme. Thanks for clearing upp proxifier vs nordvpn! Unfortunately I can’t disable those when running another client in stealth. If proxifier has ”final say” over nordvpn, will osbot proxy have ”final say” over proxifier? edit: used this guide for proxifier: https://osbot.org/forum/topic/68682-how-to-proxy-the-right-way-on-osbot-mirror-client/?__cf_chl_jschl_tk__=d2c83a8217a9ffe8c891a3ddab09dfba0598d1f0-1583409488-0-AbPf38zUiQSS-ZPyOBdxu77V_8vBBuHhZKxW-ibZcmAjozq_BGQNRlvKI6-sIPmQn72rMblxmquzKYiXKb0SByVoI0c0_C6l1aLYz3mXWs2kVBlVjXQJk11IQy7xOCJcsBscjdThMg6Yf6r40RTqGiWphMztWR3O8X5VIIFnbHZ0t3FjHpYKw9jPybpGPPqMPwV-UGLJ-cc32CV_z_9skr0kHlU7khArrMayFQ3EBiIsSsbrlnSZkhR8UUTZhxe93tL2P91hGr-MuvzBKUvxOnKdEd0KjNie2ZSmFxIzo_spE13Ssc6fh_4s8VaKuRoXZvKkGitPBus8GPz3LVo05RvA42cBbOeawpr7ytPCgMsV
-
Tried it, it displayed the proxifier IP when having application set as firefox.exe. But rule *.firefox.* showed nordvpn ip. I assume thats due to incorrect rule. Sending to my proxy via nordvpn == jagex sees my proxy ip, and NOT my nordvpn. Correct? What about the case running the following: Nordvpn + proxifier target *.runescape.* + another osbot instance on stealth injection with different proxy? Thanks!
-
Trying in p2p. Could try buying an account for it, maybe that’ll help
-
Clean residential IP. Rested about 1 week. No other bots used. Same IP for creation as well as playing. Only bot on the IP.
-
Guys, read my post. I am using a private residential proxy, clean, for botting. Nordvpn is running in the background via it’s application, for non runescape related things. I am asking wether the proxy setup with proxifier is OVER nordvpn. I.e, does jagex see my nordvpn IP or my proxifier IP? Nordvpn is bad for botting, but good for other uses. High speed, several servers to switch between. This is not a thread about wether somebody should bot on nordvpn, a proxy, or a VPS.
-
Hey! Running nordvpn on a machine, but using proxifier with target *.runescape.* on a private proxy. Which of the IP's would be displayed to Jagex; the Nordvpn or the one I selected in proxifier? What happens if I run one instance of stealth botting also, will that one show the proxy selected in osbot; or the one being pushed by proxifier? Cheers
-
Hey everybody! Been working on a GE merching script, but just can't seem to get the banrates down. Always getting banned within a couple days, even with tons of antiban and short run times. Lots of randomization. Anybody know if it's due to Osbot's typing pattern? Just can't figure it out Thanks!
-
Not giving src atm, but offering free private scripts for some +rep if satisfied Let me know aprox what script you need, and maybe I can help you that way Else, I’d recommend using any other combat script tutorial. This one isn’t great for other uses. I also use the same base for my own scripts, so don’t want them too overused in other areas.
-
If the proxy drops, will runescape use my real IP or just disconnect?
-
Alrighty, I'll have to wait a bit more then Cheers!
-
Hey'a everybody! Would love some info from a Scripter 1-3. How long did it take aprox to get a response on a GIT Request? Had one up for a week now, not sure if I missed any info or just need to be more patient. Also, will scripts on the SDN keep working even if the build-path is linked to an out of date version of Osbot's JAR; given that the API remain the same? Or do I need to keep updating the scripts even if nothing broke with an update? Thanks for info!
-
1. Use the API 2. Why the random af sleeps? It's already random, no reason to put (998, 7896).
-
After making many private scripts, I've noticed that more isn't always better. Simple scripts seem to have lower ban rates, and are less prone to errors.This script has a very simple antiban with random mouse movements, right-clicks and breaks. The script will run to Barbarian village, loot fish, and bank them in Varrock. No reqs, no starting money needed. Hops worlds if nothing is lootable for a while. Recommend to start it in w301, as more fish spawn there. Start anywhere that webwalking can reach (basically 95% of the map, not karamja). Prioritizes more expensive fish first. Required: Nothing Happy bottin' ! Fishloot.jar
-
Decompile if you'd like, but no real reason to make it open source. Would be a far worse tutorial than any other combat script tutorial