the official response would be that yes that is 3rd party software to automate game and is bannable, however if you use it for stuff like opening stacks of packages, they wouldn't be able to tell the difference anyway and this would be a harmless thing. however if you use that keyboard to automate farming mobs and stuff be prepared to get banned cuz it's pretty easy to spot these kind of behavior.
anyway you can use the addon extendedmacroicons to increase the amount of chars per macro and than extend Drakkarsdad little macro as many times as it can take in the macro and click on that
|
Source code
|
1
2
3
4
5
6
7
8
9
10
|
/script UseAction(2)
/wait 1
/script UseAction(2)
/wait 1
/script UseAction(2)
/wait 1
/script UseAction(2)
/wait 1
/script UseAction(2)
...on and on and on...
|
I increased the wait to 1 sec cuz that way the item is in your bp before it opens and other pack and thus it wouldn't clutter outside your bp and stop you from opening more packs.