Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
qiujiaoben1.txt
Package: qm7jiaoben.zip [view]
Upload User: chrisgao
Upload Date: 2022-03-24
Package Size: 4054k
Code Size: 1k
Category:
Game Engine
Development Platform:
VBScript
- ~找電球~
- 我把他分成6個腳本~
- 6個腳本分開運行就可以了~
- 腳本1~找紅球~
- 注意:0,0,804,624,《---坐標,畫面左上角=0,0 右下角=804,624自行修改
- "f2e6f9"〈〈---紅電球顏色自行修改
- Sub 1
- Delay 1000
- VBSCall FindColorEx(0,0,804,624,"f2e6f9",1,0.8,x,y)
- If x>=0 and y>=0
- MoveTo x y
- Delay 50
- LeftClick 1
- Delay 50
- Delay 1000
- Delay 2000
- Else
- For 4
- KeyPress 65,1
- Delay 400
- EndFor
- Delay 1000
- Delay 1000
- Gosub 1