Guest User

Untitled

a guest
Nov 29th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 4.05 KB | None | 0 0
  1. #cs ----------------------------------------------------------------------------
  2.  
  3.  Scriptversion:     0.1
  4.  AutoIt Version:    3.3.6.1
  5.  Author:            Anonym
  6.  
  7.  Script Function:   ask.fm Fragebot
  8.  
  9.  Template AutoIt script.
  10.  
  11. #ce ----------------------------------------------------------------------------
  12.  
  13. ; Script Start - Add your code below here
  14.  
  15. HotKeySet("{F5}","_Exit")
  16.  
  17. Sleep(5000)
  18.  
  19. While 1
  20.  
  21. $anrede = "Hallo, "
  22. $einleitung = "ich wollte schon immer folgendes wissen: "
  23. $frage = "Magst du "
  24. $objekt = "Pandabären?"
  25.  
  26. $zufallszahl = Random(0,9,1)
  27.  
  28. if $zufallszahl == 1 Then
  29.     $anrede = "Hallo, "
  30. EndIf
  31.  
  32. if $zufallszahl == 2 Then
  33.     $anrede = "Guten Morgen, "
  34. EndIf
  35.  
  36. if $zufallszahl == 3 Then
  37.     $anrede = "Schönen guten Abend, "
  38. EndIf
  39.  
  40. if $zufallszahl == 4 Then
  41.     $anrede = "Mahlzeit, "
  42. EndIf
  43.  
  44. if $zufallszahl == 5 Then
  45.     $anrede = "Ich grüße dich, "
  46. EndIf
  47.  
  48. if $zufallszahl == 6 Then
  49.     $anrede = "Grüß Gott, "
  50. EndIf
  51.  
  52. if $zufallszahl == 7 Then
  53.     $anrede = "Buenos Dias Senora, "
  54. EndIf
  55.  
  56. if $zufallszahl == 8 Then
  57.     $anrede = "Gegrüßet seid ihr, "
  58. EndIf
  59.  
  60. if $zufallszahl == 9 Then
  61.     $anrede = "Madame, "
  62. EndIf
  63.  
  64. ;-----------------------------------------------------------------------------------------
  65.  
  66. $zufallszahl = Random(0,9,1)
  67.  
  68. if $zufallszahl == 1 Then
  69.     $einleitung = "ich wollte schon immer folgendes wissen: "
  70. EndIf
  71.  
  72. if $zufallszahl == 2 Then
  73.     $einleitung = "folgendes beschäftigt mich schn seid längerem: "
  74. EndIf
  75.  
  76. if $zufallszahl == 3 Then
  77.     $einleitung = "ich hoffe du kannst mir auskunft über folgende Frage geben: "
  78. EndIf
  79.  
  80. if $zufallszahl == 4 Then
  81.     $einleitung = "ich denke diese Frage interresiert nicht nur mich: "
  82. EndIf
  83.  
  84. if $zufallszahl == 5 Then
  85.     $einleitung = "mit der Antwort auf diese Frage kannst du die Menschheit um einen Großen schritt nach vorne bringen: "
  86. EndIf
  87.  
  88. if $zufallszahl == 6 Then
  89.     $einleitung = "einer Frage die mich all zu oft beschäftigt: "
  90. EndIf
  91.  
  92. if $zufallszahl == 7 Then
  93.     $einleitung = "schon immer wollte ich wissen was du darauf Antworten würdest: "
  94. EndIf
  95.  
  96. if $zufallszahl == 8 Then
  97.     $einleitung = "hier eine kleine, aber dennoch wichtige Frage an dich: "
  98. EndIf
  99.  
  100. if $zufallszahl == 9 Then
  101.     $einleitung = "was ist deine Antwort auf folgende Frage: "
  102. EndIf
  103.  
  104. ;-----------------------------------------------------------------------------------------
  105.  
  106. $zufallszahl = Random(0,9,1)
  107.  
  108. if $zufallszahl == 1 Then
  109. $frage = "Magst du "
  110. EndIf
  111.  
  112. if $zufallszahl == 2 Then
  113. $frage = "Isst du gerne "
  114. EndIf
  115.  
  116. if $zufallszahl == 3 Then
  117. $frage = "Wie findest du "
  118. EndIf
  119.  
  120. if $zufallszahl == 4 Then
  121. $frage = "Was magst du besonderst an "
  122. EndIf
  123.  
  124. if $zufallszahl == 5 Then
  125. $frage = "Was würdest du als erstes mit folgendem ding machen: "
  126. EndIf
  127.  
  128. if $zufallszahl == 6 Then
  129. $frage = "Ist es das, was du schon immer wolltest: "
  130. EndIf
  131.  
  132. if $zufallszahl == 7 Then
  133. $frage = "Wie sehr wünscht du dir "
  134. EndIf
  135.  
  136. if $zufallszahl == 8 Then
  137. $frage = "Wie viel würdest du bezahlen für "
  138. EndIf
  139.  
  140. if $zufallszahl == 9 Then
  141. $frage = "Was würdest du machen wenn du ein Anonymes Geschenk aufmachst und folgendes drinnen wäre: "
  142. EndIf
  143.  
  144. ;-----------------------------------------------------------------------------------------
  145.  
  146. $zufallszahl = Random(0,9,1)
  147.  
  148. if $zufallszahl == 1 Then
  149.     $objekt = "Schokolade?"
  150. EndIf
  151.  
  152. if $zufallszahl == 2 Then
  153.     $objekt = "Bäume?"
  154. EndIf
  155.  
  156. if $zufallszahl == 3 Then
  157.     $objekt = "50 Liter Kraftsoff?"
  158. EndIf
  159.  
  160. if $zufallszahl == 4 Then
  161.     $objekt = "3 Flaschen Alkohol?"
  162. EndIf
  163.  
  164. if $zufallszahl == 5 Then
  165.     $objekt = "Tomaten?"
  166. EndIf
  167.  
  168. if $zufallszahl == 6 Then
  169.     $objekt = "Salzsträuer?"
  170. EndIf
  171.  
  172. if $zufallszahl == 7 Then
  173.     $objekt = "Hundehaufen?"
  174. EndIf
  175.  
  176. if $zufallszahl == 8 Then
  177.     $objekt = "Cheesburger?"
  178. EndIf
  179.  
  180. if $zufallszahl == 9 Then
  181.     $objekt = "Pandabären?"
  182. EndIf
  183.  
  184.  
  185. $text = $anrede & $einleitung & $frage & $objekt
  186.  
  187. MouseClick("Left","404","449")
  188. Sleep(1000)
  189. Send ($text)
  190. Sleep(1000)
  191. MouseClick("Left","1011","494")
  192. Sleep(1000)
  193. MouseClick("Left","889","449")
  194.  
  195. WEnd
  196.  
  197. Func _Exit()
  198.     Exit
  199.     EndFunc
Add Comment
Please, Sign In to add comment