-
Content Count
731 -
Joined
-
Last visited
-
Days Won
21
kev123 last won the day on August 30 2019
kev123 had the most liked content!
Community Reputation
132 ExcellentAbout kev123
-
Rank
Advanced Member
Profile Information
-
Gender
Not Telling
System Specs
-
OS
Windows 8
-
Total Memory
8Gb
-
Framework
v3.5 & v4.0
-
License
Developer Edition
Recent Profile Visitors
10858 profile views
-
http://robobest.com/ login on the right hand side any problems chris fire me a PM and i'll get you sorted out. thanks kev123
-
Sorry my error PM sent. thanks kev123 everyone else Smarththread update version 1.4 Added "Thread Control advanced idle" this will wait until there are no active current threads
-
looking at the code the you are missing variables from the define all smarthread defines need to have a variable as position is passed and if you are using a list a variable for this. Also the smarthread function your using will start both defines at once which would mean your second define is called before the first is finished below is a example that should work for you. if you need anything else let me know happy to help thanks kev123 clear list(%list) plugin command("Smartthreads.dll", "Threadcontrol Advanced initial", 10) plugin command("Smartthreads.dll", "Thread control Advanced add
-
check your not using ubot standard threads at the same time as causes this problem better to use smart thread only thanks kev123
-
Are you trying to view in debugger? Because large list doesn't show in debugger due to it being a plugin
-
Post the code you have been using and me or someone else will check for errors
-
this worked for me using chrome plugin command("ExBrowser.dll", "ExBrowser Click", "z://textarea[@name=\'fields[tweet]\']") plugin command("ExBrowser.dll", "ExBrowser Type Text2", "z://textarea[@name=\'fields[tweet]\']", "Yes", "my cool tweet", 10, 50) thanks kev123
-
heres example for first month the $rand is for number of items in dropdown plugin command("ExBrowser.dll", "ExBrowser Click", "z://div[@id=\':0\']") plugin command("ExBrowser.dll", "ExBrowser Wait For Element", "z:(//div[@class=\'goog-menuitem-content\'])[1]", "Appear", 30) plugin command("ExBrowser.dll", "ExBrowser Click", "z:(//div[@class=\'goog-menuitem-content\'])[{$rand(1,12)}]")
-
Smart threads plugin watchout using ubot normal threads will cause smart threads not to complete its best to only use smart threads and not combine the two
-
it probably wont be exposed, you could in this specific example. 1.go to agency profile page. 2.scrape there website 3.visit websites contact us page and home page and extract any emails. you could do 3. in http plugin/socket to speed things up kev123