Advertisement
Guest User

Untitled

a guest
Jun 18th, 2018
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.78 KB | None | 0 0
  1. ::[Bat To Exe Converter]
  2. ::
  3. ::YAwzoRdxOk+EWAjk
  4. ::fBw5plQjdCyDJGyX8VAjFDFBXxCLMiuXpWkQ5O3p086CsUYJW/IDVorO36bOD/IX5ED2SbM/0XVJkcwCQSxXbB6vIy46oGNDuimgO8KMuw7vXgaA5URQ
  5. ::YAwzuBVtJxjWCl3EqQJgSA==
  6. ::ZR4luwNxJguZRRnk
  7. ::Yhs/ulQjdF+5
  8. ::cxAkpRVqdFKZSjk=
  9. ::cBs/ulQjdF+5
  10. ::ZR41oxFsdFKZSDk=
  11. ::eBoioBt6dFKZSDk=
  12. ::cRo6pxp7LAbNWATEpCI=
  13. ::egkzugNsPRvcWATEpCI=
  14. ::dAsiuh18IRvcCxnZtBJQ
  15. ::cRYluBh/LU+EWAnk
  16. ::YxY4rhs+aU+IeA==
  17. ::cxY6rQJ7JhzQF1fEqQJkZkgaHkrTXA==
  18. ::ZQ05rAF9IBncCkqN+0xwdVsAAlfMbiXrZg==
  19. ::ZQ05rAF9IAHYFVzEqQIWJAJdQgOnMG6qDrQS/Ig=
  20. ::eg0/rx1wNQPfEVWB+kM9LVsJDCKOJWK0AZAQ7fjz7uSTwg==
  21. ::fBEirQZwNQPfEVWB+kM9LVsJDCKOJWK0AZAQ7fjz7uSTwg==
  22. ::cRolqwZ3JBvQF1fEqQIWJAJdQgOnMG6qDrQS/Ig=
  23. ::dhA7uBVwLU+EWHid+2U9KjM0
  24. ::YQ03rBFzNR3SWATElA==
  25. ::dhAmsQZ3MwfNWATE1Gs9CQJbYSfi
  26. ::ZQ0/vhVqMQ3MEVWAtB9wSA==
  27. ::Zg8zqx1/OA3MEVWAtB9wSA==
  28. ::dhA7pRFwIByZRRnk
  29. ::Zh4grVQjdCyDJGyX8VAjFDFBXxCLMiuXpWkQ5O3p086CsUYJW/IDf9uI0LyHbuUL7yU=
  30. ::YB416Ek+ZW8=
  31. ::
  32. ::
  33. ::978f952a14a936cc963da21a135fa983
  34. @echo off
  35.  
  36. :login
  37. cls
  38. title Login.FlyingElephant
  39. color a
  40. echo.
  41. echo Bitte gib deinen Accountnamen an...
  42. ping -n 2 127.0.0.1 > NUL
  43. echo.
  44.  
  45. set/p Login=Accountname:
  46. if %Login%==Harald88 goto password420
  47. if not %Login%==Harald88 goto wrongaccount
  48.  
  49. :accountgesperrt
  50. cls
  51. title Login.FlyingElephant
  52. color c
  53. echo.
  54. echo Dazu bist du nicht berechtigt! Wende dich an den Inhaber...
  55. ping -n 6 127.0.0.1 > NUL
  56. goto login
  57.  
  58. :wrongaccount
  59. cls
  60. title Login.FlyingElephant
  61. color c
  62. echo.
  63. echo Falscher Benutzername! Versuche es erneut...
  64. ping -n 4 127.0.0.1 > NUL
  65. goto login
  66.  
  67. :wrongpassword
  68. cls
  69. title Login.FlyingElephant
  70. color c
  71. echo.
  72. echo Falsches Passwort! Versuche es erneut...
  73. ping -n 4 127.0.0.1 > NUL
  74. goto login
  75.  
  76.  
  77.  
  78. :password420
  79. title Login.FlyingElephant
  80. ping -n 1 127.0.0.1 > NUL
  81.  
  82. set/p Login=Passwort :
  83. if %Login%==Robin410 goto main
  84. if not %Login%==Robin410 goto wrongpassword
  85.  
  86.  
  87. :main
  88. cls
  89. title FlyingElephant
  90. echo FlyingElephant [gekauft]
  91. echo.
  92. echo [I] Start
  93. echo [S] Switch to LiquidBanana
  94. echo [P] Start Minecraft with FE
  95. echo [C] Credits
  96. echo [E] Exit
  97.  
  98. set/p Klick=
  99. if /i %Klick%==C goto credits
  100. if /i %Klick%==E goto exit
  101. if /i %Klick%==I goto inject
  102. if /i %Klick%==P goto inject1
  103. if /i %Klick%==S goto liquidmain
  104. if not %Klick%==E goto error
  105. if not %Klick%==I goto error
  106. if not %Klick%==C goto error
  107. if not %Klick%==P goto error
  108. if not %Klick%==S goto error
  109.  
  110.  
  111. :error
  112. cls
  113. title FlyingElephant
  114. echo So laeuft das hier nicht..
  115. echo.
  116. pause
  117. goto main
  118.  
  119.  
  120. :inject
  121. cls
  122. title FlyingElephant
  123. echo FlyingElephant [gekauft]
  124. echo.
  125. echo Wating for Minecraft.exe ...
  126. ping -n 5 127.0.0.1 > NUL
  127. goto reg
  128.  
  129. :reg
  130. title FlyingElephant
  131. echo.
  132. netsh int tcp set global chimney=disabled
  133. netsh int tcp set global autotuninglevel=disabled
  134. netsh int tcp set global ecncapability=disabled
  135. netsh interface tcp set global ecncapability=disabled
  136. cls
  137. ping -n 2 127.0.0.1 > N
  138. echo FlyingElephant [gekauft]
  139. echo.
  140. echo Start erfolgreich!
  141. echo.
  142. echo [Press] "x" [to] [close]
  143.  
  144. set /p Klick5=
  145. if %Klick5%==x goto end
  146. if not %Klick5%==x goto end
  147.  
  148. :end
  149. title FlyingElephant
  150. cls
  151. netsh int tcp set global chimney=default
  152. netsh int tcp set global autotuninglevel=disabled
  153. netsh int tcp set global ecncapability=default
  154. netsh interface tcp set global ecncapability=default
  155. cls
  156. ping -n 3 127.0.0.1 > N
  157. exit
  158.  
  159. :inject1
  160. cls
  161. title FlyingElephant
  162. echo FlyingElephant [gekauft]
  163. echo.
  164. echo Wating for Minecraft.exe ...
  165. start "" "C:\Program Files (x86)\Minecraft\MinecraftLauncher.exe"
  166. ping -n 5 127.0.0.1 > NUL
  167. goto reg1
  168.  
  169. :reg1
  170. title FlyingElephant
  171. cls
  172. netsh int tcp set global chimney=disabled
  173. netsh int tcp set global autotuninglevel=disabled
  174. netsh int tcp set global ecncapability=disabled
  175. netsh interface tcp set global ecncapability=disabled
  176. cls
  177. ping -n 2 127.0.0.1 > N
  178. echo.
  179. echo FlyingElephant [gekauft]
  180. echo.
  181. echo Start erfolgreich!
  182. echo.
  183. echo [Press] "x" [to] [close]
  184.  
  185. set /p Klick6=
  186. if %Klick6%==x goto end
  187. if not %Klick6%==x goto end
  188.  
  189. :liquidmain
  190. cls
  191. title LiquidBanana
  192. echo LiquidBanana [gekauft]
  193. echo.
  194. echo [I] Start
  195. echo [S] Switch to FlyingElephant
  196. echo [P] Start Minecraft with LB
  197.  
  198. set/p Click=
  199. if /i %Click%==I goto injectliquid
  200. if /i %Click%==P goto injectliquid1
  201. if /i %Click%==S goto main
  202. if not %Click%==I goto error1
  203. if not %Click%==P goto error1
  204. if not %Click%==S goto error1
  205.  
  206. :error1
  207. cls
  208. title LiquidBanana
  209. echo So laeuft das hier nicht..
  210. pause
  211. goto liquidmain
  212.  
  213. :injectliquid
  214. cls
  215. title LiquidBanana
  216. echo LiquidBanana [gekauft]
  217. echo.
  218. echo Wating for Minecraft.exe ...
  219. ping -n 5 127.0.0.1 > NUL
  220. goto regnew
  221.  
  222. :regnew
  223. title LiquidBanana
  224. cls
  225. netsh int tcp set global ecncapability=disabled
  226. netsh int tcp set global autotuninglevel=disabled
  227. netsh int tcp set heuristics disabled
  228. netsh int tcp set global chimney=disabled
  229. netsh int tcp set global dca=enabled
  230. netsh int tcp set global rss=enabled
  231. netsh int tcp set global netdma=enabled
  232. netsh int tcp set global congestionprovider=ctcp
  233. netsh int tcp set global timestamps=disabled
  234. netsh interface tcp set global ecncapability=disabled
  235. cls
  236. ping -n 2 127.0.0.1 > N
  237. echo.
  238. echo LiquidBanana [gekauft]
  239. echo.
  240. echo Start erfolgreich!
  241. echo.
  242. echo [Press] "x" [to] [close]
  243.  
  244. set /p Klick12=
  245. if %Klick12%==x goto end1
  246. if not %Klick12%==x goto end1
  247.  
  248. :end1
  249. title LiquidBanana
  250. cls
  251. netsh int tcp set global ecncapability=default
  252. netsh int tcp set global autotuninglevel=disabled
  253. netsh int tcp set heuristics default
  254. netsh int tcp set global chimney=default
  255. netsh int tcp set global dca=default
  256. netsh int tcp set global rss=default
  257. netsh int tcp set global netdma=default
  258. netsh int tcp set global congestionprovider=default
  259. netsh int tcp set global timestamps=default
  260. netsh interface tcp set global ecncapability=default
  261. cls
  262. ping -n 6 127.0.0.1 > N
  263. exit
  264.  
  265. :injectliquid1
  266. cls
  267. title LiquidBanana
  268. echo LiquidBanana [gekauft]
  269. echo.
  270. echo Wating for Minecraft.exe ...
  271. start "" "C:\Program Files (x86)\Minecraft\MinecraftLauncher.exe"
  272. ping -n 5 127.0.0.1 > NUL
  273. goto regnew1
  274.  
  275. :regnew1
  276. title LiquidBanana
  277. cls
  278. netsh int tcp set global ecncapability=disabled
  279. netsh int tcp set global autotuninglevel=disabled
  280. netsh int tcp set heuristics disabled
  281. netsh int tcp set global chimney=disabled
  282. netsh int tcp set global dca=enabled
  283. netsh int tcp set global rss=enabled
  284. netsh int tcp set global netdma=enabled
  285. netsh int tcp set global congestionprovider=ctcp
  286. netsh int tcp set global timestamps=disabled
  287. netsh interface tcp set global ecncapability=disabled
  288. cls
  289. ping -n 2 127.0.0.1 > N
  290. echo.
  291. echo LiquidBanana [gekauft]
  292. echo.
  293. echo Start erfolgreich!
  294. echo.
  295. echo [Press] "x" [to] [close]
  296.  
  297. set /p Click99=
  298. if %Click99%==x goto end1
  299. if not %Click99%==x goto end1
  300.  
  301. :vipmain
  302. cls
  303. title VIP.FlyingElephant
  304. echo FlyingElephant [VIP]
  305. echo.
  306. echo [I] Start
  307. echo [S] Switch to LiquidBanana
  308. echo [P] Start Minecraft with FE
  309. echo [A] Akimichi Client
  310. echo [C] Credits
  311. echo [E] Exit
  312.  
  313. set/p Klick=
  314. if /i %Klick%==C goto credits
  315. if /i %Klick%==E goto exit
  316. if /i %Klick%==A goto programm
  317. if /i %Klick%==I goto inject
  318. if /i %Klick%==P goto inject1
  319. if /i %Klick%==S goto liquidmain
  320. if not %Klick%==I goto error
  321. if not %Klick%==E goto error
  322. if not %Klick%==A goto error
  323. if not %Klick%==C goto error
  324. if not %Klick%==P goto error
  325. if not %Klick%==S goto error
  326.  
  327. :exit
  328. exit
  329.  
  330. :credits
  331. cls
  332. title FlyingElephant
  333. color e
  334. echo Programm und Code by @ImAyoMC
  335. echo.
  336. ping -n 5 127.0.0.1 > N
  337. pause
  338. goto exit
  339.  
  340. :programm
  341. cls
  342. title Akimichi Client X1
  343. color A
  344. echo Akimichi Client X1
  345. echo.
  346. echo [S]tart
  347. echo [C]lose
  348. echo [R]eset
  349. echo [B]ack
  350.  
  351. set /p which=
  352. if /i %which%==S goto Start
  353. if /i %which%==B goto vipmain
  354. if /i %which%==C goto Close
  355. if /i %which%==R goto Reset
  356. if not %which%==S goto nonibba
  357. if not %which%==B goto nonibba
  358. if not %which%==C goto nonibba
  359. if not %which%==R goto nonibba
  360.  
  361. :nonibba
  362. cls
  363. echo Fehler.
  364. echo.
  365. pause
  366. goto :programm
  367.  
  368. :Close
  369. exit
  370.  
  371. :Start
  372. mode con lines=5 cols=40
  373. cls
  374. title Akimichi Client X1
  375. echo.
  376. echo # 0 /100
  377. echo.
  378. netsh int tcp set global ecncapability=disabled
  379. ping -n 2 127.0.0.1 > NUL
  380. echo.
  381. echo ## 5/100
  382. echo.
  383. netsh int tcp set global autotuninglevel=disabled
  384. ping -n 1 127.0.0.1 > NUL
  385. echo.
  386. echo ### 10/100
  387. echo.
  388. netsh int tcp set heuristics disabled
  389. ping -n 2 127.0.0.1 > NUL
  390. echo.
  391. echo #### 15/100
  392. echo.
  393. netsh int tcp set global chimney=disabled
  394. ping -n 1 127.0.0.1 > NUL
  395. echo.
  396. echo ##### 20/100
  397. echo.
  398. netsh int tcp set global dca=enabled
  399. ping -n 2 127.0.0.1 > NUL
  400. echo.
  401. echo ###### 25/100
  402. echo.
  403. netsh int tcp set global rss=enabled
  404. ping -n 1 127.0.0.1 > NUL
  405. echo.
  406. echo ####### 30/100
  407. echo.
  408. netsh int tcp set global netdma=enabled
  409. ping -n 2 127.0.0.1 > NUL
  410. echo.
  411. echo ######## 35/100
  412. echo.
  413. netsh int tcp set global congestionprovider=ctcp
  414. ping -n 1 127.0.0.1 > NUL
  415. echo.
  416. echo ######### 40/100
  417. echo.
  418. netsh int tcp set global timestamps=disabled
  419. ping -n 2 127.0.0.1 > NUL
  420. echo.
  421. echo ########## 45/100
  422. echo.
  423. netsh interface tcp set global ecncapability=disabled
  424. ping -n 1 127.0.0.1 > NUL
  425. echo.
  426. echo ########### 50/100
  427. echo.
  428. netsh int tcp set global congestionprovider=none
  429. ping -n 2 127.0.0.1 > NUL
  430. echo.
  431. echo ############ 60/100
  432. echo.
  433. netsh int tcp set global autotuninglevel=high
  434. ping -n 1 127.0.0.1 > NUL
  435. echo.
  436. echo ############# 70/100
  437. echo.
  438. netsh int tcp set global chimney=disabled
  439. ping -n 2 127.0.0.1 > NUL
  440. echo.
  441. echo ############## 80/100
  442. echo.
  443. netsh int tcp set global rss=default
  444. ping -n 1 127.0.0.1 > NUL
  445. echo.
  446. echo ############### 90/100
  447. echo.
  448. netsh int tcp set heuristics disabled
  449. ping -n 3 127.0.0.1 > NUL
  450. echo.
  451. echo ################ 100/100
  452. echo.
  453. ping -n 2 127.0.0.1 > N
  454. echo.
  455. echo Akimichi Client [X1]
  456. echo.
  457. echo Angewendet!
  458. echo.
  459. echo [Druecke] "x" [zum] [beenden]
  460. echo.
  461. set /p Click99=
  462. if %Click99%==x goto end100
  463. if not %Click99%==x goto end100
  464.  
  465. :Reset
  466. cls
  467. color c
  468. echo Wollen sie wirklich resetten?
  469. echo.
  470. set /p Click939=
  471. if %Click939%==ja goto resett
  472. if %Click939%==j goto resett
  473. if not %Click939%==ja goto programm
  474. if not %Click939%==j goto programm
  475.  
  476. :resett
  477. cls
  478. netsh int tcp set global ecncapability=default
  479. cls
  480. netsh int tcp set global autotuninglevel=disabled
  481. cls
  482. netsh int tcp set heuristics default
  483. cls
  484. netsh int tcp set global chimney=default
  485. cls
  486. netsh int tcp set global dca=default
  487. cls
  488. netsh int tcp set global rss=default
  489. cls
  490. netsh int tcp set global netdma=default
  491. cls
  492. netsh int tcp set global congestionprovider=default
  493. cls
  494. netsh int tcp set global timestamps=default
  495. cls
  496. netsh interface tcp set global ecncapability=default
  497. cls
  498. netsh int tcp set global congestionprovider=default
  499. cls
  500. netsh int tcp set global autotuninglevel=disabled
  501. cls
  502. netsh int tcp set global chimney=default
  503. cls
  504. netsh int tcp set global rss=default
  505. cls
  506. netsh int tcp set heuristics default
  507. cls
  508. exit
  509.  
  510.  
  511. :end100
  512. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement