Skip to content

Instantly share code, notes, and snippets.

@JoelLarson
JoelLarson / VSyncPatcher.ps1
Last active December 30, 2020 08:59
Poweshell Script for patching in VSync for The Coin Game
## Selected mode
$SelectedMode="Potato"
## Do not edit below here
$GamePath = "C:\Program Files (x86)\Steam\steamapps\common\TheCoinGame\TheCoinGame_Data\globalgamemanagers"
$PatchableSettings=@{
"Potato" = 180392;
@JoelLarson
JoelLarson / sample.php
Last active August 15, 2017 03:09 — forked from emeraldinspirations/sample.php
Is random in test always bad?
<?php
class Demo
{
protected $Property;
public function getProperty()
{
return $this->Property;
}