-
Content Count
256 -
Joined
-
Last visited
-
Days Won
4
Steve last won the day on July 26 2014
Steve had the most liked content!
Community Reputation
30 ExcellentAbout Steve
-
Rank
Advanced Member
Profile Information
-
Gender
Male
System Specs
-
OS
Windows 8
-
Total Memory
More Than 9Gb
-
Framework
v4.0
-
License
Developer Edition
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
[Sell] Gui Hero- The Ultimate & Easiest Tool For Creating Ubot Gui's
Steve replied to darryl561's topic in Bots and Scripts
Been playing around with GUI Hero today and so far I really like it... I did notice a few bugs, for example when I use radio buttons in ubot 4, it doesn't switch between the 2 radio options, it just keeps reverting back to the original. It works normal in Ubot 5. Also, is there a way to delete unused variables that the code produces when we delete elements from the GUI? I've noticed after building my gui, it has a bunch of variables that I created and deleted. I'm also getting random things like the following, and not sure where they came from or how I would delete them... <div id=\"te- 179 replies
-
- gui
- drag and drop
- (and 5 more)
-
[Sell] Gui Hero- The Ultimate & Easiest Tool For Creating Ubot Gui's
Steve replied to darryl561's topic in Bots and Scripts
sounds good, thanks! I'm buying it now.- 179 replies
-
- gui
- drag and drop
- (and 5 more)
-
[Sell] Gui Hero- The Ultimate & Easiest Tool For Creating Ubot Gui's
Steve replied to darryl561's topic in Bots and Scripts
Is GUI Hero still the latest (and best) GUI builder for ubot? I've been out of the ubot loop for a while and looking to get back into some programming. If so -- @Darryl561, do you have any cyber monday (black friday) deals for GUI Hero? Thanks!- 179 replies
-
- gui
- drag and drop
- (and 5 more)
-
for your example, try setting #testvar = $true... or use the comparison to check if #testvar = 1 set(#testvar, 1, "Global") if($comparison(#testvar, "=", 1)) { then { alert("Has Value") } else { alert("Does Not Have Value") } }
-
I think urban.marton was asking what the success rate for solving recaptchas are? Like Kreatus said -- can you show us a demo of how to get it working with uBot and solving recaptchas?
-
Yeah, im curious to see how that works too. Look forward to the video.
-
Yeah, I'd look into TJ's plugin: http://www.ubotstudio.com/forum/index.php?/topic/16201-sell-facebook-api-plugin-extreme-api-options/
-
Is it me or the WAIT FOR BROWSER EVENT command isn't working
Steve replied to webpro's topic in Tutorials, Tips and Tricks
Yeah, I always use the wait for element too. Works great. -
I think his point was that even the forum is lacking. There is no option to select windows 8 on the profile page, only windows 7 -- lol.
-
Yes, a lot of us are still are using v4. As far as v4 still being updated, I don't think so -- but it can be stable for the most part.
-
Funny - I just downloaded winautomation yesterday to try and accomplish something I was not able to easily do with ubot. I wish ubot could be my all in one also.
-
I agree with Buddy, at this point, I am trained to double click to expand or collapse.
-
which software is "that other program"?
-
[SELL] ►► Csharp Compiler Plugin◄◄ Run C# Code Inside Ubot
Steve replied to Aymen's topic in Bots and Scripts
nice!!! Now I just need to learn C#...