Advertisement
dcomicboy

life taker

Feb 27th, 2012
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1.  
  2. void cBase::Lifetaker(void)
  3. {
  4. if(item.Lifetaker)
  5. {
  6. g_LTClient = *(CLTClient**)0x377C97A8;//Updated 12/15 0x377AF440 //Updated 9/4
  7. g_CommonLT = g_LTClient->Common();
  8. if(Base.ValidPointer(g_LTClient))
  9. {
  10. if(GetAsyncKeyState(VK_HOME)&1){
  11.  
  12. CAutoMessage Msg;
  13.  
  14. Msg.Writeuint8(50);
  15. Msg.Writeuint8(1);
  16. Msg.Writeuint8(1);
  17. Msg.Writeuint8(1);
  18. Msg.Writeuint8(1);
  19. Msg.Writeuint8(1);
  20. Msg.Writeuint8(110);
  21. Msg.Writeuint8(1);
  22. Msg.Writeuint8(1);
  23.  
  24. g_LTClient->SendToServer(Msg.Read(), MESSAGE_GUARANTEED);
  25.  
  26. }
  27. }
  28. }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement