Jump to content

Chris

Scripter II
  • Posts

    8365
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Chris

  1. Chris

    Selling Account

    $55 in gp/btc
  2. I have warned both users of the dispute and will wait for their response as to what happened. @Greengo @Russian Guy How is it that an account gets banned under your service(s)? Are you running a joined service? @Jams Can you provide discord identification so I can see that you are indeed talking to both of these users? I also need to know how this service was done. Are they joined partners or who actually did the service? From these replies we can move forward. I would also like the full chatlogs showing the discord tag of who you are talking to please.
  3. @purplewatilla
  4. Speak for yourself. I have REAL ANTIBAN in my scripts a.k.a fatigue systems, etc.
  5. # Login form handler runescape.com def runescape_login(driver, username, password): # On runescape account login screen print("On the login page") username_field = driver.find_element_by_id("login-username") password_field = driver.find_element_by_id("login-password") print("Placing log in credentials") if username not in username_field.text: username_field.clear() print("Filling username data") username_field.send_keys(username) print("Filling password data") password_field.send_keys(password) if runescape_site_key in driver.page_source: # Generates the captcha token and executes javascript print("RecaptchaV2") captcha_id = get_captcha_id(runescape_login_url, runescape_site_key) captcha_token = get_captcha_token(captcha_id) driver.execute_script("document.getElementById('g-recaptcha-response').innerHTML = '" + captcha_token + "'; onSubmit();") time.sleep(3) pass else: print("Clicking the login button") driver.find_element_by_id("du-login-submit").click()
  6. 24 hours have passed. Is this still an issue? I need more information.
  7. Chris

    Excellent Agility

    Updated the thread to reflect the new changes. There is now a new Command Line parameter that is required when running in that mode. Please see the thread for the changes if this is something important to you.
  8. I do not do trials.
  9. Can you please be more specific. Can I please have a full bug report (template on main thread)? Will help me get to the problem faster
  10. You need to add an account to the bot and load it before u start the script
  11. change the reaction speed. Top left where it says mirror mode shows u what keys to hit
  12. Chris

    Excellent Agility

    Updated: UI You can now set your own eat at percentage, 50% being the default.
  13. Chris

    Excellent Agility

    Sorry for a late reply. Been really busy with other things. I will modify the GUI and existing code to accommodate personalized healing percentage. It does not at the moment. If I could get a hold of a account with the requirements I could add it quickly. Thank you for the feedback . Please let me know of any bugs and I will apply fixes ASAP
  14. learn java before attempting to script please
  15. if it is not in the store it is not available atm.
  16. 5 ea 25m total
  17. I have (x5) 66+ magic 54+HP accounts
  18. dw i found it alrdy babe
  19. link
  20. Ill make the python script for it
  21. i can reset to 100 if u want i see a type 1010 ?
  22. You'd be surprised at the status of some premium scripts. Nothing but grandfathered in Scripter 3's ? Study basic Java and how to read JavaDocs then learn the API with trial and error, reviewing open source code, and viewing script tutorials that arent dated in 2008
×
×
  • Create New...