diff --git a/.vs/Cheat Preguntados/v14/.suo b/.vs/Cheat Preguntados/v14/.suo new file mode 100644 index 0000000..2c7c37e Binary files /dev/null and b/.vs/Cheat Preguntados/v14/.suo differ diff --git a/Cheat Preguntados.sln b/Cheat Preguntados.sln new file mode 100644 index 0000000..c4563cb --- /dev/null +++ b/Cheat Preguntados.sln @@ -0,0 +1,28 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cheat Preguntados", "Cheat Preguntados\Cheat Preguntados.csproj", "{2304E068-E602-4AE9-8AC4-DFCCEB35D03C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug|x86 = Debug|x86 + Release|Any CPU = Release|Any CPU + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {2304E068-E602-4AE9-8AC4-DFCCEB35D03C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2304E068-E602-4AE9-8AC4-DFCCEB35D03C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2304E068-E602-4AE9-8AC4-DFCCEB35D03C}.Debug|x86.ActiveCfg = Debug|x86 + {2304E068-E602-4AE9-8AC4-DFCCEB35D03C}.Debug|x86.Build.0 = Debug|x86 + {2304E068-E602-4AE9-8AC4-DFCCEB35D03C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2304E068-E602-4AE9-8AC4-DFCCEB35D03C}.Release|Any CPU.Build.0 = Release|Any CPU + {2304E068-E602-4AE9-8AC4-DFCCEB35D03C}.Release|x86.ActiveCfg = Release|x86 + {2304E068-E602-4AE9-8AC4-DFCCEB35D03C}.Release|x86.Build.0 = Release|x86 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/Cheat Preguntados/App.config b/Cheat Preguntados/App.config new file mode 100644 index 0000000..3c88dd4 --- /dev/null +++ b/Cheat Preguntados/App.config @@ -0,0 +1,6 @@ + + + + + + diff --git a/Cheat Preguntados/Cheat Preguntados.csproj b/Cheat Preguntados/Cheat Preguntados.csproj new file mode 100644 index 0000000..2315bdd --- /dev/null +++ b/Cheat Preguntados/Cheat Preguntados.csproj @@ -0,0 +1,138 @@ + + + + + Debug + AnyCPU + {2304E068-E602-4AE9-8AC4-DFCCEB35D03C} + Exe + Properties + Cheat_Preguntados + Cheat Preguntados + v4.5.2 + 512 + true + publicar\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true + + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + Cheat_Preguntados.Core + + + true + bin\x86\Debug\ + DEBUG;TRACE + full + x86 + prompt + MinimumRecommendedRules.ruleset + true + + + bin\x86\Release\ + TRACE + true + pdbonly + x86 + prompt + MinimumRecommendedRules.ruleset + true + + + + ..\packages\Colorful.Console.1.2.9\lib\net452\Colorful.Console.dll + True + + + ..\..\..\..\..\Desktop\Nueva carpeta\FiddlerCore4.dll + + + ..\..\..\..\..\Desktop\Nueva carpeta\Newtonsoft.Json.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + PreserveNewest + + + PreserveNewest + + + + + False + Microsoft .NET Framework 4.7.1 %28x86 y x64%29 + true + + + False + .NET Framework 3.5 SP1 + false + + + + + \ No newline at end of file diff --git a/Cheat Preguntados/Cheat Preguntados.csproj.user b/Cheat Preguntados/Cheat Preguntados.csproj.user new file mode 100644 index 0000000..75001d7 --- /dev/null +++ b/Cheat Preguntados/Cheat Preguntados.csproj.user @@ -0,0 +1,13 @@ + + + + publicar\ + + + + + + es-ES + false + + \ No newline at end of file diff --git a/Cheat Preguntados/ConsoleOutput.cs b/Cheat Preguntados/ConsoleOutput.cs new file mode 100644 index 0000000..1a0091e --- /dev/null +++ b/Cheat Preguntados/ConsoleOutput.cs @@ -0,0 +1,96 @@ +using System; +using System.Collections.Generic; +using System.Drawing; +using Console = Colorful.Console; + +namespace Cheat_Preguntados +{ + public class ConsoleOutput : Core + { + public void ConsoleWelcome() + { + Console.Title = "Cheat for Preguntados - apps.facebook.com/triviacrack"; + Console.SetWindowSize(_variables.ConsoleWindowWidth, _variables.ConsoleWindowHeight); + /*if (_ownerProfile != null) + WriteLine($"Bienvenido/a {_ownerProfile.username }", "", ConsoleColor.White);*/ + //System.Console.SetWindowSize(89, 30); + List Lines = new List(); + Lines.Add(""); + Lines.Add(@" _____ _ _ _____ _ _ "); + Lines.Add(@" / ____| | | | | __ \ | | | | "); + Lines.Add(@" | | | |__ ___ __ _| |_| |__) _ __ ___ __ _ _ _ _ __ | |_ __ _ __| | ___ ___ "); + Lines.Add(@" | | | _ \ / _ \/ _ | __| ___| __/ _ \/ _ | | | | _ \| __/ _ |/ _ |/ _ \/ __|"); + Lines.Add(@" | |____| | | | __| (_| | |_| | | | | __| (_| | |_| | | | | || (_| | (_| | (_) \__ \"); + Lines.Add(@" \_____|_| |_|\___|\____|\__|_| |_| \___|\___ |\____|_| |_|\__\____|\____|\___/|___/"); + Lines.Add(@" __/ | "); + Lines.Add(@" |___/ "); + foreach (string Line in Lines) + { + int Spacing = Console.WindowWidth - Line.Length - 1; + string Ln = Line; + + for (int s = 0; s < Spacing; s++) + Ln += ' '; + WriteLine(Ln, "", Color.White); + } + Color colorCustom = (Color)new ColorConverter().ConvertFromString("#1D97C"); + Write("\n\tAutor JAX", "", colorCustom); + Write(" | ", "", Color.White); + Write($"Versión de desarrollo {_variables.VersionApplication} ", "", colorCustom); Console.Write(Convert.ToString(_variables.VersionBeta ? "Beta" : ""), Color.Red); + Write(" | ", "", Color.White); + Write("github.com/JAX20/", "", colorCustom); + Console.WriteLine("\n"); + } + + public void ShowDetailsOwner() + { + WriteLine(((Equals(_ownerProfile.userProfile.gender, "male") ? "Bienvenido " : "Bienvenida ") + _ownerProfile.facebookProfile.name), "Cheat", Color.White); + //WriteLine("Cantidad de monedas: " + _ownerProfile.userProfile.coins); + WriteLine(""); + } + + public void ShowInformationGame() + { + int correct_answer = _gameInformation.spins_data.spins[0].questions[0].question.correct_answer; + for (int n = 1; n <= _variables.ConsoleWindowWidth; n++) + { + Write("-", "", Color.White, Color.Black); + } + WriteLine(""); + WriteLine("█ Información de la partida - " + DateTime.Now, "", Color.Gold); + WriteLine(" Categoría: " + _gameInformation.spins_data.spins[0].questions[0].question.category, "", Color.Cyan); + WriteLine(" Pregunta: " + _gameInformation.spins_data.spins[0].questions[0].question.text, "", Color.Cyan); + WriteLine(" Respuestas: " + string.Join(", ", _gameInformation.spins_data.spins[0].questions[0].question.answers), "", Color.Cyan); + Write(" Respuesta correcta: ", "", Color.Cyan); + WriteLine(_gameInformation.spins_data.spins[0].questions[0].question.answers[correct_answer], "", Color.GreenYellow); + } + + public void Write(string body, string head = "", Color? foregroundColor = null, Color? backgroundColor = null) + { + Console.ForegroundColor = foregroundColor ?? _variables.DefaultForegroundColor; + Console.BackgroundColor = backgroundColor ?? _variables.DefaultBackgroundColor; + + if (head != string.Empty) + Console.Write($"[{head}] "); + Console.Write($"{body}"); + } + public void WriteLine(string body, string head = "", Color? foregroundColor = null, Color? backgroundColor = null) + { + Console.ForegroundColor = foregroundColor ?? _variables.DefaultForegroundColor; + Console.BackgroundColor = backgroundColor ?? _variables.DefaultBackgroundColor; + + if (head != string.Empty) + Console.Write($"[{head}] "); + Console.WriteLine($"{body}"); + } + + public void WriteError(string error) + { + WriteLine(error, "Error", Color.Red); + } + public void WriteError(Exception error) + { + WriteLine("Information error: " + error.Message + Environment.NewLine + error.StackTrace, "Error", Color.Red); + } + } +} \ No newline at end of file diff --git a/Cheat Preguntados/Core.cs b/Cheat Preguntados/Core.cs new file mode 100644 index 0000000..4c73a2c --- /dev/null +++ b/Cheat Preguntados/Core.cs @@ -0,0 +1,59 @@ +using Cheat_Preguntados.FiddlerCore; +using Cheat_Preguntados.Game; +using System; +using System.Drawing; +using System.Runtime.InteropServices; +using Console = Colorful.Console; + +namespace Cheat_Preguntados +{ + public class Core + { + /* + * Create instances of the class to use later + */ + public static OwnerProfile _ownerProfile = new OwnerProfile(); + public static GameInformation _gameInformation; + public static Variables _variables = new Variables(); + public static HandlerFiddlerCore _handlerFiddlerCore = new HandlerFiddlerCore(); + public static ConsoleOutput _consoleOutput = new ConsoleOutput(); + + static void Main(string[] args) + { + try + { + handler = new ConsoleEventDelegate(ConsoleEventCallback); //Instance for the method ConsoleEventCallback + SetConsoleCtrlHandler(handler, true); // Call to the API SetConsoleCtrlHandler + _consoleOutput.ConsoleWelcome(); + new OwnerProfile(); // Create the instances that are in the constructor + new OpponentProfile(); // Create the instances that are in the constructor + _handlerFiddlerCore.Start(); + _consoleOutput.WriteLine("Inicie ahora sesión en FaceBook si aún no lo hizo y luego entre en alguna partida que sea modo Clásico. \nEsperando...", "Cheat"); + _variables.ImStarted = true; + _consoleOutput.WriteLine(""); + while (true) { System.Threading.Thread.Sleep(500); } // Prevent the application from closing + } + catch (Exception e) + { + _consoleOutput.WriteError(e); + _handlerFiddlerCore.Stop(); + Certificate.Uninstall(); + _consoleOutput.WriteLine("\n\nThe application will close after pressing a key"); + Console.ReadKey(); + } + } + + #region Console Application Exit + static ConsoleEventDelegate handler; + private delegate bool ConsoleEventDelegate(int eventType); + [DllImport("kernel32.dll", SetLastError = true)] + private static extern void SetConsoleCtrlHandler(ConsoleEventDelegate callback, bool add); // SetConsoleCtrlHandler is a function from kernel32.dll + static bool ConsoleEventCallback(int eventType) + { + if (eventType == 2) // Close windows console + _handlerFiddlerCore.Stop(); + return false; + } + #endregion + } +} \ No newline at end of file diff --git a/Cheat Preguntados/FiddlerCore/Certificate.cs b/Cheat Preguntados/FiddlerCore/Certificate.cs new file mode 100644 index 0000000..d828a2e --- /dev/null +++ b/Cheat Preguntados/FiddlerCore/Certificate.cs @@ -0,0 +1,39 @@ +using Fiddler; +using System; + +namespace Cheat_Preguntados.FiddlerCore +{ + class Certificate + { + public static void Install() + { + /* + * Find and create certificates for use in HTTPS interception + */ + + // Determine if the self signed root certificate exists + if (!CertMaker.rootCertExists()) + { + // Create a self signed root certificate to use as the trust anchor for HTTPS interception certificate chains + if (!CertMaker.createRootCert()) + throw new Exception("Unable to create certificate for FiddlerCore."); + + // Prompts the user to add it to the trusted store. + if (!CertMaker.trustRootCert()) + throw new Exception("Unable to create certificate for FiddlerCore."); + } + } + + public static bool Uninstall() + { + // Determine if the self signed root certificate exists + if (CertMaker.rootCertExists()) + { + // Removes Fiddler generated certificates. Parameter True for remove root + if (!CertMaker.removeFiddlerGeneratedCerts(true)) + return false; + } + return true; + } + } +} \ No newline at end of file diff --git a/Cheat Preguntados/FiddlerCore/HandlerFiddlerCore.cs b/Cheat Preguntados/FiddlerCore/HandlerFiddlerCore.cs new file mode 100644 index 0000000..3f63582 --- /dev/null +++ b/Cheat Preguntados/FiddlerCore/HandlerFiddlerCore.cs @@ -0,0 +1,115 @@ +using System.Text; +using Fiddler; +using Cheat_Preguntados.Game; +using System.Drawing; +using Console = Colorful.Console; +using System.Collections.Generic; +using System; + +namespace Cheat_Preguntados.FiddlerCore +{ + public class HandlerFiddlerCore : Core + { + public void Start() + { + _consoleOutput.WriteLine("Iniciando proxy...", "Cheat"); + FiddlerApplication.AfterSessionComplete += FiddlerApplication_AfterSessionComplete; // Create event AfterSessionComplete. This event fires when a session has been completed + FiddlerApplication.Startup(8888, FiddlerCoreStartupFlags.Default); // Start FiddlerCore listening on the specified port + _consoleOutput.WriteLine("Instalando certificado SSL...", "Cheat"); + Certificate.Install(); // Create certificate for use in HTTPS interception + } + private void FiddlerApplication_AfterSessionComplete(Session oSession) + { + try + { + /* + * Example query urls + * Details of the game and opponent: https://api.preguntados.com/api/users/IDOWNER/games/IDGAME + * Details of the owner: https://api.preguntados.com/api/users/IDOWNER/ + * https://api.preguntados.com/api/social-login // Full profile + * https://api.preguntados.com/api/users/IDOWNER/dashboard + */ + string FullUrl = oSession.fullUrl; + string[] FullUrlParameters = FullUrl.Split('/'); + if (FullUrl.StartsWith("https://api.preguntados.com/api/") & _variables.ImStarted) + { + #region Not Working + if (FullUrl.Contains("users") & !FullUrl.Contains("games")) // Get profile from owner. Not working + { + //PathAndQuery = "/api/users/IDOWNER/assets/web" + + if (_ownerProfile == null & oSession.PathAndQuery.Split('/').Length == 4) + { + if (oSession.ResponseBody.Length > 5) + { + OwnerProfile profile = Newtonsoft.Json.JsonConvert.DeserializeObject(Encoding.Default.GetString(oSession.ResponseBody)); + _ownerProfile = profile; + _variables.DetectedTheDetailsFromOwner = true; + } + } + } + #endregion + + if (FullUrl.Contains("users") & FullUrl.Contains("games")) // Get details of the opponent and information of the game (questions, correct answer ...) and others details + { + _gameInformation = Newtonsoft.Json.JsonConvert.DeserializeObject(Encoding.UTF8.GetString(oSession.ResponseBody)); + _consoleOutput.ShowInformationGame(); + } + if (FullUrlParameters[4] == "social-login") // Login data + { + Dictionary loginData = Newtonsoft.Json.JsonConvert.DeserializeObject>(Encoding.UTF8.GetString(oSession.ResponseBody)); + + /* User profile*/ + _ownerProfile.userProfile.id = int.Parse((loginData["id"].ToString())); + _ownerProfile.userProfile.username = loginData["username"].ToString(); + _ownerProfile.userProfile.gender = loginData["gender"].ToString(); + + /* Facebook profile*/ + _ownerProfile.facebookProfile.id = loginData["facebook_id"].ToString(); + _ownerProfile.facebookProfile.name = loginData["facebook_name"].ToString(); + + /* Remaining (they are not necessary): online_status, session, description, zip_codes, fb_show_picture, allow_og_post, twitter_name, fb_show_name, has_pass, phone, photo_url and email */ + + /* Shows on the console*/ + _consoleOutput.ShowDetailsOwner(); + } + if (FullUrlParameters[6] == "dashboard?app_config_version=0") // Dashboard data from the game + { + Dictionary dashboardData = Newtonsoft.Json.JsonConvert.DeserializeObject>(Encoding.UTF8.GetString(oSession.ResponseBody)); + + /* User profile*/ + _ownerProfile.userProfile.coins = int.Parse(dashboardData["coins"].ToString()); + _ownerProfile.userProfile.country = dashboardData["country"].ToString(); + _variables.Language = dashboardData["country"].ToString(); + _ownerProfile.lives.quantity = int.Parse(dashboardData["quantity"].ToString()); + _ownerProfile.lives.max = int.Parse(dashboardData["max"].ToString()); + _ownerProfile.lives.unlimited = bool.Parse(dashboardData["unlimited"].ToString()); + + /* Inbox */ + _ownerProfile.inbox.total = int.Parse(dashboardData["total"].ToString()); + _ownerProfile.inbox.news = int.Parse(dashboardData["news"].ToString()); + _ownerProfile.inbox.unread_conversations = int.Parse(dashboardData["unread_conversations"].ToString()); + + /* LevelData */ + _ownerProfile.level_data.level = int.Parse(dashboardData["level"].ToString()); + _ownerProfile.level_data.points = int.Parse(dashboardData["points"].ToString()); + _ownerProfile.level_data.goal_points = int.Parse(dashboardData["goal_points"].ToString()); + _ownerProfile.level_data.progress = int.Parse(dashboardData["progress"].ToString()); + _ownerProfile.level_data.level_up = bool.Parse(dashboardData["level_up"].ToString()); + } + } + } + catch (Exception e) + { + + } + } + + public void Stop() + { + _consoleOutput.WriteLine("Stopping proxy...", "Cheat"); + FiddlerApplication.Shutdown(); // Stop proxy + //Certificate.Uninstall(); // Removes Fiddler generated certificates. + } + } +} \ No newline at end of file diff --git a/Cheat Preguntados/FiddlerCore4.dll b/Cheat Preguntados/FiddlerCore4.dll new file mode 100644 index 0000000..bf22ee5 Binary files /dev/null and b/Cheat Preguntados/FiddlerCore4.dll differ diff --git a/Cheat Preguntados/Game/GameInformation.cs b/Cheat Preguntados/Game/GameInformation.cs new file mode 100644 index 0000000..012577e --- /dev/null +++ b/Cheat Preguntados/Game/GameInformation.cs @@ -0,0 +1,206 @@ +using System.Collections.Generic; + +namespace Cheat_Preguntados.Game +{ + public class GameInformation + { + public long id { get; set; } + public Opponent opponent { get; set; } + public string game_status { get; set; } + public string language { get; set; } + public string created { get; set; } + public string last_turn { get; set; } + public string type { get; set; } + public string expiration_date { get; set; } + public bool my_turn { get; set; } + public string safeOpponentSelectionType { get; set; } + public SpinsData spins_data { get; set; } + public List available_crowns { get; set; } + public int my_player_number { get; set; } + public int available_extra_shots { get; set; } + public PlayerOne player_one { get; set; } + public PlayerTwo player_two { get; set; } + public int round_number { get; set; } + public string sub_status { get; set; } + public string previous_sub_status { get; set; } + public Statistics statistics { get; set; } + public bool is_random { get; set; } + public int unread_messages { get; set; } + public int status_version { get; set; } + public MyLevelData my_level_data { get; set; } + public string opponent_selection_type { get; set; } + public bool normalType { get; set; } + public bool duelGameType { get; set; } + + public class FacebookId + { + public string value { get; set; } + public bool defined { get; set; } + } + + public class LevelData + { + public int level { get; set; } + } + + public class Opponent + { + public int id { get; set; } + public int alerts_count { get; set; } + public string username { get; set; } + public string facebook_id { get; set; } + public FacebookId facebookId { get; set; } + public string facebook_name { get; set; } + public bool fb_show_picture { get; set; } + public bool fb_show_name { get; set; } + public bool allow_og_posts { get; set; } + public string photo_url { get; set; } + public LevelData level_data { get; set; } + public bool is_friend { get; set; } + } + + public class Author + { + public int id { get; set; } + public string facebook_id { get; set; } + public string name { get; set; } + public string username { get; set; } + public string facebook_name { get; set; } + public bool fb_show_picture { get; set; } + public bool fb_show_name { get; set; } + } + + public class Question2 + { + public int id { get; set; } + public string category { get; set; } + public string text { get; set; } + public List answers { get; set; } + public int correct_answer { get; set; } + public string media_type { get; set; } + public Author author { get; set; } + } + + public class Author2 + { + public int id { get; set; } + public string name { get; set; } + public string username { get; set; } + public bool fb_show_picture { get; set; } + public bool fb_show_name { get; set; } + } + + public class PowerupQuestion + { + public int id { get; set; } + public string category { get; set; } + public string text { get; set; } + public List answers { get; set; } + public int correct_answer { get; set; } + public string media_type { get; set; } + public Author2 author { get; set; } + } + + public class Author3 + { + public int id { get; set; } + public string facebook_id { get; set; } + public string name { get; set; } + public string username { get; set; } + public string facebook_name { get; set; } + public bool fb_show_picture { get; set; } + public bool fb_show_name { get; set; } + } + + public class SecondChanceQuestion + { + public int id { get; set; } + public string category { get; set; } + public string text { get; set; } + public List answers { get; set; } + public int correct_answer { get; set; } + public string media_type { get; set; } + public Author3 author { get; set; } + } + + public class Question + { + public Question2 question { get; set; } + public PowerupQuestion powerup_question { get; set; } + public SecondChanceQuestion second_chance_question { get; set; } + } + + public class Spin + { + public string type { get; set; } + public bool second_chance_available { get; set; } + public List questions { get; set; } + } + + public class SpinsData + { + public List spins { get; set; } + } + + public class PlayerOne + { + public int charges { get; set; } + } + + public class PlayerTwo + { + public int charges { get; set; } + } + + public class CategoryQuestion + { + public string category { get; set; } + public int correct { get; set; } + public int incorrect { get; set; } + public bool worst { get; set; } + } + + public class PlayerOneStatistics + { + public List category_questions { get; set; } + public int correct_answers { get; set; } + public int incorrect_answers { get; set; } + public int challenges_won { get; set; } + public int questions_answered { get; set; } + public int crowns_won { get; set; } + } + + public class CategoryQuestion2 + { + public string category { get; set; } + public int correct { get; set; } + public int incorrect { get; set; } + public bool worst { get; set; } + } + + public class PlayerTwoStatistics + { + public List category_questions { get; set; } + public int correct_answers { get; set; } + public int incorrect_answers { get; set; } + public int challenges_won { get; set; } + public int questions_answered { get; set; } + public int crowns_won { get; set; } + } + + public class Statistics + { + public PlayerOneStatistics player_one_statistics { get; set; } + public PlayerTwoStatistics player_two_statistics { get; set; } + } + + public class MyLevelData + { + public int level { get; set; } + public int points { get; set; } + public int goal_points { get; set; } + public int progress { get; set; } + public bool level_up { get; set; } + } + } +} \ No newline at end of file diff --git a/Cheat Preguntados/Game/OpponentProfile.cs b/Cheat Preguntados/Game/OpponentProfile.cs new file mode 100644 index 0000000..4e21d13 --- /dev/null +++ b/Cheat Preguntados/Game/OpponentProfile.cs @@ -0,0 +1,30 @@ + +namespace Cheat_Preguntados.Game +{ + public class OpponentProfile : Core + { + public int id { get; set; } + public int alerts_count { get; set; } + public string username { get; set; } + public string facebook_id { get; set; } + public FacebookId facebookId { get; set; } + public string facebook_name { get; set; } + public bool fb_show_picture { get; set; } + public bool fb_show_name { get; set; } + public bool allow_og_posts { get; set; } + public string photo_url { get; set; } + public LevelData2 level_data { get; set; } + public bool is_friend { get; set; } + + public class LevelData2 + { + public int level { get; set; } + } + + public class FacebookId + { + public string value { get; set; } + public bool defined { get; set; } + } + } +} diff --git a/Cheat Preguntados/Game/OwnerProfile.cs b/Cheat Preguntados/Game/OwnerProfile.cs new file mode 100644 index 0000000..453c599 --- /dev/null +++ b/Cheat Preguntados/Game/OwnerProfile.cs @@ -0,0 +1,68 @@ +using System.Collections.Generic; + +namespace Cheat_Preguntados.Game +{ + public class OwnerProfile : Core + { + public UserProfile userProfile { get; set; } + public FacebookProfile facebookProfile { get; set; } + public Lives lives { get; set; } + public LevelData level_data { get; set; } + public Inbox inbox { get; set; } + + public bool allow_og_posts { get; set; } // No idea + + + public OwnerProfile() + { + userProfile = new UserProfile(); + facebookProfile = new FacebookProfile(); + lives = new Lives(); + level_data = new LevelData(); + inbox = new Inbox(); + } + + public class UserProfile + { + public int id { get; set; } + public string username { get; set; } + public string gender { get; set; } + public int alerts_count { get; set; } + public int coins { get; set; } + public string photo_url { get; set; } + public int extra_shots { get; set; } + public string country { get; set; } + } + public class FacebookProfile + { + public string name { get; set; } + public bool show_picture { get; set; } + public bool show_name { get; set; } + public string id { get; set; } + public string value { get; set; } + public bool defined { get; set; } + } + + public class Lives + { + public int quantity { get; set; } + public int max { get; set; } + public bool unlimited { get; set; } + } + + public class LevelData + { + public int level { get; set; } + public int points { get; set; } + public int goal_points { get; set; } + public int progress { get; set; } + public bool level_up { get; set; } + } + public class Inbox + { + public int total { get; set; } + public int news { get; set; } + public int unread_conversations { get; set; } + } + } +} \ No newline at end of file diff --git a/Cheat Preguntados/Newtonsoft.Json.dll b/Cheat Preguntados/Newtonsoft.Json.dll new file mode 100644 index 0000000..77a5d89 Binary files /dev/null and b/Cheat Preguntados/Newtonsoft.Json.dll differ diff --git a/Cheat Preguntados/Properties/AssemblyInfo.cs b/Cheat Preguntados/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..227a625 --- /dev/null +++ b/Cheat Preguntados/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// La información general de un ensamblado se controla mediante el siguiente +// conjunto de atributos. Cambie estos valores de atributo para modificar la información +// asociada con un ensamblado. +[assembly: AssemblyTitle("Cheat Preguntados")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Cheat Preguntados")] +[assembly: AssemblyCopyright("Copyright © 2018")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Si establece ComVisible en false, los tipos de este ensamblado no estarán visibles +// para los componentes COM. Si necesita obtener acceso a un tipo de este ensamblado desde +// COM, establezca el atributo ComVisible en true en este tipo. +[assembly: ComVisible(false)] + +// El siguiente GUID sirve como id. de typelib si este proyecto se expone a COM. +[assembly: Guid("2304e068-e602-4ae9-8ac4-dfcceb35d03c")] + +// La información de versión de un ensamblado consta de los cuatro valores siguientes: +// +// Versión principal +// Versión secundaria +// Número de compilación +// Revisión +// +// Puede especificar todos los valores o usar los valores predeterminados de número de compilación y de revisión +// mediante el carácter '*', como se muestra a continuación: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Cheat Preguntados/Variables.cs b/Cheat Preguntados/Variables.cs new file mode 100644 index 0000000..c11464b --- /dev/null +++ b/Cheat Preguntados/Variables.cs @@ -0,0 +1,39 @@ +using System.Drawing; + +namespace Cheat_Preguntados +{ + public class Variables : Core + { + public readonly string VersionApplication = "1.0"; + public readonly bool VersionBeta = true; + public readonly Color DefaultForegroundColor = Color.Salmon; + public readonly Color DefaultBackgroundColor = Color.Black; + public readonly int ConsoleWindowWidth = 109; + public readonly int ConsoleWindowHeight = 30; + + public bool ImStarted = false; + + private string _language; + public string Language + { + get { return _language; } + set { _language = value; } + } + + private bool _detectedTheDetailsFromOwner = false; + + public bool DetectedTheDetailsFromOwner + { + get { return _detectedTheDetailsFromOwner; } + set { _detectedTheDetailsFromOwner = value; } + } + + private bool _detectedTheDetailsFromGame = false; + + public bool DetectedTheDetailsFromGame + { + get { return _detectedTheDetailsFromGame; } + set { _detectedTheDetailsFromGame = value; } + } + } +} \ No newline at end of file diff --git a/Cheat Preguntados/bin/x86/Debug/Cheat Preguntados.exe b/Cheat Preguntados/bin/x86/Debug/Cheat Preguntados.exe new file mode 100644 index 0000000..5f87c9d Binary files /dev/null and b/Cheat Preguntados/bin/x86/Debug/Cheat Preguntados.exe differ diff --git a/Cheat Preguntados/bin/x86/Debug/Cheat Preguntados.exe.config b/Cheat Preguntados/bin/x86/Debug/Cheat Preguntados.exe.config new file mode 100644 index 0000000..3c88dd4 --- /dev/null +++ b/Cheat Preguntados/bin/x86/Debug/Cheat Preguntados.exe.config @@ -0,0 +1,6 @@ + + + + + + diff --git a/Cheat Preguntados/bin/x86/Debug/Cheat Preguntados.pdb b/Cheat Preguntados/bin/x86/Debug/Cheat Preguntados.pdb new file mode 100644 index 0000000..47140ad Binary files /dev/null and b/Cheat Preguntados/bin/x86/Debug/Cheat Preguntados.pdb differ diff --git a/Cheat Preguntados/bin/x86/Debug/Cheat Preguntados.vshost.exe b/Cheat Preguntados/bin/x86/Debug/Cheat Preguntados.vshost.exe new file mode 100644 index 0000000..681ab77 Binary files /dev/null and b/Cheat Preguntados/bin/x86/Debug/Cheat Preguntados.vshost.exe differ diff --git a/Cheat Preguntados/bin/x86/Debug/Cheat Preguntados.vshost.exe.config b/Cheat Preguntados/bin/x86/Debug/Cheat Preguntados.vshost.exe.config new file mode 100644 index 0000000..3c88dd4 --- /dev/null +++ b/Cheat Preguntados/bin/x86/Debug/Cheat Preguntados.vshost.exe.config @@ -0,0 +1,6 @@ + + + + + + diff --git a/Cheat Preguntados/bin/x86/Debug/Colorful.Console.dll b/Cheat Preguntados/bin/x86/Debug/Colorful.Console.dll new file mode 100644 index 0000000..5e3061e Binary files /dev/null and b/Cheat Preguntados/bin/x86/Debug/Colorful.Console.dll differ diff --git a/Cheat Preguntados/bin/x86/Debug/FiddlerCore4.dll b/Cheat Preguntados/bin/x86/Debug/FiddlerCore4.dll new file mode 100644 index 0000000..bf22ee5 Binary files /dev/null and b/Cheat Preguntados/bin/x86/Debug/FiddlerCore4.dll differ diff --git a/Cheat Preguntados/bin/x86/Debug/Newtonsoft.Json.dll b/Cheat Preguntados/bin/x86/Debug/Newtonsoft.Json.dll new file mode 100644 index 0000000..77a5d89 Binary files /dev/null and b/Cheat Preguntados/bin/x86/Debug/Newtonsoft.Json.dll differ diff --git a/Cheat Preguntados/bin/x86/Release/Cheat Preguntados.exe b/Cheat Preguntados/bin/x86/Release/Cheat Preguntados.exe new file mode 100644 index 0000000..dd7a8b3 Binary files /dev/null and b/Cheat Preguntados/bin/x86/Release/Cheat Preguntados.exe differ diff --git a/Cheat Preguntados/bin/x86/Release/Cheat Preguntados.exe.config b/Cheat Preguntados/bin/x86/Release/Cheat Preguntados.exe.config new file mode 100644 index 0000000..3c88dd4 --- /dev/null +++ b/Cheat Preguntados/bin/x86/Release/Cheat Preguntados.exe.config @@ -0,0 +1,6 @@ + + + + + + diff --git a/Cheat Preguntados/bin/x86/Release/Cheat Preguntados.pdb b/Cheat Preguntados/bin/x86/Release/Cheat Preguntados.pdb new file mode 100644 index 0000000..ec00600 Binary files /dev/null and b/Cheat Preguntados/bin/x86/Release/Cheat Preguntados.pdb differ diff --git a/Cheat Preguntados/bin/x86/Release/Cheat Preguntados.vshost.exe b/Cheat Preguntados/bin/x86/Release/Cheat Preguntados.vshost.exe new file mode 100644 index 0000000..681ab77 Binary files /dev/null and b/Cheat Preguntados/bin/x86/Release/Cheat Preguntados.vshost.exe differ diff --git a/Cheat Preguntados/bin/x86/Release/Cheat Preguntados.vshost.exe.config b/Cheat Preguntados/bin/x86/Release/Cheat Preguntados.vshost.exe.config new file mode 100644 index 0000000..3c88dd4 --- /dev/null +++ b/Cheat Preguntados/bin/x86/Release/Cheat Preguntados.vshost.exe.config @@ -0,0 +1,6 @@ + + + + + + diff --git a/Cheat Preguntados/bin/x86/Release/Cheat Preguntados.vshost.exe.manifest b/Cheat Preguntados/bin/x86/Release/Cheat Preguntados.vshost.exe.manifest new file mode 100644 index 0000000..f96b1d6 --- /dev/null +++ b/Cheat Preguntados/bin/x86/Release/Cheat Preguntados.vshost.exe.manifest @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/Cheat Preguntados/bin/x86/Release/Colorful.Console.dll b/Cheat Preguntados/bin/x86/Release/Colorful.Console.dll new file mode 100644 index 0000000..5e3061e Binary files /dev/null and b/Cheat Preguntados/bin/x86/Release/Colorful.Console.dll differ diff --git a/Cheat Preguntados/bin/x86/Release/FiddlerCore4.dll b/Cheat Preguntados/bin/x86/Release/FiddlerCore4.dll new file mode 100644 index 0000000..bf22ee5 Binary files /dev/null and b/Cheat Preguntados/bin/x86/Release/FiddlerCore4.dll differ diff --git a/Cheat Preguntados/bin/x86/Release/Newtonsoft.Json.dll b/Cheat Preguntados/bin/x86/Release/Newtonsoft.Json.dll new file mode 100644 index 0000000..77a5d89 Binary files /dev/null and b/Cheat Preguntados/bin/x86/Release/Newtonsoft.Json.dll differ diff --git a/Cheat Preguntados/obj/Debug/Cheat Preguntados.csproj.FileListAbsolute.txt b/Cheat Preguntados/obj/Debug/Cheat Preguntados.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..f97dda6 --- /dev/null +++ b/Cheat Preguntados/obj/Debug/Cheat Preguntados.csproj.FileListAbsolute.txt @@ -0,0 +1,16 @@ +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Script Preguntados\Script Preguntados\bin\Debug\FiddlerCore4.dll +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Script Preguntados\Script Preguntados\bin\Debug\Newtonsoft.Json.dll +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Script Preguntados\Script Preguntados\bin\Debug\Cheat Preguntados.exe.config +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Script Preguntados\Script Preguntados\bin\Debug\Cheat Preguntados.exe +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Script Preguntados\Script Preguntados\bin\Debug\Cheat Preguntados.pdb +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Script Preguntados\Script Preguntados\obj\Debug\Cheat Preguntados.exe +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Script Preguntados\Script Preguntados\obj\Debug\Cheat Preguntados.pdb +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Cheat Preguntados\Cheat Preguntados\bin\Debug\Cheat Preguntados.exe.config +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Cheat Preguntados\Cheat Preguntados\obj\Debug\Cheat Preguntados.exe +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Cheat Preguntados\Cheat Preguntados\obj\Debug\Cheat Preguntados.pdb +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Cheat Preguntados\Cheat Preguntados\bin\Debug\FiddlerCore4.dll +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Cheat Preguntados\Cheat Preguntados\bin\Debug\Newtonsoft.Json.dll +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Cheat Preguntados\Cheat Preguntados\bin\Debug\Cheat Preguntados.exe +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Cheat Preguntados\Cheat Preguntados\bin\Debug\Cheat Preguntados.pdb +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Cheat Preguntados\Cheat Preguntados\obj\Debug\Cheat Preguntados.csprojResolveAssemblyReference.cache +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Cheat Preguntados\Cheat Preguntados\bin\Debug\Colorful.Console.dll diff --git a/Cheat Preguntados/obj/Debug/Cheat Preguntados.csprojResolveAssemblyReference.cache b/Cheat Preguntados/obj/Debug/Cheat Preguntados.csprojResolveAssemblyReference.cache new file mode 100644 index 0000000..228abb0 Binary files /dev/null and b/Cheat Preguntados/obj/Debug/Cheat Preguntados.csprojResolveAssemblyReference.cache differ diff --git a/Cheat Preguntados/obj/Debug/Cheat Preguntados.exe b/Cheat Preguntados/obj/Debug/Cheat Preguntados.exe new file mode 100644 index 0000000..e3502f1 Binary files /dev/null and b/Cheat Preguntados/obj/Debug/Cheat Preguntados.exe differ diff --git a/Cheat Preguntados/obj/Debug/Cheat Preguntados.pdb b/Cheat Preguntados/obj/Debug/Cheat Preguntados.pdb new file mode 100644 index 0000000..cbd94ff Binary files /dev/null and b/Cheat Preguntados/obj/Debug/Cheat Preguntados.pdb differ diff --git a/Cheat Preguntados/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Cheat Preguntados/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..ea9d257 Binary files /dev/null and b/Cheat Preguntados/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Cheat Preguntados/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs b/Cheat Preguntados/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs new file mode 100644 index 0000000..e69de29 diff --git a/Cheat Preguntados/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs b/Cheat Preguntados/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs new file mode 100644 index 0000000..e69de29 diff --git a/Cheat Preguntados/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs b/Cheat Preguntados/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs new file mode 100644 index 0000000..e69de29 diff --git a/Cheat Preguntados/obj/Release/Cheat Preguntados.csproj.FileListAbsolute.txt b/Cheat Preguntados/obj/Release/Cheat Preguntados.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..f2ad6a8 --- /dev/null +++ b/Cheat Preguntados/obj/Release/Cheat Preguntados.csproj.FileListAbsolute.txt @@ -0,0 +1 @@ +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Cheat Preguntados\Cheat Preguntados\bin\Release\Cheat Preguntados.exe.config diff --git a/Cheat Preguntados/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache b/Cheat Preguntados/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..d6c0b4a Binary files /dev/null and b/Cheat Preguntados/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Cheat Preguntados/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs b/Cheat Preguntados/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs new file mode 100644 index 0000000..e69de29 diff --git a/Cheat Preguntados/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs b/Cheat Preguntados/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs new file mode 100644 index 0000000..e69de29 diff --git a/Cheat Preguntados/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs b/Cheat Preguntados/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs new file mode 100644 index 0000000..e69de29 diff --git a/Cheat Preguntados/obj/x86/Debug/Cheat Preguntados.csproj.FileListAbsolute.txt b/Cheat Preguntados/obj/x86/Debug/Cheat Preguntados.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..43468f1 --- /dev/null +++ b/Cheat Preguntados/obj/x86/Debug/Cheat Preguntados.csproj.FileListAbsolute.txt @@ -0,0 +1,9 @@ +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Cheat Preguntados\Cheat Preguntados\bin\x86\Debug\FiddlerCore4.dll +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Cheat Preguntados\Cheat Preguntados\bin\x86\Debug\Newtonsoft.Json.dll +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Cheat Preguntados\Cheat Preguntados\bin\x86\Debug\Cheat Preguntados.exe.config +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Cheat Preguntados\Cheat Preguntados\bin\x86\Debug\Cheat Preguntados.exe +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Cheat Preguntados\Cheat Preguntados\bin\x86\Debug\Cheat Preguntados.pdb +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Cheat Preguntados\Cheat Preguntados\bin\x86\Debug\Colorful.Console.dll +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Cheat Preguntados\Cheat Preguntados\obj\x86\Debug\Cheat Preguntados.csprojResolveAssemblyReference.cache +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Cheat Preguntados\Cheat Preguntados\obj\x86\Debug\Cheat Preguntados.exe +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Cheat Preguntados\Cheat Preguntados\obj\x86\Debug\Cheat Preguntados.pdb diff --git a/Cheat Preguntados/obj/x86/Debug/Cheat Preguntados.csprojResolveAssemblyReference.cache b/Cheat Preguntados/obj/x86/Debug/Cheat Preguntados.csprojResolveAssemblyReference.cache new file mode 100644 index 0000000..b8068d6 Binary files /dev/null and b/Cheat Preguntados/obj/x86/Debug/Cheat Preguntados.csprojResolveAssemblyReference.cache differ diff --git a/Cheat Preguntados/obj/x86/Debug/Cheat Preguntados.exe b/Cheat Preguntados/obj/x86/Debug/Cheat Preguntados.exe new file mode 100644 index 0000000..5f87c9d Binary files /dev/null and b/Cheat Preguntados/obj/x86/Debug/Cheat Preguntados.exe differ diff --git a/Cheat Preguntados/obj/x86/Debug/Cheat Preguntados.pdb b/Cheat Preguntados/obj/x86/Debug/Cheat Preguntados.pdb new file mode 100644 index 0000000..47140ad Binary files /dev/null and b/Cheat Preguntados/obj/x86/Debug/Cheat Preguntados.pdb differ diff --git a/Cheat Preguntados/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Cheat Preguntados/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..3dca50d Binary files /dev/null and b/Cheat Preguntados/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Cheat Preguntados/obj/x86/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs b/Cheat Preguntados/obj/x86/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs new file mode 100644 index 0000000..e69de29 diff --git a/Cheat Preguntados/obj/x86/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs b/Cheat Preguntados/obj/x86/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs new file mode 100644 index 0000000..e69de29 diff --git a/Cheat Preguntados/obj/x86/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs b/Cheat Preguntados/obj/x86/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs new file mode 100644 index 0000000..e69de29 diff --git a/Cheat Preguntados/obj/x86/Release/Cheat Preguntados.csproj.FileListAbsolute.txt b/Cheat Preguntados/obj/x86/Release/Cheat Preguntados.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..f7188a5 --- /dev/null +++ b/Cheat Preguntados/obj/x86/Release/Cheat Preguntados.csproj.FileListAbsolute.txt @@ -0,0 +1,8 @@ +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Cheat Preguntados\Cheat Preguntados\bin\x86\Release\FiddlerCore4.dll +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Cheat Preguntados\Cheat Preguntados\bin\x86\Release\Newtonsoft.Json.dll +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Cheat Preguntados\Cheat Preguntados\bin\x86\Release\Cheat Preguntados.exe.config +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Cheat Preguntados\Cheat Preguntados\bin\x86\Release\Cheat Preguntados.exe +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Cheat Preguntados\Cheat Preguntados\bin\x86\Release\Cheat Preguntados.pdb +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Cheat Preguntados\Cheat Preguntados\bin\x86\Release\Colorful.Console.dll +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Cheat Preguntados\Cheat Preguntados\obj\x86\Release\Cheat Preguntados.exe +C:\Users\JAX\Documents\Visual Studio 2015\Projects\Cheat Preguntados\Cheat Preguntados\obj\x86\Release\Cheat Preguntados.pdb diff --git a/Cheat Preguntados/obj/x86/Release/Cheat Preguntados.exe b/Cheat Preguntados/obj/x86/Release/Cheat Preguntados.exe new file mode 100644 index 0000000..dd7a8b3 Binary files /dev/null and b/Cheat Preguntados/obj/x86/Release/Cheat Preguntados.exe differ diff --git a/Cheat Preguntados/obj/x86/Release/Cheat Preguntados.pdb b/Cheat Preguntados/obj/x86/Release/Cheat Preguntados.pdb new file mode 100644 index 0000000..ec00600 Binary files /dev/null and b/Cheat Preguntados/obj/x86/Release/Cheat Preguntados.pdb differ diff --git a/Cheat Preguntados/obj/x86/Release/DesignTimeResolveAssemblyReferencesInput.cache b/Cheat Preguntados/obj/x86/Release/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..344c752 Binary files /dev/null and b/Cheat Preguntados/obj/x86/Release/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Cheat Preguntados/obj/x86/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs b/Cheat Preguntados/obj/x86/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs new file mode 100644 index 0000000..e69de29 diff --git a/Cheat Preguntados/obj/x86/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs b/Cheat Preguntados/obj/x86/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs new file mode 100644 index 0000000..e69de29 diff --git a/Cheat Preguntados/obj/x86/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs b/Cheat Preguntados/obj/x86/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs new file mode 100644 index 0000000..e69de29 diff --git a/Cheat Preguntados/packages.config b/Cheat Preguntados/packages.config new file mode 100644 index 0000000..c19da22 --- /dev/null +++ b/Cheat Preguntados/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/packages/Colorful.Console.1.2.9/Colorful.Console.1.2.9.nupkg b/packages/Colorful.Console.1.2.9/Colorful.Console.1.2.9.nupkg new file mode 100644 index 0000000..37bce0c Binary files /dev/null and b/packages/Colorful.Console.1.2.9/Colorful.Console.1.2.9.nupkg differ diff --git a/packages/Colorful.Console.1.2.9/lib/net40/Colorful.Console.dll b/packages/Colorful.Console.1.2.9/lib/net40/Colorful.Console.dll new file mode 100644 index 0000000..41fc4cd Binary files /dev/null and b/packages/Colorful.Console.1.2.9/lib/net40/Colorful.Console.dll differ diff --git a/packages/Colorful.Console.1.2.9/lib/net45/Colorful.Console.dll b/packages/Colorful.Console.1.2.9/lib/net45/Colorful.Console.dll new file mode 100644 index 0000000..fafff68 Binary files /dev/null and b/packages/Colorful.Console.1.2.9/lib/net45/Colorful.Console.dll differ diff --git a/packages/Colorful.Console.1.2.9/lib/net451/Colorful.Console.dll b/packages/Colorful.Console.1.2.9/lib/net451/Colorful.Console.dll new file mode 100644 index 0000000..e17d36f Binary files /dev/null and b/packages/Colorful.Console.1.2.9/lib/net451/Colorful.Console.dll differ diff --git a/packages/Colorful.Console.1.2.9/lib/net452/Colorful.Console.dll b/packages/Colorful.Console.1.2.9/lib/net452/Colorful.Console.dll new file mode 100644 index 0000000..5e3061e Binary files /dev/null and b/packages/Colorful.Console.1.2.9/lib/net452/Colorful.Console.dll differ diff --git a/packages/Colorful.Console.1.2.9/lib/net46/Colorful.Console.dll b/packages/Colorful.Console.1.2.9/lib/net46/Colorful.Console.dll new file mode 100644 index 0000000..8ccb7f4 Binary files /dev/null and b/packages/Colorful.Console.1.2.9/lib/net46/Colorful.Console.dll differ diff --git a/packages/Colorful.Console.1.2.9/lib/net461/Colorful.Console.dll b/packages/Colorful.Console.1.2.9/lib/net461/Colorful.Console.dll new file mode 100644 index 0000000..8315ace Binary files /dev/null and b/packages/Colorful.Console.1.2.9/lib/net461/Colorful.Console.dll differ diff --git a/packages/Colorful.Console.1.2.9/lib/netstandard2.0/Colorful.Console.dll b/packages/Colorful.Console.1.2.9/lib/netstandard2.0/Colorful.Console.dll new file mode 100644 index 0000000..5654e2c Binary files /dev/null and b/packages/Colorful.Console.1.2.9/lib/netstandard2.0/Colorful.Console.dll differ