Jump to content
UBot Underground

AutomationNinja

Fellow UBotter
  • Content Count

    1221
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by AutomationNinja

  1. something like this: wait(3) plugin command("WindowsCommands.dll", "click mouse", "botexplosion* - UBot Studio Developer Edition", "HwndWrapper[uBot Studio.exe;;34e0bed1-c737-41bd-ad02-0f4f8b0d7022]", 92, 387, "Left Click") wait(3) plugin command("WindowsCommands.dll", "mouse event", "Left Mouse Down") wait(3) plugin command("WindowsCommands.dll", "move mouse", "Untitled Bot* - UBot Studio Developer Edition", "HwndWrapper[uBot Studio.exe;;34e0bed1-c737-41bd-ad02-0f4f8b0d7022]", 269, 1004) wait(3) plugin command("WindowsCommands.dll", "mouse event", "Left Mouse Up") wait(3) I actually made
  2. TJ might know the answer to that. I think it might actually be possible. It probably requires the window commands (guessing). something like onclick, then go to specified co-ordinates (still guessing). Now you got me curious. I will update you with some code.
  3. Does this work with variables? Edit: ah i c. I didn't try it with the location node Simulating typing that is not based on location would make me very happy! Any field, anytime, anywhere....
  4. UBot UBot Ya Ya Ya. UBot Studio is oh so rad. You automate the internet so I keep up with the latest fads. Oh UBot Oh baby my life hasn't been the same since you came along. Before you being on the internet was like playing pong. UBot UBot Ya Ya Ya. UBot Studio is oh so rad. Now I sell software while lounging in my chair. Ubot baby I need you sooo. oh oh oh...
  5. You can't click on links in twitter can you? I used ccleaner and even then I couldn't. Anyone else notice this or is it just me? Edit: Just realized I am using a Romanian IP. Why would a company give me a Romanian IP? Nothing against Romanians but when it comes to IP's I want american. Edit: Same thing with American proxies. hmmmm.... Why? Whyyyyy?
  6. Look into CSS. It can do this for you. or you could use tables, but I am not really a tables fan..
  7. You could use the windows commands. not ideal. Maybe there is a shell command to close a program?
  8. I love ccleaner. I just shell to the exe. works beautifully
  9. correct. UI html panel does not work with the ui text boxes ect..
  10. I recently quoted $2,500 for source code on a bot. They declined, but after my recommendation they decided to purchase a compiled bot that was similar to what they wanted from someone here on the forum. Basically if you want source code to a single site like twitter I wouldn't charge any less than $150-$500. All depends on how many features they want. Plus I would give them updates for 30 days. After that if they want updates it is by a per hour rate of $25 per hour. Of course a compiled bot with licensing restrictions would be far less. Some people don't even know the difference betwe
  11. You need to get the limitations on your account lifted. Contact support. Or you could try smoke signals.
  12. What is auto flag with a shortcut? Any examples? Nothing in particular I am trying to do with it. I just want to know what it is and what it does. Thanks in advance.
  13. For me using Kaspersky was pure hell. It f*ckd my computer. I spent to days trying to fix it. Over 2 hours on the phone with their support. Numerous help tickets and emails. I am fairly certain that kaspersky isn't even compatible with windows 8. I would highly recommend looking into using a different AV software. There are free ones that do a great job. Good luck!
  14. <button class=\"cssbutton\" onclick=\"ubot.runScript(\'Go()\')\">Start</button> || <button class=\"cssbutton\" onclick=\"ubot.runScript(\'stop()\')\">Stop</button>
  15. “There's a fine line between genius and insanity. I have erased this line.” - Oscar Levant
  16. This is a good place to start http://www.ubotstudio.com/forum/index.php?/topic/8762-free-ui-html-tabbed-ui-area/ There is also this http://www.ubotstudio.com/forum/index.php?/topic/13044-sell-css-ui-button-creator-for-dev-edition/ HTML http://www.w3schools.com/html/default.asp CSS http://www.w3schools.com/css/
  17. oh I thought is was paid listings for every thing at yours cloakmaster. thanks for setting me straight.
  18. I would say your pretty close to having that correct. Not positive but sounds like it to me. 4. "in new browser" command - All I know about this one is that you have to define the command outside of the in new browser command if you want your command to work inside of the new browser. And a new browser does not have the cookies like in shared browser. ok I am not sure... good question - need one of the pros to answer this.
  19. I do believe this solves that problem http://www.ubotstudio.com/forum/index.php?/topic/12631-verifying-browser-cache-is-empty/
  20. Finally tried that out. Easier than I thought it was going to be. That was my first time using a shell command. I expected an old school dos looking kind of box to pop up. But it simply runs the program. Very nice.
×
×
  • Create New...