Jump to content

07ETHFarmer

Members
  • Posts

    136
  • Joined

  • Last visited

  • Feedback

    88%

Posts posted by 07ETHFarmer

  1. 6 hours ago, Qiwi1232 said:


    20k is overkill, but having a few of them is useful.
    I rendered this to test a new server, may as well share it.
    The list is all f2p quests with no requirements, you can take Romeo and Juliet out.

    Do you mean "botting" as in gereral, or osrs? It's few years either way

    Having a few profiles for the same quest chains is 100% useful and thanks for sharing I'm sure the profiles will help some people who haven't thought about doing this at all. 
    I meant botting osrs as anything else would be irrelevant. 

  2. I think this is a bit overkill. I haven't had problems with getting banned using stealth quester and I only use 3 different quest profiles for the same f2p quests. I think breaks are more important than the order of quests. Also botting some quests like romeo and juliet is asking for a ban so I avoid it. 

    No flame but how long have you been botting for?

  3. Since you're new to botting you do not need a proxy to bot. Only play on 2-3 accounts per IP address... above that you would need proxies. As for where to get them IPRoyal / Rayobyte aren't terrible options starting out. Static residential proxies (ISP proxies on Rayobyte) are the way to go. 

    5 hours ago, blackdede said:

    Hello, I'm new in this game and I want to bot.

     

    Does I need proxy / vpn to hide my IP or it's not necessary ?

    If I need where can I buy some ? Thx

  4. 11 minutes ago, Snypekiller said:

    So haven't botted since 2017, wanted to get back into it. I have bought a few scripts back then. I installed OSBot a bit ago. When I insert a proxy none of my scripts show. If I launch without a proxy they decide they wanna show. Any help would be appreciated

    I'd try another proxy provider. 

  5. " If you found this useful let me know in the comments "

    Not at all, sorry. You were vague in this post and if anything you only started a discussion. If you're aiming to provide some help to the community start with some things that you figured out that causes bans 100% of the time like you say here...

    "like these are just some variables that have caused some of my bans which im 100% about."

     

    • Like 5
  6. 4 minutes ago, Getgood2day said:

    Okay, that’s fair. Do most of the premium scripts bypass the detection?

    I hate the word premium it implies too much but I assume you mean paid? Really it really depends on the scripter, just because something is paid doesn't mean it's a well written script or has the capability to pass the anti detection system (tutorial island for example). So in terms of detection use your best judgement and check the reviews of the script you're interested in before you commit to the purchase. If a script just releases it's likely to have unforeseen bugs that need to be ironed out which might lead to a ban. If a scripter doesn't keep on top of bugs that could lead to a ban. So it depends. 

    But my favorite script writers are Token, Khaleesi, ProjectPact and Fushigi. I attribute all of my botting success to their hard work. Cannot go wrong with their scripts.

     

  7. 2 minutes ago, Getgood2day said:

    Oh if I ever see in the chat “oh this dudes a bot” or anything like that insinuating they’re reporting me, I know the account is toast. I just can’t stand by and see my bots go 3-4 days non stop training combat on a FREE SCRIPT mind you. I’m using juggles script that comes with VIP for combat and it’s just days at a time no bans I really just can’t get behind the idea that they have automated detection 

    They do have automated detection :D it's not that good though. It's the reason why you can't bot tutorial island so easily or right away on a level 3.

  8. You hit the nail on the head. Reports do have a significant impact on how fast you get banned and if you're botting in a hotspot (or an area that is populated) you're obviously more prone to reports. You can slip past the automated bot detection system that's in place quite easily if you know what you're doing however once you get reported things can change quite fast.

  9.    1. Pictures of the account stats
    V7wWq4M.png


        2. Pictures of the total wealth (if there is any)
    None

        3. Pictures of the quests completed
    jVSNloM.png

        4. The price you will be starting bids at
    $30


        5. The A/W (Auto-win) for your account
    $30


        6. The methods of payment you are accepting
    Crypto / RSGP


        7. Your trading conditions
    You will go first unless you're vouched


        8. Pictures of the account status
    BhiTCI4.png

       9. Original/previous owners AND Original Email Address
    I am the original account owner

  10.  

    44 minutes ago, saintpaul1 said:
     NPC cow = main.getNpcs().closest(npc -> npc.getName().startsWith("cow") && npc.isAttackable());
                if (cow != null) {
                    main.log("cow not null");
                    if (!main.myPlayer().isInteracting(cow) && !cow.isInteracting(main.myPlayer()) && !main.myPlayer().isUnderAttack()) {
                        InteractionEvent e = new InteractionEvent(cow, "Attack");
                        e.setHover(false);
                        e.setMaximumAttempts(1);
                        e.setOperateCamera(true);
                        e.setWalkTo(false);
                        main.execute(e);
                        Util.Sleep.sleepUntil(() -> e.hasFailed() || main.myPlayer().isInteracting(cow) || cow.isInteracting(main.myPlayer()), 3000);
                    }

    95 percent of the time it can run for ages no problem, but every once in a while it will try to attack another npc and then get stuck trying to attack it while being attacked. Also this process only runs if !getCombat.isfighting, so theres another check. 

     

    Just dont know what else i can do.

     

    Insight welcome pls :)

    Have your script sleep 5-7+ seconds after you get hit OR hit a cow so that it accounts for connection lag. Seems like that's what might be breaking your script. 

×
×
  • Create New...