Skip to content

Instantly share code, notes, and snippets.

View Erquint's full-sized avatar
🥴
Failing.

Murad "Gness Erquint" Beybalaev Erquint

🥴
Failing.
  • Korolev, Russia
View GitHub Profile

Direct RNG manipulation for D-District Prison Triple Triad rewards

Version 1.0
2017-08-29 UTC+3

Author

Tested and written by Murad "Gness Erquint" Beybalaev.
"Gnessim" on GameFAQs for some long-forgotten inexplicable reason...
gness.na@gmail.com

Attribution

@Erquint
Erquint / TP-Link_Detranslator.user.js
Created May 18, 2017 17:35
Tested on TL-WR841N_V10_151216_RU
@Erquint
Erquint / Dark Sous Steamworks by Noobrzor-Erquint.CT
Last active April 27, 2017 07:05
v1.1 You nagged me so here's the rest. Didn't test much but everything except the Teleport Cheat should work out of the box. TP might or might not work — I ain't messing with it. v1.0 Hacked by Noobrzor. Updated for Steamworks version and gimped by Erquint. The original table(not included) contained more(useless from my point of view) scripts bu…
<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="24">
<CheatEntries>
<CheatEntry>
<ID>22</ID>
<Description>"Health Regeneration (2%/sec)"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
aobscanmodule(healthAccess,DARKSOULS.exe,39 98 D4 02 00 00 7E)
// ==UserScript==
// @name OverthrownUITweak
// @namespace gness.na@gmail.com
// @include https://overthrown.io/game/*
// @version 1.1
// @grant none
// ==/UserScript==
window.onload = function(){_s.mouseWheelSensitivity=0.05;_s.minZoomScale=0.15;_s.maxZoomScale=1.5;_s.maxMoveDistance=1000;};
/*
Intended for Gecko-based browsers(e.g. Firefox) in conjunction with Greasemonkey userscript addon.