V3Arcade disable right click in all games
This modification is in the archives.
Hello
This mod will stop cheaters ( I wish ) :devious: This mini-mod will disable all right clicking of any game in the Arcade, even if the game itself has not been fixed to stop this. replace the entire contents of the "arcade_v3game" template which is: Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,14,0" width="$game[width]" height="$game[height]"> <param name="movie" value="./$vboptions[gamedir]/$game[file]"> <param name="quality" value="high"> <embed src="./$vboptions[gamedir]/$game[file]" quality="high" width="$game[width]" height="$game[height]" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed> </object> Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,14,0" width="$game[width]" height="$game[height]"> <PARAM NAME="menu" VALUE="false"> <param name="movie" value="./$vboptions[gamedir]/$game[file]"> <param name="quality" value="high"> <PARAM NAME="menu" VALUE="false"> <embed src="./$vboptions[gamedir]/$game[file]" quality="high" width="$game[width]" height="$game[height]" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false"></embed> </object> Tested and works! with : Internet Explorer FireFox Opera Many thanks to Detomah Download This modification is archived and cannot be downloaded. |