Есть идейка одна нужен перебор значений от сюда
Сбда по очереди
Код:
$sUser = GUICtrlCreateInput("1947563,2509647,2618554,3097663,3534437,3739558,3765649,4260810,5216618,6561141,7342002,7660186,8859117,8918426,9615226,10045565,12370060,12379629,12892815,13317540,13986010,14879491,15060031,15466987,16042276,16237582,18250266,19150750,19193356,19766462,20063546,23452094,23841619,23872367,24973443,26154556,27339914,27935567,28885689,30379875,35852609,35977649,37940254,39558400,42282756,42420887,45400139,45598667,48215933,51332703,53769659,54602758,55647675,55762972,56065781,56777454,59522509,59575446,60740576,60839276,61815104,62131500,63372193,63573320,70230821,70787022,71264488,71970784,72660488,74595847,74940172,78794708,79489463,80444887,80565192,83919961,85736812,86993671,88366549,88740150,90445916,91258948,94824916,96529062,96536583,99315631,99457187,100236635,105844937,106873676", 16, 8, 529, 21)
Код:
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 559, 156, 192, 124)
$sUser = GUICtrlCreateInput("1947563,2509647,2618554,3097663,3534437,3739558,3765649,4260810,5216618,6561141,7342002,7660186,8859117,8918426,9615226,10045565,12370060,12379629,12892815,13317540,13986010,14879491,15060031,15466987,16042276,16237582,18250266,19150750,19193356,19766462,20063546,23452094,23841619,23872367,24973443,26154556,27339914,27935567,28885689,30379875,35852609,35977649,37940254,39558400,42282756,42420887,45400139,45598667,48215933,51332703,53769659,54602758,55647675,55762972,56065781,56777454,59522509,59575446,60740576,60839276,61815104,62131500,63372193,63573320,70230821,70787022,71264488,71970784,72660488,74595847,74940172,78794708,79489463,80444887,80565192,83919961,85736812,86993671,88366549,88740150,90445916,91258948,94824916,96529062,96536583,99315631,99457187,100236635,105844937,106873676", 16, 8, 529, 21)
$btn = GUICtrlCreateButton("Начать перебирать", 152, 64, 233, 49)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button
GUISetState(@SW_DISABLE)
$sMoney = _My_Func()
GUISetState(@SW_ENABLE)
EndSwitch
WEnd
Func _My_Func1()
$Host = "109.234.155.196"
$File = "/prison/universal.php?voteForFriend"
$URL = "http://" & $Host & $File
$PostData = "vote=5&friend%5Fuid=57292995&model%5Fid=1&sig=d775294b5d63ae140d7c3563f3ff81dc&sex=0&key=f91bca177f94e848e4d763332fbfd836&user="&$sUser&"&username=%D0%90%D0%BD%D0%B4%D1%80%D0%B5%D0%B9%20%D0%A0%D1%8B%D0%BD%D0%B4%D0%B8%D0%BD&method=voteForFriend"
$oHTTP = ObjCreate("WinHttp.WinHttpRequest.5.1")
$oHTTP.Open("POST", $URL)
$oHTTP.SetRequestHeader("Content-Type","application/x-www-form-urlencoded")
$oHTTP.Send($PostData)
$oHTTP.WaitForResponse
$Response = $oHTTP.ResponseText
EndFunc ;==>_My_Func
Сбда по очереди
Код:
$PostData = "vote=5&friend%5Fuid=57292995&model%5Fid=1&sig=d775294b5d63ae140d7c3563f3ff81dc&sex=0&key=f91bca177f94e848e4d763332fbfd836&user="&$sUser&"&username=%D0%90%D0%BD%D0%B4%D1%80%D0%B5%D0%B9%20%D0%A0%D1%8B%D0%BD%D0%B4%D0%B8%D0%BD&method=voteForFriend"