Hi after a year of learning the base of the c++ including the pointers, cast
i tried to make my own internal cheet so i try with Banana Shooter :
I dumped i searched to do somesthign but crashing / not the right value like : BaseAdress + heathoffset = -0.23768376e
WTF
can someone make me a...
Hi i am searching how to include classes from Banana Shooter into my code can someone help me
I just have to make them or doing another thing
(i ma bad in english so just look)
is like that working ? :
class Object{
public:
}
class Component : Object{
public:
}
class Behaviour ...