-
Fedora Potato Johnson V
-
Post Thanks / Like - 2 Thanks
-
Knight
-
Banned
How those accounts are verified?
-
Member
Dont these need to be verified by email?
-
Active Member
[Try: 1] ... [Try: 80] Failed ...
Sorry but there seems to be something wrong with the script. Took me a while to install all gems due to this nasty nokogiri gem, but finally got it running.
-
Fedora Potato Johnson V
Originally Posted by
Firegone
[Try: 1] ... [Try: 80] Failed ...
Sorry but there seems to be something wrong with the script. Took me a while to install all gems due to this nasty nokogiri gem, but finally got it running.
Are you running the executable or the ruby script? If it's the ruby script, replace the code starting on line 129:
Code:
rescue
puts "[Try: #{try_count}] Failed"
try_count += 1
end
With this code and tell me what it outputs
Code:
rescue => e
puts e
puts "[Try: #{try_count}] Failed"
try_count += 1
end
-
Member
JD, is there a way to add a text file with accounts you would like to to make, instead of it being all random?
user; C3NTRIX1: password: abcd1 email; [email protected] DOB - random , etc?
Would love to have that added, if possible, instead of these super random names. Thanks! That way, we can verify the emails as well. Would be HUGE benefit.
-
Fedora Potato Johnson V
The emails are already verified. I'll think of updating this tomorrow.
-
Member
-
Knight
Man, now it overwrites the existing accounts.txt
-
Member
Originally Posted by
vamano
Dont these need to be verified by email?
He did it through one russian mail service, do not worry. 
Actually that method via their api is faking awesome, i was thinking about something like that for my own project few months ago.
-
Active Member
Originally Posted by
JD
Are you running the executable or the ruby script?
Hey there,
alright. started from scratch in a fresh debian 8.5 vm... Maybe I messed something up, you know?
Code:
sudo apt-get install ruby-full zlib1g-dev gcc build-essential (as always just in case, zlib for noko)
gem -v
2.2.2
ruby -v
ruby 2.1.5p273 (2014-11-13) [x86_64-linux-gnu]
bundle -v
command not found
sudo gem install bundler
cd git/ptc-account-creator
bundle install
Fetching gem metadata from https://rubygems.org/
Fetching version metadata from https://rubygems.org/
Installing certified 1.0.0
Installing mini_portile2 2.1.0
Installing pkg-config 1.1.7
Using bundler 1.12.5
Installing nokogiri 1.6.8 with native extensions
Bundle complete! 2 Gemfile dependencies, 5 gems now installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.
Post-install message from certified:
IMPORTANT: Remember to use the included executable `certifed-update` regularly to keep your certificate bundle up to date.
ruby account_creator.rb
1 Account created
So I guess something somewhere went wrong (even if I did the steps exactly like this twice before) ...
EDIT:
https://club.pokemon.com/us/pokemon-...ub/go-settings
Pokémon GO Terms of Use NOT ACCEPTED through this script!
EDIT: This has been verified by visiting the site above by hand (not due to script errors related to users fault)
Last edited by Firegone; 07-30-2016 at 03:43 PM.
-
Member
Originally Posted by
Firegone
Confirmed, just tested myself. It's not accepting the ToS and that's why I keep getting fatal error when using these accounts with bots.
-
Member
Great, ty
Works with NecroBot v.0.3.3 but on the new release (v4.0.0), i have this error .
-
Member
Originally Posted by
Noize593
Great, ty
Works with NecroBot v.0.3.3 but on the new release (v4.0.0), i have this error .
+1 to this, pretty strange.