Just a small, simple macro which moves every item in a gbank tab to a random position in the same tab. Best part is this doesn't show up on the logs, so no one can tell who did it.
Not 100% certain of the access level needed to do this, but it works if you can deposit items without being able to withdraw them./script for s=1,98 do _G[format("GuildBankColumn%dButton%d", ceil(s / 14), s % 14 + 1)]:Click("LeftButton") _G[format("GuildBankColumn%dButton%d", random(1,7), random(1,14))]:Click("LeftButton") end
PS. This doesn't do between tabs as they show up on logs.