Advertisement
Guest User

Untitled

a guest
Oct 30th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.30 KB | None | 0 0
  1. ID[=]GENERAL
  2. ScriptName[=]General
  3. TargetSites[=]авторега дл¤ птс
  4. Version[=]1.0
  5. <set>lsbegin[=]-250</set>
  6. <set>lssize[=]850</set>
  7. <set>makelower[=]false</set>
  8. <set>litelog[=]1</set>
  9. <set>nocookiedelete[=]false</set>
  10.  
  11. //======== парс данных ========
  12.  
  13. //== логин ==
  14. <burstwrite>Парс данных</burstwrite>
  15. <parse>vhodik[=][AppPath]register\lagin.txt</parse>
  16. <set>filename[=][vhodik]</set>
  17. <process>failvhodik[=]filetxtread</process>
  18. <parselinks>vhodik_ALL[=]failvhodik|[|]</parselinks>
  19. <check>vhodik_ALL[=]replace|[||</check>
  20. <check>vhodik_ALL[=]replace|]||</check>
  21. <burstwrite>Логин</burstwrite>
  22.  
  23. //== пароль ==
  24.  
  25. <parse>pass[=][AppPath]register\password.txt</parse>
  26. <set>filename[=][pass]</set>
  27. <process>failpass[=]filetxtread</process>
  28. <parselinks>password_ALL[=]failpass|[|]</parselinks>
  29. <check>password_ALL[=]replace|[||</check>
  30. <check>password_ALL[=]replace|]||</check>
  31. <burstwrite>Пасс</burstwrite>
  32.  
  33. //== почта ==
  34.  
  35. <parse>mail[=][AppPath]register\mail.txt</parse>
  36. <set>filename[=][mail]</set>
  37. <process>failmail[=]filetxtread</process>
  38. <parselinks>mail_ALL[=]failmail|[|:</parselinks>
  39. <check>mail_ALL[=]replace|[||</check>
  40. <check>mail_ALL[=]replace|]||</check>
  41. <burstwrite>Почта</burstwrite>
  42.  
  43. //== имя==
  44.  
  45. <parse>first_name[=][AppPath]register\first_name.txt</parse>
  46. <set>filename[=][first_name]</set>
  47. <process>failname[=]filetxtread</process>
  48. <parselinks>firstname_ALL[=]failname|[|]</parselinks>
  49. <check>firstname_ALL[=]replace|[||</check>
  50. <check>firstname_ALL[=]replace|]||</check>
  51.  
  52. <burstwrite>Имя</burstwrite>
  53. <parse>last_name[=][AppPath]register\last_name.txt</parse>
  54. <set>filename[=][last_name]</set>
  55. <process>failname[=]filetxtread</process>
  56.  
  57. //== фамилия ==
  58.  
  59. <parselinks>lastname_ALL[=]failname|[|]</parselinks>
  60. <check>lastname_ALL[=]replace|[||</check>
  61. <check>lastname_ALL[=]replace|]||</check>
  62. <burstwrite>Фамилия</burstwrite>
  63.  
  64. //== юзерагент ==
  65.  
  66. <parse>useragent[=][AppPath]register\useragent.txt</parse>
  67. <set>filename[=][useragent]</set>
  68. <process>failname[=]filetxtread</process>
  69. <parse>useragentsss[=][failname]</parse>
  70. <burstwrite>Юзер-агент</burstwrite>
  71.  
  72. //== рандомим юзерагент ==
  73.  
  74. <parse>useragent[=][AppPath]register\useragent.txt</parse>
  75. <set>filename[=][useragent]</set>
  76. <process>failname[=]filetxtread</process>
  77. <parse>useragentsss[=][failname]</parse>
  78.  
  79. <math>it_useragent[=]random(1,100)</math>
  80. <parse>useragent[=]useragentsss|[it_useragent][|]</parse>
  81.  
  82. //== рефка ==
  83.  
  84. <parse>site[=]UserName|://|/?ref</parse>
  85.  
  86.  
  87. //== строим массив ==
  88.  
  89. <set>filename[=][AppPath]register\proxy.txt</set>
  90. <process>arrayproxy[=]filetxtread</process>
  91. <check>arrayproxy[=]replace|[br]|;</check>
  92.  
  93. <set>gotoiter[=]10</set>
  94. <parse>a[=]0</parse>
  95.  
  96. labelx:
  97.  
  98. <parse>my_proxy[=][arrayproxy(a)]</parse>
  99. <math>a[=][a]+1</math>
  100. <parse>echo[=][a]-й прокси ---> [my_proxy]</parse>
  101.  
  102. <goto>labelx1</goto>
  103.  
  104. <set>filename[=][AppPath]register/proxy.txt</set>
  105. <process>proxy_list[=]filetxtread</process>
  106. <parseifempty>proxy_list[=]error</parseifempty>
  107. <check>site_check[=]error</check>
  108. <checked>
  109. <burstwrite>ip_parse = error</burstwrite>
  110. <goto>take_ip</goto>
  111. </checked>
  112.  
  113. //==чекаем прокси==
  114.  
  115. <check>proxy_list[=]replace|[br]||</check>
  116. <parselinks2>proxy_ALL[=]proxy_list|;|;</parselinks2>
  117. <parse>arrayanswer[=][proxy_ALL]</parse>
  118.  
  119. <parse>NNN[=]5500</parse>
  120. array:
  121. <math>it_rand_proxy[=]random(1,[NNN])</math>
  122. <parse>Proxy_new[=][arrayanswer([it_rand_proxy])]</parse>
  123. <check>Proxy_new[=]replace|[||</check>
  124. <check>Proxy_new[=]replace|]||</check>
  125. <parse>ip_check[=]Proxy_new||:</parse>
  126. <parseifempty>ip_check[=]error</parseifempty>
  127. <check>ip_check[=]error</check>
  128. <checked>
  129. <math>NNN[=][NNN]-200</math>
  130. <goto>array</goto>
  131. </checked>
  132.  
  133. <set>proxy[=][Proxy_new]|socks</set>
  134. <set>get[=]http://ip2c.org/[ip_check]</set>
  135. <process>target[=]result</process>
  136.  
  137. <check>target[=]1</check>
  138. <notchecked>
  139. <burstwrite>[Proxy_new]</burstwrite>
  140. <burstwrite>Не рабочий прокси</burstwrite>
  141. <goto>array</goto>
  142. </notchecked>
  143.  
  144. <burstwrite>Прокси ОК</burstwrite>
  145.  
  146. <parse>site[=]UserName|://|/?ref</parse>
  147. <set>referer[=][UserPass]</set>
  148. <set>get[=][UserName]</set>
  149. <process>target[=]result</process>
  150.  
  151. <set>referer[=][UserName]</set>
  152. <set>get[=]http://[site]/index.php?view=register</set>
  153. <process>target[=]result</process>
  154.  
  155. <parse>token[=]target|<input type="hidden" name="token" value="|"</parse>
  156. <parse>capt[=]target|onclick="captchareload();"><img src="|" id="captchaimg"</parse>
  157.  
  158. cap_reg:
  159. <setcaptcha>mask=AAAAA;numletters=5;angle=0;filtermode=6;invert=false;</setcaptcha>
  160. <set>referer[=]http://[site]/index.php?view=register</set>
  161. <set>get[=]http://[site]/modules/captcha/captcha.php</set>
  162. <process>cap[=]captcha</process>
  163.  
  164. <check>cap[=]#</check>
  165. <checked>
  166. <goto>cap_reg</goto>
  167. </checked>
  168. <check>cap[=]length|<|5</check>
  169. <checked>
  170. <goto>cap_reg</goto>
  171. </checked>
  172. <check>cap[=]*error: bad image link!*</check>
  173. <checked>
  174. <goto>cap_reg</goto>
  175. </checked>
  176.  
  177. <check>mail[=]replace|@|%40|</check>
  178. <parse>data[=]token=[token]&fullname=[first_name]+[last_name]&email=[mail]&email2=[mail]&username=[vhodik]&password=[pass]&password2=[pass]&captcha=[cap]&terms=on&a=submit</parse>
  179.  
  180. <headers>
  181. Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
  182. X-Requested-With: XMLHttpRequest
  183. </headers>
  184.  
  185.  
  186. <check>site[=]aticlix.com</check>
  187. <checked>
  188. <headers>
  189. Accept: application/json, text/javascript, */*; q=0.01
  190. Origin: http://www.aticlix.com
  191. X-Requested-With: XMLHttpRequest
  192. Content-Type: application/x-www-form-urlencoded; charset=UTF-8
  193. </headers>
  194. </checked>
  195.  
  196.  
  197. <set>referer[=]http://[site]/index.php?view=register</set>
  198. <set>post[=]http://[site]/index.php?view=register</set>
  199. <set>data[=][data]</set>
  200. <process>target[=]result</process>
  201.  
  202. <check>target[=]{"status":0,"msg":"Sorry IP is already used by other member"}</check>
  203. <checked>
  204. <set>waittime[=]5</set>
  205. <set>waitmult[=]1000</set>
  206. <wait>!</wait>
  207. <parse>echo[=][target] / AGAIN</parse>
  208. <abort>fail maximum!!!</abort>
  209. </checked>
  210.  
  211. <check>target[=]{"status":0,"msg":"Invalid Image Verification"}</check>
  212. <checked>
  213. <set>waittime[=]5</set>
  214. <set>waitmult[=]1000</set>
  215. <wait>!</wait>
  216. <parse>echo[=][target] / AGAIN_CAP</parse>
  217. <goto>cap_reg</goto>
  218. </checked>
  219.  
  220. <check>target[=]{"status":2,"msg":"$(\"#message_sent\").show();"}</check>
  221. <notchecked>
  222. <parse>echo[=]ошибка регистрации</parse>
  223. <parse>echo[=][target]</parse>
  224. <goto>proxy_new</goto>
  225. <abort>abort not found!</abort>
  226. </notchecked>
  227.  
  228. <parse>refer[=]UserName|/?ref=|</parse>
  229. <parseifempty>refer[=]alikil</parseifempty>
  230.  
  231. <parse>okip[=][Proxy_new]</parse>
  232. <set>filename[=][AppPath]proxy\socksproxylist24\[site]_[vhodik]_okip.txt</set>
  233. <process>okip[=]filetxtadd</process>
  234. <set>filename[=][AppPath]proxy\socksproxylist24\badip.txt</set>
  235. <process>okip[=]filetxtadd</process>
  236.  
  237. <set>filename[=][AppPath]register\site\[site].txt</set>
  238. <parse>line_reg_userinfo[=][vhodik][1][pass][2][3][site][4][Proxy_new][5][6][7]b230135c8b6d6733bc18bc016ef61a00[8][UserPass] ____ [mail][9]10000000100000000[10]0[11]0[12][13]†New_reg_[refer]†[14]ptc.csc[15]211[16][useragent][17]( 000 days) 00:00[18][19](default)[20]</parse>
  239. <process>line_reg_userinfo[=]filetxtadd</process>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement