Facebook
From Violet Hedgehog, 3 Years ago, written in Plain Text.
This paste is a reply to Bot na siłownie LS-Stories from JoaqX3 - view diff
Embed
Download Paste or View Raw
Hits: 306
  1. #include <GUIConstantsEx.au3>
  2. HotKeySet("{HOME}", "_Exit")
  3. $hGUI = GUICreate("Bot na siłownie LS-Stories", 300, 50)
  4. $hLabel = GUICtrlCreateLabel("Działa! Aby wyjść naciśnij HOME." & @LF & "Autor: JoaqX3"  & @LF & "Data wydania: 16.01.2018", 10, 10)
  5. GUISetState()
  6. While 1
  7. While Sleep(1000)
  8. Send('{Space down}')
  9. Sleep(1700)
  10. Send('{space up}')
  11. Wend
  12. Switch GUIGetMsg()
  13. Case $GUI_E VENT_CLOSE
  14. Exit
  15. EndSwitch
  16. WEnd
  17. EndFunc
  18. Func _Exit()
  19. MsgBox(0, "Bot na siłownie LS-Stories", "Do następnego razu! :)")
  20. Exit

Replies to Re: Bot na siłownie LS-Stories rss

Title Name Language When
Re: Re: Bot na siłownie LS-Stories Anorexic Matamata text 2 Years ago.