OSS BOT Scripter. instead of my introduction. ( proxy, referer, cookie, ... )


SUBMITTED BY: tanishqjaichand

DATE: Sept. 25, 2017, 2:30 p.m.

FORMAT: Text only

SIZE: 2.6 kB

HITS: 468

  1. I introduce my Open Source BOT Scripter Instead of my instroduction.
  2. Axord
  3. Open source BOT Scripter in C sharp
  4. Features:
  5. Very easy scripting with highlight.
  6. Switch proxies automatically.
  7. Multiple clients.
  8. Check proxy validation.
  9. Change UserAgent.
  10. Modify Referer.
  11. Set Cookie.
  12. Cool UI.
  13. works on Windows x86/x64
  14. Script syntax:
  15. COMMAND:ARG1:ARG2:... or just COMMAND.
  16. Script commands:
  17. SET COOKIE. [setCookie:NAME=DATA]
  18. SET USERAGENT. [setUserAgent:ua]
  19. SET USERAGENT RANDOMLY. [setUserAgentRandomly:ua1,ua2,ua3]
  20. SET USERAGENT DEFAULT. [defaultUserAgent]
  21. SET REFERER. [setReferer:yourrefererhere]
  22. SET REFERER RANDOMLY. [setRefererRandomly:ref1, ref2, ref3]
  23. SEND REFERER NORMALY. [normalReferer]
  24. ( if you wanna set datas from file, use $FILENAME. )
  25. SUBMIT THE FORM. [submit:ELM:element-name]
  26. SET TEXT TO THE BOX. [setText:ELM:element-name:text]
  27. CLICK BUTTON. [click:ELM:element-name]
  28. ( ELM means element search type. )
  29. ( byDisplayName, byDisplayNameContains, byId, byName, byClass, byTag, byTagName)
  30. ( "byDisplayNameContains" is very useful. )
  31. WAIT UNTIL PAGE LOADED COMPLETELY. [waitLoading]
  32. ( TIMEOUT is 10s )
  33. CLEAR CACHES. [clearCache]
  34. CLEAR COOKIES. [clearCookie]
  35. WAIT. [wait:MILLISECONDS]
  36. WAIT BETWEEN A AND B [waitRandomly:A:B]
  37. GO TO THE PAGE. [go:URL]
  38. GO TO THE PAGE RANDOMLY. [goRandomly:URL1,URL2,...,URLN]
  39. REFRESH CURRENT PAGE. [refresh] or [refreshIgnoreCache]
  40. EXECUTE JAVASCRIPT. [execJs:jsStatement]
  41. BREAK LOOP AND EXIT. [exit]
  42. Examples:
  43. //change referer test.
  44. setReferer: URL
  45. go: URL
  46. exit
  47. //end
  48. //search and ...
  49. go: URL
  50. waitLoading
  51. setText:byId:masthead-search-term:Yuru Yuri
  52. click:byId:search-btn
  53. waitLoading
  54. click:byDisplayNameContains:Yuru
  55. waitRandomly:10000:20000
  56. clearCache
  57. clearCookie
  58. //end
  59. Axord executes following commands looply. if you wanna do it only once, just insert "exit" in the last line.
  60. How to use:
  61. (test or only local)
  62. type script in the bottom box.
  63. click Start
  64. (multiple proxies)
  65. put valid proxies in the right text box.
  66. set Clients and Proxy change rate.
  67. if you set rate 1, client will change proxy every loop.
  68. Start
  69. (check proxy)
  70. put proxies in the left text box.
  71. ( you can use any format. )
  72. click buton
  73. Downloads:
  74. Bot:
  75. http://mega.nz/#!l3hzHTSJ!qA_gUPf35YquQPOV-FvXp5VVeArt9l_HKsWKOG0ulHg
  76. Source Code:
  77. http://mega.nz/#!ZqYUhDQA!rFVjIJkju2Hy5Xgvts_qdjZQV1kFhyUGob8vwn98pTY
  78. Virus Total:
  79. https://virustotal.com/en/file/0ffb...167744c821614098ced2199afa18a14ef26/analysis/
  80. Thank you for reading. enjoy!

comments powered by Disqus