[BOT] Camera tool for streamers/commentators

04/26/2015 01:35 WAZAAAAA...#1
The purpose:
This little script made for observers written in AutoHotkey holds the 2 button. No bypass required (at least with HackShield).
2 = "Character" camera position, fixed to the back of the ball carrier (where the action happens). It's effortless, looks smooth, and you don't need to get your finger tired.



Instructions:
Hotkeys.
[Only registered and activated users can see links. Click Here To Register...]
Remember to run as Administrator in case it doesn't work.
[Only registered and activated users can see links. Click Here To Register...]



Download:
You have two options according to how much you trust opening an exe.
1. Directly download the compiled&ready to use EXE file:
[Only registered and activated users can see links. Click Here To Register...]
2. Or you install AHK from the official website
[Only registered and activated users can see links. Click Here To Register...]
copy, save and run this script as anything.ahk
Code:
$*SC029::
n:=!n
if n=1
{
send {2 down}
sleep 60
}
else
{
send {2 up}
sleep 60
}
return

$*ins::
send {2 up}
sleep 60
exitapp


Example:
Here's some random footage of that camera position in case you're not familiar with it.
[Only registered and activated users can see links. Click Here To Register...]
04/26/2015 02:07 Xonivion#2
Omg wazaaaa, you are live
04/26/2015 02:28 WAZAAAAA...#3
Quote:
Originally Posted by Xonivion View Post
Omg wazaaaa, you are alive
Big whoop wanna fight about it?
04/28/2015 02:46 Tarekyehia#4
Thank u :3
04/28/2015 19:47 Crack-wtf#5
Are you setting the cameraposition yourself or you use some function that already exists?

Looks smooth, think you are setting it yourself :) Nice
05/02/2015 03:00 DopeX.#6
Nice idea