Thanks, I try to make a http request but lingered long run ... so I did it with the page that is fasterQuote:
The program has no malware in it. Also it's poorly written and i think that Bau's website is much more usefull because you can add your own servers.
Also the code below is your method which checks wether a server is up or not.
That code just checks for the webpage and not the emulator. Also you said you use HttpRequest but as everyone can see you don't use it directly. (I hope it's now correct for you waka toa ... )Code:public bool method_0(string string_0) { string text = new WebClient().DownloadString("http://downforeveryoneorjustme.com/" + string_0); return text.Contains("It's just you.") || (text.Contains("It's not just you!") && false); } // IL Byte Code of the code above 0 newobj System.Void System.Net.WebClient::.ctor() 5 ldstr http://downforeveryoneorjustme.com/ 10 ldarg.1 11 call System.String System.String::Concat(System.String,System.String) 16 callvirt System.String System.Net.WebClient::DownloadString(System.String) 21 stloc.0 22 ldloc.0 23 ldstr It's just you. 28 callvirt System.Boolean System.String::Contains(System.String) 33 brfalse.s IL_0025: ldloc.0 35 ldc.i4.1 36 ret 37 ldloc.0 38 ldstr It's not just you! 43 callvirt System.Boolean System.String::Contains(System.String) 48 brfalse.s IL_0034: ldc.i4.0 50 ldc.i4.0 51 ret 52 ldc.i4.0 53 ret