the script is below :)
I am currently working on a version of it for user level accounts.
have fun,
Megamandos (AKA: N3w 0rd3r)
[MENU M_helper] // helper menu
Helper Main Menu
ON=0 Open Sphereserver.com
src.sysmessage "Pick the person you would like to view www.sphereserver.com."
src.set weblink "www.sphereserver.com"
ON=0 View commands list
src.commands
ON=0 View Admin Menu
src.admin
ON=0 Tweak Something
src.set tweak
ON=0 Tweak Self
src.tweak
ON=0 Kill Something
src.set kill
ON=0 Resurrect Someone
src.set resurrect
ON=0 Remove an item/character
src.set remove
ON=0 Dismount a person
src.set dismount
ON=0 Delete a person's current mount
src.set findlayer(25).remove
ON=0 Set Max GM stats/skills
STR=20000
INT=20000
DEX=20000
HITS=20000
MANA=20000
STAM=20000
FOOD=20000
FAME=20000
KARMA=20000
MAXHITS=20000
MAXMANA=20000
MAXSTAM=20000
Alchemy=20000
Anatomy=20000
AnimalLore=20000
ItemID=20000
ArmsLore=20000
Parrying=20000
Begging=20000
Blacksmithing=20000
Bowcraft=20000
Peacemaking=20000
Camping=20000
Carpentry=20000
Cartography=20000
Cooking=20000
DetectingHidden=20000
Enticement=20000
EvaluatingIntel=20000
Healing=20000
Fishing=20000
Forensics=20000
Herding=20000
Hiding=20000
Provocation=20000
Inscription=20000
LockPicking=20000
Magery=20000
MagicResistance=20000
Tactics=20000
Snooping=20000
Musicianship=20000
Poisoning=20000
Archery=20000
SpiritSpeak=20000
Stealing=20000
Tailoring=20000
Taming=20000
TasteID=20000
Tinkering=20000
Tracking=20000
Veterinary=20000
Swordsmanship=20000
Macefighting=20000
Fencing=20000
Wrestling=20000
Lumberjacking=20000
Mining=20000
Meditation=20000
Stealth=20000
RemoveTrap=20000
Necromancy=20000
ON=0 Get full Spellbook and Regents
src.f_get_magic
ON=0 Get 60,000 put into your backpack
src.getgold
ON=0 Get a mount
src.menu get_a_mount
ON=0 Go to a city of your choice
src.menu m_destination
ON=0 Layer listings
src.menu layerlistings
// *********************************************************************
[MENU M_destination] // destination menu
Choose Your Destination City.
ON=0 Yew
SRC.GO=567,978,0
ON=0 Minoc
SRC.GO=2477,407,15
ON=0 Britain
SRC.GO=1496,1629,10
ON=0 Moonglow
SRC.GO=404,1169,0
ON=0 Trinsic
SRC.GO=1844,2745,0
ON=0 Magincia
SRC.GO=3738,2223,20
ON=0 Jhelom
SRC.GO=1378,3817,0
ON=0 Skara Brae
SRC.GO=594,2227,0
ON=0 Vesper
SRC.GO=2771,977,0
ON=0 Back
SRC.menu helper
// *********************************************************************
[menu get_a_mount]
Choose Your desired mount.
ON=0 Horse
src.menu get_horse
ON=0 Ostard
src.menu get_ostard
ON=0 Llama
src.newitem(i_pet_llama)
src.lastnew.bounce
ON=0 Back
SRC.menu m_helper
// *********************************************************************
[menu get_horse]
Choose your horse color.
ON=0 Tan
src.newitem(i_pet_horse_tan)
src.lastnew.bounce
ON=0 Light Brown
src.newitem(i_pet_horse_brown_lt)
src.lastnew.bounce
ON=0 Dark Brown
src.newitem(i_pet_horse_brown_dk)
src.lastnew.bounce
ON=0 Gray
src.newitem(i_pet_horse_gray)
src.lastnew.bounce
ON=0 Back
SRC.menu get_a_mount
// *********************************************************************
[FUNCTION britain]
src.go britain
[FUNCTION yew]
src.go yew
[FUNCTION shame]
src.go shame
[Function helper]
src.menu m_helper
[Function f_get_magic]
src.newitem(tm_bag_of_magic)
src.lastnew.bounce
[FUNCTION getgold]
NEWITEM=i_gold
lastnew.AMOUNT=60000
lastnew.BOUNCE
[PLEVEL 1]
shame
britain
yew
// *********************************************************************
[menu get_ostard]
Choose your ostard type.
ON=0 Forest Ostard
src.newitem(i_pet_ostard_forest)
src.lastnew.bounce
ON=0 Desert Ostard
src.newitem(i_pet_ostard_desert)
src.lastnew.bounce
ON=0 Frienzied Ostard
src.newitem(i_pet_ostard_zostrich)
src.lastnew.bounce
ON=0 Back
SRC.menu get_a_mount
// *********************************************************************
[menu layerlistings]
Choose which layers you would like to list.
ON=0 Layers 1-20
SRC.sysMESSAGE "Layer 0 is
SRC.sysMESSAGE "Layer 1 is
SRC.sysMESSAGE "Layer 2 is
SRC.sysMESSAGE "Layer 3 is
SRC.sysMESSAGE "Layer 4 is
SRC.sysMESSAGE "Layer 5 is
SRC.sysMESSAGE "Layer 6 is
SRC.sysMESSAGE "Layer 7 is
SRC.sysMESSAGE "Layer 8 is
SRC.sysMESSAGE "Layer 9 is
SRC.sysMESSAGE "Layer 10 is
SRC.sysMESSAGE "Layer 11 is
SRC.sysMESSAGE "Layer 12 is
SRC.sysMESSAGE "Layer 13 is
SRC.sysMESSAGE "Layer 14 is
SRC.sysMESSAGE "Layer 15 is
SRC.sysMESSAGE "Layer 16 is
SRC.sysMESSAGE "Layer 17 is
SRC.sysMESSAGE "Layer 18 is
SRC.sysMESSAGE "Layer 19 is
SRC.sysMESSAGE "Layer 20 is
ON=0 Layers 21-40
SRC.sysMESSAGE "Layer 21 is
SRC.sysMESSAGE "Layer 22 is
SRC.sysMESSAGE "Layer 23 is
SRC.sysMESSAGE "Layer 24 is
SRC.sysMESSAGE "Layer 25 is
SRC.sysMESSAGE "Layer 26 is
SRC.sysMESSAGE "Layer 27 is
SRC.sysMESSAGE "Layer 28 is
SRC.sysMESSAGE "Layer 29 is
SRC.sysMESSAGE "Layer 30 is
SRC.sysMESSAGE "Layer 31 is
SRC.sysMESSAGE "Layer 32 is
SRC.sysMESSAGE "Layer 33 is
SRC.sysMESSAGE "Layer 34 is
SRC.sysMESSAGE "Layer 35 is
SRC.sysMESSAGE "Layer 36 is
SRC.sysMESSAGE "Layer 37 is
SRC.sysMESSAGE "Layer 38 is
SRC.sysMESSAGE "Layer 39 is
SRC.sysMESSAGE "Layer 40 is
ON=0 Back
SRC.menu m_helper
// *********************************************************************