various header files added/updated
- Created a header file called players. added a helper function to get the gameobject of all players, the gameobject of the local player and the NolanBehaviour component - Added UnityCore file to make it easier for us to use unity functions - Misc file fully updated - Added Wrapper class to make it easier to use il2cpp functions - ClientHelper updated - color.hpp library was included in the project to make the console colorful
This commit is contained in:
@@ -5,7 +5,16 @@
|
||||
#include <iostream>
|
||||
|
||||
namespace Misc {
|
||||
void SetRank(int rank);
|
||||
void SetSteamName(std::string& name);
|
||||
void ForceStart();
|
||||
void CarryItem(const char* itemName);
|
||||
void CarryAnimal(const char* animalName);
|
||||
void InstantWin();
|
||||
void CustomizedLobby();
|
||||
void FullBright();
|
||||
void Fly();
|
||||
void Revive(bool self);
|
||||
void GetKeys();
|
||||
void Jumpscare();
|
||||
void Kill(bool self);
|
||||
void RankSpoofer(int value);
|
||||
}
|
||||
Reference in New Issue
Block a user