melanjutkan tutorial saya pada indogamers.us yaitu
http://www.indogamers.us/Gamers-Tuto...-Bagian-2.html
mungkin berguna untuk admin Counter Strike asalkan ada folder config nya juga
di karenakan saya beli belum instal cs saya akan buat untuk L4D terlebih dahulu
sekarang saya ingin memberi tahu tentang login dari aplikasi HLSW untuk Admin
ikuti petunjuk di bawah ini.
pertama yang anda lakukan adalah membuat file autoexec.cfg
bagai mana cara membuatnya anda tinggal membuka aplikasi WORDPAD lalu
copas code di bawah ini :
kemudian save dengan nama autoexec.cfgCode:// Includes: // - Automatic Fire for the auto-shotty and pistols (click once and hold) // - Automatic Reload for the shotguns // - A toggle switch between auto-fire/reload for shotgun, and turning it off for other main weapons // - Mousewheel forward > Primary Weapon // - Mousewheel backward > Pistols // - Or 1,2,3,4,5 as usual for all weapons/items // - Fixes so auto-fire doesn't wreck items // - Custom q next weapon toggle so the built in next weapon toggle doesn't break weapons // - Custom crosshair settings // - Crosshair colour changes for weapon types: // Shotty - Orange, Pistols - Blue, Uzi, Machine gun, Sniper - Green // - Close Captions toggle // - Net Graph toggle // ------------------------- // Installation: // - Put in this folder: // - C:\Program Files\Steam\steamapps\common\left 4 dead\left4dead\cfg // - Edit the binds section of this file to match your keys // - This config assumes you're a shotgun user mainly, so by default Auto-Fire/Reload are // on for your primary weapon. To change, change bind "MWHEELUP" from "shotty" to "notshotty" // - Edit the crosshair section to your liking. Feel free to change the colours // ------------------------- // Bugs: // - For the most part the scripts should always work, short of a huge game altering patch // - Sometimes when the game switches you to pistols automatically (you are on the ground, run out // of ammo, use item, etc), your autofire won't work/reload may be on. Basically just always hit // your weapon switch key no matter (to switch to that weapon, or because the game made you) and // you'll be good // ------------------------- // Automatic Fire alias +afire "alias repeat_function +repeat; +repeat" alias -afire "alias repeat_function stoprepeating" alias repeat_function "+repeat" alias +repeat "+attack; wait 3; -repeat" alias -repeat "-attack; wait 3; repeat_function" alias stoprepeating "" // Auto-Fire/Auto-Reload On/Off alias shotty "slot1;bind mouse1 +afire;-afire;+reload;orange_crosshair;alias currcrosshair orange_crosshair" alias pistols "slot2;bind mouse1 +afire;-afire;-reload;blue_crosshair;alias currcrosshair blue_crosshair" alias notshotty "slot1;bind mouse1 +attack;-afire;-reload;green_crosshair;alias currcrosshair green_crosshair" alias throw "slot3;bind mouse1 +attack;-afire;-reload" alias medpack "slot4;bind mouse1 +attack;-afire;-reload" alias pills "slot5;bind mouse1 +attack;-afire;-reload" // "q" Next Weapon Toggle (with Auto-Fire/Reload) alias nextweapshotty "shotty;alias nextweap nextweap1" alias nextweapnotshotty "notshotty;alias nextweap nextweap1" alias nextweap1 "pistols;alias nextweap nextweap2" alias nextweap2 "nextweapshotty" alias nextweap "nextweap1" // Toggle for Auto-Fire/Reload alias shottyon "shotty;bind MWHEELUP shotty;bind 1 shotty;alias nextweap2 nextweapshotty; alias shottytoggle shottyoff" alias shottyoff "notshotty;bind MWHEELUP notshotty;bind 1 notshotty`;alias nextweap2 nextweapnotshotty;alias shottytoggle shottyon" alias shottytoggle "shottyoff" // Crosshair Settings: // dyanmic/size (0-1), thickness(1-5), and opacity (0 is invisible, 255 solid) cl_crosshair_dynamic 0 cl_crosshair_thickness 0 cl_crosshair_alpha 255 // Orange for shotty alias orange_crosshair "cl_crosshair_red 244;cl_crosshair_green 130;cl_crosshair_blue 74" // Blue for pistols alias blue_crosshair "cl_crosshair_red 72;cl_crosshair_green 190;cl_crosshair_blue 230" // Green for uzi/sniper/machine guns (non-shotty) alias green_crosshair "cl_crosshair_red 23;cl_crosshair_green 232;cl_crosshair_blue 29" alias currcrosshair "orange_crosshair" alias crosshairflash "orange_crosshair; wait 30; blue_crosshair; wait 30; green_crosshair;wait 30;currcrosshair" // Net Graph // Show your fps/ping on screen. // Good Net Graph settings (positions it nicely for most people): net_graph "1" net_graphheight "125" net_graphmsecs "50" net_graphpos "1" net_graphproportionalfont "1" net_graphshowinterp "0" net_graphshowlatency "1" net_graphsolid "1" net_graphtext "1" net_maxroutable "576" net_scale "5" cl_cmdrate "+50" sensitivity "1" alias togglenetgon "net_graph 1; crosshairflash; alias togglenetg togglenetgoff" alias togglenetgoff "net_graph 0; crosshairflash; alias togglenetg togglenetgon" alias togglenetg "togglenetgon" // Setinfo setinfo "pw" "pass anda" // Close Captions // Text notifications for noises. Helps with detecting tanks/hunters/etc. alias toggleccon "closecaption 1; crosshairflash;alias togglecc toggleccoff" alias toggleccoff "closecaption 0; crosshairflash;alias togglecc toggleccon" alias togglecc "toggleccon" // Binds // ----------- // All binds as described. Hit j to toggle between shotgun/non-shotguns for your main weapon bind "MWHEELUP" "shotty" bind "MWHEELDOWN" "pistols" bind 1 "shotty" bind 2 "pistols" bind 3 "throw" bind 4 "medpack" bind 5 "pills" bind j "shottytoggle" bind k "togglenetg" bind l "togglecc" bind q "nextweap" bind b "sm_admin"
pastikan anda sudah memasukkan nik admin anda
dengan menganganti pada rev.ini
Spoiler untuk GAMBAR :
ikuti petunjuk yang ada pada link di atas telebih dahulu
kemudian anda buka l4d seperti biasa terlebih dahulu
perhatikan gambar di bawah ini
Spoiler untuk GAMBAR :
karena anda belum memasukkan password admin makan akan menjadi seperti ini
Spoiler untuk GAMBAR :
untuk mengindari password admin anda dicuri atau di intip orang lain maka saya buat kode diatas
dengan nama autoexec.cfg
lalu saya simpan pada folder
E:\Program Files\Left 4 Dead\left4dead\cfg
setelah disimpan buka kembali dengan cara biasa masuk console untuk mengatur konfigurasi video atau lainnya
kemudian buka console ketik exec autoexec.cfg
lihat gambar di bawah ini :
Spoiler untuk gambar :
kemudian tutup lagi
lalu buka hlsw yang telah anda setting sebelumnya seperti pada tutorial yang ada di atas
double click pada ip kosong terlebih dahulu untuk memastikan autoexec.cfg telah berhasil terkonfigurasi
lalu anda ketik sm_admin seperti biasa pada console atau anda hanya tinggal menekan huruf b pada key board anda.
jika anda berhasil mengeluarkan menu admin itu berarti anda telah berhasil melakukan configurasi tersebut
ini saya telah coba kepada admin L4D trojan horse aka kelvin
Ps. pada coding yang saya bold edit di situ setinfo "pw" "pass anda" isikan pass admin anda. anda hanya tinggal mengedit pass anda
full example : setinfo "pw" "123456789" sertakan tanda kutip
Share This Thread