找回密码
 加入
搜索
查看: 2129|回复: 4

哪位高手懂CS的!帮帮忙!

[复制链接]
发表于 2008-9-1 17:28:47 | 显示全部楼层 |阅读模式
哪位高手懂CS的!帮帮忙!

能帮我写写这个登录器吗?我是一直都没写成功过!

 
#Region ;**** 参数创建于 ACNWrapper_GUI ****
#AutoIt3Wrapper_icon=forum_new_1220243475.ico
#EndRegion ;**** 参数创建于 ACNWrapper_GUI ****
#include <ButtonConstants.au3>
#include <ComboConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <TabConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 428, 373, 193, 125)
$Pic1 = GUICtrlCreatePic("xx.jpg", 8, 8, 409, 137, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS))
$Tab1 = GUICtrlCreateTab(8, 152, 409, 217)
GUICtrlSetFont(-1, 9, 400, 0, "Arial")
GUICtrlSetResizing(-1, $GUI_DOCKWIDTH+$GUI_DOCKHEIGHT)
$TabSheet1 = GUICtrlCreateTabItem("登陆设置")
$Input1 = GUICtrlCreateInput("填写你的游戏ID", 136, 209, 241, 21)
$Input2 = GUICtrlCreateInput("填写你的游戏密码", 136, 249, 241, 21)
$Button2 = GUICtrlCreateButton("启动游戏", 16, 313, 121, 41, 0)
$Button3 = GUICtrlCreateButton("返回", 288, 313, 121, 41, 0)
$Label4 = GUICtrlCreateLabel("账号", 64, 208, 44, 24)
GUICtrlSetFont(-1, 15, 400, 0, "黑体")
$Label5 = GUICtrlCreateLabel("密码", 64, 248, 44, 24)
GUICtrlSetFont(-1, 15, 400, 0, "黑体")
$TabSheet2 = GUICtrlCreateTabItem("参数设置")
$Group1 = GUICtrlCreateGroup("游戏路径设置", 16, 185, 393, 49)
$Input3 = GUICtrlCreateInput("设置你的CS路径", 24, 201, 281, 21)
$Button1 = GUICtrlCreateButton("浏览", 312, 201, 89, 25, 0)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group2 = GUICtrlCreateGroup("其他设置", 16, 241, 393, 89)
$Label1 = GUICtrlCreateLabel("分辨率:", 24, 265, 43, 17)
$Combo1 = GUICtrlCreateCombo("800X600", 72, 265, 97, 25)
GUICtrlSetData(-1, "960X600|1024X768|1152X864|1280X720|1280X800|1280X960|1280X1024")
$Label2 = GUICtrlCreateLabel("运行方式:", 24, 305, 55, 17)
$Combo2 = GUICtrlCreateCombo("窗口", 80, 305, 89, 25)
GUICtrlSetData(-1, "全屏")
$Label3 = GUICtrlCreateLabel("鼠标设置:", 192, 257, 55, 17)
$Radio1 = GUICtrlCreateRadio("-noforcemspd", 248, 257, 89, 17)
$Radio2 = GUICtrlCreateRadio("-noforcemaccel", 248, 281, 113, 17)
$Radio3 = GUICtrlCreateRadio("-noforcemparms", 248, 305, 97, 17)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Button4 = GUICtrlCreateButton("应用设置", 288, 337, 113, 25, 0)
GUICtrlCreateTabItem("")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
 $nMsg = GUIGetMsg()
 Switch $nMsg
  Case $GUI_EVENT_CLOSE
   Exit
 EndSwitch
WEnd



[ 本帖最后由 qzdisk 于 2008-9-4 21:32 编辑 ]

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?加入

×
 楼主| 发表于 2008-9-2 10:51:16 | 显示全部楼层
用户名和密码是用来修改 \cstrike\config.cfg的文件!
 
