Advertisement
Kissss

Untitled

Oct 26th, 2018
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. #include <_HttpRequest.au3>
  2. ;~ AUTO IB ~
  3. $request = _HttpRequest(1,"https://www.facebook.com/")
  4. $cookie = _GetCookie($request)
  5. $username = "gamingpham2004@gmail.com"
  6. $password = "01679206017"
  7. $dataLogin = "lsd=AVqYPu_3&email="&$username&"&pass="&$password&"&login=1"
  8. $header = _HttpRequest(2,'https://www.facebook.com/login/',$dataLogin,$cookie)
  9. $GetToken =_HttpRequest(2,'https://www.facebook.com/profile.php')
  10. $txt = "Ph?m Anh Ð?c"
  11. $ID = '100023942144528'
  12. For $i = 0 to 10 Step 1
  13. Sleep(1500)
  14. $Auto = _HttpRequest(2,"https://m.facebook.com/messages/send/?icm=1&refid=12","fb_dtsg=AQFPjwopejAl%3AAQHqW4WTrcxE&jazoest=2658170801061191111121011066510858658172113875287841149912069&body="&_URIEncode($txt)&"&send=G%E1%BB%ADi&tids=cid.c."&$ID&"%3A100027306785488&wwwupp=C3&ids%5B"&$ID&"%5D="&$ID&"&referrer=&ctype=&cver=legacy&csid=28d51f5b-1f5f-d2fc-8743-5026ba70dc35")
  15. Next
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement