Advertisement
febripratama

amf

Nov 7th, 2014
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. # Facebook account login name:
  2. login = kepepetwae@gmail.com
  3. # Facebook account password:
  4. password = kepepetwae123
  5. # AddMeFast account login name:
  6. AMF_login = argap13@gmail.com
  7. # AddMeFast account password:
  8. AMF_password = pepong123
  9. # Proxy type (no, http, socks4, socks5):
  10. proxy_type = no
  11. # Proxy Port (8080)
  12. proxy_port = 8080
  13. # IP address of the proxy (222.222.222.222):
  14. proxy_ip_address = 222.222.222.222
  15.  
  16. # The sequence of the actions:
  17. actions_cycle = page_like,follow,post_like
  18.  
  19. # The execution order of actions ("in_series", "mix", "random", by default: "mix")
  20. # "in_series" - in the order specified parameter actions_cycle, performed all of the current type
  21. # "mix" - in the order specified parameter actions_cycle, this type of action performed by one per cycle
  22. # "random" - each type of actions are performed in one cycle, the sequence of steps for each type of cycle is generated randomly
  23. actions_order = mix
  24.  
  25. # The maximum amount of a particular type of action ("0" - unlimited, "no" - do not take an action of this type)
  26. max_page_like = 200
  27. max_page_share = 200
  28. max_follow = 200
  29. max_post_like = 200
  30. max_post_share = 200
  31.  
  32. # The minimum cost for a specific type of action (points)
  33. # by default: "0" - action will be taken without control of its value
  34. required_points_min_page_like = 0
  35. required_points_min_page_share = 0
  36. required_points_min_follow = 0
  37. required_points_min_post_like = 0
  38. required_points_min_post_share = 0
  39.  
  40. # The maximum earnings for the session
  41. max_points = 100000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement