Jump to content
UBot Underground

Uploading profile pic - twitter


Recommended Posts

  • Replies 105
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

Ok Guys here is how you upload the profile pic into twitter.   EDIT: Code doesn't longer works. Updated code is on my last post   I have being using this piece of code for over 3 months and pics uploa

Ok guys here is a Video tutorial I made for this code. I hope this help you guys get this issue resolved.   http://www.youtube.com/watch?v=SATmjpuVRqU     P0s3id0n

Yeah they finally rolled out the flash uploader in full. I hate those flash uploaders as UBot just cant work with them. I wonder if the dev team will ever do something about it. Every day more sites a

Posted Images

What the heck am I doing wrong then? Dominator, what code is working for you? Thank you very much for the help. This has been a huge headache.

this way still works

navigate("https://twitter.com/settings/profile", "Wait")
wait for element(<type="application/x-shockwave-flash">, "", "Appear")
change file field($element offset(<type="file">, 0), $random list item($get files("{$special folder("Application")}\\your folder full of pics here", "Yes")))
run javascript("document.getElementById(\"settings_save\").click();")
wait(2)
wait for browser event("Everything Loaded", "")
wait for element(<id="avatar_preview">, "", "Appear")
navigate("https://twitter.com/settings/design", "Wait")
wait for element(<src="/images/themes/theme9/swatch.gif">, "", "Appear")
wait(1)
click(<src="/images/themes/theme{$rand(2, 19)}/swatch.gif">, "Left Click", "No")
wait(1)
run javascript("document.getElementById(\"settings_save\")

 

twitter and microsoft will be two of the toughest sites for beginers to code as they are the most agressive to stop coders.

 

if you need a working twitter app check out my post on the buy sell thread,

http://www.ubotstudio.com/forum/index.php?/topic/13227-sell-tweetz-twitter-dominator/

if you want to buy the source i also have that for sale there too ( its not cheap and nor should it be for the amount of hours put in)

http://www.ubotstudio.com/forum/index.php?/topic/13562-sell-source-code-for-my-twitter-bot-limited-spots-as-requested/

just in case you are interested i let you know that here

 

 

Link to post
Share on other sites

Finally this worked for me!

Basically I just had to put the <type=file> in an offset and then added the JavaScript part.

 

change file field($element offset(<type="file">, 1), #TwitterProfilePicture)
wait($rand(3, 6))
run javascript("run javascript(\"document.getElementById(\\\"settings_save\\\").click();\")")

 

Thats what I did and it worked :)

So thank you!

Edited by blacksabbath
Link to post
Share on other sites

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...