1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Tutorial Use custom PlayerSense keys in your bots to simulate different playstyles across your userbase

Discussion in 'Tutorials & Resources' started by Savior, Mar 30, 2017.

  1. Exia

    Joined:
    Nov 3, 2013
    Messages:
    609
    Likes Received:
    259
    In that case, I prefer my method, that way no matter what machine the user uses, or if their settings get knocked out for any reason, they will always use the same playstyle. It may not be needed in most cases, but I think it adds another thin layer of protection.
     
  2. dogetrix

    Joined:
    Feb 18, 2017
    Messages:
    176
    Likes Received:
    44
    I'm not sure if that's really a good thing. What if a user plays on a laptop differently because he/she uses the trackpad or the laptop lags a lot? Would you still want the same playstyle?
     
    Savior likes this.
  3. rstaiger

    Joined:
    May 6, 2017
    Messages:
    14
    Likes Received:
    1
    so that basically is a random() fucntion that is forever assigned to one account?
     
  4. Savior

    Savior Java Warlord

    Joined:
    Nov 17, 2014
    Messages:
    4,906
    Likes Received:
    2,748
    Yes sorta kinda
     
    Boot and rstaiger like this.
  5. rstaiger

    Joined:
    May 6, 2017
    Messages:
    14
    Likes Received:
    1
    even if i stop the bot and run it again, the values stay the same on that one account?
    i see
     
  6. NexusCore

    Joined:
    Jun 27, 2017
    Messages:
    6
    Likes Received:
    0
    Is part of the PlayerSense API used in the actual RuneMate API for reaction speed, misclicks, ... ?
    Depending on the answer of the previous question: What is the default reaction speed if it's not used? Is it something static ?
     
  7. Savior

    Savior Java Warlord

    Joined:
    Nov 17, 2014
    Messages:
    4,906
    Likes Received:
    2,748
    Correct

    The RuneMate API uses a fair amount of PlayerSense on its own already. However, for mouse movements specifically there is Clouse, which is the client's mouse path generator which uses actualy biostatistics from users to generate human mouse paths.
     
    Boot likes this.
  8. ronnyx3

    Joined:
    Jul 1, 2015
    Messages:
    44
    Likes Received:
    11
    Very neat guide. Helped me a lot with the development of my bots :D
     
    Savior and Wet Rag like this.
  9. Tbagstealer

    Joined:
    Jul 2, 2018
    Messages:
    28
    Likes Received:
    7
    So to clarify, if another bot author already has initialized the playersense keys, any script bot that uses them will just pull those same keys right? Or is it more like per script bot author or something
     
  10. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,482
    Likes Received:
    990
    No no. It's per RuneScape account that you have stored in RuneMate.
     
  11. Savior

    Savior Java Warlord

    Joined:
    Nov 17, 2014
    Messages:
    4,906
    Likes Received:
    2,748
    Correct, aidden misunderstood you i think
     
    Boot likes this.

Share This Page

Loading...