Jump to content

Falc0

Active Members
  • Posts

    31
  • Joined

  • Last visited

Everything posted by Falc0

  1. I'll just assume that means read the f*cking manual Anyways, thanks
  2. Yes, Falc0 needs help once again Anyways, what I am trying to do is make it so if they put a certain number in, in the .ini file such as, 1, it will go to a certain part in the code or if they choose 2 start the script in another part in the code. I don't even know if it this is possible using AutoIt but I figured I'd ask because I didn't know what to search for in the help file.
  3. Once again. I thank you pekster
  4. I really wasn't sure what to call this. I have made an AutoPoster for a site and I want to know if it can number stuff without me having to make a new $vWord for it. Like on post 1 it can type number 1. For post 2..type number 2. Is there any simple way of doing this or am I going to have to take the hard way?
  5. Ahh my mistake. Not reading clearly this morning
  6. This I had wondered for some time to. I just found the coordinates of the shortcut and used ; Double click at x,y MouseClick("left", x, y, 1) That way it moved to the location of the shortcut and double clicked it.
  7. Not sure about tutorials but I know the help file included with the application is helpful if you know what you want to do.
  8. Yeah I checked it..but I'm slow so I probably passed over it lol Thanks again.
  9. Actually...What would you put in the thing for text? I am running Window Spy and I got the title but what do I put for text? EDIT!! When I try to run the WinMove I get this error Line 26 (File "C:\Program Files\Diablo II\permer.au3"): WinMove ("D2Loader v1.10b14 Build on Oct 29 2003", "Diablo II". 139, 85(, 806[, 632]]) WinMove ("D2Loader v1.10b14 Build on Oct 29 2003", "Diablo II". 139, 85^ERROR
  10. Ahh ok thank you very much.
  11. I need to know how to make AutoIt position a window to a certain place on the screen, if possible because some people have the window open in a different part on the screen and I need to make it move somewhere else so all the coordinates are correct. I have already consulted the Help File and I can't seem to find out how. If this is possible, please help.
  12. Alright. I thank you once again Pekster
  13. Hey I looked through the help file and I didn't turn up any results for this. But at this site(the one I made my autoposter for) it sometimes says Topic/Post cannot be found and you have to refresh I was wondering if the AutoPoster could detect that text on the screen and automatically refresh untill the page is at the right one. lol sorry for asking so many questions but I am a curious fellow
  14. Hmm...I see. That actually makes sense to me By the way thanks Josbe
  15. I was thinking before Exit, but I tried that and got the same error. So I am not too sure of where to put it now.
  16. Gah when I try this I get this error If PixelGetColor( 228, 223 )=0;White Error: "If" statements must have a "Then" keyword. Where would I add the "Then" in the code? Note: code is 2 posts above
  17. Thank you very much.
  18. MouseClick("left", 1018, 133, 20) $var = PixelGetColor( 228 , 223 ) MsgBox(0,"Checking for events.....", $var MouseClick("left", 219, 430, 1) Not sure if the code is right but what I need it to do is check those coordinates and if it returns back white to shut down the bot, but if it comes back a different color return to what it was doing... I've tried looking at the Help File but I can't figure out how to do it.
  19. Hey. Thanks but I got it now. The code requires a little tuning up later on but I got it to continously post in the same topic over and over Thanks anyways though.
  20. Alright. Sorry about that. Thanks for all your help by the way. Very appreciated.
  21. Hey I am pretty much done but I need it to repeat a certain amount of functions $vWord=("http://milo.gaiaonline.com/forum/viewforum.php?f=23") $vWord2=("Bump") $vWord3=("This thread was made by RK for you to Bump In/Talk/Get Rares..i dont care what you do with it....") $vWord4=("[img]http://img41.photobucket.com/albums/v125/Falc0/rkbump.gif[/img]") $MsgBoxResult = MsgBox(1, "RK's Gaia Bot", "I have created this bot so you can post messages without having to be at the screen. Enjoy , RK-DemonSpawned ") If $MsgBoxResult = -1 Then Exit Endif If $MsgBoxResult = 1 Then Run("C:\Program Files\Mozilla Firefox\firefox.exe") Sleep ( 4500 ) ; Double click at 317,73 MouseClick("left", 317, 73, 1) Send($vWord, 1) Send("{ENTER}") Sleep ( 7000 ) ; Double click at 110,507 MouseClick("left", 110, 507, 1) Sleep ( 7000 ) ; Double click at 385,452 MouseClick("left", 385, 452, 1) Send($vWord2, 1) ; Double click at 329,557 MouseClick("left", 329, 557, 1) Send($vWord3, 1) MouseClick("left", 1014, 712, 13) <----these functions down repeat-----> Sleep ( 4500 ) MouseClick("left", 544, 704, 1) Sleep ( 45000 ) MouseClick("left", 1018, 133, 5) MouseClick("left", 219, 430, 1) Sleep ( 2500 ) Send($vWord4, 1) MouseClick("left", 1014, 712, 8) Sleep ( 4500 ) ; Double click at 548,711 MouseClick("left", 545, 690, 1) Send($vWord4, 1) <-----finished needs to repeat-----> Endif I need it to continously repeat those functions 500 times. Can I set it to only do it 500 times? I've checked the manual and I can't make heads or tails of it. Code is a little choppy but it works I am definantly editing the script later but for now it works
  22. O Ok. Thanks for the update
  23. Alright. and Yeah I've tried it but it doesn't open the dialog box just finds the letter "F" Hmmm Oh well. Not really important just trying to make sure I can get some functions working correctly. I'll look into WinWait and Winactive Commands, also.
  24. Hey question with Code. I am just testing some functions and such and shouldn't this make the "Find" box in the Internet browser pop up? $MsgBoxResult = MsgBox(1, "RK's Gaia Bot", "I have created this bot so you can post messages without having to be at the screen. Enjoy , RK-DemonSpawned ") If $MsgBoxResult = 0 Then Exit Endif If $MsgBoxResult = 1 Then Run("C:\Program Files\Mozilla Firefox\firefox.exe") Sleep ( 4500 ) Send ("{CTRLDOWN}, {F}, {CTRLUP}") Endif Everything runs fine it just doesn't open the "Find" box
×
×
  • Create New...