Quote:
Originally Posted by BaussHacker
1. make 4 parameters of the method.
2. encrypt your ip? lolwut
|
1. When I put 4 parameters of the method, it expects 4 arguments. It fixes the errors that say "[expecting] 4 arguments" but then adds on the ones that say "[expecting] 1 argument"
2. Idk, I just thought it might be possible I mean you can encrypt a lot of stuff and I'm sure that if you sent data to a computer the computer could tell who sent it and I thought it would be possible to encrypt who you are so they computer can't tell. (Who you are being your IP)
I now no longer have the arguments problem. Now I have the problem of my commands not working. I do something like this
(insert my button void here)
{
if (inputCommand.text.Contains("/exit"))
{
Environment.Exit(0);
}
}
That's really what my void looks like right now and it's not working. What's up with that?