Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

Program na reflinki i paczki


Rekomendowane odpowiedzi

Opublikowano

Daje wam skrypt już gotowy do odpalenia , działa nieco lepiej od HitFakera gdyż nie muli aż tak nam neta i kompa ;p możemy śmiało korzystać z niego i pełni transferu na przeglądanie stron www.

Dla zielonych moga się pouczyć progressów, funkcji GET $WinHttp gdyż nie chciało mi się robić posta bo po co ;pdo odpalenia wymaga jedynie pliku proxy.txt bawcie się dobrze :)

 

Potar

 

#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Version=beta
#AutoIt3Wrapper_Compression=0
#AutoIt3Wrapper_Res_Description=Proxy Hiter
#AutoIt3Wrapper_Res_Fileversion=0.1.7.4
#AutoIt3Wrapper_Res_LegalCopyright=Potar (Potarski) / Boty24.pl
#AutoIt3Wrapper_Run_Obfuscator=y
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#include <File.au3>
#include <ButtonConstants.au3>
#include <ComboConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <TabConstants.au3>
#include <WindowsConstants.au3>
#include <ProgressConstants.au3>
#Region ### START Koda GUI section ### Form=G:\Documents and Settings\Root\Pulpit\Potar\AutoIT\Form1_1.kxf
$Form1_1 = GUICreate("Proxy Hiter Beta (v0.174)", 363, 156, 848, 529)
$Tab1 = GUICtrlCreateTab(0, 0, 363, 153)
GUICtrlSetResizing(-1, $GUI_DOCKWIDTH + $GUI_DOCKHEIGHT)
$Progress1 = GUICtrlCreateProgress(137, 2, 226, 18)
$TabSheet1 = GUICtrlCreateTabItem("Start")
$Button7 = GUICtrlCreateButton("START !", 22, 24, 107, 57, $WS_GROUP)
GUICtrlSetFont(-1, 12, 800, 2, "Arial")
$Group1 = GUICtrlCreateGroup("Information", 152, 22, 201, 65)
$Label9 = GUICtrlCreateLabel("1. Make sure you have file: proxy.txt", 160, 40, 180, 18)
$Label10 = GUICtrlCreateLabel("2. Set your settings.", 160, 54, 101, 18)
$Label11 = GUICtrlCreateLabel("3. Have fun !", 160, 69, 65, 18)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Label12 = GUICtrlCreateLabel("IP / PORT:", 16, 88, 60, 18)
$Label13 = GUICtrlCreateLabel("Hits done:", 16, 104, 52, 18)
$Label14 = GUICtrlCreateLabel("Hit stats:", 16, 120, 46, 18)
$Label15 = GUICtrlCreateLabel("Hit left:", 16, 136, 37, 18)
$Label16 = GUICtrlCreateLabel("0 %", 250, 96, 160, 44)
GUICtrlSetFont(-1, 26, 800, 2, "Arial")
$Label17 = GUICtrlCreateLabel("", 80, 88, 130, 18)
$Label18 = GUICtrlCreateLabel("", 80, 104, 170, 18)
$Label19 = GUICtrlCreateLabel("", 80, 120, 170, 18)
$Label20 = GUICtrlCreateLabel("", 80, 136, 170, 18)
$TabSheet2 = GUICtrlCreateTabItem("Settings")
$Label1 = GUICtrlCreateLabel("Target:", 16, 32, 38, 18)
$Label2 = GUICtrlCreateLabel("Method:", 16, 64, 42, 18)
$Label3 = GUICtrlCreateLabel("Post data:", 144, 64, 52, 18)
$Label4 = GUICtrlCreateLabel("Protocol:", 16, 96, 46, 18)
$Label5 = GUICtrlCreateLabel("User-Agent:", 16, 128, 63, 18)
$Label6 = GUICtrlCreateLabel("Speed:", 144, 96, 38, 18)
$method = GUICtrlCreateCombo("GET", 72, 59, 57, 25)
GUICtrlSetState($method, $GUI_DISABLE)
$postdata = GUICtrlCreateInput("potst=0&data=0", 200, 59, 121, 22)
GUICtrlSetState($postdata, $GUI_DISABLE)
$TEST = GUICtrlCreateButton("?", 328, 27, 29, 25, $WS_GROUP)
$Combo1 = GUICtrlCreateCombo("1.1", 72, 91, 57, 25)
GUICtrlSetState($Combo1, $GUI_DISABLE)
$useragentx = GUICtrlCreateInput("Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10", 80, 125, 241, 22)
$speed = GUICtrlCreateCombo("Medium", 200, 93, 121, 25)
$target = GUICtrlCreateInput("Link na paczki / kase itp.", 72, 27, 249, 22)
$Button4 = GUICtrlCreateButton("?", 328, 59, 29, 25, $WS_GROUP)
GUICtrlSetState(-1, $GUI_DISABLE)
$Button5 = GUICtrlCreateButton("?", 328, 91, 29, 25, $WS_GROUP)
GUICtrlSetState(-1, $GUI_DISABLE)
$Button6 = GUICtrlCreateButton("?", 328, 123, 29, 25, $WS_GROUP)
GUICtrlSetState(-1, $GUI_DISABLE)
$TabSheet3 = GUICtrlCreateTabItem("About")
$Label8 = GUICtrlCreateLabel("Proxy Hiter by", 24, 40, 144, 28)
GUICtrlSetFont(-1, 16, 800, 0, "Arial")
$madeby = GUICtrlCreateLabel("Potar", 176, 37, 99, 33)
GUICtrlSetFont(-1, 16, 800, 2, "Arial")
GUICtrlSetColor(-1, 0x0000FF)
GUICtrlSetBkColor(-1, 0xFFFFFF)
$Label7 = GUICtrlCreateLabel("Wersja:", 24, 88, 81, 28)
GUICtrlSetFont(-1, 16, 800, 0, "Arial")
$Button3 = GUICtrlCreateLabel("b (v0.1)", 176, 85, 83, 33)
GUICtrlSetFont(-1, 16, 800, 2, "Arial")
GUICtrlSetColor(-1, 0x0000FF)
GUICtrlSetBkColor(-1, 0xFFFFFF)
GUICtrlCreateTabItem("")
GUICtrlSetState($speed, $GUI_DISABLE)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

