Advertisement
kornkaobat

Risk Remover v.2.1.1 SourceCode

May 10th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 14.36 KB | None | 0 0
  1. ****Risk Remover v.2.1.1 Source Code****
  2. ****Copyright (C) 2013-2016 Watcharakorn Kaobath and Jakkapong Hermann Hemla****
  3. @echo off
  4. cls
  5. color B5
  6. :osl
  7. cls
  8. title Copyright and Disclaimer (Read EULA)
  9. echo Risk Remover,Copyright (C) 2013-2015 Watcharakorn Kaobath and Jakkapong Hermann Hemla
  10. echo.
  11. echo This program comes with ABSOLUTELY NO WARRANTY; for details view EULA after 1 slide.
  12. echo.
  13. echo This is free software, and you are welcome to redistribute it under certain conditions,
  14. echo.
  15. echo 1. You are NOT COPYING AND MAKE A NEW SOFTWARE or MAKE A NEW SOFTWARE WITH YOUR NAME WITH IT.
  16. echo 2. You agreed that if you violated 1. you will violate copyright laws for your country too.
  17. echo 3 You must take the DMCA test in my blog page named devcenter: riskremove.blogspot.com
  18. echo 3.1 Instructions in the blog page and the DMCA test.
  19. echo 3.2 Hacking the DMCA test or lie in the test, You will be a no trustworthy person and shall not develop program with us.
  20. echo 3.3 Already finished DMCA and do what the instruction says, wait an email from me that included the dev version of riskremover.
  21. echo 3.4 Enjoy! Welcome to our team! Your work will be reviewed by me before releasing to the blog page!
  22. echo.
  23. pause
  24. goto :warning
  25.  
  26. :warning
  27. cls
  28. title
  29. echo Risk Remover Does not warranty that this system won't broke while using this
  30. echo tool.
  31. echo Use This tool AT YOUR OWN RISK!
  32. echo Also, I can't warranty you that this tool would remove all the malware in the
  33. echo system.
  34. echo Please donate me a list of malwares names (EX:ILOVEYOU.vbs) to help me add
  35. echo all of this to the Risk Remover's Database.
  36. echo Report Bugs/Issues to me at the riskremove.blogspot.com
  37. echo Go to Bugs/Issues Report page in that blog and report it in a comment
  38. echo section below.
  39. echo DON'T EVER EDIT THIS PROGRAM UNLESS YOU KNOW WHAT YOU ARE DOING!
  40. pause
  41. goto :pathprog
  42.  
  43. :pathprog
  44. cls
  45. title setting up...
  46. set pathprog=C:\program files\riskremover
  47. cls
  48. goto :checkfiles1
  49.  
  50. :checkfiles1
  51. cls
  52. title Checking Files...
  53. echo Checking Files...
  54. REM //DONT MESS HERE//
  55. if exist %pathprog%\EULA.txt goto :checkfiles2
  56. if not exist %pathprog%\EULA.txt goto :404/3
  57. REM //DONT MESS HERE//
  58.  
  59. :checkfiles2
  60. cls
  61. echo Checking Files...
  62. REM //DONT MESS HERE//
  63. if exist %pathprog%\Notes.txt goto :Eula
  64. if not exist %pathprog%\Notes.txt goto :404/3
  65. REM //DONT MESS HERE//
  66.  
  67. :Eula
  68. cls
  69. title Eula
  70. start EULA.txt
  71. echo 1)Agree
  72. echo 2)Decline
  73. set /p num456=Choice:
  74.  
  75. if %num456%==1 goto :start
  76. if %num456%==2 exit
  77. if not %num456%==1 goto :404/2
  78. if not %num456%==2 goto :404/2
  79.  
  80. :start
  81. cls
  82. title -----Risk Remover v.2.1.1-----
  83. echo Risk Remover:Program version 2.1.1 Database version 1.0.2015 SafeBrowser Database version 0.1.2015
  84. pause
  85. goto :menu2
  86. :menu2
  87. cls
  88. echo Creation of Korn Studio (Antivirus) .Inc
  89. pause
  90. goto:menu
  91. :menu
  92. cls
  93. title MENU
  94. echo Risk Remover Main Menu
  95. echo.
  96. echo Computer's Date
  97. date /T
  98. echo.
  99. echo Computer's Time
  100. time /T
  101. echo.
  102. echo 1)Quick scan
  103. echo 2)Full Scan
  104. echo 3)Upgrade
  105. echo 4)Protection (Future program update)
  106. echo 5)Release Notes
  107. echo 6)exit
  108. echo 7)Refresh Date and Time
  109. echo 8)SafeBrowser
  110. echo 9)Change computer date
  111. echo 10)Change computer time
  112. echo 11)Credits
  113. set /p number1=select:
  114.  
  115. if %number1%==1 goto :TS
  116. if %number1%==2 goto :FS
  117. if %number1%==3 goto :IU
  118. if %number1%==4 goto :FMN
  119. if %number1%==5 start Notes.txt&&goto :menu
  120. if %number1%==6 exit
  121. if %number1%==7 goto :menu
  122. if %number1%==8 goto :SB
  123. if %number1%==9 goto :CD
  124. if %number1%==10 goto :CT
  125. if %number1%==11 goto :CRE
  126. if not %number1%==1 goto :404
  127. if not %number1%==2 goto :404
  128. if not %number1%==3 goto :404
  129. if not %number1%==4 goto :404
  130. if not %number1%==5 goto :404
  131. if not %number1%==6 goto :404
  132. if not %number1%==7 goto :404
  133. if not %number1%==8 goto :404
  134. if not %number1%==9 goto :404
  135. if not %number1%==10 goto :404
  136. if not %number1%==11 goto :404
  137. :QS
  138. cls
  139. title Scanner W0rking....
  140. echo Scanning Risk...
  141. if exist %pathscan%\ILOVEYOU.vbs goto :in1
  142. if exist %pathscan%\brez251.exe goto :in1
  143. if exist %pathscan%\net19.exe goto :in1
  144. if exist %pathscan%\kl.exe goto :in1
  145. if exist %pathscan%\ws.exe goto :in1
  146. if exist %pathscan%\cpu.exe goto :in1
  147. if exist %pathscan%\nvm.exe goto :in1
  148. if exist %pathscan%\amd.exe goto :in1
  149. if exist %pathscan%\qiji.exe goto :in1
  150. if exist %pathscan%\RavMonE.exe goto :in1
  151. if exist %pathscan%\ravmon.exe goto :in1
  152. if exist %pathscan%\baidu.exe goto :in1
  153. if exist %pathscan%\baiduav.exe goto :in1
  154. if exist %pathscan%\baiduav2015.exe goto :in1
  155. if exist %pathscan%\av2015.exe goto :in1
  156. if exist %pathscan%\baiduupdate.exe goto :in1
  157. if exist %pathscan%\baiducloudscan.exe goto :in1
  158. if exist %pathscan%\xp2015av.exe goto :in1
  159. if exist %pathscan%\pornxxx.avi.exe goto :in1
  160. if exist %pathscan%\porn.avi.exe goto :in1
  161. if exist %pathscan%\porn18.avi.exe goto :in1
  162. if exist %pathscan%\7av.exe goto :in1
  163. if exist %pathscan%\is2015.exe goto :in1
  164. if exist %pathscan%\fsav.exe goto :in1
  165. if exist %pathscan%\fsav2015.exe goto :in1
  166. REM //start not infect moldule here//
  167. if not exist %pathscan%\ILOVEYOU.vbs goto :ni1
  168. if not exist %pathscan%\brez251.exe goto :ni1
  169. if not exist %pathscan%\net19.exe goto :ni1
  170. if not exist %pathscan%\kl.exe goto :ni1
  171. if not exist %pathscan%\ws.exe goto :ni1
  172. if not exist %pathscan%\cpu.exe goto :ni1
  173. if not exist %pathscan%\nvm.exe goto :ni1
  174. if not exist %pathscan%\amd.exe goto :ni1
  175. if not exist %pathscan%\qiji.exe goto :ni1
  176. if not exist %pathscan%\RavMonE.exe goto :ni1
  177. if not exist %pathscan%\ravmon.exe goto :ni1
  178. if not exist %pathscan%\baidu.exe goto :ni1
  179. if not exist %pathscan%\baiduav.exe goto :ni1
  180. if not exist %pathscan%\baiduav2015.exe goto :ni1
  181. if not exist %pathscan%\av2015.exe goto :ni1
  182. if not exist %pathscan%\baiduupdate.exe goto :ni1
  183. if not exist %pathscan%\baiducloudscan.exe goto :ni1
  184. if not exist %pathscan%\xp2015av.exe goto :ni1
  185. if not exist %pathscan%\pornxxx.avi.exe goto :ni1
  186. if not exist %pathscan%\porn.avi.exe goto :ni1
  187. if not exist %pathscan%\porn18.avi.exe goto :ni1
  188. if not exist %pathscan%\7av.exe goto :ni1
  189. if not exist %pathscan%\is2015.exe goto :ni1
  190. if not exist %pathscan%\fsav.exe goto :ni1
  191. if not exist %pathscan%\fsav2015.exe goto :ni1
  192. :in1
  193. cls
  194. title Infected!!!
  195. echo Infected!!!Starting removal...
  196. del %pathscan%\ILOVEYOU.vbs
  197. del %pathscan%\brez251.exe
  198. del %pathscan%\net19.exe
  199. del %pathscan%\kl.exe
  200. del %pathscan%\ws.exe
  201. del %pathscan%\cpu.exe
  202. del %pathscan%\nvm.exe
  203. del %pathscan%\amd.exe
  204. del %pathscan%\qiji.exe
  205. del %pathscan%\RavMonE.exe
  206. del %pathscan%\ravmon.exe
  207. del %pathscan%\baidu.exe
  208. del %pathscan%\baiduav.exe
  209. del %pathscan%\baiduav2015.exe
  210. del %pathscan%\av2015.exe
  211. del %pathscan%\baiduupdate.exe
  212. del %pathscan%\baiducloudscan.exe
  213. del %pathscan%\xp2015av.exe
  214. del %pathscan%\pornxxx.avi.exe
  215. del %pathscan%\porn.avi.exe
  216. del %pathscan%\porn18.avi.exe
  217. del %pathscan%\7av.exe
  218. del %pathscan%\is2015.exe
  219. del %pathscan%\fsav.exe
  220. del %pathscan%\fsav2015.exe
  221. cls
  222. echo finshed!
  223. shutdown -r -t 100 -c "It needs to be reboot for complete removal.Save and close all programs before rebooting."
  224. exit
  225.  
  226. :ni1
  227. cls
  228. title clean
  229. echo YAHOO!!!Your computer is not infected!!!
  230. pause
  231. goto :menu
  232.  
  233. :FS
  234. cls
  235. title Oops...
  236. echo Sorry but our malware database is not enough to make a full scan.
  237. echo.
  238. echo Please use the quick scan for now.
  239. echo.
  240. pause
  241. goto :menu
  242.  
  243. :IU
  244. cls
  245. title This feature is in fixing state
  246. echo Fixing....
  247. echo.
  248. echo Sorry for any unincovienence,
  249. echo.
  250. echo DEVTEAM
  251. echo.
  252. pause
  253. goto :menu
  254.  
  255. :FMN
  256. cls
  257. title Protection Info.
  258. echo Protection : Enabled
  259. echo Auto scan :NITH*
  260. echo Auto Upgrade :NITH*
  261. echo.
  262. echo *Not avalible this version.
  263. pause
  264. goto :menu
  265.  
  266. :404
  267. cls
  268. echo 404:Bad Command
  269. pause
  270. goto :menu
  271.  
  272. :404/2
  273. cls
  274. echo 404:Bad Command
  275. pause
  276. goto :Eula
  277.  
  278. :404/3
  279. cls
  280. echo failed to load.File Missing.
  281. pause
  282. cls
  283. echo creating error log...
  284. echo # Log for this session Started # >> error404.txt
  285. echo Failed to load Missing File Error >> error404.txt
  286. echo Risk Remover v 2.1.1 >> error404.txt
  287. echo Database version v 1.0.2015 >> error404.txt
  288. echo SafeBrowser Database version v 0.1.2015 >> error404.txt
  289. date /T >> error404.txt
  290. time /T >> error404.txt
  291. echo # Log for this session Ended # >> error404.txt
  292. cls
  293. echo Finshed!
  294. pause
  295. exit
  296.  
  297. :TS
  298. cls
  299. REM Copyright 2014 BatchProg
  300. echo please specify path to scan down here
  301. echo example C:\Users
  302. echo AND PLEASE DONT ENTER SOMETHING THAT ISNT A COMPUTER PATH
  303. echo IF YOU ENTER SOMETHING THAT ISNT A COMPUTER PATH THE PROGRAM WILL CRASH
  304. set /p pathscan=path:
  305. cls
  306. goto :QS
  307.  
  308. :SB
  309. cls
  310. title SafeBrowser
  311. echo Dont put http protocol or https protocol or ftp protocol in the front because SafeBrowser will not work if you put that protocol in the front of the url box.
  312. echo.
  313. echo To return to the menu type m or M in the url box.
  314. echo.
  315. echo Please do not enter something that is not a url in the box. If you enter something that is not a url in the box below, the program will crash.
  316. echo.
  317. set /p url=url:
  318.  
  319. if %url%==martuz.cn goto :mal
  320. if %url%==www.martuz.cn goto :mal
  321. if %url%==orgsite.info goto :mal
  322. if %url%==www.orgsite.info goto :mal
  323. if %url%==d99q.cn goto :mal
  324. if %url%==www.d99q.cn goto :mal
  325. if %url%==gumblar.cn goto :mal
  326. if %url%==www.gumblar.cn goto :mal
  327. if %url%==94.247.2.195 goto :mal
  328. if %url%==googleadsence.biz goto :mal
  329. if %url%==www.googleadsence.biz goto :mal
  330. if %url%==fquerz.cn goto :mal
  331. if %url%==www.fquerz.cn goto :mal
  332. if %url%==Lousecn.cn goto :mal
  333. if %url%==www.Lousecn.cn goto :mal
  334. if %url%==lousecn.cn goto :mal
  335. if %url%==www.lousecn.cn goto :mal
  336. if %url%==Googleanalytics.net goto :mal
  337. if %url%==www.Googleanalytics.net goto :mal
  338. if %url%==googleanalytics.net goto :mal
  339. if %url%==www.googleanalytics.net goto :mal
  340. if %url%==38zu.cn goto :mal
  341. if %url%==www.38zu.cn goto :mal
  342. if %url%==Hurr-Durr.com goto :mal
  343. if %url%==www.Hurr-Durr.com goto :mal
  344. if %url%==hurr-durr.com goto :mal
  345. if %url%==www.hurr-durr.com goto :mal
  346. if %url%==youareanidiot.org goto :mal
  347. if %url%==www.youareanidiot.org goto :mal
  348. if %url%==youareaidiot.org goto :mal
  349. if %url%==www.youareaidiot.org goto :mal
  350. if %url%==spysheriff.com goto :mal
  351. if %url%==www.spysheriff.com goto :mal
  352. if %url%==V-I-R-U-S.com goto :mal
  353. if %url%==www.V-I-R-U-S.com goto :mal
  354. if %url%==v-i-r-u-s.com goto :mal
  355. if %url%==www.v-i-r-u-s.com goto :mal
  356. if %url%==goggle.com goto :mal
  357. if %url%==www.goggle.com goto :mal
  358. if %url%==pageforsafty.com goto :mal
  359. if %url%==www.pageforsafty.com goto :mal
  360. if %url%==findthisall.com goto :mal
  361. if %url%==www.findthisall.com goto :mal
  362. if %url%==givemeavirus.net goto :mal
  363. if %url%==www.givemeavirus.net goto :mal
  364. if %url%==m goto :menu
  365. if %url%==M goto :menu
  366. if not %url%==martuz.cn goto :safeurl
  367. if not %url%==www.martuz.cn goto :safeurl
  368. if not %url%==orgsite.info goto :safeurl
  369. if not %url%==www.orgsite.info goto :safeurl
  370. if not %url%==d99q.cn goto :safeurl
  371. if not %url%==www.d99q.cn goto :safeurl
  372. if not %url%==gumblar.cn goto :safeurl
  373. if not %url%==www.gumblar.cn goto :safeurl
  374. if not %url%==94.247.2.195 goto :safeurl
  375. if not %url%==googleadsence.biz goto :safeurl
  376. if not %url%==www.googleadsence.biz goto :safeurl
  377. if not %url%==fquerz.cn goto :safeurl
  378. if not %url%==www.fquerz.cn goto :safeurl
  379. if not %url%==Lousecn.cn goto :safeurl
  380. if not %url%==www.Lousecn.cn goto :safeurl
  381. if not %url%==lousecn.cn goto :safeurl
  382. if not %url%==www.lousecn.cn goto :safeurl
  383. if not %url%==Googleanalytics.net goto :safeurl
  384. if not %url%==www.Googleanalytics.net goto :safeurl
  385. if not %url%==googleanalytics.net goto :safeurl
  386. if not %url%==www.googleanalytics.net goto :safeurl
  387. if not %url%==38zu.cn goto :safeurl
  388. if not %url%==www.38zu.cn goto :safeurl
  389. if not %url%==Hurr-Durr.com goto :safeurl
  390. if not %url%==www.Hurr-Durr.com goto :safeurl
  391. if not %url%==hurr-durr.com goto :safeurl
  392. if not %url%==www.hurr-durr.com goto :safeurl
  393. if not %url%==youareanidiot.org goto :safeurl
  394. if not %url%==www.youareanidiot.org goto :safeurl
  395. if not %url%==youareaidiot.org goto :safeurl
  396. if not %url%==www.youareaidiot.org goto :safeurl
  397. if not %url%==spysheriff.com goto :safeurl
  398. if not %url%==www.spysheriff.com goto :safeurl
  399. if not %url%==V-I-R-U-S.com goto :safeurl
  400. if not %url%==www.V-I-R-U-S.com goto :safeurl
  401. if not %url%==v-i-r-u-s.com goto :safeurl
  402. if not %url%==www.v-i-r-u-s.com goto :safeurl
  403. if not %url%==goggle.com goto :safeurl
  404. if not %url%==www.goggle.com goto :safeurl
  405. if not %url%==pageforsafty.com goto :safeurl
  406. if not %url%==www.pageforsafty.com goto :safeurl
  407. if not %url%==findthisall.com goto :safeurl
  408. if not %url%==www.findthisall.com goto :safeurl
  409. if not %url%==givemeavirus.net goto :safeurl
  410. if not %url%==www.givemeavirus.net goto :safeurl
  411.  
  412. :mal
  413. cls
  414. title Blocked URL
  415. echo The URL that you've typed in contains a malware or a malicious script so you were denied to access that URL.
  416. pause
  417. echo For your safety,
  418. echo.
  419. echo DEVTEAM
  420. pause
  421. goto :SB
  422.  
  423. :safeurl
  424. cls
  425. title Safe URL
  426. echo This is a safe url. No malware or a malicious script were found based on our database.
  427. echo.
  428. echo Press any button to go and choose your favourite browser.
  429. pause
  430. goto :sufb
  431.  
  432. :sufb
  433. cls
  434. title Choose your favourite browser
  435. echo Choose your favourite browser
  436. echo.
  437. echo 1) Internet explorer
  438. echo 2) Mozilla Firefox
  439. echo 3) Google Chrome
  440. echo 4) Other
  441. set /p sufb1=select:
  442.  
  443. if %sufb1%==1 goto :iefb
  444. if %sufb1%==2 goto :mozfb
  445. if %sufb1%==3 goto :gcfb
  446. if %sufb1%==4 goto :oth
  447. if not %sufb1%==1 goto :404/4
  448. if not %sufb1%==2 goto :404/4
  449. if not %sufb1%==3 goto :404/4
  450. if not %sufb1%==4 goto :404/4
  451.  
  452. :404/4
  453. cls
  454. title Invalid Choice
  455. echo Invalid Choice
  456. pause
  457. goto :sufb
  458.  
  459. :iefb
  460. cls
  461. title Internet Explorer
  462. start iexplore.exe "%url%"
  463. goto :SB
  464.  
  465. :mozfb
  466. cls
  467. title Mozilla Firefox
  468. start firefox.exe "%url%"
  469. goto :SB
  470.  
  471. :gcfb
  472. cls
  473. title Google Chrome
  474. start chrome.exe "%url%"
  475. goto :SB
  476.  
  477. :oth
  478. cls
  479. title Sorry
  480. echo Sorry, your browser is incompatible with our program right now.
  481. pause
  482. echo We apologize,
  483. echo.
  484. echo DEVTEAM
  485. pause
  486. goto :sufb
  487.  
  488. :CD
  489. cls
  490. title Change date menu
  491. echo.
  492. date
  493. echo.
  494. goto :menu
  495.  
  496. :CT
  497. cls
  498. title Change time menu
  499. echo.
  500. time
  501. echo.
  502. goto :menu
  503.  
  504. :CRE
  505. cls
  506. title Credits
  507. echo --Development--
  508. echo.
  509. echo Watcharakorn Kaobath
  510. echo.
  511. echo --Testing--
  512. echo.
  513. echo Jakkapong Hermann Hemla
  514. echo.
  515. echo --Thanks--
  516. echo.
  517. echo ZombieCity (c) Angelis for inspiration about some codes
  518. echo.
  519. echo Batch Programming Tutorials ( Search in Youtube )
  520. echo.
  521. echo Farmer.bat ( Search in Youtube ) for inspiration about some codes
  522. echo.
  523. pause
  524. goto :menu
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement