[T1]Request - Cheatloader for stripped

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);

Ambient7
05-07-2003, 08:36 PM
function Cheats::Load()
{
newObject("cheatsVol", SimVolume, "cheats.vol");
}

function Cheats::Unload()
{
if (isObject("cheatsVol"))
deleteObject("cheatsVol");
deleteObject("EntitiesVolume");
flushTextureCache();
newObject("EntitiesVolume", SimVolume, "Entities.vol");
}

Event::Attach(eventConnec ted, "schedule(\"Cheats::Load();\", 1);");
Event::Attach(eventConnec tionAccepted, "Cheats::Unload();");

Azra3l
05-07-2003, 09:08 PM
blah obligatory hacker remark blah

Shinigami
05-07-2003, 09:33 PM
Heh, and stripped already has a cheatloader.

oOCyraXOo
05-07-2003, 10:03 PM
thnx

Rosco-SS
05-07-2003, 10:50 PM
cheatz

Ambient7
05-08-2003, 06:17 PM
cheatz

Die!

MrPoop
05-12-2003, 12:08 AM
Heh, and stripped already has a cheatloader.
Sort of, yeah. :)