易语言鼠标失控游戏
系统结构:Trick,GetWindowRect,GetForegroundWindow,GetDesktopWindow,SetTimer,GetMessage,TranslateMessage,DispatchMessage,SetCursorPos,mouse_event,GetCursorPos,
======程序集1
| |
| |------ _启动子程序
| |
| |------ Trick
| |
| |
======调用的Dll
| |
| |---[dll]------ GetWindowRect
| |
| |---[dll]------ GetForegroundWindow
| |
| |---[dll]------ GetDesktopWindow
| |
| |---[dll]------ SetTimer
| |
| |---[dll]------ GetMessage
| |
| |---[dll]------ TranslateMessage
| |
| |---[dll]------ DispatchMessage
| |
| |---[dll]------ SetCursorPos
| |
| |---[dll]------ mouse_event
| |
| |---[dll]------ GetCursorPos
调用的DLL命令:
.DLL命令 GetWindowRect, 整数型, "user32", "GetWindowRect"
.参数 hwnd, 整数型
.参数 RECT, RECT
.DLL命令 GetForegroundWindow, 整数型, "user32", "GetForegroundWindow"
.DLL命令 GetDesktopWindow, 整数型, "user32", "GetDesktopWindow"
.DLL命令 SetTimer, 整数型, , "SetTimer"
.参数 hwnd, 整数型
.参数 nIDEvent, 整数型
.参数 uElapse, 整数型
.参数 lpTimerFunc, 子程序指针
.DLL命令 GetMessage, 整数型, "user32", "GetMessageA", ,
.参数 lpMsg, MSG
.参数 hwnd, 整数型
.参数 wMsgFilterMin, 整数型
.参数 wMsgFilterMax, 整数型
.DLL命令 TranslateMessage, 整数型, "user32", "TranslateMessage", ,
.参数 lpMsg, MSG
.DLL命令 DispatchMessage, 整数型, "user32", "DispatchMessageA", ,
.参数 lpMsg, MSG
.DLL命令 SetCursorPos, , "user32", "SetCursorPos", 公开
.参数 x, 整数型
.参数 y, 整数型
.DLL命令 mouse_event, , "user32", "mouse_event"
.参数 dwFlags, 整数型
.参数 dx, 整数型
.参数 dy, 整数型
.参数 cButtons, 整数型
.参数 dwExtraInfo, 整数型
.DLL命令 GetCursorPos, 整数型, "user32", "GetCursorPos"
.参数 lpPoint, POINTAPI
注:本站源码主要来源于网络收集。如有侵犯您的利益,请联系我们,我们将及时删除!
部分源码可能含有危险代码,(如关机、格式化磁盘等),请看清代码在运行。
由此产生的一切后果本站均不负责。源码仅用于学习使用,如需运用到商业场景请咨询原作者。
使用本站源码开发的产品均与本站无任何关系,请大家遵守国家相关法律。