C# program

Posts 15 of 5 · Page 1 of 1
C# program
Im making a multiboxer in flashplayer. i need some help to get my mouse at 2 diffrent screens. Like it copys my movement and keypresses. i want it to have active controll over 2 swf's at the same time so it can press button's and it would react.
Quote Originally Posted by SeXZeFPS View Post
Im making a multiboxer in flashplayer. i need some help to get my mouse at 2 diffrent screens. Like it copys my movement and keypresses. i want it to have active controll over 2 swf's at the same time so it can press button's and it would react.
like get cursor position
pos.y + screen width = 2nd cursor pos
draw image of cursor (create overlay first)
and if mouse pressed invoke winapi mouse_event function
https://msdn.microsoft.com/en-US/lib...(v=vs.85).aspx

something like this?
Quote Originally Posted by Zaczero View Post
like get cursor position
pos.y + screen width = 2nd cursor pos
draw image of cursor (create overlay first)
and if mouse pressed invoke winapi mouse_event function
https://msdn.microsoft.com/en-US/lib...(v=vs.85).aspx

something like this?
How do i make a 2nd cursor?
Quote Originally Posted by SeXZeFPS View Post
How do i make a 2nd cursor?
draw bitmap on overlay :P
Quote Originally Posted by Zaczero View Post
draw bitmap on overlay :P
Posts 15 of 5 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?