Skip to content

Instantly share code, notes, and snippets.

View 70V07's full-sized avatar

Marco Colonna 70V07

View GitHub Profile
@70V07
70V07 / steam-243120.log
Created July 7, 2019 16:28
Betrayer glitch
======================
Proton: 1561645030 proton-4.2-9
SteamGameId: 243120
Command: ['/home/tovot/.local/share/Steam/steamapps/common/Betrayer/Binaries/Win32/Betrayer.exe']
======================
ERROR: ld.so: object '/home/tovot/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/tovot/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
ERROR: ld.so: object '/home/tovot/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
ERROR: ld.so: object '/home/tovot/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
22498.156:0008:0009:trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\KERNEL32.dll" at 0x7b420000: builtin
@70V07
70V07 / pnd.cpp
Created January 23, 2019 15:13
A small old code
// pnd since: 4/5/2014 by Marco Colonna TOVOT
// license ∀n: https://arbitrio.altervista.org/arbitrio-license/
#include <conio.h>
#include <cstdlib>
#include <stdlib.h>
#include <iostream>
#include <windows.h>
using namespace std;