All Projects → matcool → small-gd-mods

matcool / small-gd-mods

Licence: MIT License
small collection of mods for geometry dash

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to small-gd-mods

hookwin10calc
Reverse engineered Windows 10 Calculator.exe (UWP application) hacker. 한글/漢文을 배운 윈도우 계산기 패치.
Stars: ✭ 19 (-51.28%)
Mutual labels:  dll, hooking
SnifferIH
DLL Hooking Packet Sniffer
Stars: ✭ 15 (-61.54%)
Mutual labels:  dll, hooking
Dll hook Rs
Rust code to show how hooking in rust with a dll works.
Stars: ✭ 57 (+46.15%)
Mutual labels:  dll, hooking
singlefile
featured cs:go internal hack, one file and less than 1000 lines.
Stars: ✭ 47 (+20.51%)
Mutual labels:  dll, hooking
textureldr
open source, integrated texture pack management system for geometry dash
Stars: ✭ 30 (-23.08%)
Mutual labels:  dll, geometry-dash
Pcsgolh
PCSGOLH - Pointless Counter-Strike: Global Offensive Lua Hooks. A open-source Lua API for CS:GO hacking written in modern C++
Stars: ✭ 56 (+43.59%)
Mutual labels:  dll, hooking
Vac Hooks
Hook WinAPI functions used by Valve Anti-Cheat. Log calls and intercept arguments & return values. DLL written in C.
Stars: ✭ 103 (+164.1%)
Mutual labels:  dll, hooking
Simplified-JNA
Multi-threaded JNA hooks and simplified library access to window/key/mouse functions.
Stars: ✭ 30 (-23.08%)
Mutual labels:  hooking
Caesar
Open source cheat for Steam version of Counter-Strike 1.6.
Stars: ✭ 22 (-43.59%)
Mutual labels:  dll
Godot3-Win64-LSW-Build
Modularized build of Godot 3 ( Win x64 ) with MSVC without SCons will be updated after Godot 4 is published
Stars: ✭ 18 (-53.85%)
Mutual labels:  dll
adduser-dll
Simple DLL that add a user to the local Administrators group
Stars: ✭ 48 (+23.08%)
Mutual labels:  dll
summary1
个人总结 持续更新 欢迎提出各种issues
Stars: ✭ 13 (-66.67%)
Mutual labels:  dll
whoof
Web Browser Hooking Framework. Manage, execute and assess web browser vulnerabilities
Stars: ✭ 24 (-38.46%)
Mutual labels:  hooking
maalik
Feature-rich Post Exploitation Framework with Network Pivoting capabilities.
Stars: ✭ 75 (+92.31%)
Mutual labels:  dll
ReverseShellDll
C++ Windows Reverse Shell - Universal DLL Hijack | SSL Encryption | Statically Linked
Stars: ✭ 69 (+76.92%)
Mutual labels:  dll
Record-Audio-on-Windows
A Go program that uses winmm.dll to record audio to a WAV file.
Stars: ✭ 28 (-28.21%)
Mutual labels:  dll
Extended-Toolkit
A companion toolkit for the standard toolkit.
Stars: ✭ 83 (+112.82%)
Mutual labels:  dll
Android-ML
@cos8oih 👋
Stars: ✭ 20 (-48.72%)
Mutual labels:  geometry-dash
jvm-dump-proxy
A proxy DLL for Windows to dump JVM classes at JNI level
Stars: ✭ 53 (+35.9%)
Mutual labels:  dll
SharpUnhooker
C# Based Universal API Unhooker
Stars: ✭ 255 (+553.85%)
Mutual labels:  dll

Small GD Mods

A collection of small utility mods for Geometry Dash

Download

Download for prebuilt DLLs can be found here https://matcool.github.io/mods, along with install instructions

Compiling

If for some reason you want to compile this yourself, you'll need Git, CMake and the Visual Studio compiler

  1. Clone the repo (make sure to do it recursively --recursive)
  2. Configure CMake
cmake -G "Visual Studio 16 2019" -B build -DCMAKE_BUILD_TYPE=Release -T host=x86 -A win32
  1. Build
cmake --build build --config Release --target ALL_BUILD
# you can switch out ALL_BUILD for any specific mod you want to compile
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].