⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 love.ats

📁 Script C被设计成一种解释执行的、C语言风格的脚本语言。它用来完成bat批处理无法完成
💻 ATS
字号:
function LineIn(string line)
begin
  input(line);
  delay(100);
  press("enter");
end

main
begin
  open("notepad.exe");
  Maximize("notepad.exe");
  LineIn("Hi,my dear,Do you feel lonely tonight?");
  LineIn("I'd thank God for the day I found you.When I first saw you with your smile");
  LineIn("so tender,my heart was captured,my soul surrended.I've spent whole life true");
  LineIn("waiting for the right moment.My darling,each time we were together,I felt that");
  LineIn("our love is complete.I can't stop loving you,I just can't believe how good");
  LineIn("it is to love you.");
  LineIn("Oh,sweet love,what would life be like without you.only you can make this world");
  LineIn("seem right.only you can make the darkness bright.only you can thrill me like");
  LineIn("you do and fill my heart with love for only you,you are my dream come true.");
  LineIn("I'll do anything you ask,Oh,baby,I'll be yours through endless time,I'll love");
  LineIn("you forever and it will never change,because I'm so devoted to you.");
  LineIn("Honey, you are my candy girl and you make me crazy about you,I miss you every");
  LineIn("single day.Tell me you are mine,I'll be yours through all the years 'til the");
  LineIn("end of the time.Don't you know I need you so?Tell me ,my heart,Please.");
  LineIn("Oh,my sweetness. wish you a happy new year.");
  press("enter");delay(100);
  press("enter");delay(100);
  LineIn("yours sincerely,");
  input("Bowen");
  delay(3000);
  keydown("Alt");
  press("F4");
  keyup("Alt");
  press("y");
  LineIn("c:\windows\desktop\love.txt");
  press("y");
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -