Quote:
Originally Posted by JuiceDCodeR
That is very useful.
|
Your comment was:
- Spam
- Just for Postcount
- Just wanted to say something
And another thing is that you have NO use for it, You dont know how it works, you know **** about it. I actually was up untill 3am working with getstrings, getbytes(along with Encryptions to them) So I do know how it works before you go saying nor do I.
@Fang: Pretty useless tool tbh.
Code:
byte[] Array = Encoding.ASCII.GetBytes("Black Ops is SICK!!");
Console.WriteLine("Bytes of 'Black Ops is SICK!! := {0}", Array);
string ArrayReversed = Encoding.ASCII.GetString(Array);
Console.WriteLine("Reversed := {0}", ArrayReversed);
Reversed is not the correct keyword to use but meh.
But at least you gave something to the community that has never been released before so I got to give you credits for that.