Jump to content

Kramnik

Members
  • Posts

    1547
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    100%

Everything posted by Kramnik

  1. Hi guys I just finished my second own made script and now have some questions. First of all, I heard this statement a lot: premium scripts are good, private scripts are best regarding not getting banned. So the question is what is the main reason? Is it because these scripters put a lot of work into making it more sophisticated or is it because it uses unique patterns for the same method and there is only one or few using this exact patern instead of 100 people/accounts using some free script? Second thing is there any reason to try use antiban in your script. For example if I'm creating fletching bot IMO the smartest thing to do would be to implement moveOutsideScreen() so it would look like a person who is afk fletching while using his pc for something else. What are your thoughts about this?
  2. Best Christmas memories was when I already knew that Santa isn't real but had to act to not lose Christmas spirit in the house
  3. Hello, I am working on my first basic script which is fighter. Mainly it is working and doying what I need most - changing combat style according to levels, but the thing is that the script tries to change combat stat every loop. Tried to change sleep time but it either does nothing or messes up whole loop, then the script only attacks new monster when its time to check if combat style is good for level. import com.sun.xml.internal.bind.annotation.OverrideAnnotationOf; import org.osbot.rs07.api.model.NPC; import org.osbot.rs07.api.ui.RS2Widget; import org.osbot.rs07.api.ui.Skill; import org.osbot.rs07.api.ui.Tab; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import org.osbot.rs07.utility.ConditionalSleep; import java.util.Arrays; @ScriptManifest(name = "First one", version = 1.0, info = "", author = "Kramnik", logo = "") public class Main extends Script { String npcName; @Override public int onLoop() throws InterruptedException { if (npcName == null) { if (myPlayer().getInteracting() != null) { npcName = myPlayer().getInteracting().getName(); } else { return 500; } } if (!myPlayer().isAnimating() && myPlayer().getInteracting() == null) { NPC next = getNpcs().closest(npc -> npc.getName().equals(npcName) && npc.isAttackable() && !npc.isUnderAttack() && npc.getInteracting() == null); if (next != null) { next.interact("Attack"); new ConditionalSleep(5000) { @Override public boolean condition() throws InterruptedException { return myPlayer().getInteracting() != null; } }.sleep(); } } int str = getSkills().getDynamic(Skill.STRENGTH); RS2Widget modeStr = getWidgets().get(593, 7); int atk = getSkills().getDynamic(Skill.ATTACK); RS2Widget modeAtk = getWidgets().get(593, 3); int def = getSkills().getDynamic(Skill.DEFENCE); RS2Widget modeDef = getWidgets().get(593, 15); int config = getConfigs().get(43); if (str < 20) { getTabs().open(Tab.ATTACK); sleep(1000); if (config != 1) { modeStr.interact("Slash"); sleep(random(3000, 7000)); } getTabs().open(Tab.INVENTORY); } else if (atk < 20) { getTabs().open(Tab.ATTACK); sleep(1000); if (config != 0) { modeAtk.interact("Chop"); sleep(random(3000, 7000)); } getTabs().open(Tab.INVENTORY); } else if (def < 20) { getTabs().open(Tab.ATTACK); sleep(1000); if (config != 3) { modeDef.interact("Block"); sleep(random(3000, 7000)); } getTabs().open(Tab.INVENTORY); } else { getTabs().open(Tab.ATTACK); sleep(1000); if (config != 1) { modeStr.interact("Slash"); sleep(random(3000, 7000)); } getTabs().open(Tab.INVENTORY); return 25000; } return 500; } } }
  4. Having big problems with login resolver. When you a script brakes or gets ejected out of world because of hoping or smth it often fails to connect back to the game. It starts typing password as login and login as password, also types few symbols tries to login, fails and after sometime script stops and its done. Could run any bot longer than few hours. Anyone else facing this problem?
  5. Well this is question who doesn't have correct answer since no botter knows exactly how Botwatch works. What could be helpful to you is to judge everything by logic. Script is good if it not used massively, doesnt get stuck and has human like paterns. And for skill the more click intense it is the higher the ban rate. If you are doing agility for 1 hour and fletching for 1 hour, which activity would be harder? Jagex pays attention for this, that's why agility and mining has higher ban rates.
  6. Hi guys, I have this problem with failing to resolve login screen. The bot just types few symbols of login/pass tries to login, fails and script stops. Have anyone encountered this problem and know a solution?
  7. Very nice mate, hope you have goodluck with it. One question, I pic of your desktop I see that you have dozens of OSBot clients opened instead of one with multiple bots on it. What are your reasons to do that? Lower CPU usage or more convienient?
  8. Hello, would like to test it. Is is possible to get free trial? Also is there antiban features? How is the ban rates? Is it possible to farm this for long period of times is account somehow prepared not to look very bot like or this is better for suiciding?
  9. Hi guys, quick question about ban rates on weekend. As I read you could have botted from friday evening (if in UK time) till monday morning when Jagex start working, but now I see that from March Jagex has designated employee whom manually bans on weekends his twitter https://twitter.com/jagexacorn?lang=en. Can any one share their experience how suiciding botting on weekends changed? Are you still able to bot through friday evening to monday morning with low ban rates? Thanks
  10. Hi, I got this message today too. So everything was like this, tried to create my 3rd account on this ip since I change it frequenly and got this message. Okay, strange. Then tried to use VPN still that message. Then tried to use my phone with mobile internet still can't register. Then I asked my friend to try and register whom never played runescape at all and still that message! So I gave up and after two hours tried to register and vuola, all good. I think this has nothing to do with your IP or anything, but why this happening still is a mistery
  11. Hi woosh. Question about account creation. Is it enough to just register account or should I complete tutorial island or do even more before botting? What "maturity" date you would suggest. Currently I am testing botting on weekends so already prepared few accounts with tutorial island done for next weekend. Is 1 week enough?
  12. Currently yes. I change it every other day.
  13. Hi guys, Backround story: Came back to botting world 3 weeks ago with some serious dedication into making so real money. First week was to get money for bond, then I started only botting my main. I also played a little bit on it by myself doying some quests, chatting on clan chat a lot. I played like 10-12 hours everyday for 14 weeks. Later got an alt it was mainly used for money making and later on added two more accounts which was plain gold farming accounts. Later on stopped going safely on my main, only botted skills that was profitable and after I left it for 3 hours non stop, my main and first alt was banned. Then I started only farming gold on fresh p2p accounts, only ran my farm for a day when a lot of bans came. Only 1 out 7 accounts survived. This morning created 3 new accounts, after 3 hours two of them were banned. At this point I have two p2p accounts with 150-200 total levels. So I got some fails and now I need to make leasons from it. At the moment I am considering making 4 - 8 accounts to bot all as if it would be my main. Creating a strategy how to do that. Like 1. 20+ melee stats 2. 20+ agility 3. 1 quest etc. similar as I did on my main. I would also try to rotate theese accounts, bot 2 hours on one, then 2 hours on other. Would you think that this would be a good strategy in creating a well running gold farm? How many accounts it would be safe to run on same ip at once? I am not afraid of ip flagging since I have dinamic ip, but how possible it would be to get banned on all them at once? Any other tips would be highly appreciated. Thanks
  14. Hello guys, came back to osrs and botting two weeks ago so a little bit backround story. Created my main account and 3 alt accounts. Botted on all 4 of them for 2-3 days to get cash for bond, bought it on my main then changed my ip and only botted on my main for two weeks now. I bot it probably 6-8 hours a day and play 2 hours myself doing quest and etc. Since the needed rush for nostalgia have worn away I start to concentrate on my main goal: Gold farming. One way I could do this is to bot my main, merch, make some cash but It would take sometime to raise my stats and cash pile to start making some decent cash. Other way would be to create bot farm with several account at one whom would pretty much suicide. The dilema is would it have success. I have dynamic ip so if jagex flag my ip so my new accounts would get banned really fast I could change it easily overnight, but can jagex ban depending on my computer id or mac? Dont want to invest into vpn's yet. Really appreceate everyone who found time to read this and hope for any advices to my situation. Thanks
×
×
  • Create New...