var fDesc=new Array(); fDesc[0] = "GameShock is a universal cheat finder for many games running
on Windows. It works by analizing memories used by the game to find
specific location where it stores its properties, such as experience
points, health level, money, etc. Once you found the location, you
can easily modify its content to whatever number you want.
Key Features
Cheat database of more than 300 games.
Small memory requirement, so it will works just fine on older computer.
Fastest memory searching capability compared to others similar tools.
View and edit memory content of a program using Memory Browser.
Comparative search, usefull when you don't know the exact value of a number.
Easy to roll back and forth from any program to GameShock by using hotkey.
Three cheat mode: write, bit set, and bit clear.
You can auto freeze a cheat, or activate it only when you press a key.
Save and load cheat for future use or for sharing with other people."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }