-
Posts
12 -
Joined
-
Last visited
seamonkeysproject's Achievements

Seeker (1/7)
0
Reputation
-
KodaFormDesigner+Scite Editor
seamonkeysproject replied to seamonkeysproject's topic in AutoIt GUI Help and Support
Yes Thats true Yes I did understand that why you did use it, and that was very good, because then I saw the whole thing work step by step as it should do in a slowly motion :) Thats why Im also gonna use Timerinit now. You did show me that it can be good to use Thanks alot Melba23 That was very kind of you -
seamonkeysproject reacted to a post in a topic: KodaFormDesigner+Scite Editor
-
KodaFormDesigner+Scite Editor
seamonkeysproject replied to seamonkeysproject's topic in AutoIt GUI Help and Support
Im gonna start use that Timerinit. When I do work in script, so not everything collapse on my computer like before. I think its a good way. Easier to might also find the things who do not work, step by step. -
KodaFormDesigner+Scite Editor
seamonkeysproject replied to seamonkeysproject's topic in AutoIt GUI Help and Support
WoW! On that way it did work alot better,Melba23! So why do you use TimerInit, it runs better aslong we have a Button whos gonna have 2 separated activity?? I didnt know that I could have it without SLeep. I did understand your work, but the way you have done it it looks also more perfect! And now you have learned me also that I can have more in 1 button, aslong we toggle tha main flag? Am I correct ? Thank Alot,Melba23! I will show you later how my work will look And I know I will need that you learned me now You`re the best -
KodaFormDesigner+Scite Editor
seamonkeysproject replied to seamonkeysproject's topic in AutoIt GUI Help and Support
Ok thanks Melba23 Im gonna read abit about it. Sorry for might being a martyr, thats not what I want to let others see it from. But it might my bad english. But I dosent mean nothing personals with my words. But it did maybe look like that. Im gonna eat now, while iam reading a bit. :) -
KodaFormDesigner+Scite Editor
seamonkeysproject replied to seamonkeysproject's topic in AutoIt GUI Help and Support
I am not trying to lie. Only thing I want to know in the beginning is how I can get more than 1 Button to work. While maybe some others is activated. And then have some who can send keys/msg to send you to another page. While the Video I will put in there should not stop when i wanna click on something else. And its not gonna be to anything to game to do, its to music, music video, homepage of the band. But iam sorry guys if you only think its a game bot, but I do understand it looks like 1. but it will not look like that in the end. And Iam sorry for my bad english, but I try as good as I can. But aslong this thread/topic looks like a something to do with a game again, I might will try to figure it out by my self. And read more about things about GUI and functions. So you can just remove or delete the topic. cause it dosent looks like someone want to learn me to use the functions with Buttons,Or tell me what Iam doing wrong since It dosent work like it should be. but I tried atleats and post here. -
KodaFormDesigner+Scite Editor
seamonkeysproject replied to seamonkeysproject's topic in AutoIt GUI Help and Support
Its not a game bot, why should I use gamebot if I wanted to play a game?And I know thats not allowed to ask or show in here. And its also not allowed to use in games.But Im not a gamer, Iam a part of a artist who works as painting arts for music bands. Iam not a person who use bots on games. Im trying to gonna make something to a friend of me in a music band Melba23. And when Im gonna design it it gonna stand for that band. But first of all I need to learn me how to use these buttons correctly, so they can start to work 100% I have also started to do the design in PS PhotoShop). But its not in the PS I got the problems. in the end it will also be videos (musicvideos) in it and stuff. But I have to learn steps by steps,.But i need to got the buttons to work as they should do. -
KodaFormDesigner+Scite Editor
seamonkeysproject replied to seamonkeysproject's topic in AutoIt GUI Help and Support
Sorry I did forget that part,BrewManNH Thanks you -
Iam very new in this, but I cant get this to work 100%. This is what want it to do : Button1 = Start to activate to send 2 keys out. Until I press Button 5 it should set in pause mode. Button2 = Start to send 1 key out, while button1 is still activated. If I click the second time on it,i want it to deactivate button2. Button3 = Start to send 1 key out, while button 1 and 2 are activated. Until pressed again in a deactivated mode. Button4 = Start to send 2 keys out, if button1,button2 & button3 are avtivated. If pressed again, deactivate the mode of Button4. Button5 = Want I to set as a PauseMode/Stop. Like it deactivate all the buttons activity. But i do not get it to work 100%, I get only Button1s function to work, and if I press also button 5 it does not stop at all, if iam out of my script it starts again automatic Some who does now how I should do it, is there a easier way to do it? It collapse very often :/ I will be gratefull with some tips or hints. But I will still try to get it to work. #include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #Region ### START Koda GUI section ### Form= $Form2 = GUICreate("Form2", 405, 294, 391, 270) $Button1 = GUICtrlCreateButton("activate", 128, 64, 131, 25) $Button2 = GUICtrlCreateButton("send1", 136, 96, 115, 25) $Button3 = GUICtrlCreateButton("send2", 136, 136, 115, 25) $Button4 = GUICtrlCreateButton("pause/resume", 120, 176, 147, 25) $Button5 = GUICtrlCreateButton("exit", 120, 224, 147, 25) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### HotKeySet( "{F3}", "exitthescript" ) Func activate() While 1 Send( "{s}" ) Sleep(10) Send( "{ENTER}" ) WEnd EndFunc Sleep(1000) Func send1() While 1 Send( "{}" ) Sleep(100) Send( "{}" ) WEnd EndFunc Func send2() While 1 Send( "{}" ) Sleep(100) Send( "{}" ) WEnd EndFunc Func pause/resume() While 1 Send( "{p}" ) Exit WEnd EndFunc Func exitthescript() Exit EndFunc While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit Case $Button1 activate() Case $Button2 send1() Case $Button3 send2() Case $Button4 pause/resume() Case $Button5 exitthescript() EndSwitch WEnd
-
seamonkeysproject reacted to a post in a topic: Need some help in my script ( KodaFormDesign +SciteEditor)
-
seamonkeysproject reacted to a post in a topic: Need some help in my script ( KodaFormDesign +SciteEditor)
-
Hello ! Iam very new in this. Thats why iam trying to make a simple one. That one I am working on are having 3 Buttons. 1 for Start Attack and send a Key. And the second Button is for to take on more ammo, while the First Button is still attacking,who should also send the key. The third Button is to Stop / Pause these ammo. It starts to do the first Button, But not the rest, Iam not sure whats the problem, cause Iam very new on this. But its exciting. But I have been stucked for so many hours now, so I could use some help. if there should be one out ther who wouldnt mind to help me out
-
Hello ! Iam very new in this. Thats why iam trying to make a simple one. That one I am working on are having 3 Buttons. 1 for Start Attack and send a Key. And the second Button is for to take on more ammo, while the First Button is still attacking,who should also send the key. The third Button is to Stop / Pause these ammo. It starts to do the first Button, But not the rest, Iam not sure whats the problem, cause Iam very new on this. But its exciting. But I have been stucked for so many hours now, so I could use some help. if there should be one out ther who wouldnt mind to help me out