Conversation Between steven1578 and CAFlames

10 Visitor Messages

  1. Hmm ok,,
    //Msg2short
  2. I use different methods. No I am not telling you them
  3. Well do you have a s2s working?
    Which doesnt use LTclient?
  4. S2S is patched in LTClient.
  5. Lol Why ^^ ? u tested that?
  6. make it GetasyncKeyState(VK_DELETE)&1 and youll crash ^^
  7. Well it doesnt crash me but it justs doesn’t do anything ^^
  8. I dont code for CA EU but I would doubt it, since it is outdated in CA NA and will crash you the second it is activated.
  9. void Spammer()
    {
    if (GameStatus == 1 && spammer == 1 && (GetAsyncKeyState(VK_DELETE)))
    {
    CAutoMessage Msg;
    Msg.Writeuint8(104);
    Msg.WriteWString((wchar_t*)L"ihope you like being spammed " ); // Text
    Msg.WriteWString((wchar_t*)L"Gm"); // Tag
    Msg.Writeint32(0);
    Msg.Writeint32(0);
    Msg.Writeint32(0);
    g_LTClient->SendToServer(Msg.Read(), MESSAGE_GUARANTEED); }
    }

    Does this work on CAEU?
  10. Can you help me making AVA Hacks?? i allready got an menu but now i need to add functions and Unpatch the d3d menu. Please Help me
Showing Visitor Messages 1 to 10 of 10