Jump to content
UBot Underground

BobbyP

Fellow UBotter
  • Content Count

    77
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by BobbyP

  1. For the price diff better add more ram you don't need i7 on laptop. If money is not a problem go for i7
  2. Sounds good but i would replace the i7 with i5 and add 8g more ram and best choice would be ASUS
  3. ok lets do it google account and Gmail account are 2 dif things You don't need phone confirm to create google account-only gmail. BUT Google acc is equal to youtube. ????got the point? Check it
  4. Try to play with the CONTRAST & BRIGHTNESS values of your monitor-if you are not sure start with 0:0 and your problems with ubot are gone.
  5. Hi bangali_beta! No intend to being rude here but You post very long posts and try to suggest how Seth should run his business- that ain't gonna happen (period). If u have questions about how to complete a particular task here u my find answers. If u complain about features there is a separate section for that and if Seth finds Your suggestion doable You are lucky guy. Back to your post title dev allows You to design and brand your soft as You wish and You have more control and features. Some people are happy even with the Pro ver. so it is up to You to decide which one will serve your need
  6. vars should work just as manual input. If not contact support.
  7. Universal Bot is how he describes it in his interview with a German SEO blog on his visit in Germany. It is in the blog section if someone is interested in. Besides if he knew what U-Boot means in German he wouldn't implement Awesomium in Ubot .
  8. if the login is incorrect try the next login info ???? Every big site will redirect u to a captcha or forgot password screen after 3 or 4 attempts from my point of view this is useless to code that way but you probably know what are you doing.
  9. Ć s its CSV in this case instead of comma its : he can't do it with next list item he needs to load in table first to separate user and password as u suggested in your first post.
  10. inside ubot browser right click on the image and in the options select click. then in the node view while still <innertext=" 17,395 points"> is highlighted select the purple wheel and in the popup window where it says attributes scroll down to ID and press ok. In node view select advanced and in click using location select yes. That will give u the unique img id like <id="prn0i"> or <id="eN6ETzL"> code should look like this click(<id="eN6ETzL">,"Left Click","Yes") click(<id="ZotFLAZ">,"Left Click","Yes")
  11. Hi John! Find a new social network like Tsu for example. Get some money making book with Master resell rights . Put it on the net with a squeeze page with your PayPal redirect button. Make a bot that will comment or send to all users ina this social network based on keywords. That is a start from nothing. Do not start with FB u'll get burned fast. Important before spamming: CHECK POST LIMITS OR COMMENT LIMITS PER DAY AND MAKE THE BOT TO SEND LESS THAN IT PER DAY.
  12. download ubot(again) uninstall older ver. install again if it still hangs Pm me i'll help u> It should work we all have it for years even if we face issues. As u can see in my profile i am from Bulgaria so don't hesitate to approach me. Many have helped me so help will be given to you as well. PM if needed.
  13. {$plugin function("Advanced.File.dll", "File Compare", "file a", "file b", "Remove duplicates")}", http://network.ubotstudio.com/forum/index.php/topic/15579-free-plugin-advanced-file-clipboardhandle-big-lists-in-text-files-and-more/
  14. Petko install all what abbas786 said. Restart comp. Pone updejtni .net i restartiraj.
  15. check the define then it my have some errors this code is useless for anyone to debug. Usually some command is not inside of parent one.This is when i mostly get this error. Hope it helps. P.S After Include??? sometimes it does not include try putting the define in a tab and see if it works
  16. Most of the times i used the search i was unable to find the answer but when searching the same keyword with ubotstudio attached in google i was able to find the content in the forum.
  17. I think he means a already preformatted table from harddrive.The way to go is to load that table with create table from file("D:\\EOD\\data\\dax12YEARt2.csv",&table1) and then save data 1 to list 1 data2 to list two and so on and add them to the table loaded with the prev.command Hope it helps . create table from file("D:\\EOD\\data\\dax12YEARt2.csv",&table1) add list to table as column(&table1,0,0,%list1) add list to table as column(&table1,0,1,%list2) add list to table as column(&table1,0,2,%list3) and so on.
  18. This is what i get from log in any compiled plugin. 2016-06-16 23:47:25: Failed to load plugin WebDriver.Support.dll: System.IO.FileNotFoundException: Could not load file or assembly 'WebDriver, Version=2.53.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. File name: 'WebDriver, Version=2.53.0.0, Culture=neutral, PublicKeyToken=null'
  19. local vars are overriden simple code: define multithreadaccounts { plugin command("LocalDictionary.dll", "clear global dictionary") Clear ALL Cookies() Change user agent() thread { reset account("Female") plugin command("LocalDictionary.dll", "init local dictionary") plugin command("LocalDictionary.dll", "clear local dictionary") plugin command("LocalDictionary.dll", "local dictionary add", "firstname", $account data("First Name")) plugin command("LocalDictionary.dll", "local dictionary add", "lastname", $account data("Last Name"))
  20. would you mind to get a less mind boggling username like ROKO, i can't even spell it Just a joke(or is it........)
  21. Hi Dady lovely baby u got there. when i set a user i usually use ini file reader plugin so i set every account to a ini file and load it when needed.In Ubot there are lots of ways coding the same action , same as in any language. Basically i store each username and password(in most cases username equals email) in a ini file and then i could call them whenever i need them. like this: define Save Account { plugin command("IniFileReader.dll", "ini container", "{$special folder("Application")}\\ACC\\{#firstname}_{#lastname}1.dll") { plugin command("IniFileReader.dll", "ini write", "f
  22. Sorry my mistake define won't work inside on load command. code should be on load("Bot Loaded") { navi() } and in hidden tab put the define define navi { clear cookies set user agent("Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36") navigate("https://www.google.com/","Wait") } that's tested and works. Sorry again it worked before coz i had the define in another tab. Also if u need to keep the cookies and the session data acros deleate Clear cookies command and use it after bot completes the job.
  23. Hi Pash thanks for those plugs. I build advanced webdriver, installed the plugin, installed webdriver too, but i canĀ“t make the connection on win7. Crome is using other paths now. Could u make this work on win7 please. Other think i noticed in your video is that a lots of commands and funcions are missing. Is this something for sale or are u willing to give complete plugin away? I really want to make webdriver running.It is awesome plug if it works. Thank you in advance. P.S. Or just point the file and the line where webdriver looks for chrome path and i will change it accordingly.
  24. or use this old method called sensational crap. It is old but works even better now.
×
×
  • Create New...