guys i've been made some script..but someone can abuse this script..it's really?can abuse?
ordeal_2-1,147,273,5 script Zeny exchanger 105,{
set .@name$,"[ZenyExchanger]";
mes .@name$;
mes "can i help u?";
menu "i want to be rich",go,"Nothing",ex;
ex:
next;
mes .@name$;
mes "Okay Bye!";
close;
go:
next;
mes .@name$;
mes "ok i have some quest for you bring this item.";
menu "10 Jellopy = 300.000zeny ",jp,"30 Orcish Voucher = 3 jt zeny",ov;
jp:
next;
if(countitem(909)<10) goto NoItems;
mes .@name$;
mes "input your jellopy want exchange to zeny";
input .@t;
logmes .@t +" SC with "+ Zeny +" Zeny";
set Zeny,Zeny+300000*.@t/10;
delitem 909,.@t;
close;
ov:
next;
if(countitem(931)<30) goto NoItems;
mes .@name$;
mes "input orcish want exchange to zeny";
input .@t;
logmes .@t +" SC with "+ Zeny +" Zeny";
set Zeny,Zeny+1000000*.@t/10;
delitem 931,.@t;
close;
NoItems:
mes "[Zeny exchanger]";
mes "where's your item?";
mes "please come back if u bring this item";
close;
}
if im input random 1000 jellopy but in this inventory just have 100 jellopy player can gain zeny...o_oa..my script is correct?