-
Run the command:
python pixiv_auth.py login
This will open the browser with Pixiv login page.
MGS PO is notorious for its stamina drain rates. But luckily, there are few parameters we can tinker with via cheats.
In-game, stamina reduction happens:
- On actions (jump, cqc, etc...)
- Every second when walking, running, crawling, hanging from ledges or dragging bodies
Reduction coefficients are stored at 0x08AFB02C (0x202fb02c in CwCheat notation). In ULUS10202.ini under Hunger Fine-Tuning section are coefficients I was able to find/map with their defaults. Remove lines you do not need to override and adjust the rest.
Experiment!
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
| _S NPJH-50045 | |
| _G Metal Gear Solid - Peace Walker [JPN] | |
| _C0 No Camera Wobble | |
| _L 0x20147f78 0x00000000 |
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
| #include <stdio.h> | |
| #include <Python.h> | |
| static void reprint(PyObject *obj) { | |
| PyObject* repr = PyObject_Repr(obj); | |
| PyObject* str = PyUnicode_AsEncodedString(repr, "utf-8", "~E~"); | |
| const char *bytes = PyBytes_AsString(str); | |
| printf("REPR: %s\n", bytes); |
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
| # pip install dependency-injector pytest pytest-asyncio pytest-postgresql SQLAlchemy pydantic-settings asyncpg psycopg[binary] | |
| import os | |
| from contextlib import ExitStack | |
| from typing import Any, AsyncIterator, Iterator, NoReturn | |
| import pytest_asyncio | |
| from dependency_injector.providers import Provider | |
| from pytest import fixture | |
| from pytest_postgresql.janitor import DatabaseJanitor |
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
| # This is free and unencumbered software released into the public domain. | |
| # Anyone is free to copy, modify, publish, use, compile, sell, or | |
| # distribute this software, either in source code form or as a compiled | |
| # binary, for any purpose, commercial or non-commercial, and by any | |
| # means. | |
| # In jurisdictions that recognize copyright laws, the author or authors | |
| # of this software dedicate any and all copyright interest in the | |
| # software to the public domain. We make this dedication for the benefit |
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
| # Creating symbolic/hard link is prohibited by default. | |
| # To run this script you need either: | |
| # * Have an Administrator permissions | |
| # * Enabled Developer Mode | |
| # * Configured Create symbolic links policy | |
| # Also do not forget that running ps1 scripts is also prohibited by default. | |
| # If you're lazy as fuck, just copy-paste everything below into PowerShell console. | |
| Set-StrictMode -Version Latest | |
| $ErrorActionPreference = "Stop" |
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
| swagger: '2.0' | |
| info: | |
| title: "Pixiv App API" | |
| description: "Unofficial API specification extracted from Pixiv Android App v5.0.17" | |
| version: "1.0" | |
| host: app-api.pixiv.net | |
| schemes: | |
| - https |
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
| swagger: "2.0" | |
| info: | |
| title: "Pixiv Public API" | |
| description: "Unofficial API specification extracted from Pixiv Android App v4.8.2" | |
| version: "1.0" | |
| host: public-api.secure.pixiv.net | |
| schemes: | |
| - https | |
| basePath: /v1 | |
| produces: |
- Ingest url:
rtmp://example.com/live - Player url: http://example.com/?key=STREAM_KEY
NewerOlder