Jump to content
UBot Underground

heopas

Members
  • Content Count

    125
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by heopas

  1. Hello, i am here again with a new script. This script use http post plugin and 2captcha to solve captcha without using browser. This function return g-recaptcha-response that you use later. Sites use g-recaptcha-response with GET or POST. If this method worked for you like my post g-recaptcha-response example: http://www.SOME-ESHOP-THAT-HAS-RECAPTCHA-FOR-ADD-TO-CART.com/en/cart/add?id=179956&g-recaptcha-response=03AHJ_VusKr5cuo3aNC8XQkwxb2MrKsFS0RsOTxj7tghv-VyWrMn18_vcMbfIa_EMIEc8svwKM-sN6VcRHrDph7F0dmAD6VjNs3guTtx8_SjdEzbdkQd_0Fw1-yPAkiFdsNrb71ppWaR2rNLX76CmjlldK-eFVHHjOHhpagCICYPpr_U2o
  2. I already know this tactic but is not correct. There are situations where bot can' t be restart for many hours because every second matter. For me this is a very critical bug that should be fixed as soon as possible.
  3. This method doesn' t work on bots that 1) running with /hide 2) auto work for hours and user is away.
  4. Already tried that and it only clear Browser.exe memory that i don' t use at all. There are 2 problems 1) custom commands taking memory that doesn' t clean 2) Local variables in defines take space that doesn' t free if you don' t place empty Second problem example: set(#post,"big string","Local") set(#post,"","Local")
  5. Create a new script and try to following: loop(10000) { test() } define test { }Memory keeps going up on every Run but if you press Code View and back to Node View memory is cleared.
  6. After some tests i figured out that same problem appear without variables. Try the same code without any set in define (empty define) memory keeps going up...
  7. Hello, first of all thanks for your reply. Already tried without any luck: clear all data set(#time,$nothing,"Local") add item to list , clear list Same problem exist on compiled bot but I can't press node view to clear memory.
  8. There are 2 problems 1) custom commands taking memory that doesn' t clean. Each run consume more memory. The only way to clean the memory is to press Node View that is not possible in compiled bot. loop(10000) { test() } define test { } 2) Local variables in defines take space that doesn' t free if you don' t place empty set(#post,"big string","Local") set(#post,"","Local")
  9. I have found 2 problems: 1) You don' t detect 4x2 boxes to refresh 2) 2captcha return wrong numbers for 16 boxes. You can see them both if you change your browser agent to Android.
  10. Seems fixed but the update is not out yet. http://tracker.ubotstudio.com/issues/916
  11. Then you need to seperate your activation server. If you need help with attack mitigation send me a message. Is my real job. Edit: Is not difficult for someone to bypass cloudflare protection.
  12. Your website seems down... Activation failed too.
  13. Looking for UBot developer. http://network.ubotstudio.com/freelance/project/ubot-developer-with-experience-on-http-post/
  14. I am looking for someone to transfer 5 websites HTTP Post from C# to ubot. I know that is not hard because i have already transferred 4 others. I just need the post scripts without Threads, Logs Tell me price and days. Thanks. Site example string str = ""; string str2 = ""; string str3 = ""; str = str3 = "http://www.finishline.com/store/checkout/cart.jsp"; str2 = this.Req.GetRequest(str, null, null, true); str = "http://www.finishline.com/store/checkout/cart.jsp?_DARGS=/store/checkout/fragments/cart_body.jsp.2"; Dictionary<string, string> hiddenFormFieldsDict
  15. I have a problem with xpath. Check my test script. Xpath not working. test.ubot
  16. No you can see some example scripts http://tracker.ubotstudio.com/issues/916 Problem still exist 5.9.8 If you have long threads running and you run custom functions inside threads this error appear and the whole script messed up. To avoid this i have change all my functions to commands and i set "return" in tables.
  17. Same problem appear from another bot that i am working on that don' t use log command at all.
  18. I have post some issues http://tracker.ubotstudio.com/issues/916 I think that this issue should change to Urgent
  19. plugin command("HTTP post.dll", "http auto redirect", "Yes") plugin command("HTTP post.dll", "http keep alive", "Yes") plugin command("HTTP post.dll", "http set headers", "Upgrade-Insecure-Requests", 1) plugin command("HTTP post.dll", "http set headers", "Accept", "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8") plugin command("HTTP post.dll", "http set headers", "Accept-Language", "en-US,en;q=0.8,el;q=0.6") plugin command("HTTP post.dll", "http settings headers", "Accept Encoding", "gzip, deflate, sdch") plugin command("HTTP post.dll", "http cookiecontainer
  20. Browsers seems ok with multi threads. Phantomjs no images option working too. So everything seems fine!! Thanks.
  21. 1) Multi thread fix (Browsers handle until all start) 2) phantomjs no images option
×
×
  • Create New...