I dont know if this is the right place to ask things about cracking somebodys cleo hack but I need help. I did changes, fixed parts of the cleo but whenever I try to compile it, an odd error appears.
it says "One of the variables has unknown type, or operands are incompatible.". I think it is because there is nothing sets 4@ to a variable before this function or maybe it is because 4@ is not known as a integer. But how the fuck did code owner compiled it like the way it is now?
How Dialog.Create works;
Dialog.Create("Dialog: Integer", "Caption: String")
Code:
Dialog.Create(4@, "CUSTOMTEXT")
it says "One of the variables has unknown type, or operands are incompatible.". I think it is because there is nothing sets 4@ to a variable before this function or maybe it is because 4@ is not known as a integer. But how the fuck did code owner compiled it like the way it is now?
How Dialog.Create works;
Dialog.Create("Dialog: Integer", "Caption: String")