Skip to content

Releases: parislarkins/PalletTown

Release 1.5

05 Apr 07:45
Compare
Choose a tag to compare

A few small fixes/changes in this release:

  • Zoho is now supported for auto-verification.
  • Fixed a problem where 2captcha account generation no longer worked (thanks Zyrix)
  • PalletTown won't let you create accounts with hotmail or outlook, as they are now patched. Hotmail will still work for auto-verification though.

Release 1.48.2

20 Feb 10:59
Compare
Choose a tag to compare

Just a simple bug fix in this release.

  • Fixed a problem where making accounts with a start number would actually be number from start number - 1. eg: sn 50 would be username49.

Release 1.48.1

17 Feb 06:54
Compare
Choose a tag to compare

This is a very small release to address a problem with people using Gmail in language's other than English.

  • Advanced settings now contains a text field for entering the name of your trash folder in gmail, so auto verifying accounts will work properly.

Release 1.48

11 Feb 06:56
Compare
Choose a tag to compare

A few small things in this release:

  • Changed proxy reset time input to be in minutes rather than milliseconds
  • Added socks4 support (Socks4/5 still not implemented in proxy tester)
  • Changed the log output to start from 1 and not 0 (no more creating account 0)
  • Auto verify email checkbox will now automatically be selected if any input is entered into the auto verify email or password fields

Release 1.47

09 Feb 01:19
Compare
Choose a tag to compare

This is a small release, just a couple of bug fixes and small features while in the background big things are being worked on. Things in the works include a complete overhaul of the threading system, and big improvements to the proxy tester including multithreading (think 60 proxies tested in <40 seconds).

In this update:

  • Added private domain support. This is for people who have configured a private domain to work with a catch all address so that anything sent to @mydomain.com will end up in the right place. To use this feature, in the email box enter: @mydomain.com (whatever your domain is), and in advanced settings tick the "Use private email domain" box. All accounts will be created with email addresses: username@domain.com.
  • Fixed a problem where user:pass auth proxies weren't being loaded from proxy file correctly, resulting in errors in the account creation process.
  • Fixed a problem where PokeAlert output wasn't saving the account password correctly.

Release 1.45.1

07 Feb 04:14
Compare
Choose a tag to compare
  • Fixed an error in the proxy tester when parsing HTTP status codes

Release 1.45

06 Feb 09:04
Compare
Choose a tag to compare

After a lot of testing, I think I've found the new IP limit. In my tests, a limit of 5 accounts per IP per 16 minutes was the shortest delay I could use without IP limit exceeded errors.

  • Added a proxy tester. Before account creation starts, all proxies will be tested against Niantic's server and will only be used if they can establish a valid connection. (Note: Socks unsupported, and the tester hasn't been tested with user:pass auth)
  • Added a proxy reset time setting to advanced settings. This setting determines how long after a proxy has been used 5 times will it be used again (Default: 960000 (16minutes). I found 16 minutes to be the lowest I could use without IP limit exceeded errors.
  • Fixed a problem where account creation would be marked as finished before all accounts had finished creating.
  • Fixed a problem where hotmail domains other than .com were not accepted as valid emails (eg: hotmail.fr)
  • Lots of code cleanup

Release 1.4

05 Feb 06:09
Compare
Choose a tag to compare
  • Added socks5 proxy support (MUST format proxy file like: socks5://ip:port for it to work with socks5)
  • Added version number to the window title
  • Added PokeAlert output support
  • Changed rocketmap output checkbox in advanced settings to a combobox with (RocketMap, PokeAlert, Standard) formatting options
  • Outdated config files will now automatically be updated
  • Fixed email verifier waiting 24 seconds not 240 seconds before verifying accounts

Release 1.35

03 Feb 06:41
Compare
Choose a tag to compare
  • Re-added alert that shows 2captcha balance and confirms if user would like to proceed with account creation
  • Added a status label to GUI, to be used for showing what the program is doing currently (WIP)
  • Fixed some "Not on FX thread" errors.
  • Email verification will now only retry 5 times before giving up.
    _This is a temporary fix as the waiting for emails feature will be replaced by instant email verification (e.g. create account, verify account, move on to next account)_

Release 1.3

02 Feb 04:29
Compare
Choose a tag to compare

Big changes in this release, including:

  • Direct hotmail account verification (No more forwarding to gmail!)
  • Output previously printed to console is now printed to a log in Advanced Settings (No more running through terminal!)
  • Added a table to the main window that shows thread information during 2 captcha creation (successes,failures,latest message, and latest message time)
    Thread Table
  • User settings now save to pallettown.config file upon pressing Create Accounts, and are loaded at program start.