Jump to content

Faustvii

Active Members
  • Posts

    144
  • Joined

  • Last visited

Faustvii's Achievements

Adventurer

Adventurer (3/7)

0

Reputation

  1. Thanks, Got it working
  2. Func _AccessAdmin() $oIE = _IECreate("http://127.0.0.1") $oForm = _IEFormGetCollection($oIE, 0) $oUserField = _IEFormElementGetCollection($oForm, 0) $oPassField = _IEFormElementGetCollection($oForm, 1) _IEFormElementSetValue($oUserField, "Username") _IEFormElementSetValue($oPassField, "Password") $LoginCheck = _IEFormSubmit($oForm) If $LoginCheck = -1 Then _IENavigate($oIE, "https://127.0.0.1/admin.htm") Else _IEQuit($oIE) EndIf EndFunc ;==>_AccessAdmin What i want to check is if it successfully login, for instance if the password is wrong it would not login but it seems that the IEFormSubmit still returns -1(success) when the password or username is wrong.
  3. umm okay program.. quite usefull..
  4. ty larry i got it working
  5. i tried using it but i only see coords?? i cant use them to that can i???
  6. okay.. i want to know how do i find left, right, top and bottom cause you need it in pixelsearch.
  7. Tyvm for the help
  8. Tyvm for that link.. How do i do so it only looks in winlogon.exe and not all the others?
  9. hi i dont know if autoit is able to find a path to a running process lets say winlogon.exe then it should give you the path to the dir of the process does anybody know if autoit is able to do that? if yes can anyone give me an exsample ?
  10. no lol he cant make a good script..
  11. yes but he doesnt like it cause it gives him alot of errors when working whit tcp..
  12. lol bangs dead..
  13. Yes bang is a script ripper and he should be perm banned from this forum and it should be ip ban.. so we dont see hes face again
  14. Yes bang why do you think we made that autoit blocker?.. no script ripping on the school for you..
×
×
  • Create New...