Is there any script for kicking a lootbag?

Here's a fast hand script maybe it can help to do the bag kicker

PHP Code:
init start
    local sDir 
'nw' -- items spot direction
    local dDir 
'n' -- items destination direction

    local dire 
= {
        
dirs = {'n''s''w''e''nw''ne''sw''se'},
        
= {00= -11nw = -1ne 1sw = -1se 1},
        
= {= -1100nw = -1ne = -1sw 1se 1}
    }
init end
setsetting
('Settings/MouseMoveSpeed''Instantaneous')
setsetting('Settings/ClickWaitTime''10 to 10 ms')

auto(50)
local start = {$posx+dire.x[sDir], $posy+dire.y[sDir], $posz}
local dest = {$posx+dire.x[dDir], $posy+dire.y[dDir], $posz}
local topid topitem(start.xstart.ystart.z).id
moveitems
(topidground(dest.xdest.ydest.z), ground(start.xstart.ystart.z), 100