实例介绍
C#网络编程高级篇之网页游戏辅助程序设计代码包 比较实用的代码集合
【实例截图】
【核心代码】
C_网络编程高级篇之网页游戏辅助程序设计代码包
└── 网页游戏辅助程序设计例子
├── ch01
│ ├── AsyCallEx112
│ │ ├── AsyCallEx112
│ │ │ ├── AsyCallEx112.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── AsyCallEx112.sln
│ │ └── AsyCallEx112.suo
│ ├── AsyCallEx113
│ │ ├── AsyCallEx113
│ │ │ ├── AsyCallEx113.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── AsyCallEx113.sln
│ │ └── AsyCallEx113.suo
│ ├── DelegateEx108
│ │ ├── DelegateEx108
│ │ │ ├── DelegateEx108.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── DelegateEx108.sln
│ │ └── DelegateEx108.suo
│ ├── DelegateEx109
│ │ ├── DelegateEx109
│ │ │ ├── DelegateEx109.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── DelegateEx109.sln
│ │ └── DelegateEx109.suo
│ ├── ProcessEx103
│ │ ├── ProcessEx103
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── ProcessEx103.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ProcessEx103.sln
│ │ └── ProcessEx103.suo
│ ├── ThreadAsynCallbackEx114
│ │ ├── ThreadAsynCallbackEx114
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── ThreadAsynCallbackEx114.csproj
│ │ ├── ThreadAsynCallbackEx114.sln
│ │ └── ThreadAsynCallbackEx114.suo
│ ├── ThreadControlEx111
│ │ ├── ThreadControlEx109.sln
│ │ ├── ThreadControlEx109.suo
│ │ └── ThreadControlEx111
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── ThreadControlEx109.csproj
│ ├── ThreadEx101
│ │ ├── ThreadEx101
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.Designer.cs
│ │ │ ├── Form2.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── ThreadEx101.csproj
│ │ ├── ThreadEx101.sln
│ │ └── ThreadEx101.suo
│ ├── ThreadEx104
│ │ ├── ThreadEx104
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── ThreadEx104.csproj
│ │ ├── ThreadEx104.sln
│ │ └── ThreadEx104.suo
│ ├── ThreadEx110
│ │ ├── ThreadEx102.sln
│ │ ├── ThreadEx102.suo
│ │ └── ThreadEx110
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ThreadEx102.csproj
│ │ ├── ThreadEx102.sln
│ │ └── ThreadEx102.suo
│ ├── ThreadPoolEx105
│ │ ├── ThreadPoolEx105
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── ThreadPoolEx105.csproj
│ │ ├── ThreadPoolEx105.sln
│ │ └── ThreadPoolEx105.suo
│ ├── ThreadPoolEx106
│ │ ├── ThreadPoolEx106
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── ThreadPoolEx106.csproj
│ │ ├── ThreadPoolEx106.sln
│ │ └── ThreadPoolEx106.suo
│ └── ThreadPoolEx107
│ ├── ThreadPoolEx107
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── ThreadPoolEx107.csproj
│ ├── ThreadPoolEx107.sln
│ └── ThreadPoolEx107.suo
├── ch02
│ ├── AsyncTcpClientEx205
│ │ ├── AsyncTcpClientEx205
│ │ │ ├── AsyncTcpClientEx205.csproj
│ │ │ ├── FrmClient.cs
│ │ │ ├── FrmClient.Designer.cs
│ │ │ ├── FrmClient.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── AsyncTcpClientEx205.sln
│ │ └── AsyncTcpClientEx205.suo
│ ├── AsyncTcpServerEx204
│ │ ├── AsyncTcpServerEx204
│ │ │ ├── AsyncTcpServerEx204.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── MyFriend.cs
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── AsyncTcpServerEx204.sln
│ │ └── AsyncTcpServerEx204.suo
│ ├── IPEx201
│ │ ├── IPEx201
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── IPEx201.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── IPEx201.sln
│ │ └── IPEx201.suo
│ ├── TCPClientEx203
│ │ ├── TCPClientEx203
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── TCPClientEx203.csproj
│ │ ├── TCPClientEx203.sln
│ │ └── TCPClientEx203.suo
│ └── TCPServerEx202
│ ├── TCPServerEx202
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── TCPServerEx202.csproj
│ ├── TCPServerEx202.sln
│ └── TCPServerEx202.suo
├── ch03
│ ├── JunQinqinEx32
│ │ ├── 162-星际游骑兵.ico
│ │ ├── bmp
│ │ │ ├── 10002.bmp
│ │ │ ├── 10004.bmp
│ │ │ ├── 29.bmp
│ │ │ ├── 30.bmp
│ │ │ ├── 31.bmp
│ │ │ ├── 32.bmp
│ │ │ ├── 33.bmp
│ │ │ ├── 34.bmp
│ │ │ ├── 35.bmp
│ │ │ ├── 36.bmp
│ │ │ ├── 37.bmp
│ │ │ ├── 38.bmp
│ │ │ ├── 39.bmp
│ │ │ ├── 40.bmp
│ │ │ ├── BLACK.BMP
│ │ │ ├── BLUE.BMP
│ │ │ ├── BtnFocus.wav
│ │ │ ├── Eye1.bmp
│ │ │ ├── G29.bmp
│ │ │ ├── G30.bmp
│ │ │ ├── G31.bmp
│ │ │ ├── G32.bmp
│ │ │ ├── G33.bmp
│ │ │ ├── G34.bmp
│ │ │ ├── G35.bmp
│ │ │ ├── G36.bmp
│ │ │ ├── G37.bmp
│ │ │ ├── G38.bmp
│ │ │ ├── G39.bmp
│ │ │ ├── G40.bmp
│ │ │ ├── G.bmp
│ │ │ ├── GREEN.BMP
│ │ │ ├── hurry.wav
│ │ │ ├── QIPAN.BMP
│ │ │ ├── R.bmp
│ │ │ ├── 桌子.bmp
│ │ │ ├── 桌子.JPG
│ │ │ └── 营29.JPG
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── JunQinqinEx32.csproj
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── JunQinqinEx32.csproj.FileListAbsolute.txt
│ │ │ ├── JunQinqinEx32.csproj.GenerateResource.Cache
│ │ │ ├── JunQinqinEx32.Form1.resources
│ │ │ ├── 军棋.exe
│ │ │ ├── 军棋.pdb
│ │ │ └── 军棋.Properties.Resources.resources
│ │ ├── PlaySound.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── wav
│ │ │ ├── BtnFocus.wav
│ │ │ ├── hurry.wav
│ │ │ ├── junqiactive.wav
│ │ │ ├── junqieat.wav
│ │ │ ├── junqierro.wav
│ │ │ ├── junqigiveup.wav
│ │ │ ├── junqipeace.wav
│ │ │ ├── junqiput.wav
│ │ │ ├── junqisldie.wav
│ │ │ ├── junqistart.wav
│ │ │ ├── junqitongqu.wav
│ │ │ ├── MOVE.WAV
│ │ │ └── WIN.WAV
│ │ ├── 军棋.sln
│ │ └── 军棋.suo
│ └── Sniffer
│ ├── Sniffer
│ │ ├── App.cs
│ │ ├── MainForm.cs
│ │ ├── MainForm.Designer.cs
│ │ ├── MainForm.resx
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Sniffer.csproj
│ │ └── SniffSocket.cs
│ ├── Sniffer.sln
│ └── Sniffer.suo
├── ch04
│ ├── HttpFtpEx42
│ │ ├── HttpFtpEx42
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── HttpFile.cs
│ │ │ ├── HttpFtpEx42.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── HttpFtpEx42.sln
│ │ └── HttpFtpEx42.suo
│ ├── Login
│ │ ├── Login
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Login.csproj
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Login.sln
│ │ └── Login.suo
│ └── Spider
│ ├── App.ico
│ ├── AssemblyInfo.cs
│ ├── Attribute.cs
│ ├── AttributeList.cs
│ ├── DocumentWorker.cs
│ ├── Done.cs
│ ├── Parse.cs
│ ├── ParseHTML.cs
│ ├── Spider.cs
│ ├── Spider.csproj
│ ├── Spider.csproj.user
│ ├── SpiderForm.cs
│ ├── SpiderForm.resx
│ ├── Spider.sln
│ ├── Spider.suo
│ └── TestSpider.cs
├── ch05
│ ├── ControlRemote
│ │ ├── ControlRemote.csproj
│ │ ├── ControlRemote.sln
│ │ ├── ControlRemote.suo
│ │ ├── eKanBan.conf
│ │ ├── FrmConsole.cs
│ │ ├── FrmConsole.Designer.cs
│ │ ├── FrmConsole.resx
│ │ ├── FrmInput.cs
│ │ ├── FrmInput.Designer.cs
│ │ ├── FrmInput.resx
│ │ ├── FrmMessage.cs
│ │ ├── FrmMessage.Designer.cs
│ │ ├── FrmMessage.resx
│ │ ├── personalization.ico
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── Resources
│ │ ├── Boomy_012.png
│ │ └── FINDCOMP_00.gif
│ ├── ControlServer
│ │ ├── ControlServer.csproj
│ │ ├── ControlServer.csproj.user
│ │ ├── ControlServer.sln
│ │ ├── ControlServer.suo
│ │ ├── FrmServer.cs
│ │ ├── FrmServer.Designer.cs
│ │ ├── FrmServer.resx
│ │ ├── paste.ico
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── TrojanHorse
│ │ ├── TrojanHorse
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── TrojanHorse.csproj
│ │ ├── TrojanHorse.sln
│ │ └── TrojanHorse.suo
│ └── TrojanHorseClient
│ ├── TrojanHorseClient
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── TrojanHorseClient.csproj
│ ├── TrojanHorseClient.sln
│ └── TrojanHorseClient.suo
├── ch06
│ ├── QQWinFarm
│ │ ├── FarmKey.cs
│ │ ├── FrmBog.cs
│ │ ├── FrmBog.Designer.cs
│ │ ├── FrmBog.resx
│ │ ├── FrmFarmLogin.cs
│ │ ├── FrmFarmLogin.Designer.cs
│ │ ├── FrmFarmLogin.resx
│ │ ├── FrmFarmMain.cs
│ │ ├── FrmFarmMain.Designer.cs
│ │ ├── FrmFarmMain.resx
│ │ ├── FrmFramVerify.cs
│ │ ├── FrmFramVerify.Designer.cs
│ │ ├── FrmFramVerify.resx
│ │ ├── HttpHelper.cs
│ │ ├── JsonObject.cs
│ │ ├── JsonObjectModel.cs
│ │ ├── nc.ico
│ │ ├── NewsBog.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── QQWinFarm.csproj
│ │ ├── Utils.cs
│ │ └── Verify.cs
│ ├── quickey
│ │ ├── AboutBox1.cs
│ │ ├── AboutBox1.Designer.cs
│ │ ├── AboutBox1.resx
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── icon1.ico
│ │ ├── icon3.ico
│ │ ├── KeyboardHook.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── quickey.csproj
│ │ ├── quickey.csproj.user
│ │ ├── quickey.sln
│ │ └── quickey.suo
│ └── SimulateMouse
│ ├── DemoForm.cs
│ ├── DemoForm.Designer.cs
│ ├── DemoForm.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── SimulateMouse.csproj
│ ├── SimulateMouse.sln
│ └── SimulateMouse.suo
└── ch07
└── rxsg
├── rxsg
│ ├── Blue House.ico
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.resx
│ ├── Form2.cs
│ ├── Form2.Designer.cs
│ ├── Form2.resx
│ ├── GameMessages.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── rxsg.csproj
│ └── Sanguo.cs
├── rxsg.sln
└── rxsg.suo
98 directories, 434 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论