Jump to content

brad25

Active Members
  • Posts

    60
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

brad25's Achievements

Wayfarer

Wayfarer (2/7)

0

Reputation

  1. Hello, I'm trying to figure out how to check a numbers value in a <td> on a website. For example if <td>25</td> is greater than 15 do something, else do something different. Thanks to anyone who can help with this.
  2. while 1 $coord = PixelSearch( 170, 89, 1100, 700, 0xd02929) $yoyoy = PixelSearch( 170, 89, 1100, 700, 0xc72626) $yovyoy = PixelSearch( 170, 89, 1100, 700, 0xc82626) If Not @error Then ;if the colors above are not found i want it to do this below Else MouseClick("right") sleep(5000) MouseClick("left") sleep(1500) EndIf WEnd
  3. anyone?
  4. ok i can get the pixelsearch part to work just getting the conditional statement to msgbox the color has not been found im struggling with . Maybe an example?
  5. Thanks for the fast reply my question is how do i make it sleep until this code is no longer true$coord = PixelSearch( 170, 89, 1100, 700, 0xd02929)
  6. Ok having a hard time figuring this out im wanting my program to sleep as long as it finds this color. So its gonna be in a loop to keep checking for a change. $coord = PixelSearch( 170, 89, 1100, 700, 0xd02929) and when it no longer see's the color to MsgBox(4096, "Test", "color not found any longer", 10) any help would be great and i cant use pixelgetcolor as the cords of the color will change thanks.
  7. got it thanks
  8. Hi everyone how do i get a while loop to run say 10 times then exit?
  9. Hi everyone Im puting this function _NowTime() into a msgbox it shows the time allright but im wanting it to stay real time by this i mean count the seconds minutes ect. I have to re-run the script for it to change can someone point me to the right direction thanks.
  10. I cant read or edit the ini files i have uploaded to dropbox with my program. I guess ill have to find free website hosting and upload it to that or if anyone has any other ideas?
  11. would dropbox have to be installed on every computer using the software?
  12. I dont have a website atm was trying to find some free hosting i dont need that much storage. the way i have my prog setup it creates the ini files also so i dont even have to make them. So InetGet() will make the ini file on the website then send it to the local machine and all changes made?
  13. Hello I have made a program that creates ini files and save users info to it. Im wanting to somehow point the ini files to goto some sorta file hosting site and not host them local so mulitable people can use this and all the info stays current any ideas?
  14. Is there a way to read the entire ini file? The thing is the user writes the section names from the GUI I can read all the section names is there a way to use inireadsectionnames to display the entire ini into a inputbox?
  15. BrewManNH Help lol
×
×
  • Create New...