Jump to content

ButNotaBot

Members
  • Posts

    3
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ButNotaBot's Achievements

Newbie

Newbie (1/10)

0

Reputation

  1. i know it's been a few months but have you explained more on gaussian randoms @dreameo?
  2. @Gunman Thank you, and I only know the basics that I've learned through writing basic scripts for osbot. I'm much better at learning when I have something to go along with what I'm learning at the time. I've learned some more about switches, the question I have is where to put that in the script in order to have it run while the onLoop is doing it's thing. I want it to be running alongside the loop itself so that if there are 5 actions in the loop, it may fall between actions 1 and 2, it may fall between actions 2 and 3, it may not happen at all, it may happen during the interaction with a shop. I'd like it to seem like the player got distracted by something, like they had to stop what they were doing and get something off the top shelf for their short roommate or something lol. I would assume that it would not be included in the onLoop for that script, so it would go before the onLoop itself. Is that wrong? @CharlotteJust so I can be sure I understand, do you mean kind of setting up a fake life for an account. So to say, "Player A" works from 9-5 so he plays for 2 hours before work then stops until 6 when hes home, where he plays until dinner at 7 then finishes out the night playing for another 3 hours after dinner. That's his routine and he does it 4 days a week, 1 day he wont play at all but then on the weekends he goes on osrs sprees? In a predictable manner? It makes sense when I look at when I usually play (unless I'm on mobile because I just use it to kill time in between orders at work.) Is there more to it that you were thinking of or is that the gist of it? I'm super curious because you've been doing this for a while and it definitely seems like a necessity. @dreameo Did you end up expanding on Gaussian Randoms anywhere? Thank you for pointing me towards the article. I'm sure it will come in handy when i start integrating random switches into the scripts.
  3. Hello everyone, I apologize if there is already a topic thread about this, I was definitely unable to find an answer though. I'm curious if there is a way to randomly have the script sleep in between actions, as if there was something IRL distracting the player from the game. So like, every 100 loops it has a chance to insert a sleep(random(x, y)), (with extended sleep times around 15-45 seconds, maybe even long enough to log out,) somewhere in the loop and then remove it for the next 100 loops. I'm still new to scripting, but I've got the basics of osrs down and I feel like the next big challenge for me is going to be figuring out stuff like this, the anti-patterning techniques that prevent immediate bans. I do get that bans are almost a certainty, but there are definitely things that can keep the bot detection guessing for longer. For instance, I found a toic about a mouse controller that uses bezier curves to make the mouse seem more human. Thank you in advance. I know asking to be spoonfed is frowned upon so if somebody knows but doesn't feel like explaining it, I would appreciate it if you could even point me in the right direction for research
×
×
  • Create New...