Jump to content

Kramnik

Members
  • Posts

    1547
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    100%

Everything posted by Kramnik

  1. I also suggest @D Bolter
  2. How many accounts in total?
  3. So these can be botted, right?
  4. Thanks for heads up!
  5. I understand everything besides how to add to coinChange This is because of my lack of java knowledge. Only know how to calculate integer valuables by creating new variable like: int coinsLooted = oldCoin - newCoin; or add 1 value by coinsLooted++; Trying to google how to do it but until now no luck @theanimals Can't seem to be able to use onStart int in the loop it self for calculations
  6. I fail to understand how to script these So I have temp viriable as int oldCoin and then after looting I have newCoin, then I just calculate int coinChange = newCoin - oldCoin. But how do I keep track of all these gains? I guess I would need some private int but how to I add coinChange to it to make it cumulative after every loop?
  7. Depends on script itself as well. Chopping trees requires less resources than something more click intensive
  8. Hi, I have trouble thinking of way to track script progress for one of scripts I am working on. The trouble is doesn't have simple way of tracking progress like checking chat message to do ++itemsMade as it is very variable. So let's say I am killing monsters and they drop coins (5-500) amount, So whenever I pick up some coins they add to total amount picked. Can't just simple use getInventory.getAmount("Coins") since it will be using them later or banking. At this stage would be good to know how to track whole progress of this item gained.
  9. My signature says it all
  10. If you want script from SDN it's easy just add it. If you want the script which is local, download the java file, go to your users file, find Osbot directory -> Scripts and place the java file there. Then refresh scripts in your Osbot client and you are good to go
  11. There is laws about movie clips or music. Can't say exact rules, but for e.g. you can't play 5 secods of song before you get copyright striked. If you find someone using there could be many cases if let's say youtube channel is huge, maybe they contacted movie producers to get right to play 1 minute of it for some price. And if the channel is small maybe it's new and doesn't give a shit if it will be banned or smth. It doesn't mean it simple has a way around it.
  12. If you have shared proxy, the other person can be botting on it too thus your accounts and other persons account will be on same IP
  13. Ah sorry guys if it's hard to understand what I meant Jagex implemented new feature that whenever you climb down the ladder it says that you unlocked new song which has never be seen before but it most likely can f'up tutorial island scripts. However if your script did not take this into consideration it will take couple minutes to fix it, so I find jagex bot fighting methods very funny and useless
  14. Nice, thank you, however my farm ran whole night with no crashes or problems
  15. These highly effective anti botting features makes me cringe image host
  16. Thank you
  17. Well clearly, @Naked has forum commenting bot
  18. Within a day? Might actually get lucky and go long way and save your account from ban. If you fail this time maybe try on weekend, tends to have lower ban rates
  19. Can't help with anything related to VPS since all my botting infrastructure is sitting at home
  20. Yes, will help with what I can
  21. You won't need VPN then. Also VPN is pretty useless in general as it only gives one ip per machine but you want to split IP's though account, like 1 VPS, 6 accounts and 3 IPs though proxies. Just buy some and you are safe I recommend @D Bolter if you need some. Can pay to him with osrs gp which I find very convient
  22. The proxies are very important. Also depends on what are you botting. If you are botting with shitty accounts you can run couple accounts per one proxy, but if you care a lot for your account to last than 1 account per proxy is necessary. I don't have much experiences with VPS / dedi servers since currently I have pretty decent built up at home which lets me run 50 - 60 accounts at the time so I am judging by specifications of what I use myself. My PC is somewhat close to the dedi for 70 euro per month and it can run 30 - 40 thought CLI with no interface depending on script
  23. Damn they are quite cheap dedi server for 50 euro is definitely too much for you. I would assume VPS for 8 euro could do it
  24. How about locks?
  25. Hi @Malcolm by any change there can changes be made to only able to load accounts.txt . I think this greately reduces script potencial usability since you can load only from list thus only able to create accounts on one client simultaneously. So it would be cool if you could load from different list by specifying them in CLI as parameter like 1053:load:accountlist1 and etc.
×
×
  • Create New...