Jump to content

Automatically Change proxy FireFox FF.au3


Recommended Posts

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
Link to comment
Share on other sites

  • Moderators

@Mota Why, praytell, do you need to change the ip every 2 seconds? What security measures are you trying to get around?

"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!

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • Moderators
Just now, Mota said:

I need that for votes and other stuff

Please explain "votes and other stuff" for what...

"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!

Link to comment
Share on other sites

  • Moderators
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!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...