Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; This script will auto trim raids for sharing on walls. Currently
- ; it is set to use windows plus 2 to copy a raid from the chat box.
- #SingleInstance force
- #2::
- Send +{Click}
- Sleep 100
- tempRaid = %clipboard%
- StringGetPos, pos, tempRaid, ?
- StringTrimLeft, tempRaid, tempRaid, %pos%
- clipboard = %tempRaid%
- return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement