domingo, 5 de junho de 2011

Hotkey - Anti-idle

init start
    local itemstouse = {'gold coin''worm''platinum coin''plate legs'} --these are the items you could use to do not logout.    local slots = {'neck''head''back''rhand''chest''lhand''finger''feet''belt'} --dont change itinit endauto(3*60*1000,13*60*1000)local itemrepeat    item itemid(itemstouse[math.random(1,#itemstouse)])until itemcount(item,'0-15') > 0if itemproperty(item,ITEM_USEABLEthen    useitemon(item,0,slots[math.random(1,9)],'0-15')else    useitem(item,'0-15')end 

Nenhum comentário:

Postar um comentário