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.

![[Macro] Mess up a gbank](https://www.ownedcore.com/forums/./ocpbanners/1/2/9/8/0/2/2/01d9781faec8bfe3abf9095ac9e57d1e.jpg)
![TradeSafe Middleman [Macro] Mess up a gbank](https://www.ownedcore.com/assets/mm/images/wits.png)
![CoreCoins [Macro] Mess up a gbank](https://www.ownedcore.com/forums/images/styles/OwnedCoreFX/addimg/wicc.png)


Reply With Quote![[Macro] Mess up a gbank](https://www.ownedcore.com/images/ba/g/b2.gif)