unbindall
bind "TAB" "+showscores"
bind "ENTER" "+attack"
bind "ESCAPE" "cancelselect"
bind "SPACE" "+jump"
bind "'" "+moveup"
bind "+" "sizeup"
bind "," "buyammo1"
bind "-" "sizedown"
bind "." "buyammo2"
bind "/" "+movedown"
bind "0" "slot10"
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
bind "9" "slot9"
bind ";" "+mlook"
bind "=" "sizeup"
bind "[" "invprev"
bind "]" "invnext"
bind "`" "toggleconsole"
bind "a" "+moveleft"
bind "b" "buy"
bind "c" "radio3"
bind "d" "+moveright"
bind "e" "+use"
bind "f" "impulse 100"
bind "g" "drop"
bind "h" "+commandmenu"
bind "i" "showbriefing"
bind "j" "cheer"
bind "k" "+voicerecord"
bind "m" "chooseteam"
bind "n" "nightvision"
bind "o" "buyequip"
bind "q" "lastinv"
bind "r" "+reload"
bind "s" "+back"
bind "t" "impulse 201"
bind "u" "messagemode2"
bind "w" "+forward"
bind "x" "radio2"
bind "y" "messagemode"
bind "z" "radio1"
bind "~" "toggleconsole"
bind "UPARROW" "+forward"
bind "DOWNARROW" "+back"
bind "LEFTARROW" "+left"
bind "RIGHTARROW" "+right"
bind "ALT" "+strafe"
bind "CTRL" "+duck"
bind "SHIFT" "+speed"
bind "F1" "autobuy"
bind "F2" "rebuy"
bind "F5" "snapshot"
bind "F6" "save quick"
bind "F7" "load quick"
bind "F10" "quit prompt"
bind "INS" "+klook"
bind "PGDN" "+lookdown"
bind "PGUP" "+lookup"
bind "END" "centerview"
bind "MWHEELDOWN" "invnext"
bind "MWHEELUP" "invprev"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "PAUSE" "pause"
_cl_autowepswitch "1"
_snd_mixahead "0.1"
ati_npatch "0"
ati_subdiv "0"
bgmvolume "1.000000"
bottomcolor "6"
brightness "3"
cl_allowdownload "1"
cl_allowupload "1"
cl_backspeed "400"
cl_cmdbackup "40.000000"
cl_cmdrate "40.000000"
cl_corpsestay "600.000000"
cl_crosshair_color "50 250 50"
cl_crosshair_size "auto"
cl_crosshair_translucent "1"
cl_dlmax "128"
cl_download_ingame "1"
cl_dynamiccrosshair "1"
cl_forwardspeed "400"
cl_himodels "0"
cl_idealpitchscale "0.8"
cl_lc "1"
cl_logocolor "#Valve_Orange"
cl_logofile "lambda"
cl_lw "1"
cl_minmodels "0"
cl_radartype "1"
cl_righthand "1"
cl_shadows "1"
cl_timeout "300"
cl_updaterate "40.000000"
cl_vsmoothing "0.05"
cl_weather "1"
con_color "255 180 30"
console "1.000000"
crosshair "1.000000"
fastsprites "0"
fps_max "200"
fps_modem "0.0"
gamma "3"
gl_dither "0"
gl_flipmatrix "0"
gl_fog "1"
gl_monolights "0"
gl_overbright "0"
gl_polyoffset "0.1"
hisound "1"
hpk_maxsize "4"
hud_capturemouse "1"
hud_centerid "1"
hud_draw "1"
hud_fastswitch "1"
hud_saytext_internal "1"
hud_takesshots "0"
joystick "0"
lookspring "0.000000"
lookstrafe "0.000000"
m_filter "1"
m_forward "1"
m_pitch "0.022"
m_side "0.8"
m_yaw "0.022"
model "arctic"
MP3FadeTime "2.0"
MP3Volume "0.810000"
mp_decals "300.000000"
name "WwW.DcOo.CoM"
net_graph "0"
net_graphpos "0"
net_scale "5"
r_bmodelhighfrac "5.0"
r_detailtextures "0"
s_a3d "0"
s_automax_distance "30"
s_automin_distance "2"
s_bloat "2.0"
s_distance "60"
s_doppler "0.0"
s_eax "0"
s_leafnum "0"
s_max_distance "1000"
s_min_distance "8"
s_numpolys "200"
s_polykeep "1000000000"
s_polysize "10000000"
s_refdelay "4"
s_refgain "0.4"
s_rolloff "1.0"
s_verbwet "0.25"
sensitivity "3.000000"
skin ""
spec_autodirector_internal "1"
spec_drawcone_internal "1"
spec_drawnames_internal "1"
spec_drawstatus_internal "1"
spec_mode_internal "1"
spec_pip "0"
suitvolume "0.250000"
sv_aim "0"
sv_voiceenable "1"
team ""
topcolor "30"
viewsize "120.000000"
voice_enable "1"
voice_forcemicrecord "1"
voice_modenable "1"
voice_scale "0.750000"
volume "0.800000"
+mlook

用户名是 name" " 密码是  setinfo "abc" ""
 楼主| 发表于 2008-9-2 10:52:58 | 显示全部楼层
谢谢了!本人是个菜鸟一直写不出 这个CS登陆器!

[ 本帖最后由 qzdisk 于 2008-9-2 10:54 编辑 ]
 楼主| 发表于 2008-9-5 02:31:28 | 显示全部楼层
谢谢!
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-5-11 19:41 , Processed in 0.074043 second(s), 20 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表