/*
Aqueous Mobile Server Parser
Made with luv, Doci
29/5/2019 - 2:46 AM
*/
using System;
using System.Net;
public class Program
{
// Usually would be on a timer, with a tick of 10
public static void Main()
string userID = "52786"; //Would usually be a application variable, parsed from the aqua api
using (WebClient wc = new WebClient())
string output = wc.DownloadString(string.Format("https://aqueoushandler.000webhostapp.com/Handles/{0}.txt", userID));
Console.Write(output);
Execute the fucking output.
Its not hard. Basic switch block with first word of output.
}