By
Crazylord
Heres a Tut on including script files by Crazylord :
Let's say you have a cheat called "ROFL", you extract the cheat somewhere and open the map, you can see the cheat contains:
Code:
- rofl.exe
- rofl.dll
- rofl.cfg
- menu.txt
As you can see it is the rofl.cfg who includes the scripts if you want to add new scripts or youre own in another file, like "myscripts", here are the steps:
[code]1) Open notepad
2) Put the scripts in the empty file
3) Save youre file in the "rofl" map and save it as "myscripts.cfg" with "all sort of files"
4) Open youre "rofl.cfg"
5) Somewhere in the "rofl.cfg" you put:
Code:
exec "myscripts.cfg"
EXEPTION: when you did put the new file for example in "c:/.../rofl/myscript" then you should use:
Code:
exec "myscript/myscripts.cfg
Now when you start youre cheat youre script will be executed,
hope anyone learned from it,
CrazyLord