jason
ADMIN-
Content Count
590 -
Joined
-
Last visited
-
Days Won
13
jason last won the day on November 20 2015
jason had the most liked content!
Community Reputation
101 ExcellentAbout jason
-
Rank
Advanced Member
Contact Methods
-
Website URL
http://ubotstudio.com
-
Skype
thejasonkelley
Profile Information
-
Gender
Male
-
Location
Bay Area
-
Interests
Marketing Techniques, Robots.
System Specs
-
OS
Windows 8
-
Total Memory
2Gb
-
Framework
v4.0
-
License
Developer Edition
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Nice! We're all really excited about UBot Studio X. I'm glad you are too
-
Just wanted to mention that we've seen some success in turning OFF javascript and images to stop this error from occurring.
- 2 replies
-
- error
- converting value
-
(and 1 more)
Tagged with:
-
Sure, You're Using Stealth. But Are You Using The New Browser?
jason replied to jason's topic in General Discussion
We did release an update in April that solved two issues that were reported widely. If there are any one other trackable issues, please make sure to add them to the tracker http://tracker.ubotstudio.com -
With a title like "is a stripper..." i was expecting something different
-
You're on the right track. Save as project folder allows you to save the project in a format appropriate for online version control via a platform such as github or bitbucket. You can use these for version control. The process would involve saving the project folder every time you make a relevant update, pushing that update using the platform, and then downloading (pulling) the changes on your other machine, and loading the folder when you want to make changes inside of UBot Studio.
-
Do you have to use the API? http://i.imgur.com/2gFHDt8.gif
-
Data wants to be free!
-
We've updated the software in .50 with a fix that should prevent this. Let us know!
- 17 replies
-
- 1
-
- Chrome 49 Browser
- Chrome 49
-
(and 2 more)
Tagged with:
-
The Sheets API is a good idea
-
As has been described, define is the most obvious replacement for this. Use it the same way that you "label" commands inside Automate 6: Essentially, any time you create a defined command, you are building an area of code you can "go to" simply by calling that command's name. The way most here use defined commands is to have one tab with various defined commands (ie labeled sets of code), and then your script in a separate tab that is a series of conditionals that refer back to different defined commands.
-
Can you explain what part of facebook can't be handled via UBot? Tested today, seems fine on my end. https://www.screencast.com/t/8j5bpioIxFz OP, UBot Studio can do what you require. Only issue you may run into - It is not 64bit. But you can build all of what you described.
-
Hey, Here's a screencast of 5.9.44 working fine on Fiverr.... https://www.screencast.com/t/lgxnZynN4B68 Can you show what's happening on your end?
- 17 replies
-
- Chrome 49 Browser
- Chrome 49
-
(and 2 more)
Tagged with:
-
2Captcha Can Solve Google New Invisible Recaptcha
jason replied to sunny9495's topic in General Discussion
If it's invisible, how do you know it exists ? -
To answer your specific question - UBot Studio can be used to create executables that function via command line only. This is not the norm, but it's entirely possible. For the built-in method, you would set your script up to function after hitting run. Then you would start the compiled version with the correct command line commands to make it run automatically: http://network.ubotstudio.com/blog/3-11008-new-command-line-parameters-run-node/ For additional options, you can see here: http://ubotdev.com/free-plugin-command-line-arguments UBot Studio's compiled bot interface can be hig