Global $id = 1, $error = ObjEvent("AutoIt.Error", "ErrorFunc"), $bad = 0, $good = 0
$proxyfile = "Proxy.txt"
$count = _FileCountLines($proxyfile)
$counts = $count

While 1

$nMsg = GUIGetMsg()
Switch $nMsg
	Case $GUI_EVENT_CLOSE
		Exit
	Case $TEST
		ShellExecute(GUICtrlRead($target))
	Case $Button7

		GUICtrlSetState($Button7, $GUI_DISABLE)
		GUICtrlSetState($useragentx, $GUI_DISABLE)
		GUICtrlSetState($target, $GUI_DISABLE)
		GUICtrlSetState($speed, $GUI_DISABLE)
		GUICtrlSetData($Button7, "Loading...")
		For $s = 1 To 101 Step 2
			GUICtrlSetData($Progress1, $s)
			Sleep(10)
			If $s = 100 Then
			EndIf
		Next
		check()
EndSwitch
WEnd

Func check()
If Not FileExists($proxyfile) Then
	MsgBox(16, "ProxyHiter ERROR", "The proxy file not be found!" & @CRLF & "Make sure you have proxy file 'proxy.txt' (ip:port) and start agin!")
	GUICtrlSetData($Progress1, 0)
	GUICtrlSetState($Button7, $GUI_ENABLE)
	GUICtrlSetData($Button7, "START !")
Else
	GUICtrlSetData($Button7, "Preparing...")
	For $s = 1 To 101 Step 2
		GUICtrlSetData($Progress1, $s)
		Sleep(40)
		If $s = 27 Then GUICtrlSetData($Label17, "000.000.000:0000")
		If $s = 49 Then GUICtrlSetData($Label18, "0 of " & $count)
		If $s = 63 Then GUICtrlSetData($Label19, "0 good, 0 timed out / bad")
		If $s = 81 Then GUICtrlSetData($Label20, "" & $counts)
		If $s = 100 Then
		EndIf
	Next
	GUICtrlSetData($Button7, "Working...")
	GUICtrlSetData($Progress1, 0)
	go()
EndIf
EndFunc   ;==>check


Func go()
While 1
	$proxy = FileReadLine($proxyfile, $id)
	proxy(GUICtrlRead($target), $proxy)
	GUICtrlSetData($Label19, $good & " good, " & $bad & " timed out / bad")
	GUICtrlSetData($Label17, $proxy)
	GUICtrlSetData($Label18, $id & " of " & $count)
	GUICtrlSetData($Label20, $count - $id)
	$id = $id + 1
	$good = $id - $bad
	If $good + $bad <> $id Then $bad = $bad + 1
	czek()
	oblicz()
WEnd
EndFunc   ;==>go

Func czek()
If $id = $count Then
	GUICtrlSetData($Label16, "100%")
	MsgBox(64, "Proxy Hiter", "I finished. Good bye" & @CRLF & @CRLF & "Results: " & GUICtrlRead($Label19))
	Exit
EndIf
EndFunc   ;==>czek

Func oblicz()
$counta = $count
$countlicz = $counta * 0.01
$zliczone = $id / $countlicz
$zliczonex = StringTrimRight($zliczone, 12)
GUICtrlSetData($Label16, $zliczonex & "%")
GUICtrlSetData($Progress1, $zliczonex)
EndFunc   ;==>oblicz

Func proxy($page, $proxy, $useragent = "", $timeout = 3000)
If $useragent = "" Then $useragent = GUICtrlRead($useragentx)
$WinHttproxy = ObjCreate("winhttp.winhttprequest.5.1")
$WinHttproxy.SetTimeouts($timeout, $timeout, $timeout, $timeout);
$WinHttproxy.SetProxy(2, $proxy)
$WinHttproxy.Open("GET", $page);
$WinHttproxy.SetRequestHeader("User-Agent", $useragent)
$WinHttproxy.SetRequestHeader("Connection", "keep-alive")
$WinHttproxy.SetRequestHeader("Content-Type", "application/x-www-form-urlencoded")
$WinHttproxy.Send
If $error.number = 0 Then
	Return $WinHttproxy.ResponseText
Else
	Return False
EndIf
EndFunc

Func ErrorFunc()
$bad = $bad + 1
EndFunc

stop1.png
Opublikowano

Każdy może sobie takową listę sciągnąć, najlpeiej proxyfinderem ^^ i zapisać jako proxy.txt obok programu, cała filozofia.

stop1.png
Opublikowano

jak to odpalić?:D

 

 

 

 

tu macie listę proxy

 

 

