Skip to content

Instantly share code, notes, and snippets.

@Road-block
Created January 6, 2016 13:44
Show Gist options
  • Save Road-block/61ac30da48fd3d9a4503 to your computer and use it in GitHub Desktop.
Save Road-block/61ac30da48fd3d9a4503 to your computer and use it in GitHub Desktop.
/script local a;if LootFrame:IsVisible() then a=GetNumLootItems();for i=a,1,-1 do LootSlot(i);end CloseLoot();else CastSpellByName("Pick Pocket");end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment