Jump to content

Abuse

Members
  • Posts

    548
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    100%

Everything posted by Abuse

  1. Neither did I mention how much gold I make, the guy just guessed (And was rather close) Edit: What did jackshow do ?:D
  2. Never ever have I mentioned or spread screenshots of what client I use, calm down
  3. Yup, getting that changed r/n
  4. I should really write some failsafes ... Oh well, #1 on hot page, I'm so fucked tomorrow
  5. Can recommend.
  6. Feel free to do so 48gp/yew w383
  7. It's quite an elaborate issue haha, my scripts are based on 'Activities', when an activity ends, I call canChangeActivity() within that class, which for example makes sure that I am no longer on a rooftop before finishing the AgilityActivity. I had a similar thing for tutorial island, where the canChangeActivity() makes sure I sell all my stuff to the store before I continue. It turns out that I forgot to wait until my bots fully login before running the activities, which resulted in the scripts thinking it hasn't done tutorial island after a hard restart. Result: 8M worth of logs in general store hahaha
  8. From experience, I'd say that the risk is quite conciderable, especially when doing a lot of trades. Try to setup a middle man account, that is on a completely different IP than any of your mains/bots and proxy your cash through them, that's how I do it and it's been working ever since I've implemented it.
  9. Exactly what I mean, having code that is clean to read will result in it being easier to find the bottleneck.
  10. I think that the user means CPU usage, webWalking isn't very CPU intensive after it calculates the route. It does consume 200-300MB ram, but that is to be expected First of all, I'd suggest to use ConditionalSleeps where applicable. Many beginning scripters tend to put their codebase into one giant loop with a lot of condition checking A smarter way is to split up your script into 'Tasks' or 'States' paired with a getTask(), getState(), or similar. When a task has been executed you conditionalsleep until a certain condition is met (or it times out). Using this method I can easily run 50 clients on a modern quad core CPU Something along the lines of : There are many ways to accomplish this, so don't limit yourself to my method. I generally write scripts in a rush
  11. Depends on how much time you can/are willing to invest into it, the first few months are the toughest. For me it would be a definite yes
  12. This used to be a thing many years back, but the message went away, I guess they've re-added this to this client build + added IP banning on their servers
  13. Oui White apron is my trademark
  14. It's a good time to be alive (Until thursday updates happen)
  15. You haven't set up your DNS resolvers correctly
  16. OT: Jagex servers are having issues
  17. Yes, but you have to bot x amount of time after the tutorial island before switching to a different IP.
  18. EDIT: I'm releasing too much info. The answer is yes
  19. Just wanted to say that I have personally confirmed that IP flagging is a thing: I got my own /22 subnet of IP's (1024 IP's) which is only used by me. Since a few days I've been running my farm and I've noticed a trend that I'm progressively getting more and more bans. I checked the ban sources and it appears that every day Jagex adds 1-2 of my IP's to their system which then causes my accounts to get locked during tutorial island. Removing those flagged IP's from my rotation solved the locking issue. Notice the Proxy ID trend: - Abuse
  20. I'll give you guys a tip: ConditionalSleeps are evil
  21. 45m? Lol i'll do it for 9
×
×
  • Create New...