Seversintabi.com Türkiye'nin En Büyük Forumu Bence Seversin Tabi

Seversintabi.com Türkiye'nin En Büyük Forumu Bence Seversin Tabi (https://seversintabi.com/)
-   Hazır Kodlar (https://seversintabi.com/hazir-kodlar/)
-   -   Tek Tuş Add-On (https://seversintabi.com/hazir-kodlar/4521-tek-tus-add.html)

ceyLin 8 November 2008 10:47

Tek Tuş Add-On
 
kod:
Kod:


dialog Tu {
  title "Tıkla Ulaş"
  size -1 -1 353 222
  option dbu
  edit "", 1, 107 21 84 10
  box "Google", 2, 6 11 211 29
  text "Google'de Ara", 3, 40 21 48 8, center
  box "Haberler", 4, 6 42 211 70
  box "Eğlence", 5, 6 118 211 70
  button "Son Dakika", 6, 15 54 37 12
  button "Spor", 7, 85 84 37 12
  button "Dünya", 8, 15 84 37 12
  button "Politika", 9, 155 84 37 12
  button "Güncel", 10, 85 54 37 12
  button "Ekonomi", 11, 155 54 37 12
  button "Komik Resim", 12, 15 134 37 12
  button "Komik Video", 13, 85 134 37 12
  button "Animasyon", 14, 155 134 37 12
  button "Komik Yazı", 15, 15 164 37 12
  button "Fıkra", 16, 85 164 37 12
  button "Karikatür", 17, 155 164 37 12
  button "Sabah", 18, 225 54 37 12
  button "Milliyet", 19, 295 54 37 12
  button "Posta", 20, 225 84 37 12
  button "Hürriyet", 21, 295 84 37 12
  box "Gazeteler", 22, 218 42 122 70
  text "Coded mISS deviLqirL ", 23, 224 125 112 9, hide center
  box "Websitem", 24, 228 144 109 44
  link "www.deviLqirL.Net", 25, 254 163 49 8
  button "Ara", 26, 195 21 20 12
}
alias TU dialog -m TU TU
on 1:dialog:TU:sclick:*:{
  if ($did == 6 ) { /run http://sondakika.haberler.com/ }
  if ($did == 7 ) { /run http://haberler.com/spor/ }
  if ($did == 8 ) { /run http://haberler.com/dunya/ }
  if ($did == 9 ) { /run http://haberler.com/politika/ }
  if ($did == 10 ) { /run http://haberler.com/guncel/ }
  if ($did == 11 ) { /run http://haberler.com/ekonomi/ }
  if ($did == 12 ) { /run http://www.mizahdelisi.com/komikresim.htm }
  if ($did == 13 ) { /run http://www.mizahdelisi.com/video.htm }
  if ($did == 14 ) { /run http://www.mizahdelisi.com/komikanimasyonlar.htm }
  if ($did == 15 ) { /run http://www.mizahdelisi.com/komikyazi.htm }
  if ($did == 16 ) { /run http://www.mizahdelisi.com/komikfikra.htm }
  if ($did == 17 ) { /run http://www.animaturk.com/cartoon.htm }
  if ($did == 18 ) { /run http://www.sabah.com.tr/ }
  if ($did == 19 ) { /run http://www.milliyet.com.tr/ }
  if ($did == 20 ) { /run http://www.posta-gazetesi.net/ }
  if ($did == 21 ) { /run http://www.hurriyet.com.tr/ }
  if ($did == 26 ) { /run iexplore http://www.google.com.tr/search?hl=tr&q= $+ $did(1) $+ &meta=
  }
on *:start:{ .dialog -m TU TU
}



Saat: 16:59

Telif Hakları vBulletin® v3.8.9 Copyright ©2000 - 2024, ve
Jelsoft Enterprises Ltd.'e Aittir.


Search Engine Friendly URLs by vBSEO 3.6.0 PL2