Jump to content
UBot Underground

heopas

Members
  • Content Count

    125
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by heopas

  1. 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.
  2. http://network.ubotstudio.com/forum/index.php/topic/20002-free-heopas-custom-plugin-thread-lock-sqlite-thread-variables-email-ini/
  3. Var Clear All clears from memory all variables for all threads that has been set using VarSet.
  4. 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 th
  5. 1) 5.9.33 same problem. Compiled bot open and close. With old version no problem. 2) Ubot Studio use extensive amount of CPU
  6. I have 5.9.33 (5.9.36 is buggy. Almost everyone goes back.) So i should use 3.2.0.4 ? Download link ?
  7. Another problem with latest update: Compiled bot open and close
  8. I have tested all configs and problem seems to appear from Editor Context Menu Enable:True But i really need this config... UseSpecialCommand:False not an option. I really need context menu on editor.
  9. Same problem with Kreatus. Empty bot open fine but my big bot stuck at ubot loading...
  10. I am trying to convert the following greek keyword "καλημερα" to καλημερα (html) Any plugin to suggest ? Advanced Data Text File works ? Example: http://www.freeformatter.com/html-escape.html
  11. Hello, my company just posted a ubot project on freelancer https://www.freelancer.com/projects/Software-Architecture/ubot-developer-maintain-working-project
  12. I am using http post plugin and i have spot something very strange. Only on windows server 2012 http get to http://www.adidas.co.uk/x-16.1-firm-ground-boots/S81939.htmlis not working because http post plugin doesn' t set host on top. Any idea how to bypass that ? Correct: Host: www.adidas.co.uk User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8Accept-Language: en-US,en;q=0.5Accept-Encoding: gzip, deflateConnection: Keep-Alive Http post (wrong):User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW
  13. Hello, i am using woocommerce for my software. Check WooCommerce API Manager extension.
  14. Can you be more specific? Till now the returning numbers was correct. Now they will start from 0 ?
  15. Many people use it but no feedback, like etc.. Bad leechers
  16. Just bought to test but all downloaded zip files seems damaged
  17. Many people request it so i am sharing this script for free http://network.ubotstudio.com/forum/index.php/topic/19308-free-http-post-recaptcha-solving-with-2captcha/
×
×
  • Create New...