All Projects → danielkrupinski → Vac Bypass Loader

danielkrupinski / Vac Bypass Loader

Licence: mit
Loader for VAC Bypass written in C.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Vac Bypass Loader

Vac Bypass
Valve Anti-Cheat bypass written in C.
Stars: ✭ 241 (+18.14%)
Mutual labels:  valve, steam, csgo, reverse-engineering
Vac Hooks
Hook WinAPI functions used by Valve Anti-Cheat. Log calls and intercept arguments & return values. DLL written in C.
Stars: ✭ 103 (-49.51%)
Mutual labels:  valve, steam, csgo, reverse-engineering
valve-matchmaking-ip-ranges
Lists of locations & IP addresses of Valve servers
Stars: ✭ 69 (-66.18%)
Mutual labels:  steam, csgo, valve
Steamkit
SteamKit2 is a .NET library designed to interoperate with Valve's Steam network. It aims to provide a simple, yet extensible, interface to perform various actions on the network.
Stars: ✭ 1,926 (+844.12%)
Mutual labels:  valve, steam, reverse-engineering
Vac
Source code of Valve Anti-Cheat obtained from disassembly of compiled modules
Stars: ✭ 254 (+24.51%)
Mutual labels:  steam, csgo, reverse-engineering
Gametracking Csgo
📥 Game Tracker: Counter-Strike: Global Offensive
Stars: ✭ 286 (+40.2%)
Mutual labels:  valve, csgo, reverse-engineering
Steamtracking
🕵 Tracking things, so you don't have to
Stars: ✭ 542 (+165.69%)
Mutual labels:  valve, steam, reverse-engineering
Pcsgolh
PCSGOLH - Pointless Counter-Strike: Global Offensive Lua Hooks. A open-source Lua API for CS:GO hacking written in modern C++
Stars: ✭ 56 (-72.55%)
Mutual labels:  csgo, reverse-engineering
Dainsleif
⚡️ A simple model cheat for CSGO a.k.a. Counter-Strike: Global Offensive.
Stars: ✭ 74 (-63.73%)
Mutual labels:  csgo, reverse-engineering
Steamcmd Autoupdate Any Gameserver
Windows SteamCMD to autoupdate and install any game server steam cmd settings configurable lots of useful features. This batch script will keep your game servers automaticly updated updating intervals announce the server is shutting down for updates etc all configurable.
Stars: ✭ 77 (-62.25%)
Mutual labels:  valve, steam
Anubis
Free open-source training software / cheat for Counter-Strike: Global Offensive, written in C.
Stars: ✭ 81 (-60.29%)
Mutual labels:  csgo, reverse-engineering
Depressurizer
A Steam library categorizing tool.
Stars: ✭ 1,008 (+394.12%)
Mutual labels:  valve, steam
Steamspeak
Steam and TeamSpeak integration, done right!
Stars: ✭ 27 (-86.76%)
Mutual labels:  steam, csgo
Steamworks
Exposing SteamWorks functions to SourcePawn.
Stars: ✭ 70 (-65.69%)
Mutual labels:  valve, steam
Archisteamfarm
C# application with primary purpose of idling Steam cards from multiple accounts simultaneously.
Stars: ✭ 7,219 (+3438.73%)
Mutual labels:  valve, steam
Vpk
📦 Open, Search, Extract and Create VPKs in python
Stars: ✭ 79 (-61.27%)
Mutual labels:  valve, steam
Valveresourceformat
🔬 Valve's Source 2 resource file format parser and decompiler
Stars: ✭ 638 (+212.75%)
Mutual labels:  valve, steam
Spacehook
minecraft premium undeteck cheat!
Stars: ✭ 80 (-60.78%)
Mutual labels:  steam, csgo
Steamid.php
🆔 PHP library to work with SteamIDs
Stars: ✭ 83 (-59.31%)
Mutual labels:  valve, steam
Node Globaloffensive
A Node.js module to connect to and interact with the CS:GO game coordinator. Mostly used to get item data.
Stars: ✭ 96 (-52.94%)
Mutual labels:  steam, csgo

VAC Bypass Loader

Loader for VAC Bypass written in C.

Getting started

Prerequisites

Microsoft Visual Studio 2019 (preferably the latest version), platform toolset v142 and Windows SDK 10.0 are required in order to compile VAC Bypass Loader. If you don't have ones, you can download VS here (Windows SDK is installed during Visual Studio Setup).

Cloning

The very first step in order to compile VAC Bypass Loader is to clone this repo from GitHub to your local computer. Git is required to step futher, if not installed download it here. Open git bash / git cmd / cmd and enter following command:

git clone https://github.com/danielkrupinski/VAC-Bypass-Loader.git

VAC-Bypass-Loader folder should have been succesfully created, containing all the source files.

Compiling from source

When you have equiped a copy of source code, next step is opening VAC-Bypass-Loader.sln in Microsoft Visual Studio 2019.

Then change build configuration to Release | x86 and simply press Build solution.

If everything went right you should receive VAC-Bypass-Loader.exe binary file.

Running

  1. Close Steam client if running.
  2. Run VAC-Bypass-Loader.exe as Adminitrator. Steam will be opened automatically.

License

Copyright (c) 2019 Daniel Krupiński

This project is licensed under the MIT License - see the LICENSE file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].