PHP Kod: Kodu kopyalamak için üzerine çift tıklayın!
on *:connect: { dialog -m opsop opsop }
alias _opsop {
if $dialog(opsop) {
dialog -c opsop opsop
}
else {
dialog -m opsop opsop
}
}
dialog opsop {
title "LauReLL"
option dbu
size -1 -1 35 51400
button "+o", 1, 2 0 30 25
button "-o", 7, 2 26 30 25
button "+v", 2, 2 52 30 25
button "-v", 8, 2 78 30 26
button "kick", 3, 2 104 30 25
button "ban", 4, 2 131 30 25
button "K-B", 10, 2 156 30 25
button "whois", 5, 2 182 30 25
button "ping", 6, 2 209 30 25
button "+MRc", 11, 2 236 30 25
button "+m", 12, 2 262 30 25
button "-m", 13, 2 289 30 25
button "+c", 14, 2 315 30 25
button "-c", 15, 2 342 30 25
button "+R", 16, 2 369 30 25
button "-R", 17, 2 396 30 25
;button "+m", 18, 2 423 30 25
;button "-m", 19, 2 450 30 25
}
on *:dialog:opsop:init:0: {
mdx MarkDialog $dname
mdx SetDialog $dname style
mdxdll SetDialog [ $dname ] bgcolor [ $rgb(191,216,156) ]
rebar Dock $dialog(opsop).hwnd > left
}
on *:DIALOG:opsop:sclick:17:{
if ($me isop $active) {
mode $active -R
}
}
on *:DIALOG:opsop:sclick:16:{
if ($me isop $active) {
mode $active +R
}
}
on *:DIALOG:opsop:sclick:15:{
if ($me isop $active) {
mode $active -c
}
}
on *:DIALOG:opsop:sclick:14:{
if ($me isop $active) {
mode $active +c
}
}
on *:DIALOG:opsop:sclick:13:{
if ($me isop $active) {
mode $active -m
}
}
on *:DIALOG:opsop:sclick:12:{
if ($me isop $active) {
mode $active +m
}
}
on *:DIALOG:opsop:sclick:11:{
if ($me isop $active) {
mode $active +MRc
}
}
on *:DIALOG:opsop:sclick:10:{
if ($me isop $active) {
ban $active $snick($active,1)10 | kick $active $snick($active,1)
}
}
on *:DIALOG:opsop:sclick:1:{
if ($me isop $active) {
mode $active +o $snick($active,1)
}
}
on *:DIALOG:opsop:sclick:7:{
if ($me isop $active) {
mode $active -o $snick($active,1)
}
}
on *:DIALOG:opsop:sclick:2:{
if ($me isop $active) {
mode $active +v $snick($active,1)
}
}
on *:DIALOG:opsop:sclick:8:{
if ($me isop $active) {
mode $active -v $snick($active,1)
}
}
on *:DIALOG:opsop:sclick:3:{
if ($me isop $active) {
kick $active $snick($active,1)
}
}
on *:DIALOG:opsop:sclick:4:{
if ($me isop $active) {
ban $active $snick($active,1) 10
}
}
on *:DIALOG:opsop:sclick:5:{
whois $snick($active,1)
}
on *:DIALOG:opsop:sclick:6:{
ctcp $snick($active,1) ping
}
alias mdx { dll dll\mdx.dll $1- }
alias rebar { dll $shortfn(dll\rebar.dll) $$1- }
alias mdxdll { return $dll(DLL\mdx.dll,$1,$2-) }
bu kodu hazır kodlar bölümünden aldım çok guzel bişey fakat menubara kadar uzanıyo ben bunu toolabarın altına çekmek istiyorum bir türlü beceremedim dll ile mi yapılması lazım?