Mail.ru needs phone verification - what now?

Rambler is not a small email provider they are well known provider and i am sure twitter will not flagged them.

You might be doing something wrong while creating twitter, try will clean IP
And sooner or later twitter will ask PV
without phone number verify days are over.

or
You can try creating hotmail, if you use clean IP they will not ask PV while creating.
and for the fun captcha use 2captcha
I am not doing anything wrong because when I use those cheap mail.ru accounts for 0,007$ each I can register without phone and also do a couple tweets and keep the profile active for 5 to 10 minutes before twitter asks for PV!

The difference when I use rambler is that twitter asks me for phone as soon as I type the passsword when creating the account, so i cannot make even 1 tweet.
 
If you are creating twitter accounts with them you can use a creator that uses domain catchall. So you dont need emails, just register a cheap domain and set its email to catch all email sent to the domain and you can create up to 200 accounts before twitter starts blocking. If the domain costs say $2, you effectively used email at $0.01. Still not as cheap as those crazy accsmarket prices but at least its convenient.
No man I do it becuase even if 0,007$ per one email is cheap... it is not cheap for me as I can use up to 10,000 every day! So it's like 70$ a day.. so I need to find a way that is "free" (apart electricity proxies etcetera)
 
You send the JPG file directly to the API :

https://2captcha.com/fr/demo/rotatecaptcha
thank you this is something interesting.. anyway i tried to implement the code in my bot but it doesnt work.. can you check if i did some mistakes or im missing smoething?

package examples;

import com.twocaptcha.TwoCaptcha;
import com.twocaptcha.captcha.Rotate;

public class RotateExample {

public static void main(String[] args) {
TwoCaptcha solver = new TwoCaptcha("fdf61ac*********be4ce******0c");

Rotate captcha = new Rotate();
captcha.setFile("/C:\Users\Utente\Documents\captcha.jpeg");
captcha.setAngle(15);

try {
solver.solve(captcha);
System.out.println("Captcha solved: " + captcha.getCode());
} catch (Exception e) {
System.out.println("Error occurred: " + e.getMessage());
}
}

}
 
When you get the answer code say !65 , which means the angle of the captcha. How do you translate that into an appropriate number of bot clicks that will rotate properly the captcha?
no as i understand you have to modify the
When you get the answer code say !65 , which means the angle of the captcha. How do you translate that into an appropriate number of bot clicks that will rotate properly the captcha?
no you don't do that..

In developer's console, find input with name="answer", and put there received code. Then, submit the form.


where you able to run the JS code though?
 
Where do I register no PVA hotmail accounts? Anyway I know some people sell accounts for 0.007$ and this is the reason i am confused. If they can sell for 0.007$ there must be a way to create without phone number or there must be a way to get phone numbers cheaper than 0.007$ !!
No those email are no PVA. No way you got SMS verification for 0.007$ :D
 
Mail.ru telefon doğrulaması isterken nasıl bazı insanlar Accsmarket'ta mail.ru hesaplarını 0,007$'a satabiliyor?
Telefon doğrulaması olmadan hesap oluşturmanın veya sms doğrulama hizmetlerini numara başına 0,007$'dan daha ucuza almanın bir yolu var mı?
5sim net if you want use.
 
but you can use mail without phone varification
 
Back
Top