https://www.3dmark.com/3dm/24477271
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| location /isso { | |
| proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; | |
| proxy_set_header X-Script-Name /isso; | |
| proxy_set_header Host $host; | |
| proxy_set_header X-Forwarded-Proto $scheme; | |
| proxy_pass http://localhost:8001; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var list = document.querySelectorAll(".scoreBox > p > strong"); | |
| var regExp = /\(([^)]+)\)/; | |
| var sgrades = []; | |
| function insert(element, array) { | |
| array.push(element); | |
| array.sort(function(a, b) { | |
| return a - b; | |
| }); | |
| return array; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .tree-view-resizer, atom-text-editor::shadow { | |
| ::-webkit-scrollbar { | |
| background-color: #262626; | |
| &-track {} | |
| &-thumb { | |
| background-color: #404040; | |
| &:window-inactive { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| background no | |
| use_xft yes | |
| xftfont Fira Sans:size=8 | |
| xftalpha 1 | |
| update_interval 1 | |
| total_run_times 0 | |
| own_window yes | |
| own_window_title conky | |
| own_window_type desktop | |
| own_window_transparent yes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "nodelist", | |
| "version": "1.0.0", | |
| "description": "Mailing lists for DevPy.me", | |
| "main": "main.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "author": "Robert Washbourne", | |
| "license": "ISC", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Running tests... (may take 2-5 minutes) | |
| CPU: AMD Ryzen 7 1800X Eight-Core Processor | |
| Measurement result (interval 5 seconds): | |
| TSC-diff: 0x00000004a5932228 | |
| TSC-freq: 0x00000000edf8d06e | |
| QPC-diff: 0x00000000012964c8 | |
| QPC-freq: 0x00000000003b7e34 | |
| TSC/QPC: 0x0000000000000400 |
- Download wii usb helper https://github.com/FailedShack/USBHelperInstaller/releases
- Create emulation and games directory
(Documents/CEMU/Games) - Download CEMU http://cemu.info/ and extract to emulation directory
(Documents/CEMU/cemu) - Download CEMUhook and extract to the same directory https://cemuhook.sshnuke.net/
- Launch wii usb helper and use
vault.titlekeys.ovhas the title key site (database) - Search Breath Of the Wild and select
Add, Add Update, and Add DLCthen click download on the bottom left Download the Cache from here and move it to the folderWith Vulkan backend you don't need a transferable shader cache.cemu/shaderCache/transferable- Launch the cemu executable. Click input and Xinput then select the controller and map buttons. Set CPU -> triple core recompiler in the top bar settings.
- Click prepare game for emulation in Wii USB Helper then "Play this game on PC" (you can also add
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "use strict"; | |
| // ==UserScript== | |
| // @name Vertix.io Aimbotaaaa | |
| // @description Aim at the closest player by pressing Shift. | |
| // @match http://vertix.io | |
| // @match http://www.vertix.io | |
| // @version 1.0 | |
| // | |
| // @namespace https://greasyfork.org/users/119655 |