123.7.119.18:1080
124.124.7.155:1080
124.244.251.180:1080
124.244.48.26:1080
125.128.25.151:11011
125.140.19.2:6194
125.212.101.179:1080
151.14.128.184:11055
173.2.60.51:4205
173.26.116.211:45033
173.29.71.35:21253
173.80.98.71:8919
174.100.140.201:12277
174.100.141.87:3745
174.50.121.214:14733
174.71.109.176:9687
189.46.96.178:1080
189.47.31.228:1080
189.89.71.105:1080
189.95.38.4:1080
190.51.125.21:1080
196.207.28.163:1080
200.204.62.49:1080
200.50.98.28:1080
201.1.204.19:1080
201.201.174.126:1080
201.238.172.145:1080
201.36.252.51:1080
201.42.174.130:1080
201.63.159.243:1080
201.68.126.244:1080
202.116.164.1:1080
202.177.251.200:1080
202.203.208.113:1080
202.206.245.145:1080
202.206.246.7:1080
202.41.155.30:1080
202.68.225.248:11055
203.186.250.133:1080
208.104.207.222:57329
209.33.99.247:61377
210.14.93.142:1080
210.6.224.159:1080
210.83.80.138:1080
211.142.24.122:1080
211.147.248.121:1080
211.194.234.168:1080
211.38.208.68:1080
211.55.33.117:8681
212.115.254.66:1080
212.115.254.67:1080
212.115.254.68:1080
212.115.254.69:1080
212.198.102.81:1080
213.155.1.3:6058
213.178.52.61:1080
213.21.148.34:1080
213.21.37.96:1080
216.194.70.3:1080
217.175.8.251:1080
218.102.176.235:1080
218.103.156.132:1080
218.108.6.74:1080
218.25.99.135:1080
218.28.191.218:1080
219.134.64.251:1080
219.202.8.201:25552
219.217.73.105:1080
219.78.179.239:1080
219.79.126.109:1080
220.166.64.218:1080
221.1.96.182:1080
221.162.95.32:1080
221.198.133.66:1080
221.204.251.194:1080
222.167.178.198:1080
222.167.229.67:1080
222.189.228.74:1080
222.213.222.61:1080
222.89.5.9:1080
24.13.59.125:49475
24.136.9.241:32145
24.17.80.61:18575
24.171.154.139:51257
24.185.186.95:7211
24.188.216.25:16825
24.189.201.219:7395
24.19.148.224:3921
24.19.60.33:59781
24.191.63.170:39987
24.210.102.124:6913
24.216.112.57:30379
24.23.21.139:8029
24.230.120.220:15531
24.236.37.34:4797
24.30.83.34:46339
24.47.184.161:35213
24.62.79.82:20417
24.63.159.123:16589
41.201.107.29:1080
58.47.128.217:1080
58.49.52.78:1080
59.108.29.130:1080
59.39.92.148:1080
59.6.142.106:1080
60.174.99.19:1080
60.19.217.72:1080
60.208.119.2:1080
61.148.255.6:1080
61.15.40.37:1080
61.158.163.112:1080
61.160.207.53:1080
61.163.236.4:1080
61.178.81.100:1080
61.49.7.135:1080
62.143.179.95:2555
62.243.224.179:1080
62.60.136.28:6688
63.246.179.176:50775
64.216.107.164:22077
64.233.155.225:6487
64.238.174.221:7801
64.92.151.214:29137
65.12.236.225:1988
66.168.246.241:41229
66.176.133.159:9721
67.11.58.89:43639
67.149.192.54:35351
67.164.134.211:47029
67.165.59.30:9975
67.166.85.255:54785
67.169.194.87:36777
67.169.220.63:38731
67.210.39.82:25552
67.246.164.199:42655
67.84.3.66:9775
68.100.41.198:11823
68.107.82.9:61697
68.120.227.69:9049
68.199.244.213:40887
68.203.218.119:12237
68.207.81.135:3855
68.33.166.106:22375
68.36.197.224:19045
68.37.156.184:33011
68.38.155.55:18561
68.46.19.168:7450
68.58.142.131:57459
68.63.45.219:5929
69.115.71.108:35987
69.120.160.239:53885
69.125.44.244:8529
69.127.2.157:4049
69.142.94.254:28067
69.174.138.189:47321
69.254.15.135:33003
69.41.161.12:5915
70.138.108.214:1111
70.188.136.132:14915
71.146.146.140:4919
71.198.91.67:8281
71.237.13.79:57783
71.56.130.8:29101
72.17.161.45:15375
72.207.28.43:41763
74.254.242.77:33571
75.134.217.14:53991
75.24.28.132:44453
75.46.219.215:19575
75.70.210.29:29239
75.73.27.107:56249
75.74.122.170:24293
75.85.255.141:7255
76.111.52.68:41843
76.120.16.29:57233
76.18.234.61:39093
76.19.74.252:52867
76.195.87.121:6077
76.211.3.2:23191
76.214.127.93:21947
76.22.244.154:59903
76.99.137.152:29887
77.108.112.162:1080
78.83.29.89:1080
79.176.132.38:35751
80.154.35.167:10080
80.167.238.78:1080
82.140.144.1:1025
82.193.114.204:1080
82.193.150.113:1080
82.38.204.126:8125
87.122.69.11:1080
87.86.236.114:1080
88.119.16.90:11033
88.77.208.213:55521
91.135.244.13:2585
94.25.253.243:1080
95.24.36.124:1080
95.30.254.197:1080
95.78.206.87:1080
96.42.153.16:12735
98.140.231.73:41177
98.15.153.217:33289
98.192.231.60:32475
98.195.214.95:5122
98.209.134.198:53873
98.220.47.91:7797
98.223.141.149:54715
98.226.238.145:55955
98.233.193.243:27905
99.135.186.122:8913
99.60.40.134:25437
99.61.111.62:39663
85.64.202.69:29991
129.82.12.188:3128
128.42.142.41:3124
216.165.109.79:3127
129.82.12.188:3124
133.11.240.57:3127
194.29.178.14:3127
128.42.142.43:3124
195.113.161.83:3124
203.178.133.10:3124
146.57.249.98:3124
140.247.60.126:3127
137.99.11.87:3124
129.74.74.15:3128
222.223.127.130:808
128.233.252.11:3127
189.86.81.99:3128
206.207.248.34:3128
204.85.191.10:3128
128.223.8.112:3124
204.8.155.226:3128
194.36.10.156:3127
134.226.52.35:3124
169.229.50.5:3127
174.142.24.201:3128
203.178.133.3:3128
193.55.112.41:3128
169.229.50.13:3128
129.24.211.26:3128
211.83.240.31:8080
129.82.12.187:3128
192.41.135.219:3127
202.129.187.5:8080
218.75.100.114:8080
138.100.12.149:3128
72.36.112.72:3124
194.29.178.14:3124
136.145.115.194:3128
128.2.223.65:3127
164.73.47.244:3128
169.229.50.14:3128
61.139.73.6:8080
132.239.17.226:3124
195.116.60.34:3124
195.116.60.34:3127
195.113.161.83:3127
148.233.239.24:3128
155.98.35.5:3124
58.222.254.13:3128
155.98.35.3:3127
61.135.147.172:80
203.178.133.2:3128
155.98.35.5:3127
61.6.163.22:80
146.57.249.98:3128
192.42.43.23:3127
194.42.17.124:3128
132.239.17.225:3124
128.238.88.64:3128
130.49.221.41:3128
193.167.182.132:3127
128.208.4.199:3124
198.163.152.229:3128
164.73.47.242:3128
169.235.24.232:3128
193.167.182.130:3128
152.3.138.4:3128
133.11.240.57:3124
61.49.7.135:808
60.6.205.26:808
61.237.237.183:808
60.28.252.206:443
155.225.2.72:3124
193.6.20.5:3128
133.1.74.163:3127
219.93.178.162:3128
221.214.213.37:8080
201.12.130.36:3128
221.226.153.178:3128
138.232.66.194:3124
193.167.182.132:3124
222.83.132.12:3128
212.11.206.2:80
121.22.29.181:80
194.29.178.13:3128
140.127.81.86:80
210.51.191.4:3128
200.181.108.62:8080
194.42.17.124:3127
118.228.148.29:80
194.42.17.123:3127
194.117.20.214:3127
193.167.182.130:3124
141.76.45.18:3124
222.179.97.2:8088
192.41.135.219:3128
125.41.181.59:8080
202.87.56.90:6588
192.42.43.23:3124
134.2.172.253:3124
218.91.251.222:8089
61.188.38.30:80
128.233.252.12:3124
192.33.90.67:3127
222.210.73.84:8080
169.235.24.133:3127
130.75.87.84:3124
130.75.87.83:3124
193.136.191.26:3128
132.252.152.194:3124
203.189.89.114:8080
116.212.108.227:8080
195.251.18.225:3128
138.232.66.195:3124
201.251.159.2:3128
192.41.135.218:3124
192.33.90.68:3124
67.69.254.244:80
222.88.242.189:3128
58.240.233.102:3128
201.251.159.7:3128
195.251.18.97:3128
200.65.129.2:3128
128.8.126.111:3127
222.83.177.166:3128
193.16.255.19:8080
67.69.254.245:80
128.192.101.217:3124
219.234.81.63:80
221.214.220.228:3128
193.37.152.216:3128
128.238.88.65:3124
61.155.112.90:3128
58.247.83.22:3128
203.131.160.162:3128
209.139.209.158:3128
218.4.65.118:8080
193.37.152.236:3128
200.41.60.135:3128
202.143.164.138:3128
125.245.211.2:8080
121.22.29.182:80
67.69.254.243:80
203.158.167.152:8080
222.240.254.108:8080
201.16.244.186:3128
198.163.152.230:3128
121.8.124.42:1080
189.75.180.182:8080
124.192.216.251:80
211.61.160.8:8088
201.48.215.81:3128
128.238.88.64:3124
221.130.193.14:80
83.94.103.242:3128
125.208.3.60:808
213.8.193.172:3128
124.206.218.5:80
61.19.212.187:3128
67.69.254.242:80
67.69.254.241:80
128.232.103.201:3128
220.130.153.247:3128
94.25.26.1:3128
60.12.190.58:8088
124.128.224.2:1080
193.93.112.33:8080
200.161.9.73:3128
68.177.192.235:80
222.92.51.221:8088
155.225.2.72:3128
202.99.29.27:80
193.167.182.130:3127
125.70.214.241:1080
67.69.254.253:80
125.20.12.21:3128
61.83.228.69:3128
128.238.88.65:3128
134.2.172.252:3127
85.15.203.241:8080
194.42.17.123:3124
67.69.254.251:80
189.10.111.234:3128
125.65.110.59:3128
67.69.254.255:80
192.33.90.68:3128
72.55.191.6:3128
140.114.58.60:3128
129.74.74.15:3127
122.224.222.134:3128
212.96.165.178:3128
60.30.83.220:8080
219.148.168.211:808
221.214.27.252:808
122.55.79.93:8080
134.2.172.252:3124
200.252.190.130:3128
198.133.224.145:3128
128.233.252.12:3128
204.8.155.226:3124
133.1.74.163:3124
128.233.252.11:3128
121.22.29.183:80
200.89.135.26:1080
143.248.139.54:3124
137.226.138.156:3127
150.162.173.254:3128
150.162.160.1:3128
150.162.171.254:3128
150.162.172.254:3128
189.72.172.59:3128
150.162.249.66:3128
125.88.12.146:3128
164.107.127.13:3124
67.69.254.246:80
89.207.240.235:3128
61.178.63.194:3128
151.100.59.10:3128
164.73.47.242:3124
194.117.20.214:3128
219.163.71.130:3128
217.15.188.11:80
133.1.74.162:3128
67.69.254.248:80
121.22.29.180:80
119.70.40.101:8080
137.226.138.154:3127
77.41.107.150:8080
62.233.138.180:3128
218.94.9.38:8080
137.226.138.154:3124
85.132.55.8:1080
213.185.116.152:8080
137.226.138.156:3124
148.233.159.58:80
60.218.99.18:8080
142.150.238.12:3127
222.83.228.34:8080
86.101.185.109:8080
58.213.152.15:3128
155.225.2.72:3127
206.207.248.34:3124
200.109.244.211:3128
138.246.99.250:3128
88.191.60.196:3128
125.65.244.30:1080
196.35.199.5:80
41.222.88.10:3128
116.66.197.225:3128
193.37.152.154:3128
195.49.177.246:8081
189.26.245.87:3128
189.2.193.140:3128
130.136.254.21:3128
222.66.47.115:8088
140.109.17.180:3127
58.86.219.231:1080
193.167.182.132:3128
81.177.3.10:3128
193.136.227.163:3127
134.34.246.4:3124
89.207.246.129:3128
128.59.20.227:3124
203.161.30.196:8080
213.185.116.152:80
195.7.133.186:3128
222.124.201.71:3128
211.95.176.6:808
89.207.246.161:3128
211.151.32.172:8080
201.45.142.178:1080
200.43.141.170:8080
91.121.112.151:3128
219.136.191.218:1080
59.125.220.147:8080
129.170.214.192:3124
201.15.107.162:3128
220.136.44.201:1080
141.76.45.17:3127
61.244.105.115:808
200.104.250.91:80
202.164.220.89:8080
84.22.63.54:1080
60.51.251.238:8080
80.80.164.194:1080
159.148.82.3:3128
134.226.52.34:3124
201.6.125.234:8080
63.209.154.10:1080
169.229.50.11:3128
152.15.98.227:3128
193.224.97.9:3128
159.148.82.4:3128
60.244.100.83:3128
202.143.164.138:3129
200.219.188.78:3128
69.62.141.46:3128
200.143.130.34:3128
123.124.236.181:1080
194.178.125.26:3128
85.114.107.248:8080
91.191.62.170:8080
187.8.155.138:3128
123.124.236.181:808
123.201.17.101:6588
61.178.81.100:1080
61.244.157.239:1080
61.49.7.135:1080
62.101.190.215:11055
62.105.9.127:1025
62.143.179.95:2555
62.243.224.179:1080
62.60.136.28:6688
63.246.179.176:50775
64.216.107.164:22077
64.233.155.225:6487
64.238.174.221:7801
64.92.151.214:29137
65.96.30.103:62093
66.108.170.178:12162
66.142.148.163:5187
66.168.246.241:41229
66.176.133.159:9721
66.41.191.93:3651
67.11.58.89:43639
67.149.192.54:35351
67.163.32.215:22743
67.164.134.211:47029
67.165.59.30:9975
67.166.85.255:54785
67.169.220.63:38731
67.187.147.110:5411
67.210.39.82:25552
67.246.164.199:42655
67.84.3.66:9775
67.85.145.88:14963
67.86.28.10:31973
68.100.41.198:11823
68.107.82.9:61697
68.120.227.69:9049
68.199.244.213:40887
68.199.253.65:6055
68.203.218.119:12237
68.225.201.17:5275
68.36.197.224:19045
68.37.156.184:33011
68.38.155.55:18561
68.46.19.168:7450
68.53.116.88:58481
68.60.131.35:45169
68.81.214.168:20573
68.9.142.214:49141
68.9.200.166:5115
69.1.1.195:55177
69.115.71.108:35987
69.120.160.239:53885
69.125.44.244:8529
69.127.2.157:4049
69.14.143.150:17769
69.142.94.254:28067
69.143.85.66:15395
69.143.92.0:10899
69.174.138.189:47321
69.229.38.38:10359
69.232.49.101:17597
69.238.199.40:6173
69.254.15.135:33003
69.41.161.12:5915
70.138.108.214:1111
70.188.136.132:14915
70.252.150.38:18453
71.146.146.140:4919
71.198.91.67:8281
71.237.13.79:57783
71.56.130.8:29101
71.58.30.153:11777
71.61.1.80:29951
71.63.6.18:8888
71.86.158.148:40989
72.17.161.45:15375
72.207.28.43:41763
74.254.242.77:33571
75.132.214.111:57233
75.141.116.53:43027
75.24.28.132:44453
75.37.77.156:56615
75.38.62.252:50183
75.46.219.215:19575
75.49.119.205:17871
75.66.2.149:5379
75.67.39.120:42679
75.73.27.107:56249
75.74.122.170:24293
76.107.27.27:4559
76.111.52.68:41843
76.120.16.29:57233
76.122.50.25:24897
76.17.176.172:54617
76.18.234.61:39093
76.19.74.252:52867
76.195.87.121:6077
76.20.174.28:22359
76.208.51.84:45947
76.211.3.2:23191
76.214.127.93:21947
76.22.244.154:59903
76.227.63.167:60999
76.24.90.219:25335
76.241.26.4:19341
77.108.112.162:1080
77.222.226.69:11033
77.27.27.65:16589
77.47.187.108:1080
78.25.173.34:1080
78.26.163.184:1080
78.29.32.160:1080
78.29.38.4:1080
78.83.29.89:1080
79.176.132.38:35751
80.154.35.167:10080
80.167.238.78:1080
80.80.203.181:1080
81.169.141.137:9050
82.193.114.204:1080
82.225.127.196:18888
82.228.101.113:14841
82.37.250.124:57085
82.38.204.126:8125
83.221.170.189:1080
85.11.148.81:3128
85.114.184.144:1080
85.14.220.93:15353
85.187.87.107:1080
85.29.201.250:1025
85.65.38.64:11055
86.14.187.232:7869
86.2.205.26:17575
87.126.76.200:1080
87.193.251.171:1080
87.226.120.67:1112
87.241.170.24:1080
87.86.236.114:1080
88.119.16.90:11033
88.148.100.135:19671
88.165.159.186:11033
88.171.62.126:16889
88.186.188.244:11055
88.77.208.213:55521
91.135.244.13:2585
91.214.49.249:1080
93.152.136.96:1080
94.181.226.184:1080
94.236.146.177:1080
94.243.241.171:1080
94.25.253.243:1080
94.41.42.187:1080
94.45.168.188:1080
95.111.231.13:1080
95.70.71.65:1080
95.78.206.87:1080
96.24.172.233:14669
96.35.241.80:47807
96.42.153.16:12735
97.89.53.210:58701
98.140.231.73:41177
98.15.153.217:33289
98.176.35.8:33865
98.192.231.60:32475
98.195.214.95:5122
98.209.134.198:53873
98.213.82.170:60289
98.216.40.193:26435
98.226.238.145:55955
98.233.193.243:27905
98.243.80.218:22941
98.248.166.177:21927
99.135.186.122:8913
99.191.103.38:41987
99.56.25.40:24803
99.61.111.62:39663
12.107.84.198:1080
12.161.250.205:1080
12.37.74.13:80
12.41.224.228:80
128.112.139.28:3124
128.119.41.210:3127
128.42.142.42:3124
150.135.40.99:80
155.53.3.61:80
159.61.240.141:80
163.153.67.12:80
173.29.71.35:21253
174.129.150.37:80
199.227.43.122:1080
199.239.137.200:80
199.71.212.158:1080
204.185.0.101:80
204.2.145.62:80
204.2.145.63:80
204.2.177.15:80
204.2.177.33:80
204.2.177.39:80
204.2.177.55:80
204.2.208.45:80
204.38.55.68:80
205.134.240.101:80
205.188.101.109:80
206.208.2.130:80
206.57.28.16:80
206.57.28.32:80
207.115.68.67:80
207.138.234.80:80
207.45.160.73:80
207.47.9.170:80
207.59.25.252:80
208.238.104.13:80
209.254.15.155:80
209.254.236.212:80
209.8.115.111:80
209.8.115.116:80
209.85.129.41:80
216.174.197.131:80
216.218.222.117:80
216.223.173.191:1080
216.239.59.167:80
216.246.87.17:80
216.31.178.63:80
216.36.213.97:80
216.77.61.70:80
216.92.112.113:80
216.93.166.155:80
24.155.140.48:3128
24.17.80.61:18575
24.188.216.25:16825
24.210.102.124:6913
24.236.37.34:4797
24.25.26.23:80
24.29.138.29:80
24.63.159.123:16589
38.117.65.233:1080
60.254.132.51:80
60.254.133.14:80
60.254.133.149:80
60.254.134.233:80
60.254.135.58:80
60.254.142.22:80
60.254.146.10:80
60.254.147.114:80
60.254.147.69:80
60.254.158.51:80
60.254.159.104:80
60.254.159.137:80
60.254.159.160:80
60.254.159.63:80
60.254.164.200:80
60.254.164.44:80
60.254.164.59:80
60.254.165.178:80
60.254.165.223:80
60.254.165.235:80
60.254.166.240:80
60.254.167.184:80
60.254.167.244:80
60.254.168.32:80
60.254.169.207:80
60.254.169.64:80
60.254.169.7:80
60.254.171.173:80
60.254.176.107:80
60.254.176.243:80
60.254.176.45:80
60.254.177.155:80
60.254.177.16:80
60.254.177.77:80
60.254.178.171:80
60.254.179.116:80
60.254.179.151:80
60.254.179.57:80
60.254.185.133:80
60.254.185.159:80
60.254.185.29:80
60.254.188.11:80
60.254.188.128:80
60.254.188.181:80
60.254.189.203:80
60.254.189.224:80
60.254.189.98:80
60.254.190.131:80
60.254.190.148:80
60.254.190.171:80
60.254.190.42:80
60.254.191.118:80
60.254.191.170:80
60.254.191.214:80
63.116.192.236:1080
63.166.247.33:80
63.246.10.29:1080
63.246.10.30:1080
63.246.10.31:1080
64.13.227.50:80
64.151.7.18:1080
64.151.7.19:1080
64.151.7.20:1080
64.176.90.44:80
64.215.173.22:80
64.216.107.164:22077
64.233.169.161:80
64.233.189.45:80
64.233.189.81:80
64.34.166.201:80
64.59.108.8:80
64.59.72.210:80
64.65.251.123:80
64.74.37.100:80
64.8.134.188:80
64.9.203.42:80
65.108.221.93:80
65.17.220.82:80
65.182.203.38:80
65.219.196.76:8080
65.32.34.78:80
66.102.11.62:80
66.176.133.159:9721
66.206.3.198:80
66.249.81.48:80
66.249.81.50:80
66.249.89.32:80
66.92.220.2:1080
67.15.104.28:80
67.155.131.164:8080
67.84.3.66:9775
68.107.82.9:61697
68.120.227.69:9049
68.36.197.224:19045
68.37.156.184:33011
69.115.71.108:35987
69.142.94.254:28067
69.41.161.12:5915
69.59.140.29:1080
69.59.140.30:1080
69.59.152.28:1080
71.198.91.67:8281
71.56.130.8:29101
71.6.217.24:3128
72.14.203.61:80
72.14.253.161:80
72.14.253.50:80
72.14.253.75:80
72.232.177.91:1080
72.246.107.60:80
72.246.119.14:80
72.246.126.213:80
72.246.126.219:80
72.246.126.80:80
72.246.127.103:80
72.246.127.153:80
72.246.127.175:80
72.246.127.191:80
72.246.127.223:80
72.246.127.241:80
72.246.127.43:80
72.246.164.179:80
72.246.166.218:80
72.246.167.14:80
72.246.167.27:80
72.246.173.230:80
72.246.208.10:80
72.246.210.57:80
72.246.25.10:80
72.246.25.18:80
72.246.30.141:80
72.246.48.30:80
72.246.54.54:80
72.246.54.8:80
72.246.84.130:80
72.246.84.217:80
72.246.84.238:80
72.247.101.74:80
72.247.131.151:80
72.247.26.145:80
74.208.11.169:80
74.208.153.235:1080
74.254.242.77:33571
75.101.129.218:80
75.74.122.170:24293
76.18.234.61:39093
76.19.74.252:52867
81.52.250.93:80
84.53.140.135:80
84.53.151.180:80
85.238.144.30:80
96.17.250.50:80
97.74.216.211:80
98.140.231.73:41177
98.192.95.119:8085
98.209.134.198:53873
98.223.141.149:54715
99.135.186.122:8913
112.91.145.78:1080
114.47.228.127:1080
115.170.246.166:1080
116.10.198.42:1080
117.240.255.245:1080
118.113.114.71:1080
118.248.41.82:1080
119.161.161.189:1080
119.246.75.161:1080
119.51.93.165:1080
119.8.232.7:1080
121.129.47.25:1080
121.14.148.145:1088
121.22.42.22:1080
121.28.34.69:1080
121.8.124.42:1080
122.144.112.218:1080
122.231.82.146:1080
123.10.67.183:1080
123.202.122.13:1080
123.236.130.191:1080
123.236.146.183:1080
123.238.240.44:1080
123.7.119.18:1080
124.115.27.67:1080
124.124.7.155:1080
124.244.251.180:1080
124.244.48.26:1080
124.81.243.138:1080
125.128.25.151:11011
125.163.75.159:1080
125.212.101.179:1080
151.14.128.184:11055
173.2.60.51:4205
173.26.116.211:45033
173.29.71.35:21253
173.80.98.71:8919
174.100.140.201:12277
174.50.121.214:14733
174.71.109.176:9687
189.111.196.34:1080
189.159.230.131:1080
189.21.182.119:1080
189.41.83.62:1080
189.47.31.228:1080
189.78.131.227:1080
189.89.71.105:1080
189.95.38.4:1080
190.179.149.70:1080
190.30.236.138:1080
190.51.125.21:1080
193.109.167.174:1080
193.165.154.77:1080
195.116.233.210:1080
196.207.28.163:1080
196.219.125.66:1080
200.140.46.19:1080
200.204.62.49:1080
200.50.98.28:1080
200.84.123.78:1080
201.1.172.4:1080
201.1.204.19:1080
201.144.30.227:1080
201.201.174.126:1080
201.238.172.145:1080
201.26.102.181:1080
201.36.252.51:1080
201.42.174.130:1080
201.53.99.83:1080
201.63.159.243:1080
201.68.126.244:1080
202.116.164.1:1080
202.177.251.200:1080
202.203.208.113:1080
202.206.245.145:1080
202.41.155.30:1080
202.68.225.248:11055
202.69.104.172:1080
202.8.228.226:1080
203.146.215.242:1080
203.186.250.133:1080
207.182.153.22:1080
209.33.99.247:61377
210.6.224.159:1080
210.6.45.218:1080
210.83.80.138:1080
211.194.234.168:1080
211.38.208.68:1080
211.90.248.97:1080
212.117.10.171:1080
212.175.39.193:1080
213.178.52.61:1080
213.21.148.34:1080
213.21.37.96:1080
213.229.77.60:1080
216.194.70.3:1080
217.75.82.11:1080
217.75.82.9:1080
218.103.156.132:1080
218.108.6.74:1080
218.241.238.141:1080
218.25.99.135:1080
218.28.191.218:1080
218.28.192.10:1080
218.5.18.252:1080
218.56.21.86:1080
219.134.64.251:1080
219.136.191.218:1080
219.150.227.101:1080
219.157.200.19:1080
219.202.8.201:25552
219.217.73.105:1080
219.219.222.34:1080
219.78.179.239:1080
219.79.126.109:1080
220.178.47.82:1080
220.179.61.62:1080
220.189.227.2:1080
221.1.96.182:1080
221.162.95.32:1080
221.198.133.66:1080
221.199.195.227:1080
221.2.144.135:1080
221.204.251.194:1080
221.7.229.86:1080
222.167.178.198:1080
222.167.229.67:1080
222.168.34.179:1080
222.168.34.181:1080
222.168.34.182:1080
222.170.106.202:1080
222.188.10.1:1080
222.189.228.74:1080
222.213.222.61:1080
222.223.70.25:1080
222.66.47.115:8088
222.72.132.166:1080
222.74.200.2:1080
222.89.5.9:1080
24.13.59.125:49475
24.136.9.241:32145
24.17.80.61:18575
24.171.154.139:51257
24.185.186.95:7211
24.188.216.25:16825
24.189.201.219:7395
24.19.148.224:3921
24.19.60.33:59781
24.191.63.170:39987
24.21.83.141:38143
24.210.102.124:6913
24.216.112.57:30379
24.23.21.139:8029
24.230.120.220:15531
24.236.37.34:4797
24.30.83.34:46339
24.47.184.161:35213
24.62.79.82:20417
24.63.159.123:16589
41.201.107.29:1080
41.234.203.208:1080
58.176.19.139:1080
58.214.5.162:1080
58.214.5.169:1080
58.216.151.94:1080
58.241.40.227:1080
58.241.40.228:1080
58.47.128.217:1080
58.49.138.231:1080
58.49.52.78:1080
58.57.60.26:1080
58.60.198.61:1080
59.108.29.130:1080
59.174.26.110:1080
59.174.26.156:1080
59.174.26.175:1080
59.174.26.208:1080
59.174.26.21:1080
59.56.173.2:1080
60.174.99.19:1080
60.19.217.72:1080
60.208.119.2:1080
61.148.255.6:1080
61.15.40.37:1080
61.158.163.112:1080
61.160.207.53:1080
61.163.236.4:1080
61.177.248.202:1080
61.178.81.100:1080
61.244.157.239:1080
61.49.7.135:1080
62.143.179.95:2555
63.209.154.10:1080
63.245.140.254:1080
63.246.179.176:50775
64.216.107.164:22077
64.233.155.225:6487
64.238.174.221:7801
64.92.151.214:29137
65.12.236.225:1988
66.168.246.241:41229
66.176.133.159:9721
67.11.58.89:43639
67.149.192.54:35351
67.164.134.211:47029
67.165.59.30:9975
67.166.85.255:54785
67.169.194.87:36777
67.169.220.63:38731
67.210.39.82:25552
67.246.164.199:42655
67.84.3.66:9775
68.100.41.198:11823
68.107.82.9:61697
68.199.244.213:40887
68.203.218.119:12237
68.207.81.135:3855
68.33.166.106:22375
68.36.197.224:19045
68.37.156.184:33011
68.38.155.55:18561
68.46.19.168:7450
68.58.142.131:57459
68.63.45.219:14161
68.63.45.219:5929
68.9.142.214:49141
69.115.71.108:35987
69.120.160.239:53885
69.125.44.244:8529
69.127.2.157:4049
69.142.94.254:28067
69.174.138.189:47321
69.254.15.135:33003
70.188.136.132:14915
71.146.146.140:4919
71.198.91.67:8281
71.237.13.79:57783
71.56.130.8:29101
71.86.158.148:40989
72.17.161.45:15375
72.207.28.43:41763
74.254.242.77:33571
75.134.217.14:53991
75.24.28.132:44453
75.46.219.215:19575
75.73.27.107:56249
75.74.122.170:24293
75.85.255.141:7255
76.111.52.68:41843
76.120.16.29:57233
76.18.234.61:39093
76.19.74.252:52867
76.195.87.121:6077
76.208.51.84:45947
76.211.3.2:23191
76.214.127.93:21947
76.22.244.154:59903
76.227.63.167:60999
76.99.137.152:29887
77.104.239.1:1080
77.104.241.65:1080
77.108.112.162:1080
78.83.29.89:1080
79.176.132.38:35751
8.9.209.2:443
8.9.222.1:443
80.80.171.156:1080
80.99.214.239:1080
81.169.141.137:9050
82.140.144.1:1025

