Jump to content

A way around ATT Uverse throttling


unwrapjoy

Recommended Posts

I noticed that clicking random port and apply would 'undo' or get around the throttling by ATT Uverse in metro atlanta. The thing is, 30seconds to 2 minutes later, im throttled again.

So now i change port several times a second and can maintain 1.6MB/s down overnight or at work (whereas before it was only when at home and wehn i was clicking the button myself.)

download Autoit, use the window info tool to find the relevant numbers for your buttons, fill in instead of mine. Run!

Autoit script to click Random port and then Apply. Pause or Stop in the system tray.

While 1=1

ControlClick ( "Preferences", "Random port", 1094)

sleep(50)

ControlClick("Preferences", "Apply", 21)

sleep(600)

WEnd

Let me know if this works for anyone else. you should be able to test the effect just by clicking random port after you see your downloads drop in speed.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...