Jump to content

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. If you already have an account, login here - otherwise create an account for free today!

Admin

Administrators
  • Content Count

    14
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Admin


  1. When using text file based logging, the format for valids is output such as:

    New Format

    "combo:RSN || "
    + "Members: %s || "
    + "TOTAL_LEVEL: %,d || "
    + "INVENTORY VALUE: %,d || "
    + "EQUIPPED VALUE: %,d || "
    + "BANK_VALUE: %,d || "
    + "G_E VALUE: %,d || "
    + "Pin: %s || "
    + "Combat_Lvl: %d || "
    + "Last_Login: %s || "
    + "Quests: %s || "
    + "Location: %s || "
    + "Account Type: %s || "
    + "Membership Days Left: %d || "
    + "Quest Points: %d || "
    + "Skills: %s || "
    + "Date Checked: %s || " 
    + "Info: %d || Error: %s",

     

    Old Format

    combo:rsn:total level:member:invent total:equip total:bank Total:exchange total:bank pin:combat level:last login:completed quests:location:account type:membership days left:quest points:skills:date checked:recieved packets:error during grab

     

    RS3/OSRS Hiscore Lookup Format

    RS3:

    combo,
    RS3_total_level,
    RS3_total_exp,
    RS3_combat_level

    OSRS:

    combo,
    OSRS_total_level
    OSRS_total_exp

     


  2. On 5/1/2020 at 1:27 PM, LTSH123 said:

    The invitation has expired, or I do not have permission to join. ?

    image.pngWorks fine, you were likely banned for some reason.


  3. Today we will be releasing SQL logging for premium and soon deluxe users!

    Why add this functionality?

    For the past while we've utilized text files to log data. While this method works, it severely limits our ability to log details that could be very helpful for users. For example, if we wished to implement logging of all items in the bank, using text files would lead to massive files and unreadability for most users. 

    image.png

    The above screenshot shows the new data we are capturing by adding SQL logging support. Before, we only captured the value. Now users can check the exact items that are on an account whether it be by name or ID/amount.

    The above logging has been done for: Equipment, Inventory and Grand Exchange.

    Valid accounts are the only data being logged into the DB file at the moment. This is due to us needing to rewrite our account loading handler to support SQL should a user wish to move all logging over to it. This will be difficult as we wish to maintain backwards compatibility for users wishing to keep text file logging. 

    Below contains the more detailed skills logging that we added as well. This will make it easy to find accounts with a certain skill.

    image.png

    Below contains the valids table where most data will be imported to.

    3a12dc962e1279bf613b050a03008273.gif


  4. UPDATE AS OF JULY 7th 2020 THIS METHOD HAS BEEN PATCHED BY JAGEX.

     

    What is this?

    The total level checker will check a list of usernames/emails on RS to see if 1. the account is valid, 2. its stats on both games + email hint. 

    Below is an example of the logs it will output after finding a valid account.

    eddyjunior45@live.com:700-800~Over 500 hours of game time:Never Played:E***********@l***.com
    eddyisreallycool@yahoo.com:0-100~1 hour of game time:0-100~Less than 1 hour of game time:e***************@y****.com

     

    The program will output all results into either valid.txt/invalid.txt as well as errors.txt if there was an issue during the checking process after numerous failed attempts.

     

    Why Ours is Better

    The other ones we have seen do not compare due to the minor advantages we have added to increase speed/effectiveness.

    1. Ours currently uses 2Captcha to solve captches and will add support for others upon request
    2. You can set threads to any amount you wish but 2captcha does limit to 50 threads per API key
    3. Removal of valids/invalids from the loaded list into memory to prevent double checking
    4. Captcha solving logic - any solved captcha that for some reason failed to POST correctly will be used again in another thread to prevent that captcha token from being wasted
    5. Proxy authentication/types - ours will allow for both SOCKS 5 and HTTP proxies; either IP bound or require user/pass will work
    6. Proxy tester built in - the program will run in 'proxy test' mode if the flag --test-proxies (-tp) is given during runtime. This will output good proxies (one's that successfully connected and do not appear to be IP blocked from RS's page; those (bad proxies) will be logged to a file for further testing at a later point

    Cost: $200.00 USD lifetime - Bound to HWID

     

    Example of the proxy checker:

    [GOOD PROXY]: 31.181.250.120:53281
    [BAD PROXY]: 101.108.189.169:8080       [Unexpected end of file from server]
    [GOOD PROXY]: 36.67.39.41:8080
    [GOOD PROXY]: 101.108.190.121:8080
    [BAD PROXY]: 27.116.51.115:8080         [Read timed out]
    [BAD PROXY]: 36.255.87.236:82           [connect timed out]
    [BAD PROXY]: 36.66.140.15:8080          [connect timed out]
    [GOOD PROXY]: 101.108.10.250:8080
    [BAD PROXY]: 31.131.67.14:8080          [connect timed out]
    [BAD PROXY]: 27.147.176.110:8080        [connect timed out]
    [BAD PROXY]: 178.128.116.20:3128        [Read timed out]
    [BAD PROXY]: 176.113.157.149:31195      [Read timed out]
    [GOOD PROXY]: 117.2.165.12:8080
    [BAD PROXY]: 178.128.159.108:8080       [Connection refused: connect]
    [BAD PROXY]: 103.108.159.96:8080        [connect timed out]
    [GOOD PROXY]: 118.173.231.171:8080
    [BAD PROXY]: 176.113.126.127:39921      [Read timed out]
    [BAD PROXY]: 176.101.179.17:8080        [Read timed out]
    [GOOD PROXY]: 178.254.148.231:8090
    [BAD PROXY]: 24.37.245.42:35524         [Read timed out]
    [GOOD PROXY]: 178.128.209.81:8080

     

    unknown.png

    Demo of the program running:

    • Like 1

  5. We've made this forum as we have been having issues with members wanting to sell accounts/other items. Should the current discord (3rd one) be banned, it will become private for customers only. 

×
×
  • Create New...