oOCyraXOo
05-07-2003, 08:07 PM
i need cheatloader for stripped (not the crcbypass.exe/cheatloader.exe)
the script that loads a vol file to load skins.
the presto version is
function cheat::load()
{
newObject("cheatVol", SimVolume, "cheat\\cheat.vol");
}
Event::Attach(eventConnec ted,"schedule(\"cheat::load();\",1);");
function cheat::unload()
{
if(isObject("cheatVol"))
deleteObject("cheatVol");
deleteObject("EntitiesVolume");
flushTextureCache();
newObject("EntitiesVolume",SimVolume,"Entities.vol");
}
Event::Attach(eventConnec tionAccepted,cheat::unloa d);
the script that loads a vol file to load skins.
the presto version is
function cheat::load()
{
newObject("cheatVol", SimVolume, "cheat\\cheat.vol");
}
Event::Attach(eventConnec ted,"schedule(\"cheat::load();\",1);");
function cheat::unload()
{
if(isObject("cheatVol"))
deleteObject("cheatVol");
deleteObject("EntitiesVolume");
flushTextureCache();
newObject("EntitiesVolume",SimVolume,"Entities.vol");
}
Event::Attach(eventConnec tionAccepted,cheat::unloa d);