Advertisement
voorash

ArmorGames DotD Raid Trimmer

Aug 12th, 2014
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; This script will auto trim raids for sharing on walls.  Currently
  2. ; it is set to use windows plus 2 to copy a raid from the chat box.
  3.  
  4. #SingleInstance force
  5.  
  6. #2::
  7. Send +{Click}
  8. Sleep 100
  9. tempRaid = %clipboard%
  10. StringGetPos, pos, tempRaid, ?
  11. StringTrimLeft, tempRaid, tempRaid, %pos%
  12. clipboard = %tempRaid%
  13. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement