Jump to content

Token

Script Officer
  • Posts

    8431
  • Joined

  • Last visited

  • Days Won

    49
  • Feedback

    100%

Everything posted by Token

  1. Profile Settings > Notification Options
  2. You may want to state what you want to use it for, otherwise we cannot help you use it The API docs are very clear when it comes to this method
  3. Token

    Stealth Quester

    Don't worry I got lots of accounts, but a lot of the API code has to be tested outside the client
  4. Token

    Stealth Quester

    Yes when the time is right. There is a lot of testing that has to be done as the script API is completely rewritten
  5. Token

    Stealth Quester

    Sorry, been having problems with the database Fixed now
  6. Token

    Stealth Quester

    That sounds like you are using mirror mode, there is a big warning against it on the first post Authed I can randomize the order, but the prices are completely random and based on current market prices
  7. Token

    Stealth Quester

    Then god only knows what's in jagex's minds.
  8. There is a strcmp(char* a, char* b) function in string.h, returns 0 if they are equal, 1 if first is greater and -1 if its lesser
  9. Token

    Stealth Quester

    Have you botted anything else on the account in the last 24h of login time? Note that only login time matters, even if you did not login on that account for a whole week. Bottimg tutorial island is the best way to get banned alongside with f2p money making. Other than that pretty much all bans will result in a 24h or longer delayed ban from the moment of detection.
  10. Token

    Stealth Quester

    Authed I doubt it's script related
  11. Token

    Stealth Quester

    What's printed in the logger?
  12. According to the stacktrace the offending line is not in your code. If your code meets common sense standards such as following the API documentation on that method, what you encounter is an error in the API. The only error you can produce on your side with that code is by attempting to call it for a x-y pair which is not on the minimap. If this is not the case feel free to make a thread in the Client Bugs & Suggestions section.
  13. Token

    Stealth Quester

    No it will only use rune essence. You can buy items before running the script but you must have exactly the items it requires.
  14. Token

    Stealth Quester

    Will include a timer on the next SDN update. Many quests don't work on DMM because the mode is not officially supported, as they change the whole game every season. Teleports were not even enabled in script code for DMM, I don't remember if I enabled Grand Exchange last season.
  15. Token

    Stealth Quester

    Finishing NMZ line soon™
  16. SecureRandom random = new SecureRandom(); String password = new BigInteger(130, random).toString(32); System.out.println(password); Copy/paste the output and save it in a secure location such as a sheet of paper. Better than any password generation site on the internet.
  17. A pass phrase is the worst idea you can possible have for a password, speaking from my experience on "the dark side". Every single password cracking tool like the famous "John the Ripper" will be testing all possible combinations of words that satisfy a length requirement from a dictionary even before testing for short and easy "random strings" like ies29kf. PS: password cracking dictionaries work against all words in all languages as these dictionaries have terrabytes of data to store every combination of literals that humans understand
  18. What's the different between isEmptyExcept() and onlyContains() ?
×
×
  • Create New...