ID:1279360
 
(See the best response by Super Saiyan X.)
Problem description:

Just curious, is there a way to profile your game without using dreamdaemon?
Load the game up (I believe you need to have #define DEBUG in the code somewhere) and either click the icon in the top left of the window or right click the window in the taskbar. Go under "Server" and click "Profile".
If you host from a shell server and your not the actual host, can you still do that?
#define DEBUG
client/verb/ProfilerAccess()
set category = "Testing"
winset(usr, null, "command=.profile")
Best response
If you're not the host and you want debug privledges;
you have to create a file called admin.txt, in a folder named cfg. In the same folder as your host files.
So like
___________
game.dmb
game.rsc
/cfg
----admin.txt
___________

The contents of admin.txt must be:
Critical172 role=admin


And then, you can do what Jittai said.
You know the niftiest things, SSX.