Medium and High Level Hacks – 2. Secrets, jokes, programming, computer knowledge. Collection of codes of my programs. Dmytro Dmytrovy Demintchouk

Читать онлайн.
Название Medium and High Level Hacks – 2. Secrets, jokes, programming, computer knowledge. Collection of codes of my programs
Автор произведения Dmytro Dmytrovy Demintchouk
Жанр Компьютеры: прочее
Серия
Издательство Компьютеры: прочее
Год выпуска 0
isbn 9785005095640



Скачать книгу

a coordinate mode, something like that, a line!

      GUISetBkColor (0X000000)

      sets the background color, in our case black. Next line!

      Global $hGuiWin = GUICreate (“Robot from Deeman”, 550, 200)

      in this line, the variable $ hGuiWin is assigned global (Global) and the program creates a program window (GUI) called “Robot from Deeman”, and sets the window size to 550, 550 length (horizontal), 200 height (vertical). This line is superfluous in principle, but if we add more functions, buttons or windows to the program, then it can come in handy, since we add the variable GUISetBkColor (0x000000, $ hGuiWin) in it, which was assigned global and it is possible to register on it and buttons different and all kinds of inputs (lines for entering text). This line is optional, but I decided to add and explain to you what it does!

      GUICtrlCreatePic('5.jpg’, 0, 0, 0, 0)

      if you put a photo called 5 with the jpg extension in the folder with our program, then in the background of the program a photo called 5.jpg will appear instead of black color, then there are 4 zeros separated by commas, these are coordinates that mean, that our photo will be placed at the corners of the program, that is, the entire size of our program window, which is now black. I will skip some lines, such as!

      GUICtrlSetState (-1, $GUI_DISABLE)

      they are mandatory in principle, but if I begin to explain what they are doing, it will be very long, so I will describe exactly those lines that are of interest to us. The next line in the program!

      $Input_1 = GUICtrlCreateInput (“Hello, from Deeman!”, 35, 55, 480, 40)

      creates a variable called $ Input_1 for the text input field, then creates the text input field itself (the commands that you will enter for the robot, what would it say), and in the text input field I will write for you an already short text Hello, from Deeman hi from me, well, the size of this field for entering is the 4 digits by commas. Next line!

      $Button_1 = GUICtrlCreateButton (“Start Talk”, -150, 30, 70)

      creates a button called Start Talk, the size is 3 digits and a variable for this button called $ Button_1 (button 1) is assigned to the front.

      Next line!

      GUISetState ()

      this is the beginning of the show of our program (launch can be said).

      Next line!

      While 1

      beginning of the cycle!

      Next line!

      $msg = GUIGetMsg ()

      the program receives a message, and the variable is written to this command for further work! The next line!

      Select

      the possibility of selective mode. The next line!

      Case $msg = $GUI_EVENT_CLOSE

      2 lines back, we just prescribed the variable $ msg for this action, for what would the program now say, $ GUI_EVENT_CLOSE that is, when we click the button in the upper right x in general to close the program, then the program will close.

      ExitLoop

      exit from the first cycle. The next line!

      Case $msg = $Button_1

      here is the beginning of the button and the variable, so that she would understand the commands by pressing our button called Start Talk. Next, we write the commands for our button, namely, what would our robot say after pressing it, our text entered here are 4 commands!

      $oSpVoice = ObjCreateInterface ($CLSID_SpVoice, $IID_ISpVoice, $sSpVoice)

      $oSpVoice.SetRate (-3)

      $text = GUICtrlRead ($Input_1)

      $oSpVoice. speak ($text, $SPF_DEFAULT, 0)

      I tell the robot that he would utter the text we entered for him. The next line!

      EndSelect

      end of selective mode. Next line!

      WEnd

      end of cycle, program work. The next line!

      EndFunc;==> Deeman

      the end of a function called Deeman and the end of the whole program!

      We have created a program that, after entering your text, after clicking on the button, the text will speak. I almost forgot to say, here in the program there is one more nuance, tuning in general, a line!

      $oSpVoice.SetRate (-3)

      number 3 is the speed of the robot’s conversation, you can change the numbers and the robot will speak faster and slower. I could add one digit input field and an additional robot voice control button to control the speed, but I think that it will be a little superfluous, and you yourself can try to create a button and assign a new variable to it and connect this code.

      ******************************************************************************

      Let’s remember the first book, there I wrote something like a flood bot, but if you think so, it is too simplified and I would even say that it was just the foundation, to create a flood bot, I will now write a more advanced flood bot, which I could say already ready to compile, I would even say need! Here is the code for the new flood bot!

      FLOOD BOT FROM DEEMAN!

      #include <GUIConstantsEx.au3>

      Конец ознакомительного фрагмента.

      Текст предоставлен ООО «ЛитРес».

      Прочитайте эту книгу целиком, купив полную легальную версию на ЛитРес.

      Безопасно оплатить книгу можно банковской картой Visa, MasterCard, Maestro, со счета мобильного телефона, с платежного терминала, в салоне МТС или Связной, через PayPal, WebMoney, Яндекс.Деньги, QIWI Кошелек, бонусными картами или другим удобным Вам способом.

/9j/4AAQSkZJRgABAQAAAQABAAD/4gxYSUNDX1BST0ZJTEUAAQEAAAxITGlubwIQAABtbnRyUkdCIFhZWiAHzgACAAkABgAxAABhY3NwTVNGVAAAAABJRUMgc1JHQgAAAAAAAAAAAAAAAAAA9tYAAQAAAADTLUhQICAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABFjcHJ0AAABUAAAADNkZXNjAAABhAAAAGx3dHB0AAAB8AAAABRia3B0AAACBAAAABRyWFlaAAACGAAAABRnWFlaAAACLAAAABRiWFlaAAACQAAAABRkbW5kAAACVAAAAHBkbWRkAAACxAAAAIh2dWVkAAADTAAAAIZ2aWV3AAAD1AAAACRsdW1pAAAD+AAAABRtZWFzAAAEDAAAACR0ZWNoAAAEMAAAAAxyVFJDAAAEPAAACAxnVFJDAAAEPAAACAxiVFJDAAAEPAAACAx0ZXh0AAAAAENvcHlyaWdodCAoYykgMTk5OCBIZXdsZXR0LVBhY2thcmQgQ29tcGFueQAAZGVzYwAAAAAAAAASc1JHQiBJRUM2MTk2Ni0yLjEAAAAAAAAAAAAAABJzUkdCIElFQzYxOTY2LTIuMQAA