82.145.240.37:1080
82.193.114.204:1080
82.193.150.113:1080
82.38.204.126:8125
83.19.216.101:1080
83.69.52.165:1080
84.60.135.190:1080
85.14.220.93:15353
85.187.87.107:1080
87.69.144.70:11033
88.119.16.90:11033
88.2.96.244:1080
88.77.208.213:55521
91.135.244.13:2585
94.113.65.141:1080
94.25.231.137:1080
94.25.253.243:1080
95.111.208.215:1080
95.24.36.124:1080
95.30.254.197:1080
95.78.206.87:1080
96.24.172.233:14669
96.42.153.16:12735
98.140.231.73:41177
98.192.231.60:32475
98.195.214.95:5122
98.220.47.91:7797
98.223.141.149:54715
98.226.238.145:55955
98.233.193.243:27905
99.135.186.122:8913
99.60.40.134:25437
99.61.111.62:39663
113.61.177.212:1080
113.66.93.21:1080
114.47.228.127:1080
115.108.4.248:1080
115.170.246.166:1080
117.240.255.245:1080
118.113.114.71:1080
118.248.41.82:1080
119.246.75.161:1080
121.204.0.20:1080
121.233.56.241:1080
121.28.34.69:1080
122.144.112.218:1080
122.99.97.130:1080
123.10.67.183:1080
123.236.130.191:1080
123.236.146.183:1080
123.238.240.44:1080

 

