Jump to content

botelias

Scripter I
  • Posts

    132
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Posts posted by botelias

  1. 28 minutes ago, Gunman said:

    You can sell private scripts without s1 just can't make a script shop. And even if you do get s1 Token needs to approve you for it. And in my case my application apparently got put onto the other page already so he missed it, and probably forgot about it again 🤷‍♀️ If he get's around to it he get's around to it other wise I am not putting another in and just gonna continue working on my personal projects.

    EDIT: Oh and yes people have been accepted since then.

    Well, hard to sell scripts without being allowed to advertise 😉

  2. 54 minutes ago, Gunman said:

    Mhmm Idk I've been waiting almost 6 months now for a response. Fingers crossed now 🤞

    Lol, and can’t even sell private scripts here until Scripter 1. Anybody gotten promoted last 6 months, or have they stopped doing that?

  3. 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

  4. 40 minutes ago, RawTech said:

    Assuming your proxifier targets are appropriately setup yes. Though it sounds like *.runescape.* may not valid here.

    Just launched the client on my machine and the official osrs client process looks to be called JagexLauncher.exe perhaps try targeting this instead?

    I would stick with the native proxy configuration on the osbot client here to simplify things.

    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

  5. 24 minutes ago, RawTech said:

    Proxifier will still send your *.runescape.* traffic to your proxy, just via nordvpn.

    You can verify this by creating a proxifier rule for a web browser and then visiting a site like http://ifconfig.so/

    Try it twice with nordvpn enabled and disabled, to verify your results.

    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!

  6. 11 minutes ago, splatbug said:

    Have you tried trouble shooting the accounts?  Ex.  Buying/training an account that has a fair amount of play time/stats?  Then botting it?

    Are you doing this in F2P or P2P?  If f2p you should expect bans on a consistent basis.

     

     

    Trying in p2p. Could try buying an account for it, maybe that’ll help :)

  7. 51 minutes ago, splatbug said:

    Might not be the script.  Try trouble shooting all other parameters (i.e. IP , age of account , VPS?  etc)

    Clean residential IP. Rested about 1 week. No other bots used. Same IP for creation as well as playing. Only bot on the IP.

  8. 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. 

  9. 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

  10. 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!

  11. 40 minutes ago, MeekNasty said:

    I was wondering if I could get the src, so I can modify it for my own personal use. Make it pure friendly nd what not

    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.

  12. 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!

  13. 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

    • Like 1
×
×
  • Create New...