W8in
The god of uselessness.
I created this script for when the chat gets spammy and i don't want to listen to the PvP crap.
NOTE: where i have written "player1 "player2" "player3" you would delete this, and place the names of the people you want to ignore. if there is more than 3 people that you want to ignore, just add another 2 lines to the script. if less than 3, you can just delete 2 lines of script.
How to use:
1) make sure you have AutoHotKeys downloaded.
2) save the above code in a text document (copy-paste it)
3) save the file and rename the file extention from .txt to .ahk
4) double click the file
5) press f7 to ignore all the players who are listed.
Code:
f7::
send t/ignore player1{enter}
sleep 50
send t/ignore player2{enter}
sleep 50
send t/ignore player3{enter}
sleep 50
return
Code:
send t/ignore player4{enter}
sleep 50
1) make sure you have AutoHotKeys downloaded.
2) save the above code in a text document (copy-paste it)
3) save the file and rename the file extention from .txt to .ahk
4) double click the file
5) press f7 to ignore all the players who are listed.