Skip to content

Instantly share code, notes, and snippets.

@DPSB
DPSB / LoadOnlineSessionViaGlobals.lua
Created March 4, 2023 08:51 — forked from SunShineSilver-mdA/LoadOnlineSessionViaGlobals.lua
GTA5 [1.50] Load Online Session via Globals
Global_STransition=1312424 -- 0 default
Global_TSessionID=1312832 -- -1 default
Global_CurSessionID=1312833
Global_PBSBypass=2448961+644 -- 0=enable/1=disable
--[[/*
-1 = Story Mode / Find New Session
0 = Public Session
1 = New Public Session
2 = Closed Crew Session
3 = Crew Session
@DPSB
DPSB / SteamValidator.au3
Created August 25, 2021 21:56 — forked from claudenobs/SteamValidator.au3
validate all games in your steam library, now doesn' get confused by dlc's
#include <Array.au3>
#include <File.au3>
#include <FileConstants.au3>
#include <MsgBoxConstants.au3>
#include <ScreenCapture.au3>
; This script validates all games in a user's Steam library
; Author: Shawn Maiberger
; @ionblade (Twitter)
; By running this script, in whole or in part, you accept that the author is not acceptable for any damage to your computer or data caused by the script.