EXITSUCCESS Posted April 11, 2013 Share Posted April 11, 2013 Does anyone know code that I could incorporate into my scripts that would check for this screen while banking (comes up first bank after login) and then hit "yes, I want the pin" so that its not a problem if the bot ends up loging out/in Thanks Link to comment Share on other sites More sharing options...
Expansion Posted April 11, 2013 Share Posted April 11, 2013 Wait 7 days, then bot. Will be the fastest. Link to comment Share on other sites More sharing options...
Krulvis Posted April 11, 2013 Share Posted April 11, 2013 selectInterfaceOption(14, 225, "Ok") <-- this should do it. Just make a if(client.getBank().isOpen()){ <run script> } 14 is the bank interface and 225 is the message saying "yes, I really want this PIN or something like that. Link to comment Share on other sites More sharing options...
GoldenGates Posted April 11, 2013 Share Posted April 11, 2013 selectInterfaceOption(14, 225, "Ok") <-- this should do it. Just make a if(client.getBank().isOpen()){ <run script> } 14 is the bank interface and 225 is the message saying "yes, I really want this PIN or something like that. If you don't know how to work with interfaces, just move mouse to a certain position and click if bank is open and client.getInterface(14).isValid Link to comment Share on other sites More sharing options...