ApeX is a static library for C++ software. Originally it was created to make C++ studying easier,

ApeX

ApeX is a static library for C++ software. Originally it was created to make C++ studying easier, so it has functions to complete common tasks with just one line of code. But who knows, maybe this library will get bigger some day

Recommended version

0.1.7.1 alpha

How to install

Go to the releases tab and pick a version of ApeX library of your choice. There are always 2 versions of the library: stable and experimental. Download ApeX.zip archive and unpack its content into your project's folder. Then in the code write #include "dir/ApeX.h" and #pragma comment(lib, "dir/ApeX.lib")

Classes and methods

Print

This class contains methods to display beautiful frame-style menus in console

stylizedMessage(std::string message, int windowWidth, char topAndBottomBorderStyle, char cornerStyle, char sideBorderStyle, bool isCentered, bool printTop, bool printBottom)

This method displays a message in a sylized frame

centeredMessage(std::message, int relativeWidth, bool endLine)

This method displays a centered message

Copyright

This temporary class contains methods to display copyright information

copyright()

This method displays copyright information with ApeX library logo

Similar Resources

Engine originally used on Mind Games mod

Engine originally used on Mind Games mod

Friday Night Funkin' - Psych Engine Engine originally used on Mind Games Mod, intended to be a fix for the vanilla version's many issues while keeping

Jan 9, 2023

EdiZon Overlay originally by WerWolv. Updated for libnx 4.2.0

EdiZon-Overlay Written by WerWolv Edited by proferabg Changelog v1.0.1 Updated to libnx 4.2.0 v1.0.2 Submenu Feature Added How To Use Submenus In yo

Dec 27, 2022

Implementation of Lua 5.1, originally a fork of LuaJIT 2.0

README for LuaVela (codename uJIT) LuaVela is an interpreter and a Just-In-Time (JIT) compiler for the Lua programming language. Project Homepage: htt

Aug 7, 2020

OpenVi is an enhanced and portable implementation of the Berkeley vi / ex text editor, originally developed by Bill Joy.

OpenVi is an enhanced and portable implementation of the Berkeley vi / ex text editor, originally developed by Bill Joy.

Dec 29, 2022

external apex legends cheat - esp, chams, rcs

external apex legends cheat - esp, chams, rcs

apex legends external cheat external cheat utilizing kernel gdi rendering & kernel key input esp, chams, broken rcs bypass syscall is hooked then call

Dec 31, 2022

Just a basic Offsets and Netvar dumper for Apex Legends

Just a basic Offsets and Netvar dumper for Apex Legends

Not much to say just an Apex Legends Offsets + Netvar Dumper, it should survive some game updates and also it gave to you almost all you need to updat

Dec 31, 2022

Apex cheat without R/W. can implement your own R/W and it will work fine

pubApexCheat Apex cheat without R/W. can implement your own R/W and it will work fine. will update readme later Aimbot Prediction and imGui draw funct

Nov 10, 2022

Apex Legends External Cheat

Apex-Legends-Rage-Cheat Apex Legends External Cheat An Apex Legends External Cheat Source by Ghost#9999 How to use Free Undetected Esp Cheat Apex Lege

Sep 8, 2022

A self made HWID Spoofer for Fortnite and Valorant. May also work in Warzone, Apex etc.

HWID-Spoofer A HWID-Spoofer made by me. Tested for Fortnite and Valorant. Really undetected in the moment How to use the Valorant Internal [+] - Downl

Dec 26, 2022
Related tags
A simple CHIP-8 emulator made for the purpose of studying computer organization, mainly how emulation does work.

CHIP8EMU A simple CHIP-8 emulator made for the purpose of studying computer organization, mainly how emulation does work. It was written in just a few

Nov 9, 2021
A single file, single function, header to make notifications on the PS4 easier

Notifi Synopsis Adds a single function notifi(). It functions like printf however the first arg is the image to use (NULL and any invalid input should

Oct 4, 2022
A simple program to make your life a little easier when you evaluate the Rush exercises at 42.

Rush exercise number A simple program to make your life a little easier when you evaluate the Rush exercises at 42. Usage Run make to generate the exe

Feb 7, 2022
This is the source code for for the Plugin GAS Associate, that is supposed to make your life easier while using Unreal's Gameplay Ability System.

GASAssociate Description: This is the source code for for the Plugin GAS Associate, that is supposed to make your life easier while using Unreal's Gam

Dec 14, 2022
This Repository is created to help fellow coders learn open source contributions. This Repository is created for Hacktoberfest 2021

Hacktoberfest 2021 Follow the README below to get started! This Repository is created to help fellow coders learn open source contributions This Repos

Oct 24, 2022
It's a static library that's provide a way to do hooking (intercepting software components) in native shared object from some Android Packages
It's a static library that's provide a way to do hooking (intercepting software components) in native shared object from some Android Packages

ARM_hook It's a static library that's provide a way to do hooking (intercepting software components) in native shared object from some Android Package

Feb 17, 2022
Make screenshot every few minutes to make your small history!

Screenlapse Fun CPP application (which isn't well-made, can be optimized) that automatically make screenshots of your screen every few minutes and sto

Aug 18, 2021
A refactored Proof-of-concept originally developed in 2017 to print all function calls with their arguments data types and values using Ptrace during program execution.

print-function-args-debugger A refactored Proof-of-concept originally developed in 2017 to print all function calls with their arguments data types an

Jun 17, 2022
A DLL that fixes some stuff on Fortnite OT 6.5. Originally based on Alphaium by Cyuubi
A DLL that fixes some stuff on Fortnite OT 6.5. Originally based on Alphaium by Cyuubi

How to use Compile as x86 because alpha is 32 bit Setup the responses Inject while in the login screen Wait for the console to tell you to login Respo

Jul 23, 2022