Advertisement
Guest User

RCKFDC

a guest
Apr 10th, 2015
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 1.56 KB | None | 0 0
  1. ;Made by dronez4
  2. menu * {
  3.   admin KF
  4.   .KFAdmin:/dialog -m wpb wpb
  5. }
  6. dialog wpb {
  7.   title "KFDC - Direct Connect"
  8.   size -1 -1 540 250
  9.   option pixels
  10.   tab "Direct Connect",1000,4 4 535 220
  11.   button "Close", 2000, 400 225 100 25
  12.   text "© Copyright By dronez4 ©", 12, 10 227 200 100
  13.   text "RenCorner Direct Connect", 1543, 170 227 200 100, Tab 1000
  14.   button "KF Big Server", 30, 65 65 135 25, Tab 1000
  15.   button "KF Normal Server", 31, 65 115 135 25, Tab 1000
  16.   button "KF Hard Server", 32, 65 165 135 25, Tab 1000
  17.   button "KF Doom Server", 33, 345 65 135 25, Tab 1000
  18.   button "KF Suicidal Server", 34, 345 115 135 25, Tab 1000
  19.   button "KF Warz0ne Server", 35, 345 165 135 25, Tab 1000
  20.   button "KF IDRPG Server", 36, 205 65 135 25, Tab 1000
  21.   button "KF Objective Server", 37, 205 115 135 25, Tab 1000
  22. }
  23.  
  24. on *:dialog:wpb:*:*: {
  25.   if ($devent == sclick) {
  26.     if ($did == 2000) { dialog -x $dname }
  27.     if ($did == 30) {
  28.       run steam://connect/208.115.205.106:27852
  29.     }
  30.     elseif ($did == 31) {
  31.       run steam://connect/208.115.205.106:28852
  32.     }
  33.     elseif ($did == 32) {
  34.       run steam://connect/208.115.205.106:28850
  35.     }
  36.     elseif ($did == 33) {
  37.       run steam://connect/208.115.205.106:28856
  38.     }
  39.     elseif ($did == 34) {
  40.       run steam://connect/208.115.205.106:28858
  41.     }
  42.     elseif ($did == 35) {
  43.       run steam://connect/208.115.205.106:25345
  44.     }
  45.     elseif ($did == 36) {
  46.       run steam://connect/208.115.205.106:27945
  47.     }
  48.     elseif ($did == 37) {
  49.       run steam://connect/208.115.205.106:28854
  50.     }
  51.   }
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement