Monday, October 20, 2008

advisor code FTL

I don't NEED no advisor code to know how to rock!


ie=IE.new
ie.goto("//editedoutsoidontgetintrouble//")
ie.text_field(:name,"j_username").set("70000097")
ie.text_field(:name,"j_password").set("salamiisdelicious")
ie.button(:value,"Authenticate").click
for i in 0..9999
 puts i
 if i % 3 == 0
  ie.goto("//editedoutsoidontgetintrouble//")
 end
 ie.text_field(:name,"_InField").set(sprintf("%04d",i))
 ie.form(:name,"FIND").submit
end

3 comments:

Chuck said...

That would have saved me the trouble of walking 15 minutes to Giannini Hall (pronounced like panini, sigh).

kiyoshi said...

It takes a long time to crack, measured in hours. And it also works best with IE, the Firefox version is way too buggy, and the Safari version probably is just the same.

Chuck said...

salami is dericious

any code that's dericious must be worth it