answer.toLowerCase();Edit 2: I'm also having trouble with the program being case sensitive with string inputs. I was wondering if anyone could help me with that. (Hence why on line 76 I write "no" and "No")
answer.toLowerCase();Edit 2: I'm also having trouble with the program being case sensitive with string inputs. I was wondering if anyone could help me with that. (Hence why on line 76 I write "no" and "No")
Any reasons for using C# over C++ for DLL injection? imo, C++ seems like the best bet for both injection and the DLL since it is low level and can modify process memory with more ease than C#.First you have to learn bit of both. C# for a dll injector and C++ for the undetectable feature.
No such thing as String#toLowerCase() in C#. Do your research before suggesting a wrong solution for something that's already been fixed. :tup:answer.toLowerCase();
Any reasons for using C# over C++ for DLL injection? imo, C++ seems like the best bet for both injection and the DLL since it is low level and can modify process memory with more ease than C#.
No such thing as String#toLowerCase() in C#. Do your research before suggesting a wrong solution for something that's already been fixed. :tup:
.ToLowerDoh I meant .toLower
