You are viewing our Forum Archives. To view or take place in current topics click here.
How to make wireless lag switch!
Posted:

How to make wireless lag switch!Posted:

ImPro
  • Powerhouse
Status: Offline
Joined: Jun 08, 201013Year Member
Posts: 470
Reputation Power: 18
Status: Offline
Joined: Jun 08, 201013Year Member
Posts: 470
Reputation Power: 18
The Wireless Lag Switch By ImPro +rep me please


step 1: Open Your Notepad

step 2: write In
ping -t -l 60000


step 3: go to
http://www.samair.ru/proxy/ip-address-01.htm

and choose a one with high-anonymous copy the Ip without the port number.

just like this
109.120.130.2


step 4:
[ Register or Signin to view external links. ]


step 5: copy both like this
ping -t -l 60000 109.120.130.2


step 6: save It like .bat
SAVE.BAT



-----------------------------------------------------------------------------------------


How to make It Automatic

Copy This On Your Notepad =

@echo off
cls
color 9f
:top
ping -t -l 60000 109.120.130.2
goto :top


And save It has .bat, Open It each time you want It to lag.

+ rep if helped! and thanks if you think this should be sticky
[align=center]

The following 1 user thanked ImPro for this useful post:

-UK- (03-21-2011)
#2. Posted:
-UK-
  • TTG Contender
Status: Offline
Joined: Nov 20, 201013Year Member
Posts: 3,456
Reputation Power: 159
Status: Offline
Joined: Nov 20, 201013Year Member
Posts: 3,456
Reputation Power: 159
ImPro wrote
The Wireless Lag Switch By ImPro +rep me please


step 1: Open Your Notepad

step 2: write In
ping -t -l 60000


step 3: go to
http://www.samair.ru/proxy/ip-address-01.htm

and choose a one with high-anonymous copy the Ip without the port number.

just like this
109.120.130.2


step 4:
[ Register or Signin to view external links. ]


step 5: copy both like this
ping -t -l 60000 109.120.130.2


step 6: save It like .bat
SAVE.BAT



-----------------------------------------------------------------------------------------


How to make It Automatic

Copy This On Your Notepad =

@echo off
cls
color 9f
:top
ping -t -l 60000 109.120.130.2
goto :top


And save It has .bat, Open It each time you want It to lag.

+ rep if helped! and thanks if you think this should be sticky
[align=center]


You could add a loop to it instead of goto :top .

It would be even better if you could add a loop but if a certain key is pressed , example ctrl + q it stops.
#3. Posted:
ImPro
  • Powerhouse
Status: Offline
Joined: Jun 08, 201013Year Member
Posts: 470
Reputation Power: 18
Status: Offline
Joined: Jun 08, 201013Year Member
Posts: 470
Reputation Power: 18
You could add a loop to it instead of goto :top .

It would be even better if you could add a loop but if a certain key is pressed , example ctrl + q it stops.


I know but this Is working too
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.