set webbrowser = createobject("internetexplorer.application")
webbrowser.statusbar = false
webbrowser.menubar = false
webbrowser.toolbar = false
webbrowser.visible = true
webbrowser.navigate("
wscript.sleep(5000)
webbrowser.document.all.item("commit").click
wscript.sleep(1000)
webbrowser.navigate("
wscript.sleep(1000)
webbrowser.document.all.item("order_billing_name").click
webbrowser.document.all.item("order_billing_name").value = "Test Test"
webbrowser.document.all.item("order_email").click
webbrowser.document.all.item("order_email").value = "test@gmail.com"
webbrowser.document.all.item("order_tel").click
webbrowser.document.all.item("order_tel").value = "111-111-111"
webbrowser.document.all.item("bo").click
webbrowser.document.all.item("bo").value = "1111 NW 111th Way"
webbrowser.document.all.item("order_billing_zip").click
webbrowser.document.all.item("order_billing_zip").value = "1111"
webbrowser.document.all.item("order_billing_city").click
webbrowser.document.all.item("order_billing_city").value = "Test"
webbrowser.document.all.item("order_billing_state").click
webbrowser.document.all.item("order_billing_state").value = "FL"
webbrowser.document.all.item("nnaerb").click
Obviously save this to your computer as All files and (name).vbs
Heres the code so far, the goal is basically not to have to have a direct link to the product. Also feel free to change some of the times, its meant to go fast but I’ve put slower times for right now.