Finally got my solution: Here it is from a guy named Jason:
For those who face a similar issue, but have a different powercfg -lastwake or powercfg /requestsresponse this command can be modified and may help you.
You can override a system, display, or awaymode request issued by any process, driver, or servicein windows 7.
Assume that uTorrent itself was indicated as the process that last woke your OS.
powercfg -requestsoverride "PROCESS" "utorrent.exe" "System"
Will override any system requests issued by "utorent.exe"
Lets say you want to override all requests by uTorrent:
powercfg -requestsoverride "PROCESS" "utorrent.exe" "System" "Display" "Awaymode"
Replace "utorrent.exe" with any process that may be waking your PC.
Other options can be found with the command powercfg /? This command will prevent your system from waking from any process, driver, or service given the proper command.