no thx, my mind still in he s place, i dont wana spend 1buck for a game, while i can get enjoy playing it for free ;)
so if it will be money, keep it
so if it will be money, keep it
Not at the moment but coding a bot for SM and cyclone isn't exactly the most complicated thing in the world, here's a very simple example:Quote:
If you want hand outs go to your local homeless shelter...how many people do you know that work for nothing...you cant afford 5ish bucks a month GO MOW SUM LAWNS BITCH... anyway cant wait..any other xp skill made yet as in SM and how well does it chain?
bool NoTargetsFound;
JNativeGameClient Client = new JNativeGameClient(nativeInstance);
do
{
NoTargetsFound = true;
foreach (JNativeBasicEntity entity in Client.Screen.Objects)
{
int distance = JStandardLibrary.Distance2D(Client.X, Client.Y, entity.X, entity.Y);
if (distance <= 12)
{
Client.Jump(entity.X, entity.Y);
Client.Melee(entity.UID, JNativeAttackType.CloseRange);
Thread.Sleep(JStandardLibrary.GetJumpDelay(distance));
NoTargetsFound = false;
}
}
}
while (!NoTargetsCount);
Client.SendClientMessage("Stopped automatically chaining", JNativeDialogType.Center);
Just brought a sub XDQuote:
It's not, but there's a small testing period which is free.
[Only registered and activated users can see links. Click Here To Register...]