PDA

View Full Version : Python 2.6.6 Help!!! QuickScope Script!



GosthShadow
March 14th, 2011, 04:13 PM
I would like to make an Quick Scope script for MW2 this is where i stop

import SendKeys
import time

while True:
raw_input('QS')
SendKeys.SendKeys("""
{RWIN}
{PAUSE .75}
{LWIN}
{PAUSE .25}
{RWIN}

""")



I would like to be able to run this script in background, and raw_input() would be triggered by right mouseclick.
I'm on windows xp...

GosthShadow
March 15th, 2011, 09:20 PM
*bump*