Jump to content

Kramnik

Members
  • Posts

    1547
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    100%

Everything posted by Kramnik

  1. Hi welcome back! I am curious how much time does your farm take you per day or per week?
  2. Kramnik

    Greetings!

    Hello and welcome Goodluck with scripting and botting
  3. If everything is okay I would need a lot of them, probably 100 per week. But would probably start with couple to see how are ban rates, if they are not getting locked etc. Yes, they can be botted. Regarding suppling I this would be waste of time to supply them with something, account creator should choose how he would plan to do this if he give account a scimitar and str ammy to bot to make combat grind faster or no, same with questing
  4. As a gold farmer I think it could be cool since it will bring more people in OSRS which will move gold price up What are your thoughts?
  5. Hello, would be interested in buying bulk account with 13+ combat and 7QP would be good. Basically accounts ready for varrock mining You can quote on both with and without 7qp
  6. I think best answer is to test it. Of course it would take some accounts. Try botting smart at first and you will see how it goes. Remember there is no point in botting smart if you bot 4h a day and get banned after 6 days when you could just suicide for 24h
  7. Why you assume that warding will come out? EDIT: My bad didn't see the post in osrs page
  8. Hello, trying to make a very simple progressive fight which would get me base 10s or 20s combat stats, found my older script when I tried to make it but some how its not working. After getting 5 Str and swithing to attack he keeps on training attack. Am I missing else if logic here? I am pretty sure it I put everything under one if with else it would work, but I thought else ifs would look more tidy {if (str < 5) { getTabs().open(Tab.ATTACK); sleep(1000); if (config != 1) { modeStr.interact("Lunge"); sleep(random(3000, 7000)); return 500; } } else if (atk < 5) { getTabs().open(Tab.ATTACK); sleep(1000); if (config != 0){ modeAtk.interact("Stab"); sleep(random(3000, 7000)); } } else if (str < 10) { getTabs().open(Tab.ATTACK); sleep(1000); if (config != 1) { modeAtk.interact("Lunge"); sleep(random(3000, 7000)); } } else if (atk < 10) { getTabs().open(Tab.ATTACK); sleep(1000); if (config != 0){ modeAtk.interact("Stab"); sleep(random(3000, 7000)); } } else if (def < 10) { getTabs().open(Tab.ATTACK); sleep(1000); if (config != 3) { modeDef.interact("Block"); sleep(random(3000, 7000)); } } else { getTabs().open(Tab.ATTACK); sleep(1000); if (config != 1) { modeStr.interact("Stab"); sleep(random(3000, 7000)); }
  9. You should ask your provider about it as one timeone provider stated to me that their VPS can only be controlled through cmd, they dont give normal desktop
  10. You will get one IP and most VPS advertise that you can change it once or twice per that month. This wont probably work since you would get banned more ofter than that. So proxies are the way to go. You can find couple trusted proxie sellers here on OSBot forums, try market section
  11. If you use proxies it doesnt matter if you use 2 VPS with 10 acc each or 1 VPS with 20 if it can handle it. But having one VPS would be easier to handle and probably cheaper
  12. Oh my god dude! CTRL + C was everything that I needed! Thank you very much
  13. Goodluck. Will it be 100% botted?
  14. What do you mean? Or is this some kind of joke regarding random.dat etc?
  15. Restocking would be cool
  16. Hi @Explv, started getting this error today the client crashes. Only started getting this error on like 15th account that I tried to make today, others were fine
  17. Yes, want to be able to manually close some of the accounts if they get stuck or I want to mule. No It does not become unrespoinsive, it runs in background normally. So if you close the cmd that you started it just keeps on running. No commands work in that cmd line like -taskkill. Butters brought the answer to this as getting PID would solve this issue and also don't know why but yesterday Explvs bot manager was not working but seems to work today so my life will become much easier
  18. Thanks! Will try dig dipper in to launcher making in future By saying "grab the PID" do you meant like writing it down or something with every new process or there is a smarter approach?
  19. I get my accounts locked when I forget to turn off my VPN So try downloading some very mainstream VPN, create accounts on it, when change it to other countries or your home IP and try play on it. Often this gets my account locked even before it leaves first tutorial island room
  20. Regarding the first point. Yes I am aware of this, but i will only exit when script meets some condition. What about ending it while it is still running? The main issue if I see that one script is stuck but it still tries to run, I dont know how to shut it down expect the java process but how do you know it is the one when you have 30 javas running
  21. Hey, right now I am switching my farm from normal mode to command line interface botting. Read through all topics on forum regarding this but still have some technical and misc question. Hope you could advice on this First of all, sound silly but how do you stop a script? When I close the cmd the script still runs in background, so only if i kill task in task manager when the bot stops. Also would nice be to hear how do you manage your CLI farm. Tried using Explvs OSBot manager but doesnt seem to be working. So why I do at the moment is start cmd, copy-paste command-line run it, open another, change log-in, proxy etc. and run on other cmd. How do you guys make this process more efficient? Thinking maybe some excel macros could help, so it would be possible to created txt files through it so replacing accounts and proxies would be faster. Furthermore, any one could share what impact of CLI had on their farm, how many accounts you could run normally and how many on CLI. And if anyone would have any questions regarding CLI feel free to ask, have been working on it all day, testing different things so we could talk about it
  22. @Patrick Hi, Patrick. Want to update you on this issue. Tested some world hopping scripts today so in fact hopping is working, but after update it became very buggy, fails to half the time. Hope you could look into this
×
×
  • Create New...