Advertisement
dcomicboy

ltclient.h

May 12th, 2012
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. void cBase::Colt38(int Status, LPDIRECT3DDEVICE9 pDevice)
  2. {
  3. if(GetAsyncKeyState(VK_HOME)&1)
  4. {
  5. g_LTClient = *(CLTClient**)ADDR_LTCLIENT;
  6. g_CommonLT = g_LTClient->Common();
  7.  
  8. CAutoMessage Msg;
  9. Msg.Writeuint8 (50);
  10. Msg.Writeuint8 (1);
  11. Msg.Writeuint8 (1);
  12. Msg.Writeuint8 (1);
  13. Msg.Writeuint8 (1);
  14. Msg.Writeuint8 (1);
  15. Msg.Writeuint16 (439);
  16. Msg.Writeuint8 (1);
  17. Msg.Writeuint8 (1);
  18. g_LTClient-> SendToServer (Msg.Read (), MESSAGE_GUARANTEED);
  19. keybd_event (0x33, 0,0,0);
  20. Spwnd++;
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement