bode

Results 32 comments of bode

另外这个PressKey什么意思呢... ``` def sendkey(scancode, pressed): FInputs = Input * 1 extra = c_ulong(0) ii_ = Input_I() flag = 0x8 ii_.ki = KeyBdInput(0, 0, flag, 0, pointer(extra)) InputBox = FInputs((1, ii_))...

一起努力~ 我准备重写个挂机小脚本了... 以前写的猫咪挂机脚本写得太烂了=- =

用win32gui里的FindWindow找不到lol开始客户端的句柄=- = ... 头疼

哈  没事 我在看设计模式的时候想到怎么解决大漠按键偶尔失灵的问题了~ 建立一个观察者,hook系统层的按键消息,如果按键失灵就再次按下,一直到成功为止🤣 回头打个补丁哈哈哈 发自我的iPhone ------------------ 原始邮件 ------------------ 发件人: miqt

1. 用socket进程通讯 2. 使用c/cpp封装为dll, 然后go调用dll

I use those, it's successful to visit the login webpage. but i can't login by nginx's proxy url while i can login use the direct ip:port url. then i found...

主要防中间人攻击, 本来用原来的get传base64加密的password, 被公司测试部给逮住了, 只好再加点强度... - -

...我看了下我以前的代码, 写的跟shit一样- - 记得当时挺难麻烦就随便写的... 参考一下mfc文档把, 希望能有帮助~ - https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-sendinput ![image](https://user-images.githubusercontent.com/40768803/138630737-5b3b8b49-7ead-4504-a00b-29d8a9a8a483.png)

**原理**是监控特定位置的坐标. 把这一句里面的xy坐标改掉就可以了. ``` # 获取xy位置处的颜色 hdc_color = win32gui.GetPixel(dc, xy[0], xy[1]) ``` 不过你这样就得自己找一个**监控点**和**颜色范围**了. *不过版本更新好几次后原来设置的颜色范围已经经常失灵,确实应该更新了*