Advertisement
Guest User

@flqt anarchy turbo

a guest
May 9th, 2019
3,903
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.29 KB | None | 0 0
  1. #Api
  2. #Password - Anarchy018393928jwe
  3.  
  4. // Akatsuki.api
  5. using Microsoft.VisualBasic.CompilerServices;
  6. using System;
  7. using System.Collections;
  8. using System.IO;
  9. using System.Net;
  10. using System.Runtime.CompilerServices;
  11. using System.Security.Cryptography;
  12. using System.Text;
  13. using System.Text.RegularExpressions;
  14.  
  15. internal sealed class api
  16. {
  17. public static string string_0 = null;
  18.  
  19. public static string string_1 = null;
  20.  
  21. public static string string_2 = null;
  22.  
  23. public static string string_3 = null;
  24.  
  25. public static string string_4 = null;
  26.  
  27. public static string string_5 = null;
  28.  
  29. public static string string_6 = null;
  30.  
  31. public static string string_7 = null;
  32.  
  33. public static string string_8 = null;
  34.  
  35. public static string string_9 = null;
  36.  
  37. public static string string_10;
  38.  
  39. public static CookieContainer cookieContainer_0 = new CookieContainer();
  40.  
  41. public static string string_11 = "https://i.instagram.com/api/v1/";
  42.  
  43. public static string string_12 = "Instagram 29.1.0.7.97 Android (18/4.3; 320dpi; 720x1280; Xiaomi; HM 1SW; armani; qcom; en_US)";
  44.  
  45. public static object smethod_0(string string_13, string string_14)
  46. {
  47. object result = false;
  48. string str = "signed_body=";
  49. string text = $"{{\"device_id\":\"{Guid.NewGuid().ToString()}\",\"username\":\"{string_13}\",\"password\":\"{string_14}\",\"login_attempt_count\":\"0\"}}";
  50. string str2 = smethod_3(text) + ".";
  51. string str3 = "&ig_sig_key_version=5";
  52. try
  53. {
  54. string text2 = smethod_1(str + str2 + text + str3, "accounts/login/");
  55. if (text2.Contains("logged_in_user"))
  56. {
  57. result = true;
  58. }
  59. }
  60. catch (Exception ex)
  61. {
  62. ProjectData.SetProjectError(ex);
  63. Exception ex2 = ex;
  64. result = false;
  65. ProjectData.ClearProjectError();
  66. }
  67. return result;
  68. }
  69.  
  70. public static string smethod_1(string string_13, string string_14)
  71. {
  72. string result = null;
  73. byte[] bytes = Encoding.UTF8.GetBytes(string_13);
  74. HttpWebRequest httpWebRequest = (HttpWebRequest)WebRequest.Create(string_11 + string_14);
  75. httpWebRequest.Method = "POST";
  76. httpWebRequest.Accept = "*/*";
  77. httpWebRequest.KeepAlive = true;
  78. httpWebRequest.CookieContainer = cookieContainer_0;
  79. httpWebRequest.ContentType = "application/x-www-form-urlencoded; charset=UTF-8";
  80. httpWebRequest.Referer = "https://www.instagram.com/";
  81. httpWebRequest.UserAgent = string_12;
  82. httpWebRequest.Timeout = 8000;
  83. httpWebRequest.ContentLength = bytes.Length;
  84. httpWebRequest.Proxy = null;
  85. httpWebRequest.Headers.Add("X-IG-Connection-Type", "WIFI");
  86. httpWebRequest.Headers.Add("X-IG-Capabilities", "3ToAAA==");
  87. try
  88. {
  89. using (Stream stream = httpWebRequest.GetRequestStream())
  90. {
  91. stream.Write(bytes, 0, bytes.Length);
  92. }
  93. HttpWebResponse httpWebResponse = (HttpWebResponse)httpWebRequest.GetResponse();
  94. using (StreamReader streamReader = new StreamReader(httpWebResponse.GetResponseStream()))
  95. {
  96. result = streamReader.ReadToEnd();
  97. }
  98. try
  99. {
  100. try
  101. {
  102. IEnumerator enumerator = default(IEnumerator);
  103. try
  104. {
  105. enumerator = httpWebResponse.Cookies.GetEnumerator();
  106. while (enumerator.MoveNext())
  107. {
  108. object objectValue = RuntimeHelpers.GetObjectValue(enumerator.Current);
  109. object objectValue2 = RuntimeHelpers.GetObjectValue(RuntimeHelpers.GetObjectValue(objectValue));
  110. object objectValue3 = RuntimeHelpers.GetObjectValue(RuntimeHelpers.GetObjectValue(RuntimeHelpers.GetObjectValue(RuntimeHelpers.GetObjectValue(RuntimeHelpers.GetObjectValue(RuntimeHelpers.GetObjectValue(RuntimeHelpers.GetObjectValue(RuntimeHelpers.GetObjectValue(objectValue2))))))));
  111. string_9 = string_9 + objectValue3.ToString() + ";";
  112. }
  113. }
  114. finally
  115. {
  116. if (enumerator is IDisposable)
  117. {
  118. (enumerator as IDisposable).Dispose();
  119. }
  120. }
  121. }
  122. finally
  123. {
  124. IEnumerator enumerator2 = default(IEnumerator);
  125. if (enumerator2 is IDisposable)
  126. {
  127. (enumerator2 as IDisposable).Dispose();
  128. }
  129. }
  130. }
  131. finally
  132. {
  133. }
  134. }
  135. catch (WebException ex)
  136. {
  137. ProjectData.SetProjectError(ex);
  138. WebException ex2 = ex;
  139. using (StreamReader streamReader2 = new StreamReader(ex2.Response.GetResponseStream()))
  140. {
  141. result = streamReader2.ReadToEnd();
  142. }
  143. ProjectData.ClearProjectError();
  144. }
  145. return result;
  146. }
  147.  
  148. public static object smethod_2()
  149. {
  150. object result = false;
  151. HttpWebRequest httpWebRequest = (HttpWebRequest)WebRequest.Create("https://i.instagram.com/api/v1/accounts/current_user/?edit=true");
  152. httpWebRequest.Method = "GET";
  153. httpWebRequest.KeepAlive = true;
  154. httpWebRequest.UserAgent = string_12;
  155. httpWebRequest.Proxy = null;
  156. httpWebRequest.CookieContainer = cookieContainer_0;
  157. try
  158. {
  159. HttpWebResponse httpWebResponse = (HttpWebResponse)httpWebRequest.GetResponse();
  160. using (StreamReader streamReader = new StreamReader(httpWebResponse.GetResponseStream()))
  161. {
  162. string input = streamReader.ReadToEnd();
  163. string_0 = Regex.Match(input, "pk\": (.*?),").Groups[1].Value;
  164. string_4 = Regex.Match(input, "full_name\": \"(.*?)\"").Groups[1].Value;
  165. string_3 = Regex.Match(input, "phone_number\": \"(.*?)\"").Groups[1].Value;
  166. string_6 = Regex.Match(input, "biography\": \"(.*?)\"").Groups[1].Value;
  167. string_1 = Regex.Match(input, "gender\": (.*?),").Groups[1].Value;
  168. string_5 = Regex.Match(input, "email\": \"(.*?)\"").Groups[1].Value;
  169. string_2 = Regex.Match(input, "external_url\": \"(.*?)\"").Groups[1].Value;
  170. result = true;
  171. }
  172. }
  173. catch (WebException ex)
  174. {
  175. ProjectData.SetProjectError(ex);
  176. WebException ex2 = ex;
  177. result = false;
  178. using (new StreamReader(ex2.Response.GetResponseStream()))
  179. {
  180. }
  181. ProjectData.ClearProjectError();
  182. }
  183. return result;
  184. }
  185.  
  186. public static string smethod_3(string string_13)
  187. {
  188. string s = "5ad7d6f013666cc93c88fc8af940348bd067b68f0dce3c85122a923f4f74b251";
  189. int num = 0;
  190. StringBuilder stringBuilder = new StringBuilder();
  191. HMACSHA256 hMACSHA = new HMACSHA256(Encoding.UTF8.GetBytes(s));
  192. hMACSHA.ComputeHash(Encoding.UTF8.GetBytes(string_13));
  193. byte[] hash = hMACSHA.Hash;
  194. checked
  195. {
  196. int num2 = hash.Length - 1;
  197. int num3 = 0;
  198. while (num3 <= num)
  199. {
  200. byte b = hash[num3];
  201. stringBuilder.Append(b.ToString("x2"));
  202. num3++;
  203. num = num2;
  204. }
  205. return stringBuilder.ToString();
  206. }
  207. }
  208. }
  209.  
  210.  
  211.  
  212.  
  213.  
  214. #Form1
  215.  
  216. // Akatsuki.Form1
  217. using Akatsuki;
  218. using Microsoft.VisualBasic;
  219. using Microsoft.VisualBasic.CompilerServices;
  220. using System;
  221. using System.ComponentModel;
  222. using System.Diagnostics;
  223. using System.Drawing;
  224. using System.Globalization;
  225. using System.IO;
  226. using System.Net;
  227. using System.Runtime.CompilerServices;
  228. using System.Security.Cryptography;
  229. using System.Text;
  230. using System.Threading;
  231. using System.Windows.Forms;
  232.  
  233. [DesignerGenerated]
  234. public class Form1 : Form
  235. {
  236. internal delegate void VBAnonymousDelegate_0();
  237.  
  238. public bool bool_0;
  239.  
  240. public int int_0;
  241.  
  242. public string string_0;
  243.  
  244. private IContainer components;
  245.  
  246. [CompilerGenerated]
  247. [DebuggerBrowsable(DebuggerBrowsableState.Never)]
  248. [AccessedThroughProperty("Button1")]
  249. private Button _Button1;
  250.  
  251. [CompilerGenerated]
  252. [DebuggerBrowsable(DebuggerBrowsableState.Never)]
  253. [AccessedThroughProperty("user")]
  254. private TextBox _user;
  255.  
  256. [CompilerGenerated]
  257. [DebuggerBrowsable(DebuggerBrowsableState.Never)]
  258. [AccessedThroughProperty("pass")]
  259. private TextBox _pass;
  260.  
  261. [CompilerGenerated]
  262. [DebuggerBrowsable(DebuggerBrowsableState.Never)]
  263. [AccessedThroughProperty("target")]
  264. private TextBox _target;
  265.  
  266. [CompilerGenerated]
  267. [DebuggerBrowsable(DebuggerBrowsableState.Never)]
  268. [AccessedThroughProperty("counts")]
  269. private TextBox _counts;
  270.  
  271. [CompilerGenerated]
  272. [DebuggerBrowsable(DebuggerBrowsableState.Never)]
  273. [AccessedThroughProperty("TextBox1")]
  274. private TextBox _TextBox1;
  275.  
  276. [CompilerGenerated]
  277. [DebuggerBrowsable(DebuggerBrowsableState.Never)]
  278. [AccessedThroughProperty("PictureBox1")]
  279. private PictureBox _PictureBox1;
  280.  
  281. internal virtual Button Button1
  282. {
  283. [CompilerGenerated]
  284. get
  285. {
  286. return _Button1;
  287. }
  288. [MethodImpl(MethodImplOptions.Synchronized)]
  289. [CompilerGenerated]
  290. set
  291. {
  292. EventHandler value2 = Button1_Click;
  293. Button button = _Button1;
  294. if (button != null)
  295. {
  296. button.Click -= value2;
  297. }
  298. _Button1 = value;
  299. button = _Button1;
  300. if (button != null)
  301. {
  302. button.Click += value2;
  303. }
  304. }
  305. }
  306.  
  307. internal virtual TextBox user
  308. {
  309. [CompilerGenerated]
  310. get
  311. {
  312. return _user;
  313. }
  314. [MethodImpl(MethodImplOptions.Synchronized)]
  315. [CompilerGenerated]
  316. set
  317. {
  318. EventHandler value2 = user_TextChanged;
  319. TextBox user = _user;
  320. if (user != null)
  321. {
  322. user.TextChanged -= value2;
  323. }
  324. _user = value;
  325. user = _user;
  326. if (user != null)
  327. {
  328. user.TextChanged += value2;
  329. }
  330. }
  331. }
  332.  
  333. internal virtual TextBox pass
  334. {
  335. [CompilerGenerated]
  336. get
  337. {
  338. return _pass;
  339. }
  340. [MethodImpl(MethodImplOptions.Synchronized)]
  341. [CompilerGenerated]
  342. set
  343. {
  344. EventHandler value2 = pass_TextChanged;
  345. TextBox pass = _pass;
  346. if (pass != null)
  347. {
  348. pass.TextChanged -= value2;
  349. }
  350. _pass = value;
  351. pass = _pass;
  352. if (pass != null)
  353. {
  354. pass.TextChanged += value2;
  355. }
  356. }
  357. }
  358.  
  359. [field: AccessedThroughProperty("target")]
  360. internal virtual TextBox target
  361. {
  362. get;
  363. [MethodImpl(MethodImplOptions.Synchronized)]
  364. set;
  365. }
  366.  
  367. [field: AccessedThroughProperty("counts")]
  368. internal virtual TextBox counts
  369. {
  370. get;
  371. [MethodImpl(MethodImplOptions.Synchronized)]
  372. set;
  373. }
  374.  
  375. [field: AccessedThroughProperty("TextBox1")]
  376. internal virtual TextBox TextBox1
  377. {
  378. get;
  379. [MethodImpl(MethodImplOptions.Synchronized)]
  380. set;
  381. }
  382.  
  383. [field: AccessedThroughProperty("PictureBox1")]
  384. internal virtual PictureBox PictureBox1
  385. {
  386. get;
  387. [MethodImpl(MethodImplOptions.Synchronized)]
  388. set;
  389. }
  390.  
  391. public Form1()
  392. {
  393. base.Load += Form1_Load;
  394. base.Closing += Form1_closing;
  395. bool_0 = false;
  396. InitializeComponent();
  397. }
  398.  
  399. private void Form1_Load(object sender, EventArgs e)
  400. {
  401. Control.CheckForIllegalCrossThreadCalls = false;
  402. ThreadPool.SetMinThreads(int.MaxValue, int.MaxValue);
  403. ServicePointManager.DefaultConnectionLimit = int.MaxValue;
  404. }
  405.  
  406. [MethodImpl(MethodImplOptions.NoInlining | MethodImplOptions.NoOptimization)]
  407. private void Button1_Click(object sender, EventArgs e)
  408. {
  409. try
  410. {
  411. if (Conversions.ToBoolean(RuntimeHelpers.GetObjectValue(RuntimeHelpers.GetObjectValue(api.smethod_0(user.Text, pass.Text)))) && Conversions.ToBoolean(RuntimeHelpers.GetObjectValue(RuntimeHelpers.GetObjectValue(api.smethod_2()))))
  412. {
  413. Thread thread = new Thread((ParameterizedThreadStart)delegate
  414. {
  415. start();
  416. }, 100);
  417. thread.Start(Conversions.ToDouble(1.7) - 1.0);
  418. GC.Collect();
  419. }
  420. else
  421. {
  422. Interaction.MsgBox("Wrong Info");
  423. }
  424. }
  425. catch (Exception ex)
  426. {
  427. ProjectData.SetProjectError(ex);
  428. Exception ex2 = ex;
  429. ProjectData.EndApp();
  430. ProjectData.ClearProjectError();
  431. }
  432. }
  433.  
  434. private object start()
  435. {
  436. while (!bool_0)
  437. {
  438. if (Conversions.ToBoolean(Check(target.Text)) && Conversions.ToBoolean(swap(target.Text)))
  439. {
  440. bool_0 = false;
  441. Button1.ForeColor = Color.Blue;
  442. TextBox1.ForeColor = Color.Blue;
  443. target.ForeColor = Color.Blue;
  444. user.ForeColor = Color.Blue;
  445. pass.ForeColor = Color.Blue;
  446. counts.ForeColor = Color.Blue;
  447. Button1.Text = "#Captured";
  448. Interaction.MsgBox("Akatsuki captured tailed beast" + target.Text, MsgBoxStyle.Information, "");
  449. }
  450. }
  451. object result = default(object);
  452. return result;
  453. }
  454.  
  455. public object Check(string user)
  456. {
  457. object result = false;
  458. try
  459. {
  460. using (WebClient webClient = new WebClient())
  461. {
  462. ServicePointManager.DefaultConnectionLimit = 600;
  463. ServicePointManager.UseNagleAlgorithm = false;
  464. ServicePointManager.Expect100Continue = false;
  465. webClient.Proxy = null;
  466. webClient.Headers.Add("User-Agent", "Instagram 29.1.0.7.97 Android (18/4.3; 320dpi; 720x1280; Xiaomi; HM 1SW; armani; qcom; en_US)");
  467. webClient.Headers.Add("Cookie", api.string_9);
  468. string left = webClient.DownloadString("https://i.instagram.com/api/v1/feed/user/" + target.Text + "/username/");
  469. if (Operators.CompareString(left, "{\"items\": [], \"num_results\": 0, \"status\": \"ok\"}", TextCompare: false) == 0)
  470. {
  471. if (Conversions.ToBoolean(RuntimeHelpers.GetObjectValue(RuntimeHelpers.GetObjectValue(swap(target.Text)))))
  472. {
  473. result = true;
  474. }
  475. }
  476. else
  477. {
  478. counts.Invoke(new VBAnonymousDelegate_0(attempts));
  479. }
  480. webClient.Dispose();
  481. }
  482. Thread.Sleep(100);
  483. }
  484. catch (Exception ex)
  485. {
  486. ProjectData.SetProjectError(ex);
  487. Exception ex2 = ex;
  488. counts.Invoke(new VBAnonymousDelegate_0(attempts));
  489. ProjectData.ClearProjectError();
  490. }
  491. return result;
  492. }
  493.  
  494. public string method_5(string string_2)
  495. {
  496. HttpWebRequest httpWebRequest = (HttpWebRequest)WebRequest.Create(string_2);
  497. httpWebRequest.Method = "GET";
  498. httpWebRequest.KeepAlive = true;
  499. httpWebRequest.CookieContainer = api.cookieContainer_0;
  500. httpWebRequest.UserAgent = "Instagram 29.1.0.7.97 Android (18/4.3; 320dpi; 720x1280; Xiaomi; HM 1SW; armani; qcom; en_US)";
  501. httpWebRequest.Proxy = null;
  502. httpWebRequest.Headers.Add("X-IG-Connection-Type", "WiFi");
  503. httpWebRequest.Headers.Add("X-IG-Capabilities", "3ToAAA==");
  504. string result;
  505. try
  506. {
  507. HttpWebResponse httpWebResponse = (HttpWebResponse)httpWebRequest.GetResponse();
  508. StreamReader streamReader = new StreamReader(httpWebResponse.GetResponseStream());
  509. result = streamReader.ReadToEnd();
  510. }
  511. catch (WebException ex)
  512. {
  513. ProjectData.SetProjectError(ex);
  514. WebException ex2 = ex;
  515. StreamReader streamReader2 = new StreamReader(ex2.Response.GetResponseStream());
  516. result = streamReader2.ReadToEnd();
  517. ProjectData.ClearProjectError();
  518. }
  519. return result;
  520. }
  521.  
  522. public object swap(string string_2)
  523. {
  524. string str = "signed_body=";
  525. string text = string.Format("{{\"gender\":\"{0}\",\"_csrftoken\":\"{1}\",\"_uuid\":\"{2}\",\"_uid\":\"{3}\",\"external_url\":\"{4}\",\"username\":\"{5}\",\"email\":\"{6}\",\"phone_number\":\"{7}\",\"biography\":\"@Akatsuki claimed the tailed beast\"{8}\",\"first_name\":\"\"}}", api.string_1, api.string_7, Guid.NewGuid().ToString(), api.string_0, api.string_2, string_2, api.string_5, api.string_3, api.string_6, "");
  526. string str2 = smethod_1(text) + ".";
  527. string str3 = "&ig_sig_key_version=5";
  528. object result = false;
  529. try
  530. {
  531. HttpWebRequest httpWebRequest = (HttpWebRequest)WebRequest.Create("https://i.instagram.com/api/v1/accounts/edit_profile/");
  532. httpWebRequest.Method = "POST";
  533. httpWebRequest.KeepAlive = true;
  534. httpWebRequest.CookieContainer = api.cookieContainer_0;
  535. httpWebRequest.ContentType = "application/x-www-form-urlencoded";
  536. httpWebRequest.UserAgent = "Instagram 29.1.0.7.97 Android (18/4.3; 320dpi; 720x1280; Xiaomi; HM 1SW; armani; qcom; en_US)";
  537. httpWebRequest.AllowAutoRedirect = true;
  538. httpWebRequest.Proxy = null;
  539. httpWebRequest.Timeout = 2500;
  540. httpWebRequest.Headers.Add("X-IG-Connection-Type", "WIFI");
  541. httpWebRequest.Headers.Add("X-IG-Capabilities", "3ToAAA==");
  542. using (Stream stream = httpWebRequest.GetRequestStream())
  543. {
  544. byte[] bytes = Encoding.UTF8.GetBytes(str + str2 + text + str3);
  545. stream.Write(bytes, 0, bytes.Length);
  546. }
  547. HttpWebResponse httpWebResponse = (HttpWebResponse)httpWebRequest.GetResponse();
  548. if (httpWebResponse.StatusCode == HttpStatusCode.OK)
  549. {
  550. result = true;
  551. }
  552. }
  553. catch (WebException ex)
  554. {
  555. ProjectData.SetProjectError(ex);
  556. WebException ex2 = ex;
  557. Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo("en-US");
  558. HttpWebResponse httpWebResponse2 = (HttpWebResponse)ex2.Response;
  559. using (StreamReader streamReader = new StreamReader(httpWebResponse2.GetResponseStream()))
  560. {
  561. string text2 = streamReader.ReadToEnd();
  562. if (text2.Contains("feedback_"))
  563. {
  564. Interaction.MsgBox("Your Account is Blocked, Please Close The Turbo.");
  565. result = false;
  566. }
  567. result = false;
  568. }
  569. ProjectData.ClearProjectError();
  570. }
  571. return result;
  572. }
  573.  
  574. public static string smethod_1(string string_2)
  575. {
  576. string s = "5ad7d6f013666cc93c88fc8af940348bd067b68f0dce3c85122a923f4f74b251";
  577. int num = 0;
  578. StringBuilder stringBuilder = new StringBuilder();
  579. HMACSHA256 hMACSHA = new HMACSHA256(Encoding.UTF8.GetBytes(s));
  580. hMACSHA.ComputeHash(Encoding.UTF8.GetBytes(string_2));
  581. byte[] hash = hMACSHA.Hash;
  582. checked
  583. {
  584. int num2 = hash.Length - 1;
  585. int num3 = 0;
  586. while (num3 <= num)
  587. {
  588. byte b = hash[num3];
  589. stringBuilder.Append(b.ToString("x2"));
  590. num3++;
  591. num = num2;
  592. }
  593. return stringBuilder.ToString();
  594. }
  595. }
  596.  
  597. private void attempts()
  598. {
  599. counts.Text = Conversions.ToString(Conversions.ToDouble(counts.Text) + 1.0);
  600. }
  601.  
  602. [MethodImpl(MethodImplOptions.NoInlining | MethodImplOptions.NoOptimization)]
  603. private void Form1_closing(object sender, EventArgs e)
  604. {
  605. ProjectData.EndApp();
  606. }
  607.  
  608. private void user_TextChanged(object sender, EventArgs e)
  609. {
  610. }
  611.  
  612. private void pass_TextChanged(object sender, EventArgs e)
  613. {
  614. }
  615.  
  616. [DebuggerNonUserCode]
  617. protected override void Dispose(bool disposing)
  618. {
  619. try
  620. {
  621. if (disposing && components != null)
  622. {
  623. components.Dispose();
  624. }
  625. }
  626. finally
  627. {
  628. base.Dispose(disposing);
  629. }
  630. }
  631.  
  632. [System.Diagnostics.DebuggerStepThrough]
  633. private void InitializeComponent()
  634. {
  635. System.ComponentModel.ComponentResourceManager componentResourceManager = new System.ComponentModel.ComponentResourceManager(typeof(Akatsuki.Form1));
  636. Button1 = new System.Windows.Forms.Button();
  637. user = new System.Windows.Forms.TextBox();
  638. pass = new System.Windows.Forms.TextBox();
  639. target = new System.Windows.Forms.TextBox();
  640. counts = new System.Windows.Forms.TextBox();
  641. TextBox1 = new System.Windows.Forms.TextBox();
  642. PictureBox1 = new System.Windows.Forms.PictureBox();
  643. ((System.ComponentModel.ISupportInitialize)PictureBox1).BeginInit();
  644. SuspendLayout();
  645. Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  646. Button1.ForeColor = System.Drawing.Color.Firebrick;
  647. Button1.Location = new System.Drawing.Point(-5, 153);
  648. Button1.Name = "Button1";
  649. Button1.Size = new System.Drawing.Size(134, 23);
  650. Button1.TabIndex = 0;
  651. Button1.Text = "start";
  652. Button1.UseVisualStyleBackColor = true;
  653. user.BackColor = System.Drawing.Color.Black;
  654. user.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  655. user.ForeColor = System.Drawing.Color.Firebrick;
  656. user.Location = new System.Drawing.Point(-5, 45);
  657. user.Name = "user";
  658. user.Size = new System.Drawing.Size(134, 21);
  659. user.TabIndex = 1;
  660. user.Text = "username";
  661. user.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  662. pass.BackColor = System.Drawing.Color.Black;
  663. pass.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  664. pass.ForeColor = System.Drawing.Color.Firebrick;
  665. pass.Location = new System.Drawing.Point(-5, 72);
  666. pass.Name = "pass";
  667. pass.Size = new System.Drawing.Size(134, 21);
  668. pass.TabIndex = 2;
  669. pass.Text = "password";
  670. pass.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  671. pass.UseSystemPasswordChar = true;
  672. target.BackColor = System.Drawing.Color.Black;
  673. target.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  674. target.ForeColor = System.Drawing.Color.Firebrick;
  675. target.Location = new System.Drawing.Point(-5, 99);
  676. target.Name = "target";
  677. target.Size = new System.Drawing.Size(134, 21);
  678. target.TabIndex = 3;
  679. target.Text = "target";
  680. target.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  681. counts.BackColor = System.Drawing.Color.Black;
  682. counts.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  683. counts.ForeColor = System.Drawing.Color.Firebrick;
  684. counts.Location = new System.Drawing.Point(-5, 182);
  685. counts.Name = "counts";
  686. counts.Size = new System.Drawing.Size(134, 21);
  687. counts.TabIndex = 4;
  688. counts.Text = "0";
  689. counts.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  690. TextBox1.BackColor = System.Drawing.Color.Black;
  691. TextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  692. TextBox1.ForeColor = System.Drawing.Color.Firebrick;
  693. TextBox1.Location = new System.Drawing.Point(-5, 126);
  694. TextBox1.Name = "TextBox1";
  695. TextBox1.Size = new System.Drawing.Size(134, 21);
  696. TextBox1.TabIndex = 5;
  697. TextBox1.Text = "100";
  698. TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  699. PictureBox1.Image = (System.Drawing.Image)componentResourceManager.GetObject("PictureBox1.Image");
  700. PictureBox1.Location = new System.Drawing.Point(-5, 0);
  701. PictureBox1.Name = "PictureBox1";
  702. PictureBox1.Size = new System.Drawing.Size(134, 47);
  703. PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  704. PictureBox1.TabIndex = 6;
  705. PictureBox1.TabStop = false;
  706. base.AutoScaleDimensions = new System.Drawing.SizeF(7f, 13f);
  707. base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  708. BackColor = System.Drawing.Color.Black;
  709. base.ClientSize = new System.Drawing.Size(125, 205);
  710. base.Controls.Add(PictureBox1);
  711. base.Controls.Add(TextBox1);
  712. base.Controls.Add(counts);
  713. base.Controls.Add(target);
  714. base.Controls.Add(pass);
  715. base.Controls.Add(user);
  716. base.Controls.Add(Button1);
  717. Font = new System.Drawing.Font("Verdana", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
  718. ForeColor = System.Drawing.Color.White;
  719. base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  720. base.Name = "Form1";
  721. base.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  722. Text = "#Cracked by @flqt";
  723. ((System.ComponentModel.ISupportInitialize)PictureBox1).EndInit();
  724. ResumeLayout(performLayout: false);
  725. PerformLayout();
  726. }
  727.  
  728. [CompilerGenerated]
  729. private void _Lambda$__6-0(object a0)
  730. {
  731. start();
  732. }
  733. }
  734.  
  735.  
  736.  
  737.  
  738. #Form2
  739. // Akatsuki.Form2
  740. using Akatsuki;
  741. using Akatsuki.My;
  742. using Microsoft.VisualBasic;
  743. using Microsoft.VisualBasic.CompilerServices;
  744. using System;
  745. using System.ComponentModel;
  746. using System.Diagnostics;
  747. using System.Drawing;
  748. using System.Net;
  749. using System.Runtime.CompilerServices;
  750. using System.Windows.Forms;
  751.  
  752. [DesignerGenerated]
  753. public class Form2 : Form
  754. {
  755. private IContainer components;
  756.  
  757. [CompilerGenerated]
  758. [DebuggerBrowsable(DebuggerBrowsableState.Never)]
  759. [AccessedThroughProperty("Button1")]
  760. private Button _Button1;
  761.  
  762. [CompilerGenerated]
  763. [DebuggerBrowsable(DebuggerBrowsableState.Never)]
  764. [AccessedThroughProperty("TextBox1")]
  765. private TextBox _TextBox1;
  766.  
  767. private WebClient WC;
  768.  
  769. internal virtual Button Button1
  770. {
  771. [CompilerGenerated]
  772. get
  773. {
  774. return _Button1;
  775. }
  776. [MethodImpl(MethodImplOptions.Synchronized)]
  777. [CompilerGenerated]
  778. set
  779. {
  780. EventHandler value2 = Button1_Click;
  781. Button button = _Button1;
  782. if (button != null)
  783. {
  784. button.Click -= value2;
  785. }
  786. _Button1 = value;
  787. button = _Button1;
  788. if (button != null)
  789. {
  790. button.Click += value2;
  791. }
  792. }
  793. }
  794.  
  795. internal virtual TextBox TextBox1
  796. {
  797. [CompilerGenerated]
  798. get
  799. {
  800. return _TextBox1;
  801. }
  802. [MethodImpl(MethodImplOptions.Synchronized)]
  803. [CompilerGenerated]
  804. set
  805. {
  806. EventHandler value2 = TextBox1_TextChanged;
  807. TextBox textBox = _TextBox1;
  808. if (textBox != null)
  809. {
  810. textBox.TextChanged -= value2;
  811. }
  812. _TextBox1 = value;
  813. textBox = _TextBox1;
  814. if (textBox != null)
  815. {
  816. textBox.TextChanged += value2;
  817. }
  818. }
  819. }
  820.  
  821. public Form2()
  822. {
  823. base.Load += Form2_Load;
  824. WC = new WebClient();
  825. InitializeComponent();
  826. }
  827.  
  828. [DebuggerNonUserCode]
  829. protected override void Dispose(bool disposing)
  830. {
  831. try
  832. {
  833. if (disposing && components != null)
  834. {
  835. components.Dispose();
  836. }
  837. }
  838. finally
  839. {
  840. base.Dispose(disposing);
  841. }
  842. }
  843.  
  844. [System.Diagnostics.DebuggerStepThrough]
  845. private void InitializeComponent()
  846. {
  847. System.ComponentModel.ComponentResourceManager componentResourceManager = new System.ComponentModel.ComponentResourceManager(typeof(Akatsuki.Form2));
  848. Button1 = new System.Windows.Forms.Button();
  849. TextBox1 = new System.Windows.Forms.TextBox();
  850. SuspendLayout();
  851. Button1.Location = new System.Drawing.Point(74, 88);
  852. Button1.Name = "Button1";
  853. Button1.Size = new System.Drawing.Size(216, 23);
  854. Button1.TabIndex = 0;
  855. Button1.Text = "Login";
  856. Button1.UseVisualStyleBackColor = true;
  857. TextBox1.Location = new System.Drawing.Point(74, 62);
  858. TextBox1.Name = "TextBox1";
  859. TextBox1.Size = new System.Drawing.Size(216, 20);
  860. TextBox1.TabIndex = 1;
  861. base.AutoScaleDimensions = new System.Drawing.SizeF(6f, 13f);
  862. base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  863. BackgroundImage = (System.Drawing.Image)componentResourceManager.GetObject("$this.BackgroundImage");
  864. BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  865. base.ClientSize = new System.Drawing.Size(363, 123);
  866. base.Controls.Add(TextBox1);
  867. base.Controls.Add(Button1);
  868. base.Name = "Form2";
  869. Text = "#Akatuki Login";
  870. ResumeLayout(performLayout: false);
  871. PerformLayout();
  872. }
  873.  
  874. private void Form2_Load(object sender, EventArgs e)
  875. {
  876. string text = WC.DownloadString("https://api.ipify.org");
  877. TextBox1.Text = text;
  878. if (Operators.CompareString(MySettingsProperty.Settings.user, "", TextCompare: false) == 0)
  879. {
  880. TextBox1.Text = "Password";
  881. }
  882. else
  883. {
  884. TextBox1.Text = MySettingsProperty.Settings.user;
  885. }
  886. }
  887.  
  888. private void Button1_Click(object sender, EventArgs e)
  889. {
  890. try
  891. {
  892. string text = WC.DownloadString("https://pastebin.com/raw/CmT7MP5y");
  893. if (text.Contains(TextBox1.Text))
  894. {
  895. MyProject.Forms.Form2.Hide();
  896. Interaction.MsgBox("Welcome to the Akatsuki!", MsgBoxStyle.Information, "");
  897. Form1 form = new Form1();
  898. form.Show();
  899. }
  900. else
  901. {
  902. Interaction.MsgBox("Wrong Informtaion", MsgBoxStyle.Information);
  903. }
  904. }
  905. catch (Exception projectError)
  906. {
  907. ProjectData.SetProjectError(projectError);
  908. Interaction.MsgBox("An Error Occured! Please try again later!", MsgBoxStyle.Information);
  909. ProjectData.ClearProjectError();
  910. }
  911. MySettingsProperty.Settings.user = TextBox1.Text;
  912. MySettingsProperty.Settings.Save();
  913. }
  914.  
  915. private void TextBox1_TextChanged(object sender, EventArgs e)
  916. {
  917. }
  918. }
  919.  
  920.  
  921. // Guys Turbo Is Shit //
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement