Advertisement
Guest User

Untitled

a guest
Feb 14th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.33 KB | None | 0 0
  1. #pragma once
  2.  
  3. namespace AruthaV02 {
  4.  
  5. using namespace System;
  6. using namespace System::ComponentModel;
  7. using namespace System::Collections;
  8. using namespace System::Windows::Forms;
  9. using namespace System::Data;
  10. using namespace System::Drawing;
  11.  
  12. /// <summary>
  13. /// Summary for DLLInterface
  14. /// </summary>
  15. public ref class DLLInterface : public System::Windows::Forms::Form
  16. {
  17. public:
  18. DLLInterface(void)
  19. {
  20. InitializeComponent();
  21. //
  22. //TODO: Add the constructor code here
  23. //
  24. }
  25.  
  26. protected:
  27. /// <summary>
  28. /// Clean up any resources being used.
  29. /// </summary>
  30. ~DLLInterface()
  31. {
  32. if (components)
  33. {
  34. delete components;
  35. }
  36. }
  37. private: System::Windows::Forms::Button^ button1;
  38. private: System::Windows::Forms::Button^ SetJP;
  39. private: System::Windows::Forms::Button^ SetFogE;
  40.  
  41.  
  42.  
  43. protected:
  44.  
  45.  
  46. private: System::Windows::Forms::Button^ SetH;
  47. private: System::Windows::Forms::Button^ SetTime;
  48.  
  49.  
  50. private: System::Windows::Forms::Button^ SetFogS;
  51.  
  52. private: System::Windows::Forms::TextBox^ textBox1;
  53. private: System::Windows::Forms::TextBox^ textBox2;
  54. private: System::Windows::Forms::TextBox^ textBox3;
  55. private: System::Windows::Forms::TextBox^ textBox4;
  56. private: System::Windows::Forms::TextBox^ textBox5;
  57. private: System::Windows::Forms::TextBox^ textBox6;
  58. private: System::Windows::Forms::Label^ label1;
  59. private: System::Windows::Forms::Label^ label2;
  60. private: System::Windows::Forms::Label^ label3;
  61. private: System::Windows::Forms::TextBox^ textBox9;
  62.  
  63. private: System::Windows::Forms::Button^ button3;
  64. private: System::Windows::Forms::Button^ button4;
  65. private: System::Windows::Forms::Button^ button5;
  66. private: System::Windows::Forms::Label^ label4;
  67. private: System::Windows::Forms::TextBox^ textBox7;
  68. private: System::Windows::Forms::TextBox^ textBox8;
  69. private: System::Windows::Forms::TextBox^ textBox10;
  70. private: System::Windows::Forms::Button^ button6;
  71. private: System::Windows::Forms::Button^ button7;
  72. private: System::Windows::Forms::Button^ button8;
  73. private: System::Windows::Forms::Button^ button9;
  74. private: System::Windows::Forms::Button^ button10;
  75. private: System::Windows::Forms::Button^ button11;
  76. private: System::Windows::Forms::Button^ button12;
  77. private: System::Windows::Forms::TextBox^ textBox11;
  78. private: System::Windows::Forms::TextBox^ textBox12;
  79. private: System::Windows::Forms::TextBox^ textBox13;
  80. private: System::Windows::Forms::Button^ button13;
  81. private: System::Windows::Forms::Button^ button2;
  82. private: System::Windows::Forms::Button^ button14;
  83. private: System::Windows::Forms::Button^ button15;
  84. private: System::Windows::Forms::Button^ button16;
  85. private: System::Windows::Forms::Button^ button17;
  86.  
  87. private:
  88. /// <summary>
  89. /// Required designer variable.
  90. /// </summary>
  91. System::ComponentModel::Container ^components;
  92.  
  93. #pragma region Windows Form Designer generated code
  94. /// <summary>
  95. /// Required method for Designer support - do not modify
  96. /// the contents of this method with the code editor.
  97. /// </summary>
  98. void InitializeComponent(void)
  99. {
  100. this->button1 = (gcnew System::Windows::Forms::Button());
  101. this->SetJP = (gcnew System::Windows::Forms::Button());
  102. this->SetFogE = (gcnew System::Windows::Forms::Button());
  103. this->SetH = (gcnew System::Windows::Forms::Button());
  104. this->SetTime = (gcnew System::Windows::Forms::Button());
  105. this->SetFogS = (gcnew System::Windows::Forms::Button());
  106. this->textBox1 = (gcnew System::Windows::Forms::TextBox());
  107. this->textBox2 = (gcnew System::Windows::Forms::TextBox());
  108. this->textBox3 = (gcnew System::Windows::Forms::TextBox());
  109. this->textBox4 = (gcnew System::Windows::Forms::TextBox());
  110. this->textBox5 = (gcnew System::Windows::Forms::TextBox());
  111. this->textBox6 = (gcnew System::Windows::Forms::TextBox());
  112. this->label1 = (gcnew System::Windows::Forms::Label());
  113. this->label2 = (gcnew System::Windows::Forms::Label());
  114. this->label3 = (gcnew System::Windows::Forms::Label());
  115. this->textBox9 = (gcnew System::Windows::Forms::TextBox());
  116. this->button3 = (gcnew System::Windows::Forms::Button());
  117. this->button4 = (gcnew System::Windows::Forms::Button());
  118. this->button5 = (gcnew System::Windows::Forms::Button());
  119. this->label4 = (gcnew System::Windows::Forms::Label());
  120. this->textBox7 = (gcnew System::Windows::Forms::TextBox());
  121. this->textBox8 = (gcnew System::Windows::Forms::TextBox());
  122. this->textBox10 = (gcnew System::Windows::Forms::TextBox());
  123. this->button6 = (gcnew System::Windows::Forms::Button());
  124. this->button7 = (gcnew System::Windows::Forms::Button());
  125. this->button8 = (gcnew System::Windows::Forms::Button());
  126. this->button9 = (gcnew System::Windows::Forms::Button());
  127. this->button10 = (gcnew System::Windows::Forms::Button());
  128. this->button11 = (gcnew System::Windows::Forms::Button());
  129. this->button12 = (gcnew System::Windows::Forms::Button());
  130. this->textBox11 = (gcnew System::Windows::Forms::TextBox());
  131. this->textBox12 = (gcnew System::Windows::Forms::TextBox());
  132. this->textBox13 = (gcnew System::Windows::Forms::TextBox());
  133. this->button13 = (gcnew System::Windows::Forms::Button());
  134. this->button2 = (gcnew System::Windows::Forms::Button());
  135. this->button14 = (gcnew System::Windows::Forms::Button());
  136. this->button15 = (gcnew System::Windows::Forms::Button());
  137. this->button16 = (gcnew System::Windows::Forms::Button());
  138. this->button17 = (gcnew System::Windows::Forms::Button());
  139. this->SuspendLayout();
  140. //
  141. // button1
  142. //
  143. this->button1->Location = System::Drawing::Point(599, 33);
  144. this->button1->Name = L"button1";
  145. this->button1->Size = System::Drawing::Size(75, 23);
  146. this->button1->TabIndex = 0;
  147. this->button1->Text = L"SetWS";
  148. this->button1->UseVisualStyleBackColor = false;
  149. //
  150. // SetJP
  151. //
  152. this->SetJP->Location = System::Drawing::Point(599, 62);
  153. this->SetJP->Name = L"SetJP";
  154. this->SetJP->Size = System::Drawing::Size(75, 23);
  155. this->SetJP->TabIndex = 1;
  156. this->SetJP->Text = L"SetJP";
  157. this->SetJP->UseVisualStyleBackColor = false;
  158. //
  159. // SetFogE
  160. //
  161. this->SetFogE->Location = System::Drawing::Point(599, 191);
  162. this->SetFogE->Name = L"SetFogE";
  163. this->SetFogE->Size = System::Drawing::Size(75, 23);
  164. this->SetFogE->TabIndex = 3;
  165. this->SetFogE->Text = L"SetFogE";
  166. this->SetFogE->UseVisualStyleBackColor = false;
  167. //
  168. // SetH
  169. //
  170. this->SetH->Location = System::Drawing::Point(599, 91);
  171. this->SetH->Name = L"SetH";
  172. this->SetH->Size = System::Drawing::Size(75, 23);
  173. this->SetH->TabIndex = 2;
  174. this->SetH->Text = L"SetGod";
  175. this->SetH->UseVisualStyleBackColor = false;
  176. //
  177. // SetTime
  178. //
  179. this->SetTime->Location = System::Drawing::Point(599, 249);
  180. this->SetTime->Name = L"SetTime";
  181. this->SetTime->Size = System::Drawing::Size(75, 23);
  182. this->SetTime->TabIndex = 5;
  183. this->SetTime->Text = L"SetTime";
  184. this->SetTime->UseVisualStyleBackColor = false;
  185. //
  186. // SetFogS
  187. //
  188. this->SetFogS->Location = System::Drawing::Point(599, 220);
  189. this->SetFogS->Name = L"SetFogS";
  190. this->SetFogS->Size = System::Drawing::Size(75, 23);
  191. this->SetFogS->TabIndex = 4;
  192. this->SetFogS->Text = L"SetFogS";
  193. this->SetFogS->UseVisualStyleBackColor = false;
  194. //
  195. // textBox1
  196. //
  197. this->textBox1->Location = System::Drawing::Point(493, 35);
  198. this->textBox1->Name = L"textBox1";
  199. this->textBox1->Size = System::Drawing::Size(100, 20);
  200. this->textBox1->TabIndex = 6;
  201. this->textBox1->Text = L"100";
  202. //
  203. // textBox2
  204. //
  205. this->textBox2->Location = System::Drawing::Point(493, 64);
  206. this->textBox2->Name = L"textBox2";
  207. this->textBox2->Size = System::Drawing::Size(100, 20);
  208. this->textBox2->TabIndex = 7;
  209. this->textBox2->Text = L"100";
  210. //
  211. // textBox3
  212. //
  213. this->textBox3->Location = System::Drawing::Point(493, 93);
  214. this->textBox3->Name = L"textBox3";
  215. this->textBox3->Size = System::Drawing::Size(100, 20);
  216. this->textBox3->TabIndex = 8;
  217. this->textBox3->Text = L"100";
  218. //
  219. // textBox4
  220. //
  221. this->textBox4->Location = System::Drawing::Point(493, 193);
  222. this->textBox4->Name = L"textBox4";
  223. this->textBox4->Size = System::Drawing::Size(100, 20);
  224. this->textBox4->TabIndex = 9;
  225. this->textBox4->Text = L"100";
  226. //
  227. // textBox5
  228. //
  229. this->textBox5->Location = System::Drawing::Point(493, 222);
  230. this->textBox5->Name = L"textBox5";
  231. this->textBox5->Size = System::Drawing::Size(100, 20);
  232. this->textBox5->TabIndex = 10;
  233. this->textBox5->Text = L"100";
  234. //
  235. // textBox6
  236. //
  237. this->textBox6->Location = System::Drawing::Point(493, 251);
  238. this->textBox6->Name = L"textBox6";
  239. this->textBox6->Size = System::Drawing::Size(100, 20);
  240. this->textBox6->TabIndex = 11;
  241. this->textBox6->Text = L"100";
  242. //
  243. // label1
  244. //
  245. this->label1->AutoSize = true;
  246. this->label1->Location = System::Drawing::Point(528, 9);
  247. this->label1->Name = L"label1";
  248. this->label1->Size = System::Drawing::Size(117, 13);
  249. this->label1->TabIndex = 12;
  250. this->label1->Text = L"LocalPlayer Commands";
  251. this->label1->Click += gcnew System::EventHandler(this, &DLLInterface::label1_Click);
  252. //
  253. // label2
  254. //
  255. this->label2->AutoSize = true;
  256. this->label2->Location = System::Drawing::Point(528, 166);
  257. this->label2->Name = L"label2";
  258. this->label2->Size = System::Drawing::Size(99, 13);
  259. this->label2->TabIndex = 13;
  260. this->label2->Text = L"Lighting Commands";
  261. //
  262. // label3
  263. //
  264. this->label3->AutoSize = true;
  265. this->label3->Location = System::Drawing::Point(317, 197);
  266. this->label3->Name = L"label3";
  267. this->label3->Size = System::Drawing::Size(81, 13);
  268. this->label3->TabIndex = 20;
  269. this->label3->Text = L"Destruction >:D";
  270. //
  271. // textBox9
  272. //
  273. this->textBox9->Location = System::Drawing::Point(282, 224);
  274. this->textBox9->Name = L"textBox9";
  275. this->textBox9->Size = System::Drawing::Size(100, 20);
  276. this->textBox9->TabIndex = 17;
  277. this->textBox9->Text = L"ROBLOX";
  278. //
  279. // button3
  280. //
  281. this->button3->Location = System::Drawing::Point(388, 250);
  282. this->button3->Name = L"button3";
  283. this->button3->Size = System::Drawing::Size(75, 23);
  284. this->button3->TabIndex = 15;
  285. this->button3->Text = L"Shutdown";
  286. this->button3->UseVisualStyleBackColor = false;
  287. //
  288. // button4
  289. //
  290. this->button4->Location = System::Drawing::Point(388, 222);
  291. this->button4->Name = L"button4";
  292. this->button4->Size = System::Drawing::Size(75, 23);
  293. this->button4->TabIndex = 14;
  294. this->button4->Text = L"btools";
  295. this->button4->UseVisualStyleBackColor = false;
  296. //
  297. // button5
  298. //
  299. this->button5->Location = System::Drawing::Point(282, 250);
  300. this->button5->Name = L"button5";
  301. this->button5->Size = System::Drawing::Size(100, 23);
  302. this->button5->TabIndex = 21;
  303. this->button5->Text = L"ClearWorkpace";
  304. this->button5->UseVisualStyleBackColor = false;
  305. //
  306. // label4
  307. //
  308. this->label4->AutoSize = true;
  309. this->label4->Location = System::Drawing::Point(317, 9);
  310. this->label4->Name = L"label4";
  311. this->label4->Size = System::Drawing::Size(105, 13);
  312. this->label4->TabIndex = 28;
  313. this->label4->Text = L"All Player Commands";
  314. //
  315. // textBox7
  316. //
  317. this->textBox7->Location = System::Drawing::Point(282, 93);
  318. this->textBox7->Name = L"textBox7";
  319. this->textBox7->Size = System::Drawing::Size(100, 20);
  320. this->textBox7->TabIndex = 27;
  321. this->textBox7->Text = L"100";
  322. //
  323. // textBox8
  324. //
  325. this->textBox8->Location = System::Drawing::Point(282, 64);
  326. this->textBox8->Name = L"textBox8";
  327. this->textBox8->Size = System::Drawing::Size(100, 20);
  328. this->textBox8->TabIndex = 26;
  329. this->textBox8->Text = L"100";
  330. //
  331. // textBox10
  332. //
  333. this->textBox10->Location = System::Drawing::Point(282, 35);
  334. this->textBox10->Name = L"textBox10";
  335. this->textBox10->Size = System::Drawing::Size(100, 20);
  336. this->textBox10->TabIndex = 25;
  337. this->textBox10->Text = L"100";
  338. //
  339. // button6
  340. //
  341. this->button6->Location = System::Drawing::Point(388, 90);
  342. this->button6->Name = L"button6";
  343. this->button6->Size = System::Drawing::Size(75, 23);
  344. this->button6->TabIndex = 24;
  345. this->button6->Text = L"SetGod";
  346. this->button6->UseVisualStyleBackColor = false;
  347. //
  348. // button7
  349. //
  350. this->button7->Location = System::Drawing::Point(388, 62);
  351. this->button7->Name = L"button7";
  352. this->button7->Size = System::Drawing::Size(75, 23);
  353. this->button7->TabIndex = 23;
  354. this->button7->Text = L"SetJP";
  355. this->button7->UseVisualStyleBackColor = false;
  356. //
  357. // button8
  358. //
  359. this->button8->Location = System::Drawing::Point(388, 33);
  360. this->button8->Name = L"button8";
  361. this->button8->Size = System::Drawing::Size(75, 23);
  362. this->button8->TabIndex = 22;
  363. this->button8->Text = L"SetWS";
  364. this->button8->UseVisualStyleBackColor = false;
  365. //
  366. // button9
  367. //
  368. this->button9->Location = System::Drawing::Point(577, 117);
  369. this->button9->Name = L"button9";
  370. this->button9->Size = System::Drawing::Size(97, 23);
  371. this->button9->TabIndex = 29;
  372. this->button9->Text = L"FF: off";
  373. this->button9->UseVisualStyleBackColor = false;
  374. //
  375. // button10
  376. //
  377. this->button10->Location = System::Drawing::Point(493, 117);
  378. this->button10->Name = L"button10";
  379. this->button10->Size = System::Drawing::Size(88, 23);
  380. this->button10->TabIndex = 30;
  381. this->button10->Text = L"FF: on";
  382. this->button10->UseVisualStyleBackColor = false;
  383. this->button10->Click += gcnew System::EventHandler(this, &DLLInterface::button10_Click);
  384. //
  385. // button11
  386. //
  387. this->button11->Location = System::Drawing::Point(493, 277);
  388. this->button11->Name = L"button11";
  389. this->button11->Size = System::Drawing::Size(88, 23);
  390. this->button11->TabIndex = 32;
  391. this->button11->Text = L"Seizure: on";
  392. this->button11->UseVisualStyleBackColor = false;
  393. //
  394. // button12
  395. //
  396. this->button12->Location = System::Drawing::Point(577, 277);
  397. this->button12->Name = L"button12";
  398. this->button12->Size = System::Drawing::Size(97, 23);
  399. this->button12->TabIndex = 31;
  400. this->button12->Text = L"Seizure: off";
  401. this->button12->UseVisualStyleBackColor = false;
  402. //
  403. // textBox11
  404. //
  405. this->textBox11->Location = System::Drawing::Point(74, 251);
  406. this->textBox11->Name = L"textBox11";
  407. this->textBox11->Size = System::Drawing::Size(61, 20);
  408. this->textBox11->TabIndex = 33;
  409. this->textBox11->Text = L"Leaderboard";
  410. //
  411. // textBox12
  412. //
  413. this->textBox12->Location = System::Drawing::Point(141, 251);
  414. this->textBox12->Name = L"textBox12";
  415. this->textBox12->Size = System::Drawing::Size(61, 20);
  416. this->textBox12->TabIndex = 34;
  417. this->textBox12->Text = L"KOs";
  418. //
  419. // textBox13
  420. //
  421. this->textBox13->Location = System::Drawing::Point(208, 250);
  422. this->textBox13->Name = L"textBox13";
  423. this->textBox13->Size = System::Drawing::Size(61, 20);
  424. this->textBox13->TabIndex = 35;
  425. this->textBox13->Text = L"100";
  426. //
  427. // button13
  428. //
  429. this->button13->Location = System::Drawing::Point(124, 277);
  430. this->button13->Name = L"button13";
  431. this->button13->Size = System::Drawing::Size(90, 23);
  432. this->button13->TabIndex = 36;
  433. this->button13->Text = L"Change stats";
  434. this->button13->UseVisualStyleBackColor = false;
  435. //
  436. // button2
  437. //
  438. this->button2->Location = System::Drawing::Point(282, 277);
  439. this->button2->Name = L"button2";
  440. this->button2->Size = System::Drawing::Size(88, 23);
  441. this->button2->TabIndex = 38;
  442. this->button2->Text = L"UnanchorWS";
  443. this->button2->UseVisualStyleBackColor = false;
  444. //
  445. // button14
  446. //
  447. this->button14->Location = System::Drawing::Point(366, 277);
  448. this->button14->Name = L"button14";
  449. this->button14->Size = System::Drawing::Size(97, 23);
  450. this->button14->TabIndex = 37;
  451. this->button14->Text = L"Kill All";
  452. this->button14->UseVisualStyleBackColor = false;
  453. //
  454. // button15
  455. //
  456. this->button15->Location = System::Drawing::Point(282, 146);
  457. this->button15->Name = L"button15";
  458. this->button15->Size = System::Drawing::Size(75, 23);
  459. this->button15->TabIndex = 39;
  460. this->button15->Text = L"RTools";
  461. this->button15->UseVisualStyleBackColor = false;
  462. //
  463. // button16
  464. //
  465. this->button16->Location = System::Drawing::Point(282, 117);
  466. this->button16->Name = L"button16";
  467. this->button16->Size = System::Drawing::Size(75, 23);
  468. this->button16->TabIndex = 40;
  469. this->button16->Text = L"Punish";
  470. this->button16->UseVisualStyleBackColor = false;
  471. //
  472. // button17
  473. //
  474. this->button17->Location = System::Drawing::Point(388, 117);
  475. this->button17->Name = L"button17";
  476. this->button17->Size = System::Drawing::Size(75, 23);
  477. this->button17->TabIndex = 41;
  478. this->button17->Text = L"UnPunish";
  479. this->button17->UseVisualStyleBackColor = false;
  480. //
  481. // DLLInterface
  482. //
  483. this->AutoScaleDimensions = System::Drawing::SizeF(6, 13);
  484. this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;
  485. this->ClientSize = System::Drawing::Size(686, 318);
  486. this->Controls->Add(this->button17);
  487. this->Controls->Add(this->button16);
  488. this->Controls->Add(this->button15);
  489. this->Controls->Add(this->button2);
  490. this->Controls->Add(this->button14);
  491. this->Controls->Add(this->button13);
  492. this->Controls->Add(this->textBox13);
  493. this->Controls->Add(this->textBox12);
  494. this->Controls->Add(this->textBox11);
  495. this->Controls->Add(this->button11);
  496. this->Controls->Add(this->button12);
  497. this->Controls->Add(this->button10);
  498. this->Controls->Add(this->button9);
  499. this->Controls->Add(this->label4);
  500. this->Controls->Add(this->textBox7);
  501. this->Controls->Add(this->textBox8);
  502. this->Controls->Add(this->textBox10);
  503. this->Controls->Add(this->button6);
  504. this->Controls->Add(this->button7);
  505. this->Controls->Add(this->button8);
  506. this->Controls->Add(this->button5);
  507. this->Controls->Add(this->label3);
  508. this->Controls->Add(this->textBox9);
  509. this->Controls->Add(this->button3);
  510. this->Controls->Add(this->button4);
  511. this->Controls->Add(this->label2);
  512. this->Controls->Add(this->label1);
  513. this->Controls->Add(this->textBox6);
  514. this->Controls->Add(this->textBox5);
  515. this->Controls->Add(this->textBox4);
  516. this->Controls->Add(this->textBox3);
  517. this->Controls->Add(this->textBox2);
  518. this->Controls->Add(this->textBox1);
  519. this->Controls->Add(this->SetTime);
  520. this->Controls->Add(this->SetFogS);
  521. this->Controls->Add(this->SetFogE);
  522. this->Controls->Add(this->SetH);
  523. this->Controls->Add(this->SetJP);
  524. this->Controls->Add(this->button1);
  525. this->Name = L"DLLInterface";
  526. this->Text = L"DLLInterface";
  527. this->Load += gcnew System::EventHandler(this, &DLLInterface::DLLInterface_Load);
  528. this->ResumeLayout(false);
  529. this->PerformLayout();
  530.  
  531. }
  532. #pragma endregion
  533. private: System::Void DLLInterface_Load(System::Object^ sender, System::EventArgs^ e) {
  534. }
  535. private: System::Void label1_Click(System::Object^ sender, System::EventArgs^ e) {
  536. }
  537. private: System::Void button10_Click(System::Object^ sender, System::EventArgs^ e) {
  538. }
  539. };
  540. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement