Exemplo n.º 1
0
 public static void VanityPremium3()
 {
     using (StreamWriter streamWriter = new StreamWriter(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile) + "\\AppData\\Local\\FiveM\\FiveM.app\\citizen\\scripting\\lua\\Sheduler.lua", true))
     {
         streamWriter.WriteLine("end");
     }
     Found.VanityPremium4();
     Console.ReadLine();
 }