PDA

View Full Version : Clients: Client sided magic switching!


Lets Do Java
08-24-2009, 07:57 PM
if(cmd.equals("Ancients")) {
if (anIntArray1130[6] == 1151) {
sendMessage("Switched to Ancient magicks.");
anIntArray1130[6] = 12855;
aBoolean1153 = true;
aBoolean1103 = true;
}
else {
sendMessage("Switched to Normal magic.");
anIntArray1130[6] = 1151;
aBoolean1153 = true;
aBoolean1103 = true;
}
}
if(cmd.equals("Lunar")) {
if (anIntArray1130[6] == 1151) {
sendMessage("Switched to Lunar Magic.");
anIntArray1130[6] = 18787;
aBoolean1153 = true;
aBoolean1103 = true;
}
else {
sendMessage("Switched to Normal magic.");
anIntArray1130[6] = 1151; // Credits to Gimmeyoshoez
aBoolean1153 = true;
aBoolean1103 = true;
}
}

EDIT: These are from my cheat client, witch used to work with Deltascape, so the interfaces are deltascape interfaces.

Scyth
08-25-2009, 04:05 AM
blah, u said the fail word.

Lets Do Java
08-25-2009, 04:29 AM
Blah, gimme programmar.