Opublikowano

W końcu widzę WinHTTP w AutoIT :) zawsze się głowiłem jak to zastosować.

roomy.png

Wczoraj do ciebie nie należy. Jutro niepewne... Tylko dziś jest twoje.

  • 2 tygodnie później...
Weteran
Opublikowano

Czemu jak daje linka ze strony z zarabianiem kasy i chce zeby go ogladał to nie zalicza mi ogladniec ? ;]

1329036830-U154499.png
Opublikowano

nie przeczytałeś dokładnie jak użyć, sam program tego nie robi , a ty musisz postarać się o liste aktualnych proxy

If you = stupid then

insert(foot.in.your.ass)

end if

licznik-54-96732-stat.png

Opublikowano

skoro żeś sie uparł i nie robisz jak należy to czemu wymagasz by działał w twoim wypadku ?

 

nie zadziała bo nie robisz jak masz zrobić by działał !

If you = stupid then

insert(foot.in.your.ass)

end if

licznik-54-96732-stat.png

Opublikowano

czytałeś w ogóle co pisze ?

do odpalenia wymaga jedynie pliku proxy.txt

liste masz w innym temacie

If you = stupid then

insert(foot.in.your.ass)

end if

licznik-54-96732-stat.png

Weteran
Opublikowano

sam podał przecież bramki proxy ...to po co brac z innego tematu? zrobilem wszystko i dalej nie dziala ;d

