Google Captcha Bitcoin Faucet part 1


SUBMITTED BY: Guest

DATE: July 3, 2015, 1:51 p.m.

FORMAT: Text only

SIZE: 2.0 kB

HITS: 442

  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <string.h>
  4. #include <fstream>
  5. #include <cstdlib>
  6. #include<iostream>
  7. #include<algorithm>
  8. #include<Windows.h>
  9. #include<string>
  10. #include<time.h>
  11. using namespace std;
  12. #pragma once
  13. int findpos(string a, string b)
  14. {
  15. // a is html code, b is compare string
  16. int found = 0;
  17. if(a.find(b))
  18. {
  19. found = a.find(b);
  20. }
  21. return found;
  22. }
  23. namespace Test {
  24. using namespace System;
  25. using namespace System::ComponentModel;
  26. using namespace System::Collections;
  27. using namespace System::Windows::Forms;
  28. using namespace System::Data;
  29. using namespace System::Text::RegularExpressions;
  30. using namespace System::Collections::Generic;
  31. using namespace System::Drawing;
  32. /// <summary>
  33. /// Form1 的摘要
  34. /// </summary>
  35. int time;
  36. public ref class Form1 : public System::Windows::Forms::Form
  37. {
  38. public:
  39. Form1(void)
  40. {
  41. InitializeComponent();
  42. //
  43. //TODO: 在此加入建構函式程式碼
  44. //
  45. }
  46. protected:
  47. /// <summary>
  48. /// 清除任何使用中的?E翩C
  49. /// </summary>
  50. ~Form1()
  51. {
  52. if (components)
  53. {
  54. delete components;
  55. }
  56. }
  57. private: System::Windows::Forms::WebBrowser^ webBrowser1;
  58. private: System::Windows::Forms::Button^ button1;
  59. private: System::Windows::Forms::PictureBox^ pictureBox1;
  60. private: System::Windows::Forms::TextBox^ textBox1;
  61. private: System::Windows::Forms::Label^ label1;
  62. private: System::Windows::Forms::Label^ label2;
  63. private: System::Windows::Forms::TextBox^ textBox2;
  64. private: System::Windows::Forms::Button^ button2;
  65. protected:
  66. public: String^ challenge;
  67. private: System::Windows::Forms::Label^ label3;
  68. public:
  69. private: System::Windows::Forms::Timer^ timer1;
  70. private: System::Windows::Forms::Label^ label4;
  71. private: System::ComponentModel::IContainer^ components;
  72. private:

comments powered by Disqus