Advertisement
Guest User

Untitled

a guest
Oct 9th, 2014
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
D 0.29 KB | None | 0 0
  1. void* function(void*, int, const(char)*, const(char)*, DWORD, DWORD) AddToChatWindowBuffer = cast(void* function(void*, int, const(char)*, const(char)*, DWORD, DWORD))(hSamp + 0x79700);
  2. string test = "hay?";
  3. AddToChatWindowBuffer(cast(void*)hSamp, 8, cast(char*)test, null, 0xFFFFFF, 0x00);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement