Jump to content
UBot Underground

stanf

Fellow UBotter
  • Content Count

    571
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by stanf

  1. help, I am having trouble with the image from video function. plugin command("UltimatePlugin.dll", "Extract Images From Video", $plugin function("File Management.dll", "$open file dialog"), "F:\\", "%.bmp", 24, 0, 0, #nbbvcx) I am getting the "object reference not set to an instance of an object " error
  2. How does unit run on window8? I current use ubot4 on a win7 machine with 3 gigs of ram, and it sucks when I want to load the studio with all my plugins installed. So I want to bump up to win8 and 16 gigs of ram. Any thoughts?
  3. i have a dumb question, is this a ubot plugin or a stand alone exe, can this be compiles into a ubot program?
  4. you mean no one knows how to click this button
  5. when you find a yahoo group that you want to join, how do you click the join group button
  6. this looks so simple, but i can not get this to function what i need is the me,bers list ============================================= set(#token, $plugin function("FBAPIPlugin.dll", "$fb api http graph token", "+639224041503", 9224041503, ""), "Global") plugin command("FBAPIPlugin.dll", "fb api container", #token) { clear table(&bbw admirer) plugin command("FBAPIPlugin.dll", "fb api search groups", "bbw admirer", &bbw admirer) } plugin command("FBAPIPlugin.dll", "fb api container", #token) { alert($plugin function("FBAPIPlugin.dll", "$fb error")) clear list(%members)
  7. can someone tell me what goes into the arg space in the param function get object,
  8. Hi, I looked at the video,nice price of work. Is the source code for this available for sale
  9. thanx for pointing me in the rite direction with this , dan
  10. i am still lost can someone look at this and tell me where i am oing wrong i can not get this plugin to function ----------------------------------------------------------------------------------------- ui stat monitor("token", $taken()) clear cookies navigate("https://www.facebook.com/", "Wait") wait for element($element offset(<birth day dropdown>, 0), "", "Appear") change attribute($element offset(<email field>, 0), "value", "+639229680987") change attribute($element offset(<password field>, 0), "value", 9229680987) click(<login button>, "Left Click", "No") wait for
  11. I am not sure what i am doing wrong, I can not retreive the token define $returned { return($plugin function("FBAPIPlugin.dll", "$fb api http graph token", "+639229680987", 9229680987)) } set(#ddddd, $returned(), "Global") plugin command("FBAPIPlugin.dll", "fb api container", #ddddd) { plugin command("FBAPIPlugin.dll", "fb api search groups", "bbw", &ccccc) }
  12. @ sajeev Look in your email for the download, you should see a small attachemr, something.dat That is the licence file The developer is not clear on this matter
  13. thanks fellas,it was that plus i had to use my cpanel login and not the database user/password
  14. i understand sever = my i.p or my_domain_name data base = the name_of_my_database I think the problem is user = my_data_base_username password = my_database_password or user = my_my_cpanal_username password = my_cpanal_password because neither one works both return a "can not connect to database error
  15. reinstalling ubot and cannot remember how to fix the -01 credit issue with bypass captcha
  16. try this scrape search results tp a list then loop thru the list set(#keep looping, "yes", "Global") loop while($comparison(#keep looping, "=", "yes")) { if($comparison("the item we are looking at", "=", "the thing we are looking for")) { then { set(#keep looping, "no", "Global") } else { comment("keep looking") } } }
  17. has anyone ever encountered the data execution error? I had a motherboard melt down recently and had to revert back to a older machine ibm thinkpad t43 2 gigs of memory running windows xp ubot 4 dev edition
  18. am i the only one getting the eror "correct the error in code before switching to node view"
  19. thanks traffic and tj for your help on this
  20. bump hopeing to get an answer someday
  21. first off let me express my love and appreciation to the community, you guys allways step up for a challenge. much love! i dont think that i was being clear on what i am trying to accomplish. the first image is what we are getting from the script, the second is what i get when i click the url link in a browser (which is what i need).
×
×
  • Create New...