Jump to content

Recommended Posts

Posted (edited)

Hello guys, if it possible to tell me how to create proxy list like proxies.txt and make change ip automatically every 2 second in firefox. ff.au3

Edited by Mota
More info
Posted

I need that for votes and other stuff

#Include "FF.au3"

$file = FileOpen("proxies.txt", 0)

While 1
    $line = FileReadLine($file)
    If @error = -1 Then ExitLoop
    _FFPrefSet("network.proxy.http", $line)
WEnd
FileClose($file)

Don't know it is wrong or right or what can i do

Posted (edited)

Votes it is vote point on topofgames.com, you need captcha + ip change that's all
doesnt matter 2 second whatever 1/3/10 seconds

Edited by Mota
  • Moderators
Posted
3 minutes ago, Mota said:

Votes it is vote point on topofgames.com, you need captcha + ip change that's all
doesnt matter 2 second whatever 1/3/10 seconds

Which is very obviously against the forum rules. I would suggest that you read them before you post again to see why you will not receive any help on these kinds of questions.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Guest
This topic is now closed to further replies.
×
×
  • Create New...