上一页 1 ··· 12 13 14 15 16
摘要: 阅读全文
posted @ 2022-10-02 12:49 王ys 阅读(21) 评论(0) 推荐(0)
摘要: #include <iostream> #include <windows.h> using namespace std; DWORD YG1=0; HANDLE hProcess=NULL; DWORD address1 =0x006A9EC0;//第一个房间门的编号 DWORD address2 阅读全文
posted @ 2022-10-01 08:23 王ys 阅读(112) 评论(0) 推荐(0)
摘要: #include <iostream> #include <string> #include "minecraft.h" #include "mc.cpp" using namespace std; TxMinecraft mc; int main(int argc, char** argv) { 阅读全文
posted @ 2022-09-12 09:15 王ys 阅读(34) 评论(0) 推荐(0)
摘要: #include <iostream> #include <string> #include "minecraft.h" using namespace std; int x,y,z; TxMinecraft mc; int main(int argc, char** argv) { bool co 阅读全文
posted @ 2022-09-11 18:36 王ys 阅读(63) 评论(0) 推荐(0)
摘要: #include <iostream> #include <string> #include "minecraft.h" using namespace std; TxMinecraft mc; int main(int argc, char** argv) { bool con=mc.Connec 阅读全文
posted @ 2022-09-11 18:31 王ys 阅读(71) 评论(0) 推荐(0)
摘要: #include <iostream> #include <string> #include <Windows.h> #include "minecraft.h" using namespace std; TxMinecraft tongxin; int main(int argc, char** 阅读全文
posted @ 2022-09-11 18:19 王ys 阅读(106) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16