Question Gaming Internet Enhancer .bat disables my IP

FateCPS

Commendable
Jun 29, 2019
11
0
1,510
Hey so I play a lot of games, and for one of the games I play I downloaded a .bat that many people are using to increase their performance and gain an advantage. However when I run the file my internet disconnects and I am unable to restore it by resetting, ipconfig /renew, and many other steps I have found online. The only solution I found in the past was to go to a restore point, which I would like to avoid. Need some more personalized help with this one as Im sure one of you will have a fix; Here is the .bat file information

@Echo OFF
color c
ECHO.
ECHO.
ECHO Latency Movement v2.0
pause
ipconfig /release
ipconfig /renew
ipconfig /flushdns
netsh interface ip delete arpcache
netsh winsock reset catalog
netsh int ip reset c:resetlog.txt
netsh int ip reset C:\tcplog.txt
netsh winsock reset catalog
netsh int tcp set global rsc=enabled
netsh int tcp set heuristics disabled
netsh int tcp set global dca=enabled
netsh int tcp set global netdma=enabled
GOTO lol

:lol
set /p a="Enter server IP address: "
goto Movement

:Movement
ping %a% -n 5

sc query BITS | find /I "STATE" | find "STOPPED"
sc query Dnscache | find /I "STATE" | find "STOPPED"
goto :start

:start
sc start BITS
sc start Dnscache
goto :Movement
 
Let me know what other information you may need to help me fix the problem. When I run the troubleshooter it says "Ethernet does not have a valid IP configuration". I have already set IPV4 to obtain and automatic IP, as well with the DNS. And as for DHCP my router has it enabled as far as I can tell
 
Most fancy gamer network software is all fiction. You can in no way affect the traffic in the internet between your machine and the servers. You can not even affect other machines in your house with software on your PC.

All that is left is things internal to the pc. You have major issues with your pc if anything is causing a delay. There are a couple options....none of which you script is using...that can decrees the latency on ethernet. In best case it can decrease it .001ms but because it disables part of the error detection so it can cause issues.

Games already have a method to make play equal between people with different latency. If you have 200ms difference it can not correct that but anything under say 50-100ms the game will do things like add artificial delays to people who have extremely low latency. Trying to save a couple ms of latency will be of little advantage when the server is manipulating the delays to make things more equal.

This is the craziness you see in gamers that believe all kinds of silly stuff. They don't bother to learn the technology behind it they just blindly believe stuff like it is a religion.
 
Why on earth would you run a script on your computer without knowing exactly what it actually does??? Incredible!!
If I knew how to write the script myself I wouldnt be downloading any. And tell me if Im right, basically the first part of the script resets your internet, stops all current connections on your computer, which doesnt do a lot, but by pairing with a program meant to direct all internet bandwith towards the game it can help decrease a few MS which is helpful. Then the later part of the script pings a certain IP at an interval which causes slight intentional latency which in this game gives an advantage
Disabling your AV, to run a batch file?
I found the solution online, some antivirus prevent you from renewing your IP address or resetting DHCP
That batch file is ridiculous. I doubt that it gets you any better performance either
Its very minor but I do feel a slight performance increase
Most fancy gamer network software is all fiction. You can in no way affect the traffic in the internet between your machine and the servers. You can not even affect other machines in your house with software on your PC.

All that is left is things internal to the pc. You have major issues with your pc if anything is causing a delay. There are a couple options....none of which you script is using...that can decrees the latency on ethernet. In best case it can decrease it .001ms but because it disables part of the error detection so it can cause issues.

Games already have a method to make play equal between people with different latency. If you have 200ms difference it can not correct that but anything under say 50-100ms the game will do things like add artificial delays to people who have extremely low latency. Trying to save a couple ms of latency will be of little advantage when the server is manipulating the delays to make things more equal.

This is the craziness you see in gamers that believe all kinds of silly stuff. They don't bother to learn the technology behind it they just blindly believe stuff like it is a religion.
The first part of the script is just to reset all internet connections, correct? The latter pings an IP which causes intentional latency at an interval which is advantageous in the game
.
 
Then if you're that "certain skill level", you should be able to explain to us what that batch script does, line by line.
How it affects you ping number, latency, and why this is good or bad.

In as much detail as you can give, please.
 
Then if you're that "certain skill level", you should be able to explain to us what that batch script does, line by line.
How it affects you ping number, latency, and why this is good or bad.

In as much detail as you can give, please.
I did not create the script, being good at a video game does not mean I can code lmao. I have been trying different scripts that were given out/leaked by some of the top players, and then basing my choice off of how it feels, some make my gameplay worse, most seem to do nothing, and some enhance my gameplay. They are meant to optimize your internet for the game, and although it may be minor, most of the enhancement comes from a file that adds to your regedit. It results in your delay to be lower while attacking, yet giving your player more latency meaning I look like Im farther away from the oppenent (Script not shown here)
 
It is all in your mind there are no statement in that script that will in anyway cause a game to run better. You seem to want to trust your belief in magic rather than trust people who have actual training and work in the field of IT.

So reading the script it basically spins in a loop, it issues 5 ping commands, it then check the status of a process called BITS which is used to transfer files between machine inside your house, It then check DNSCACHE which is used to cache DNS entries.

Games do not use DNS after they are running only when they very first start. Games also do not use any type of file transfer to other machines in your house.

Now if it makes you FEEL good to run the program and think it is making you a better player keep running it.
 
I did not create the script, being good at a video game does not mean I can code lmao. I have been trying different scripts that were given out/leaked by some of the top players, and then basing my choice off of how it feels, some make my gameplay worse, most seem to do nothing, and some enhance my gameplay. They are meant to optimize your internet for the game, and although it may be minor, most of the enhancement comes from a file that adds to your regedit. It results in your delay to be lower while attacking, yet giving your player more latency meaning I look like Im farther away from the oppenent (Script not shown here)
That sounds close to cheating in my humble opinion, most game TOS do not allow for external scripts to be used to give an advantage........ The script you listed above will do nothing for you thats even remote tangible, snake oil!!