Jump to content

Chris

Scripter II
  • Posts

    8355
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Chris

  1. It is done automatically at the start of the script as per my old Dev post v9.9 Added bolt restock when out of bolts and safe spotting in wilderness. or when your bolt amount is less than 40 and the bank is open. Boltlimit is set when you start the script. (ex start with 300bolts, later when low it will restock to 300 bolts) (If this is a popular feature I will incorporate it into all safe spotting modes.) Added supported safe spots to the script manual for graveyard GDK. Edited the safe spot return mechanic for certain modes. Added a stop function if you start metal dragon mode at the bank. YOU MUST START AT THE DRAGONS ROOM WITH YOUR SUPPLIES. Hopefully this clears any confusion about the mode.
  2. yes dont use deprecated .exchangeContext()
  3. If you can PM me details about your old account (emails used, usernames, IP, etc) I can restore it for you. otherwise u need 100 post count to sell accounts on our forum. Spamming is not tolerated and will result in post count removal.
  4. its it something local for you yes you can add it as a library if this is for a script the project files need to be in the main src folder of your script
  5. Build a new maven project and use the existing pom.xml,etc files
  6. I'll keep a look out and see what I can make from it ? stay tuned #Excellent Scripts
  7. Thank you for the report I will look into it soon. I have an exam to prepare for tomorrow (4/16/19). I will add support for super antifires and double check myth guild. Edit: Looks like webwalking is failing to execute so it does not go to the dragon lair. I have support for cape if its in the inventory or equipment already. Just need to fix potions and pathing. Sorry for the issues.
  8. Please fill out a bug report. It supports extended antifires & super combat by default. Whatever is in your bank. Have you even tried it? As for the teletabs if u can tell me what specific ones I could probably add it. I have no words for your last sentence.
  9. give me my acc back! whats A/W
  10. Chris

    Re: Token

    Yes i can be super mod now
  11. You did not agree on a specific time frame which is your mistake. He is getting work done on your account, maybe not as quick as you want, but he isn't just letting it sit. @Affray Please complete the services for this account. Should @Turkoize not comply we can consider this service terminated.
  12. Chris

    Selling Account

    $75 stop trolling
  13. 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.
  14. Speak for yourself. I have REAL ANTIBAN in my scripts a.k.a fatigue systems, etc.
  15. # 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()
  16. 24 hours have passed. Is this still an issue? I need more information.
  17. 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.
×
×
  • Create New...