Skip to content

Instantly share code, notes, and snippets.

View blomer's full-sized avatar

Travis Blomer blomer

View GitHub Profile

Keybase proof

I hereby claim:

  • I am blomer on github.
  • I am blomer (https://keybase.io/blomer) on keybase.
  • I have a public key ASBOH7PqdcWdyYn4xYz8xomr9FTPTs2hR9Ceyx_dtW5fBAo

To claim this, I am signing this object:

@blomer
blomer / rl_price_calc.py
Last active February 8, 2020 01:59
A simple calculator for determining Rocket League credit prices.
# github.com/blomer
def calc(c, r):
value = c/100*r
return value
def get():
try:
c = float(input('Amount of credits: '))
@blomer
blomer / hns.cfg
Last active July 24, 2019 17:57
Custom HNS gamemode for private servers. Not perfect, but definitely works.
// fidgett's HNS
// Revision 1c
// My Steam Profile: https://steamcommunity.com/id/bruhfidgett
// Team settings.
mp_ct_default_grenades none
mp_ct_default_primary none
mp_ct_default_secondary none
mp_t_default_grenades "weapon_flashbang weapon_smokegrenade weapon_molotov"
mp_t_default_primary none
@blomer
blomer / microstutter_fix.bat
Created June 30, 2019 07:26
Virtually removes micro-stutter from games.
@echo off
goto check_Permissions
:check_Permissions
net session >nul 2>&1
if %errorLevel% == 0 (
echo 1 sec bro
bcdedit /set disabledynamictick yes
echo You can now close this window.
Hotkey, *LButton, Toggle
Hotkey, *RButton, Toggle
Gui, Add, Tab, x2 y-1 w297 h225 , About|Autoclicker|FastPlace|Help|Credits
Gui, Tab, About
Gui, Font, S30 CDefault, Impact
Gui, Add, Text, x65 y70 w200 h70 , ahkClicker
Gui, Font, S20 CDefault, Verdana
Gui, Add, Text, x65 y110 w200 h40 , Formerly Tap
Gui, Font, S10 CDefault, Verdana