Jump to content
UBot Underground

amitbot

Members
  • Content Count

    16
  • Joined

  • Last visited

Community Reputation

0 Neutral

About amitbot

  • Rank
    Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 7
  • Total Memory
    4Gb
  • Framework
    unsure
  • License
    Standard Edition

Recent Profile Visitors

1373 profile views
  1. Hi, I bought this plugin (trans ID 2AN15689JC1335745) ubot keeps crashing after 10min so I contact ubot and they tested my script and said they cannot test 3rd party plugins so they tested my script without this plugin and it works properly. they suggested i contact you. can you please let me know how i can send you my script "privately" to test and see if its the plugin. thanks
  2. hi zap.. sorry been off this forum for a while. you are right still havent added that code for saving the account info, i got this far and got stuck. i am now looking through tutorials on how to save the acc details
  3. Can anyone help with this please? The script keeps filling in the sign up page over and over. But i want it to be filling it in once, create account and then go to the next line on csv to fill in the sign up page... and so on loop(3) { navigate("http://www.prnewswire.com/","Wait") wait(2) click(<id="mobile-menu-btn">,"Left Click","No") wait(2) click($element offset(<login link>,1),"Left Click","No") wait(1) click($element offset(<create account link>,3),"Left Click","No") type text(<first name field>,$account data("First Name"),"Standar
  4. thank you Pash... I have written this script with your instructions. as soon as it gets to the sign up page of prnewswire it just refreshes the page and starts again. i just have a simple csv with 3 rows and 2 columns and want to create 3 account every 30sec for this test. The csv is like this with just email and phone number: harry57599fio9@yahoo.com 442084478928 d4e76yuu3wu@outlook.com 442084573894 skeanz439hj@hotmail.co.uk 442082785987 the rest of the data i am pulling from $account data loop(3) { navigate("http://www.prnewswire.com/","Wait") wait(2) click(<id="mob
  5. sorry delete the forexample navigate to www.signup.com from the script: loop(30) { navigate("www.eaxample-signup-page.com","Wait") wait($rand(1,3)) type text(<name="customerName">,"{$account data("First Name")} {$account data("Last Name")}","Standard") clear table(&ukaddy) create table from file("C:\\Users\\triosi\\Documents\\UBot Studio\\data\\uk test.csv",&ukaddy) set(#row,0,"Global") loop($table total rows(&ukaddy)) { type text($element offset(<email field>,0),$table cell(&ukaddy,"",""),"Standard") type text($element
  6. hi Can you help please? I have followed some tutorials and got this far but I think this is not correct. basically I need to use my own data for email and password pulled from .csv and name/surname from $account data. I created table from file and have it in a loop so every time it starts from the next row. but the way i have scripted this I am sure it will just keep filling the sign up page over and over again, rather than create one account and then on the next cycle (which will run 31 to 56 sec later) create another account from the next row and so on. here is what I mean: loop(30) {
  7. Hi.. i did a lot of testing now (kept running searches) and the one that appears in the middle is actualy amazons own that says click here to search by catagory and just opens another search result page. So there is no sponsored link in the middle. Also sponsored links will only ever appear on the top 2 and bottom 2 rows as you said. So can you please help me with that? So the bot always ignores those rows.. Thanks helloinsomnia
  8. by the way i am sure recently i have seen sponsored in the middle too.. makes it absolutely impossible
  9. Im glad you said that because i also pay for sponsored links and it never crossed my mind! I think it will be impossible to do it that way so i was wondering is it possible ubot does the search for lets say headphones, then grabs the slide bar to slide down to the bottom and click next page. I couldnt find this function any where so far. And i wanted to randomize the amount of time it takes to reach the bottom of the page. can i use the "if" command so as it goes through pages when it reaches a page containing a specific product (link will always be the same and not sponsored) it clicks on it.
  10. thanks again, doesnt matter even if it clicks on the sponsored items. so long as it clicks anywhere that opens a new page then after a random few seonds it goes back to the search results page and starts again. even if the positions change and where it clicks has no link, its still ok because few seconds later it will refresh that page and click on another random element. i would be grateful if you could show me the code. then i have something to work with.
  11. hi, you are right there is no error. but its not doing doing what i want it to do. sorry didnt explain. I want ubot to go to the page search for the keyword and then on click on one of the products on the page and once product page opens, wait for random time, then navigate back to search page and click on another product, and so on and on... but because these products would never appear in the same position i have to use XY rather than click link. If you see the code below, it is doing this fine for just once clicking on a XY coordinates and going back to search page. but if I add $spin and a
  12. thanks helloinsomnia, will try that in the morning... hope it works so i can get my first ever bot going;)
  13. Hi, I am tying to have ubot click on a random area of a page and have tried to follow what UBotBuddy advised in the post below: http://network.ubotstudio.com/forum/index.php/topic/5545-how-to-click-random-link/ I have chosen 4 different X coordinates and 4 different Y coordinates and have used $spin in the click mouse command. But it keeps coming up with an error message. I tried entering the coordinates in different ways, i.e. {903|936|973|975} and 903 936 973 975 and 903,936,973,975 This is my code: navigate("http://www.amazon.co.uk/","Wait") loop(5) { wait($rand(3,9)) plugin
×
×
  • Create New...