Search found 6 matches

by alarineth
19 Dec 2018, 09:10
Forum: Gaming Scripts (v1)
Topic: Insane Performance Inducing autohotkeys!
Replies: 4
Views: 4544

Re: Insane Performance Inducing autohotkeys!

I have tested all of these and they all have provided more fps if not by a few frames just because something doesn't seem viable doesn't mean it isnt
by alarineth
13 May 2018, 18:08
Forum: Gaming Scripts (v1)
Topic: Alarineths Gaming Scripts
Replies: 0
Views: 2883

Alarineths Gaming Scripts

I will post scripts for regular gaming script needs that I make here. I also have a few performance scripts that can be found here https://autohotkey.com/boards/viewtopic.php?f=19&t=48127&p=215310#p215310 Soldiers Toolkit: 8 hotkeys 1-8 easily reachable that do nifty things that help your gaming exp...
by alarineth
28 Apr 2018, 00:29
Forum: Gaming Scripts (v1)
Topic: Insane Performance Inducing autohotkeys!
Replies: 4
Views: 4544

Insane Performance Inducing autohotkeys!

loop { MouseGetPos, StartVarX, StartVarY sleep, 100 MouseGetPos, CheckVarX, CheckVarY If (StartVarX != CheckVarX) or (StartVarY != CheckVarY) ChangeResolution(1280, 720) ChangeResolution(Screen_Width := 1280, Screen_Height := 720, Color_Depth := 8) { VarSetCapacity(Device_Mode,156,0) NumPut(156,Dev...

Go to advanced search