This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Adventus | |
Brutality Boost | |
Adventus | |
Critical Hit Boost | |
zerkOut Neurotrancer | |
(Critical Hit Boost) | |
Fleeting Density Nanites |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Warn All | |
#EscapeChar \ | |
#UseHook on | |
*NumpadRight:: | |
MouseClickDrag Left, , , 1, 0, , R | |
return |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RATING / PERCENT CONVERSION | |
=========================== %/Rating Rating/% | |
-------- -------- | |
Strikethrough 400 = 1.20% 0.0030 333.33... | |
Crit Hit Chance 400 = 1.00% 0.0025 400.00 | |
Crit Hit Sev 400 = 4.00% 0.0100 100.00 | |
Multi Hit Chance 400 = 2.40% 0.0060 166.66... | |
Vigor 400 = 1.12% 0.0028 357.14286 | |
Lifesteal 400 = 0.84% 0.0021 476.19048 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Q78: What are USAF recruiting and service policies for those with ADHD? | |
A78: If you have been diagnosed by a doctor as having ADD/ADHD, you must meet | |
the following requirements in order to apply: Be off medication for minimum | |
two years. Have a current note from primary care provider validating stable | |
status with condition, must summarize the diagnosis, history of treatment, and | |
should rule out any residual of ADD/ADHD. Show evidence of successful academic | |
and work endeavors while off medication. Show evidence applicant was not | |
provided classroom aids such as private study area, special tutors, additional | |
time to complete assignments or tests. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// To get the function: Sleep( time_in_milliseconds) | |
#include <windows.h> | |
void typewrite(char[] msg) { | |
for (int i = 0; i < strlen(msg); i++) { | |
cout << msg[i]; // print one character. | |
Sleep( rand_between(400, 1200) ); // pause for 400-1200 milliseconds. | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Startup20: A Sensible Replacement for the MS Windows "Startup/" Folder | |
====================================================================== | |
Author: "Paul Prince" <[email protected]> | |
License: Modified BSD License; see ./LICENSE.txt | |
Inspired by: | |
------------ | |
- WindowPadX |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
PTT_for_Voicemeeter.ahk - AHKscript Push-to-Talk for VoicemeeterBanana | |
====================================================================== | |
Author: "Paul Prince" <[email protected]> | |
License: Modified BSD License; see ./LICENSE.txt | |
Inspired by: | |
------------ | |
- WindowPadX |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Warn All | |
#UseHook on | |
F1::F13 | |
F2::F14 | |
F3::F15 | |
F4::F16 | |
F5::F17 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; =============== -------------------------------------------- | |
; = MOUSE NUDGE = - by "Paul Prince" <[email protected]> | |
; =============== -------------------------------------------- | |
; | |
; This is a very simple but /very/ useful AutoHotKey script. I made | |
; it originally to help me fine-tune my in-game UI for the WildStar | |
; MMO; after spending a few too many hours trying to line-up pixels | |
; using a high-DPI gaming mouse, I realized there was a better way. | |
; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
PTT_for_Voicemeeter.ahk - AHKscript Push-to-Talk for VoicemeeterBanana | |
====================================================================== | |
Author: "Paul Prince" <[email protected]> | |
License: Modified BSD License; see ./LICENSE.txt | |
Inspired by: | |
------------ | |
- WindowPadX |
OlderNewer