MuratEfe
Bir Kömür Göründü Kaptanım!
Bu konuda herhangi bir tanıtım için görsel vesaire beklemeyin öylesine yaptığım işsizlik harikası bir skript :)
NE İŞE YARAR ?
Google'a girip arama yapmak yerine bunu tek komutla sağlayabilirsiniz
NASIL ARAMA YAPACAK BU ?
Size Google'ın yaptığınz kelimelerden oluşan bir arama sayfası verir o sayfaya gittiğinizde arama ile karşılaşırsınız.
NE İŞE YARAR ?
Google'a girip arama yapmak yerine bunu tek komutla sağlayabilirsiniz
NASIL ARAMA YAPACAK BU ?
Size Google'ın yaptığınz kelimelerden oluşan bir arama sayfası verir o sayfaya gittiğinizde arama ile karşılaşırsınız.
Kod:
command /google [<text>] [<text>] [<text>] [<text>] [<text>]:
trigger:
if arg 1 is set:
if arg 2 is set:
if arg 3 is set:
if arg 4 is set:
if arg 5 is set:
send "www.google.com.tr/search?q=%arg 1%+%arg 2%+%arg 3%+%arg 4%+%arg 5%" to player
else:
send "www.google.com.tr/search?q=%arg 1%+%arg 2%+%arg 3%+%arg 4%" to player
else:
send "www.google.com.tr/search?q=%arg 1%+%arg 2%+%arg 3%" to player
else:
send "www.google.com.tr/search?q=%arg 1%+%arg 2%" to player
else:
send "www.google.com.tr/search?q=%arg 1%" to player
else:
send "aGoogleda arama yapmak için : /google kelime1 kelime2 kelime3 kelime4 kelime5 - şeklinde yazabilirsiniz." to player
send "aGoogleda arama yapmak için : Minimum kelime :1 - Maksimum kelime :5." to player