Made my first C# program

Status
This thread has been locked.

GKLennie

Premium
Feedback score
0
Posts
131
Reactions
25
Resources
0
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();
 

Blood

Deactivated
Feedback score
23
Posts
497
Reactions
287
Resources
0
First you have to learn bit of both. C# for a dll injector and C++ for the undetectable feature.
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#.

answer.toLowerCase();
No such thing as String#toLowerCase() in C#. Do your research before suggesting a wrong solution for something that's already been fixed. :tup:
 

GKLennie

Premium
Feedback score
0
Posts
131
Reactions
25
Resources
0
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:


Doh I meant .toLower
 
Status
This thread has been locked.
Top