Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 07/26/13 in all areas

  1. Hi.. first of all i wanna say thx to TJs Typewriter-Plugin which brings me some ideas to do that without any Plugin. The Problem i saw was to get a x-yMousePosition to use this Plugin. Which made the Plugin not in every case usefull. So here my Code-Snipped to do this without x-yPos navigate("www.google.com", "Wait") wait for element(<name="q">, 10, "Appear") typewrite(0.0, 0.3, "<name=\"q\">", "isnt it a nice typewritereffect?") define typewrite(#TW min wait time, #TW max wait time, #TW Formfield, #TW text) { set(#TW min wait time, #TW min wait time, "Global") set(#TW ma
    1 point
  2. Just add a "loop while" around the captcha commands, and loop while captcha image is displayed ( when gone, bot should exit this loop and proceed with code bellow).
    1 point
  3. Would be awesome if you're able to code a solution for this. We are still waiting on Seth's "big update" to ubot that was announced like over six months ago, so I'm not gonna hold my breath for them to make updates to their API.
    1 point
  4. yes it will the above isn't actual code here is the actual code to use set(#temp, 5, "Global") loop($list total(%name)) { comment("change 5 in the comparison below to the number of urls you want to loop before it changes") if($comparison(#temp, ">=", 5)) { then { change proxy("None") set(#temp, 1, "Global") } else { increment(#temp) } } } This ensures it changes before first url. otherwise if you dont want to change on first set of urls, change the first set variable for temp to 1
    1 point
  5. Id be willing to give it a shot. PM me to discuss $..
    1 point
×
×
  • Create New...