Jump to content

Kramnik

Members
  • Posts

    1547
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    100%

Everything posted by Kramnik

  1. Maybe the ip was shared too? Then maybe someone was making buch of botted accounts while you were doing tutorial by hand
  2. Maybe there is, you never know. Maybe he traded account which is confirmed by trade logs to be related to gold selling websites
  3. Hmm, I thought that this is probably because you always see something in chatbox. Explvs stuff is very complicated to read because of different files and etc, but will give it a second look, thanks
  4. Hi, been trying for sometime to make dialogue work in tutorial island, currently trying to make it work like below. I decompiled some questing script and found that it handles dialogues like this. But somehow it doesnt select "I am an experienced player". First time writing something to handle dialogues so hope you can help Entity cook = npcs.closest("Gielinor guide"); sleep(1000); cook.interact(); sleep(1000); if (cook != null) { if (!getDialogues().inDialogue()) { log("Not talking to guide. Starting conversation."); cook.interact(); //this is not working somehow, so added interaction event in beginning log("Sleeping until conversation starts!"); new ConditionalSleep(5000,1000) { @Override public boolean condition() throws InterruptedException { return getDialogues().inDialogue(); } }.sleep(); } String[] options = new String[]{"Click here to continue", "I am an experienced player."}; if (getDialogues().completeDialogue(options)) { log("Dialogue complete successfully!"); } else { log("Dialogue failed!"); } log("Just spoke with the guide!"); } break;
  5. If you changed text or colour and they sue you the judge would decide is this enough to blame you for copyright infringement or not
  6. My guess would be is that you can. Not that you will, but if you want to be 100% safe use free to use content or paid like from shuterstock
  7. Hmm, what I think. If this is 100% real, the 1 in 1 trillionth possibility for losing 40 times in a row speaks for itself. However the video creator as clearly have a bias to lie and falsify everything since he is promoting gambling site. Also it's hard to find logic from Jagex perspective. To fight RWT? Weeeell, doesn't think so. If they shadow ban some confirmed RWTrader who still has 10b for staking and he goes to get cleaned by some person now that person has 10b on his has and there is no use for that kind of money on the game so the incentive for him to try sell it is huge. So mainly creating more real world traders
  8. Hi, Anyone tracked the news of osrs? They brought back world hopping time out again? Or this is something has to do with their shitty servers because I am getting "Connection timed out." error aswell Only noticed today, even hopping worlds every 5-10 minutes becomes cancer after few hours because of these times out
  9. You mean just the normal outfits not with partyhats?
  10. Hi mate and goodluck
  11. Just call the police and report these fuckers
  12. They are on vacation mate, maybe something went to ship and there is no one to fix it
  13. Do you bot tutorial island? Often this is enough to get banned if you use many accounts per ip. Let's say bot 5 account per ip on tut island leave it for 2 days and you will comeback to banned account most of the time without even doing anything on them for that time
  14. For me this only happens if I leave my client on for whole day without any script running so it closes due to inactivity. Doesn't this happen the same to you?
  15. This is because of twisted league world that's why. Make a custom world hopper if you want to solve this
  16. Botwatch is still banning so it doesn't mean there are no bans. Also I think mod acorn checks it time to time, but in general there is less bans due to holidays
  17. Nope, absolutely everything illegal brings some sort of risk for you to get banned
  18. Yup, as far I used not having conditional sleep won't cause any problems. And also it would anyway run webwalking event and just after it finish proceed to conditional sleep.
  19. Cool script. Stange for me why you use conditional sleep when webwalking, any particular reasons for that? Had any issues without it?
  20. They sure know how to fight back
×
×
  • Create New...