Results 1 to 6 of 6
http://idgs.in/200113
  1. #1
    cybertank378's Avatar
    Join Date
    Jan 2009
    Location
    Tangerang, Indonesia
    Posts
    1,861
    Points
    5,214.00
    Thanks: 52 / 210 / 84

    Exclamation Login Untuk Admin

    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 :
    Code:
    // 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"
    kemudian save dengan nama autoexec.cfg

    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
    Last edited by cybertank378; 25-05-09 at 00:39.
    Whenever u're feeling down,blue or desperate, just remember you were the fastest *****!

    TIGA KALI NGAK ADA TANGGEPAN, MINTA MACEM-MACEM SAMA GW MENDING NGOMONG SAMA TEMBOK AJA SONO

    Quote Originally Posted by BnY-teTsuZin View Post
    nge junk karena nge fans...
    gue khan nge junk nya elite...
    di tempat khusus junk.
    daripada orang ngakunya tau rule, nge junk di post count, tapi di infract marah2 malah nge Judge..."Kalau ga tau arti junk, jangan bilang junk.."
    awapwlpawlokwoakwoakwoakwoaw

  2. Hot Ad
  3. #2

    Join Date
    Nov 2007
    Location
    Jakarta
    Posts
    1,205
    Points
    1,507.80
    Thanks: 6 / 2 / 2

    Default

    parcuy....

    hasil nya gini abis command exec autoexec.cfg

    Spoiler untuk hasil :
    exec autoexec.cfg
    Unknown command "{"
    Unknown command "}"
    Unknown command "{"
    Unknown command "}"
    Unknown command "\par"
    Unknown command "\par"
    Unknown command "\par"
    Unknown command "\par"
    Unknown command "\par"
    Unknown command "\par"
    Unknown command "\par"
    Unknown command "\par"
    Syntax: setinfo <key> <value>
    Unknown command "\par"
    Unknown command "\par"
    Unknown command "\par"
    Unknown command "\par"
    bind <key> [command] : attach a command to a key
    bind <key> [command] : attach a command to a key
    bind <key> [command] : attach a command to a key
    bind <key> [command] : attach a command to a key
    bind <key> [command] : attach a command to a key
    bind <key> [command] : attach a command to a key
    bind <key> [command] : attach a command to a key

    bind <key> [command] : attach a command to a key
    bind <key> [command] : attach a command to a key
    bind <key> [command] : attach a command to a key
    bind <key> [command] : attach a command to a key
    bind <key> [command] : attach a command to a key
    bind <key> [command] : attach a command to a key
    Unknown command "}"
    ] exec autoexec.cfg
    Unknown command "{"
    Unknown command "}"
    Unknown command "{"
    Unknown command "}"
    Unknown command "\par"
    Unknown command "\par"
    Unknown command "\par"
    Unknown command "\par"
    Unknown command "\par"
    Unknown command "\par"
    Unknown command "\par"
    Unknown command "\par"
    Syntax: setinfo <key> <value>
    Unknown command "\par"
    Unknown command "\par"
    Unknown command "\par"
    Unknown command "\par"
    bind <key> [command] : attach a command to a key
    bind <key> [command] : attach a command to a key
    bind <key> [command] : attach a command to a key
    bind <key> [command] : attach a command to a key

    bind <key> [command] : attach a command to a key
    bind <key> [command] : attach a command to a key
    bind <key> [command] : attach a command to a key
    bind <key> [command] : attach a command to a key
    bind <key> [command] : attach a command to a key
    bind <key> [command] : attach a command to a key
    bind <key> [command] : attach a command to a key
    Unknown command "}"

  4. #3
    cybertank378's Avatar
    Join Date
    Jan 2009
    Location
    Tangerang, Indonesia
    Posts
    1,861
    Points
    5,214.00
    Thanks: 52 / 210 / 84

    Default

    u pasti bukanya pake notepad ya
    bukanya pake WORDPAD jangan Notepad
    klo notepad jadi berubah pasti codingnya jadi ada tambahan /par

    tadi Trojan horse juga pake notepad begitu
    tapi pas w bilang pake wordpad langsung bisa
    Last edited by cybertank378; 24-05-09 at 11:49.
    Whenever u're feeling down,blue or desperate, just remember you were the fastest *****!

    TIGA KALI NGAK ADA TANGGEPAN, MINTA MACEM-MACEM SAMA GW MENDING NGOMONG SAMA TEMBOK AJA SONO

    Quote Originally Posted by BnY-teTsuZin View Post
    nge junk karena nge fans...
    gue khan nge junk nya elite...
    di tempat khusus junk.
    daripada orang ngakunya tau rule, nge junk di post count, tapi di infract marah2 malah nge Judge..."Kalau ga tau arti junk, jangan bilang junk.."
    awapwlpawlokwoakwoakwoakwoaw

  5. #4
    ovarz's Avatar
    Join Date
    Dec 2008
    Location
    ovarz.co.nf
    Posts
    2
    Points
    3.81
    Thanks: 73 / 146 / 94

    Default

    berhasil
    berhasil
    berhasi
    hore !!! (Dora mode : on)

    thx cuy
    mantap

  6. #5

    Join Date
    Nov 2007
    Location
    Jakarta
    Posts
    1,205
    Points
    1,507.80
    Thanks: 6 / 2 / 2

    Default

    Quote Originally Posted by cybertank378 View Post
    u pasti bukanya pake notepad ya
    bukanya pake WORDPAD jangan Notepad
    klo notepad jadi berubah pasti codingnya jadi ada tambahan /par

    tadi Trojan horse juga pake notepad begitu
    tapi pas w bilang pake wordpad langsung bisa
    pake wordpad x -.0

  7. #6
    cybertank378's Avatar
    Join Date
    Jan 2009
    Location
    Tangerang, Indonesia
    Posts
    1,861
    Points
    5,214.00
    Thanks: 52 / 210 / 84

    Default

    w kirim dah filenya
    w aneh da beberapa yang nggak bisa
    buka ya pake wordpad
    open with
    Last edited by cybertank378; 17-08-09 at 04:42.
    Whenever u're feeling down,blue or desperate, just remember you were the fastest *****!

    TIGA KALI NGAK ADA TANGGEPAN, MINTA MACEM-MACEM SAMA GW MENDING NGOMONG SAMA TEMBOK AJA SONO

    Quote Originally Posted by BnY-teTsuZin View Post
    nge junk karena nge fans...
    gue khan nge junk nya elite...
    di tempat khusus junk.
    daripada orang ngakunya tau rule, nge junk di post count, tapi di infract marah2 malah nge Judge..."Kalau ga tau arti junk, jangan bilang junk.."
    awapwlpawlokwoakwoakwoakwoaw

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •