Version 1.0
2017-08-29 UTC+3
Tested and written by Murad "Gness Erquint" Beybalaev.
"Gnessim" on GameFAQs for some long-forgotten inexplicable reason...
[email protected]
Version 1.0
2017-08-29 UTC+3
Tested and written by Murad "Gness Erquint" Beybalaev.
"Gnessim" on GameFAQs for some long-forgotten inexplicable reason...
[email protected]
| // ==UserScript== | |
| // @name TP-Link Detranslator | |
| // @namespace [email protected] | |
| // @description Tested on TL-WR841N_V10_151216_RU | |
| // @version 1.1.1 | |
| // @author https://gist.github.com/Erquint | |
| // @homepageURL https://gist.github.com/Erquint/a42102ab37d6c80b44100b011c0e52fb | |
| // @updateURL https://gist.githubusercontent.com/Erquint/a42102ab37d6c80b44100b011c0e52fb/raw/TP-Link_Detranslator.user.js | |
| // @downloadURL https://gist.githubusercontent.com/Erquint/a42102ab37d6c80b44100b011c0e52fb/raw/TP-Link_Detranslator.user.js | |
| // @include http://192.168.0.1/* |
| <?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 [email protected] | |
| // @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. |