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