heopas 90 Posted October 20, 2016 Report Share Posted October 20, 2016 http://image.prntscr.com/image/5d61968cf8c24ebe9075a2eb898ecb43.pnghttp://image.prntscr.com/image/f3a13b25912244bd89dd415303d1874a.pnghttp://image.prntscr.com/image/27fa51acd90a4a2ca77a8012da7cd3f2.png Hello, i created a plugin for personal use with some commands, functions. I am releasing it for free.- For threads lock i use simple commands not container because container stuck in multiple threads- Every command / function is thread safe- varSet set a variable that exist only on running thread so you can varset and varget from everywhere in same thread without passing arguments. Before thread end run VarClear to free memory.- For sqlite i use native library (thats the reason for 3MB size) and i use timeout (busytimeout mean that if db is locked it will auto retry for those ms)- i created custom get email because i was looking for something simple to search in emails using pop3. You can search based on Email to and Email subject or use one of them. version 1.1.0.2 released- Ini Read, Write, Error added version 1.1.0.3 released- Fixed sqlite issue from 1.1.0.2 version. (1.1.0.2 sqlite is not working)version 1.1.0.4 released- Ini Key Exists, Section Exists, Delete Section, Delete Key added. version 1.1.0.5 released- Set Clipboard, Get Clipboard added. (works in multiple threads using windows native library) version 1.1.0.6 released- Prevent OS Sleep, Display Sleep added. version 1.1.0.7 released- Compiled bot auto restart and rerun added. Enter commands or functions in container to run them before restart. version 1.1.0.8 released- Code improved, fixed some bugs, Is Compiled Bot function added. version 1.1.0.9 released- update notification added. version 1.1.1.0 released- misc bugs fixed. version 1.1.1.1 released- System Wide Lock, Unlock added. (same with "thread lock" but lock for multiple process) version 1.1.1.2 released- Antivirus false positive fixed- WARNING: Email breaking changes (Email Message parameter added) version 1.1.2.0 released- Thread counter added. (thread counter based on name)- HTTP commands and functions added.- Xpath parser added.- Get thread id added.- Get unix time added. version 1.1.2.2 released (Breaking change)- $Heopas Get Email (Type IMAP added and it search on all folders)- $Heopas Is Bot Running added. version 1.1.2.3 released- Threads Controls added.- URL Hostname added.- Clipboard command,function rewrite.version 1.1.2.4- Regex Replace added. (Options: case sensitive, index)- Regex Count added. (Option: case sensitive)- Regex Escape added.- Regex Unescape added.- list from text added. (Option: Keep empty entries)- Clipboard bug fix. version 1.1.2.5- HTTP Upload added. (BETA)- Clear all data added. (clear all lists or tables or variables) version 1.1.2.6- Recaptcha Solver added.- Captcha Image Solve added.- Plugin size decreased. version 1.1.2.7- Optimizations for http requests.- Memory optimizations for all commands/functions.- list from text bug fixed. Thanks t0sh ! version 1.1.2.8- System Wide Lock timeout parameter added. (breaking change)- System Wide Lock/Unlocked reworked to meet microsoft standards.- Thread Lock/Unlock reworked.- Captcha Image Solve bug fixed.- Single Run App added. version 1.1.2.9- Buttons State command added. (Hide/Unhide Run,Pause,Stop buttons to solve compiled bot bug) version 1.1.3.0- Captcha Image Solve cache bug fixed.- Https reworked.- Function HTTP Last Error added.- Functions renamed:- from $Heopas HTTP Get last URL to $Heopas HTTP Last URL- from $Heopas HTTP Get All Cookies to $Heopas HTTP All Cookies- from $Heopas HTTP Get All Headers to $Heopas HTTP All Headers- from $Heopas HTTP Get Cookie to $Heopas HTTP Cookie- from $Heopas HTTP Get Header to $Heopas HTTP Header version 1.1.3.1- Thread Lock / Unlock fixed.- Thread Lock Timeout added. (Breaking change) version 1.1.3.2- Recaptcha / Image solve windows in threads fixed.- HTTP Post Parameters fixed.- SQLite optimizations.- Regex Replace fixed. Download Here 31 Quote Link to post Share on other sites
Varo 28 Posted October 20, 2016 Report Share Posted October 20, 2016 Thanks heopas, this is awesome.Any documentation or example how to using it ? Quote Link to post Share on other sites
heopas 90 Posted October 20, 2016 Author Report Share Posted October 20, 2016 Thanks heopas, this is awesome.Any documentation or example how to using it ?Done (is not documentation just something to help) Quote Link to post Share on other sites
Code Docta (Nick C.) 638 Posted October 20, 2016 Report Share Posted October 20, 2016 Thank you! 1 Quote Link to post Share on other sites
Marani 80 Posted October 20, 2016 Report Share Posted October 20, 2016 "Var Clear All" awesome, been looking for this... Thanks. 1 Quote Link to post Share on other sites
heopas 90 Posted October 20, 2016 Author Report Share Posted October 20, 2016 "Var Clear All" awesome, been looking for this... Thanks.Var Clear All clears from memory all variables for all threads that has been set using VarSet. 2 Quote Link to post Share on other sites
heopas 90 Posted October 20, 2016 Author Report Share Posted October 20, 2016 version 1.1.0.4 released Quote Link to post Share on other sites
Varo 28 Posted October 21, 2016 Report Share Posted October 21, 2016 what is "$Heopas Process Exist" for ? Quote Link to post Share on other sites
heopas 90 Posted October 21, 2016 Author Report Share Posted October 21, 2016 what is "$Heopas Process Exist" for ?You type process name and it return true if process is running. Quote Link to post Share on other sites
Kreatus (Ubot Ninja) 422 Posted October 22, 2016 Report Share Posted October 22, 2016 Hey heopas, do you have any sample code on how to use thread locks command? tnx Quote Link to post Share on other sites
heopas 90 Posted October 29, 2016 Author Report Share Posted October 29, 2016 Hey heopas, do you have any sample code on how to use thread locks command? tnxloop(500) { save("test")}define save(#text) { thread { plugin command("HeopasCustom.dll", "Heopas Thread Lock") save to file("C:\\test.txt",#text) plugin command("HeopasCustom.dll", "Heopas Thread Unlock") }} Try the same without locks. Quote Link to post Share on other sites
heopas 90 Posted November 1, 2016 Author Report Share Posted November 1, 2016 version 1.1.0.5 released 1 Quote Link to post Share on other sites
heopas 90 Posted November 1, 2016 Author Report Share Posted November 1, 2016 version 1.1.0.6 released 1 Quote Link to post Share on other sites
heopas 90 Posted November 2, 2016 Author Report Share Posted November 2, 2016 version 1.1.0.7 released 1 Quote Link to post Share on other sites
heopas 90 Posted November 4, 2016 Author Report Share Posted November 4, 2016 version 1.1.1.0 released 1 Quote Link to post Share on other sites
Macster (UBotter Labs) 112 Posted November 4, 2016 Report Share Posted November 4, 2016 Awesome work, keep it up! Quote Link to post Share on other sites
Marani 80 Posted November 5, 2016 Report Share Posted November 5, 2016 This is great. Just noticed the added stuff after v1.1.0.7 1 Quote Link to post Share on other sites
heopas 90 Posted November 16, 2016 Author Report Share Posted November 16, 2016 version 1.1.1.1 released - System Wide Lock, Unlock added. (same with "thread lock" but lock for multiple process) 1 Quote Link to post Share on other sites
jamesfar 15 Posted November 27, 2016 Report Share Posted November 27, 2016 loop(500) { save("test")}define save(#text) { thread { plugin command("HeopasCustom.dll", "Heopas Thread Lock") save to file("C:\\test.txt",#text) plugin command("HeopasCustom.dll", "Heopas Thread Unlock") }} Try the same without locks. i don't see the difference in the result Quote Link to post Share on other sites
heopas 90 Posted December 8, 2016 Author Report Share Posted December 8, 2016 version 1.1.1.2 released- Antivirus false positive fixed- WARNING: Email breaking changes (Email Message parameter added) 2 Quote Link to post Share on other sites
heopas 90 Posted February 20, 2017 Author Report Share Posted February 20, 2017 version 1.1.2.0 released 4 Quote Link to post Share on other sites
heopas 90 Posted March 1, 2017 Author Report Share Posted March 1, 2017 version 1.1.2.2 released (Breaking change) - $Heopas Get Email (Type IMAP added and it search on all folders) - $Heopas Is Bot Running added. 1 Quote Link to post Share on other sites
Marani 80 Posted March 1, 2017 Report Share Posted March 1, 2017 I luv the way you extend this plugin every time buddy, thanks for releasing it for free. 2 Quote Link to post Share on other sites
heopas 90 Posted March 3, 2017 Author Report Share Posted March 3, 2017 version 1.1.2.3 released - Threads Controls added. - URL Hostname added. - Clipboard command,function rewrite. 1 Quote Link to post Share on other sites
db00 5 Posted March 3, 2017 Report Share Posted March 3, 2017 Cool plugin, tyvm 1 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.