1329036830-U154499.png
  • 2 miesiące temu...
Weteran
Opublikowano

To jak powie ktoś jak zrobić by program wchodził na strony i zaliczalo mi wyswietlenia ? ^^

1329036830-U154499.png
  • 1 miesiąc temu...
Opublikowano

Co to robi,do czego to służy?

Plus

aaaa

I minus

Plus i minus to jedyne

Plus i minus to jedyne co widzę

Plus i minus to jedyne co słyszę

Plus i minus to jedyne czym żyjeWolę być -- Więc daj mi minus

Życie, życie nasze składa się z krótkich momentów

Cudownych chwil czy przykrych incydentów

Niczego nie przegapię, wszystkie je łapię

Korzystam z talentu, przelewam go na papier

Więc łapię chwile ulotne jak ulotka

Ulotne chwile łapię jak fotka

Dbam, by chwile ulotne jak notka

Nie uleciały jak ulotna plotka

W niepamięć... Każdy gest i każde zdanie

Obrazy przed oczami zawieszone jak na ścianie

Piort 'Magik' Łuszcz

  • 2 miesiące temu...
  • 5 miesięcy temu...
Weteran
Opublikowano

Znajdujesz bramki proxy, wklejasz do pliku, zapisujesz jako proxy.txt i wskazujesz to w programie.

 

Po za tym na internecie są gotowe do pobrania bramki proxy zebrane w pliku .txt

1329036830-U154499.png
  • 1 miesiąc temu...
Opublikowano

a ma ktos proksy tylko polskich ip potrzebne mi do gangsters2.pl

 

gdzie wkleic proxy i reflink ? jestem swierzy i sie nieorientuje

reflink

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...