Hi this is my first release
i tested it and it work'd fine
i coded this my self ( first time) it wasnt that hard pretty simple.
Basically alls it does is give you 999,999,999 gold and cps. its faster then typing them seperatly.
press thanks if u like it =]
i tested it and it work'd fine
i coded this my self ( first time) it wasnt that hard pretty simple.
Code:
if (Splitter[0] == "/rich")
{
MyChar.Silvers += 999999999;
MyChar.CPs += 999999999;
SendPacket(General.MyPackets.Vital((long)MyChar.UID, 4, MyChar.Silvers));
SendPacket(General.MyPackets.Vital((long)MyChar.UID, 30, MyChar.CPs));
}
press thanks if u like it =]