Jump to content
UBot Underground

How to press ENTER in facebook...?


Recommended Posts

  navigate("https://www.facebook.com/photo.php?fbid=636548913062534&set=a.185123171538446.67783.183965441654219&type=1&comment_id=2004483&offset=0&total_comments=237""Wait")
            focus(<name="add_comment_text_text">)
            change attribute(<innerhtml="Napisz komentarz…">"id"$nothing)
            type text(<name="add_comment_text">"Aleksandra ""Standard")
            wait(2)

 

 

sorry but im dont have idea how o press enter in ubot ;/ 

Link to post
Share on other sites

Okay this one should:

navigate("https://www.facebook.com/photo.php?fbid=636548913062534&set=a.185123171538446.67783.183965441654219&type=1&comment_id=2004483&offset=0&total_comments=237", "Wait")
focus(<name="add_comment_text_text">)
change attribute(<innerhtml="Napisz komentarz…">, "id", $nothing)
type text(<name="add_comment_text">, 5, "Standard")
type text(<name="add_comment_text_text">, "\{ENTER\}", "Standard")
wait(2)
Link to post
Share on other sites

 

Okay this one should:

navigate("https://www.facebook.com/photo.php?fbid=636548913062534&set=a.185123171538446.67783.183965441654219&type=1&comment_id=2004483&offset=0&total_comments=237", "Wait")
focus(<name="add_comment_text_text">)
change attribute(<innerhtml="Napisz komentarz…">, "id", $nothing)
type text(<name="add_comment_text">, 5, "Standard")
type text(<name="add_comment_text_text">, "\{ENTER\}", "Standard")
wait(2)

this is workind :D  yo save me :  D thx and goodnight ;]

Link to post
Share on other sites
  • 1 year later...
  • 2 years later...
  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...