Advertisement
Guest User

Untitled

a guest
Nov 7th, 2017
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. #include <_HttpRequest.au3>
  2. $dangky = _HttpRequest(1,"https://m.facebook.com/reg/?cid=102")
  3. $cookie = _GetCookie($dangky)
  4. $Username = "dixelufu@axsup.net"
  5. $password = "vanquocdat"
  6. $user = _URIEncode($Username)
  7. $pass = _URIEncode($password)
  8. $data = "lsd=AVoBrPZ0&ccp=2&reg_instance=clz0Wa1HVKwb3xGr5tOjuLBb&submission_request=true&i=&helper=&reg_impression_id=17770628-85a7-157f-4966-a801dfa0ac78&vid=&profile_picture_url=&field_names%5B%5D=firstname&field_names%5B%5D=reg_email__&field_names%5B%5D=sex&field_names%5B%5D=birthday_wrapper&field_names%5B%5D=reg_passwd__&lastname=van&firstname=dat&reg_email__="& $user &"&sex=2&birthday_day=7&birthday_month=2&birthday_year=2000&reg_passwd__="& $pass &"&submit=%C4%90%C4%83ng+k%C3%BD"
  9. $dangky1 = _HttpRequest(1,"https://m.facebook.com/reg/?cid=102",$data,$cookie)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement