Disclaimer:
This would be useful for CS
Use it at your own risk
Content is not mine,
credits to Neon for making this.
Changelogs:
Reduced +13 effect
Reduced Gamma
Reduced skill effects (invisible fire scream and lots of cool stuff added)
Red Combo
lv3 to lv1 wing change to transparent (DL)
lots of other effects reduced and optimized
LINK:
Dont forget to back-up your Data folder before using/trying this.
If you need help drop a message in my VM or PM me.
PS:
I forgot to add this: http://puu.sh/aIc4i/4aeea0f592.rar
its called as pinger, its a .bat file inside a .rar file
FAQ
What does it do?
-pings 37.187.154.28 (infinitymu)
-shows your latency (ms)
-shows color red when you got errors
What it is for?
-monitor latency during gameplay
Is it safe?
-Yes, it is here is the code:
-you can make one, open notepad.exe paste the code above and save as .bat instead of .txt
Does it affects gameplay?
-no, no effect whatsover.
-i used in when playing when i move into a crowded map my ping goes higher so i better find a place with stable ping.
i hope you like it.
Screenshots:
atm i got high ping because im on wireless and downloading torrent
This would be useful for CS
Use it at your own risk
Content is not mine,
credits to Neon for making this.
Changelogs:
Reduced +13 effect
Reduced Gamma
Reduced skill effects (invisible fire scream and lots of cool stuff added)
Red Combo
lv3 to lv1 wing change to transparent (DL)
lots of other effects reduced and optimized
LINK:
Code:
http://puu.sh/aIb09/5d5b51239d.rar
Dont forget to back-up your Data folder before using/trying this.
If you need help drop a message in my VM or PM me.
PS:
I forgot to add this: http://puu.sh/aIc4i/4aeea0f592.rar
its called as pinger, its a .bat file inside a .rar file
FAQ
What does it do?
-pings 37.187.154.28 (infinitymu)
-shows your latency (ms)
-shows color red when you got errors
What it is for?
-monitor latency during gameplay
Is it safe?
-Yes, it is here is the code:
Code:
:: Batch Script
:: color Ping
:: Code By TheFearOne
:: exclusively for Compton Guys
mode 54, 15
@echo off
cd \
echo off & cls
:top
PING -n 1 37.187.154.28 | FIND "TTL="
IF ERRORLEVEL 1 (SET OUT=4F & echo Request timed out.) ELSE (SET OUT=2F)
color %OUT%
ping -n 2 -l 10 127.0.0.1 >nul
GoTo top
Does it affects gameplay?
-no, no effect whatsover.
-i used in when playing when i move into a crowded map my ping goes higher so i better find a place with stable ping.
i hope you like it.
Screenshots:
atm i got high ping because im on wireless and downloading torrent
Last edited by a moderator: