From 53d1774c83f174f1ab902f7aeb8194f0a3cdc520 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 1 Apr 2018 10:16:30 +0100 Subject: [PATCH] release 1.0 --- App.config | 6 +++ Formatter.csproj | 58 +++++++++++++++++++++ Program.cs | 72 +++++++++++++++++++++++++++ Properties/AssemblyInfo.cs | 36 ++++++++++++++ Threats.txt | 8 +++ bin/Release/Malware Byter.exe | Bin 0 -> 5632 bytes bin/Release/Malware Byter.exe.config | 6 +++ bin/Release/Threats.txt | 8 +++ readme.md | 3 ++ 9 files changed, 197 insertions(+) create mode 100644 App.config create mode 100644 Formatter.csproj create mode 100644 Program.cs create mode 100644 Properties/AssemblyInfo.cs create mode 100644 Threats.txt create mode 100644 bin/Release/Malware Byter.exe create mode 100644 bin/Release/Malware Byter.exe.config create mode 100644 bin/Release/Threats.txt create mode 100644 readme.md diff --git a/App.config b/App.config new file mode 100644 index 0000000..88fa402 --- /dev/null +++ b/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Formatter.csproj b/Formatter.csproj new file mode 100644 index 0000000..b05cc22 --- /dev/null +++ b/Formatter.csproj @@ -0,0 +1,58 @@ + + + + + Debug + AnyCPU + {E783FB15-F6E1-4556-8C97-B6DB156608DE} + Exe + Formatter + Malware Byter + v4.5.2 + 512 + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + Always + + + + \ No newline at end of file diff --git a/Program.cs b/Program.cs new file mode 100644 index 0000000..d3ecd1d --- /dev/null +++ b/Program.cs @@ -0,0 +1,72 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Formatter +{ + class Program + { + static void Main(string[] args) + { + // get all current threars + var items = System.IO.File.ReadAllLines("Threats.txt"); + var rando = new Random(); + + // iterate threats + foreach(var item in items) + { + // do top pranking + WriteLine(item + " found"); + WriteLine("Scanning " + item, ConsoleColor.Yellow); + WriteLine("Threat found in " + item, ConsoleColor.Red); + WriteLine("Removing " + item + " please wait. Do not turn off your computer - risk of hardware malfunction", ConsoleColor.Red); + + for(var i = 0; i < 100; i++) + { + System.Threading.Thread.Sleep(rando.Next(500,7000)); + ProgressBar(i); + } + + Console.WriteLine(); + } + + } + + /// + /// prankress bar + /// + /// percentage of current prank complete + static void ProgressBar(int progressPercent) + { + for(var i = 0; i < 50; i++) + { + if(progressPercent/2 >= i) + { + Console.Write("█"); + } + else + { + Console.Write("░"); + } + } + + if(progressPercent < 100) + { + Console.CursorLeft = 0; + } + } + + /// + /// Write top pranks + /// + /// top prank + /// color of prank + static void WriteLine(string message, ConsoleColor color = ConsoleColor.Gray) + { + Console.ForegroundColor = color; + Console.WriteLine(message); + } + } +} diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..b6af5c5 --- /dev/null +++ b/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("Formatter")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Formatter")] +[assembly: AssemblyCopyright("Copyright © 2018")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("e783fb15-f6e1-4556-8c97-b6db156608de")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Threats.txt b/Threats.txt new file mode 100644 index 0000000..814b364 --- /dev/null +++ b/Threats.txt @@ -0,0 +1,8 @@ +Fortnite +Gangbeasts +Rocket League +CS:GO +Epic Account +Steam Account +PayPal balance +Windows \ No newline at end of file diff --git a/bin/Release/Malware Byter.exe b/bin/Release/Malware Byter.exe new file mode 100644 index 0000000000000000000000000000000000000000..3f667eaa4e6b777e45f71e04f1fff24e7ce29f5b GIT binary patch literal 5632 zcmeHLU2Ggz6+Sb&UavRy#*R}vX_NY9oq*%S>)$v|VkfrOcDliijn{EPM=C;6;Dj9C}lk zedo~9s^PMNW9J+#&vebQY>%ZmbBY!-EH*WtVtG5m<4sMG!)4VA(?qjMfcV$ndbVQi zJ&MsTrH`l)n6QtXIff@gA4eB};i39|V?-eVMB79MUbFyRe}Sl3{%t+WQ=f%C=q8#M z<8h*Ub!BAj$(pGgc8R#63Exzzqm@GtN6Z75 zDK%l0OpgIt`vUYT_#oTj02I1*6GdFSgh*spTjR)W(CWiqYie-z3t|iK2fMHVL(a!B zZ;*(NsE;|bg=zFL&k2lkOGxg4WQUJ#YYiTYh1dr$$F4j@WVeFWg~dl&f?bG1s3q8b zr8U?R?8pqL>q+sX$<&2OMMMHkyqC41 zcwc<5Z?ONAz|@fmn1RvG&l3Fv&jW}T%2=wC-Gt%3B2GDo#-2i{|r&5 z@~Rr5yAoceHFY=r5Ue5k95n$SQUv^s9Iwl9Lc$dZUzYfrbO$_13E!5OH|VEIi2kU4 z2&hQ-oP@_I0?ofy1pXks1=tVwg+IPGehi!GPfEW!0h~e$Oi*84x)PXZ?B z0^pw|CaKO#`~`Ym%7)?BrzuXmr~ueXCBUcXD}bHQ7^h?OI^dv$XCzEW{3qyJz^5eU zs)RcI7?_*%7eJTllqYG1f}52nBRI01L43q6skBR5X=HTH&J<04mQp3x43ksBwp<&}%Z}mkS;H!i=zP)0OnBJn>7vJJil>XYoR&8E z7A|4umkrn0hMRC*o==;lCBv&_t)d+*!}FSRb4$yT=H$3HgUg7o+qHy>jPP=qJFa0{ zTT&Gwyw4iBqN90_Bu{ZycZ|YzBK$5Grj%IZrnVtR?oQnc4kD?0I|&K9P;!ji>LW?{ zf@YPrWEP8-XXLrC2|H=SG`t$>oMx_T4rh}kk2`U`!7Fdge^W>@6+~H2yc`Khky(h~ zrnt(>jI^j(89PsNnqgICdDi5*2m+-{&I`T>Ho>Ik(2VWmH4o+?QsWG{+`9%E&pCF{ z$|P*lb}DLd;gCt~;r~>th zoPY^RlHqTEW@UN*(0g}+xDAos708E3RiYp%<;wACabGN{ZI>ObaM8A=H*_w~EKY&F z?keCzzC(*D)UdT*ksSrHU7cMw07s*HtHde8 zEtp#ABC^+BA;qc`Cb@-!)w)?M;sAWUk2>`}YRbjbRBC$n`slBIwlH`5W4}yY&A$AR zSklz#mCHzlE7hgejO_G{6=W^0xqM~YfsGe3X<_WYq#Y>Nyka@SV$8&7XRFl4KIK}% zcBVJDOn&m#<2;@*MGc29rz6D1<>)^fsItan_=-Y3OAG$jRLzq7N(={Jvj&NwJS-0* zC08GNUvRmsywmERDhF&1^Vh+je`+&pYs&>{Tg0x@4YBi);B$09(MV+iv z?M;E=B7KWgUD)R53@kV@L3_Z9q)xCOu901qShr?v{kS&zsvUWP_JChR$Jb!N7qiBr zIXM?sj(;6Y;!5#3M<(+Z1VvjB4fjnn8u- zj>U?Ob=uWeQB%7;c|&(>*Uox9x}86*x%v27e~jfd%gA!qtK4GJ9+WXwRhG=4MnYY> z%_ngi#+ZeRZ7eodnkW=Z1N9ba$hcN0#Cm-Vo>O$aq?NTF)1QHul!I-T>qUHVl*)5p z9Db_^KY3=sG1gG?=eYZrS_dmy8QPW}Tm*Vics$G3xXDZb$6}hBwASpK+=;QGF`=Ut zMHsW1>GJZTq>|o8cvEq`cbo5{z11LqVYIjMhR)(p{JR?S|2Odr{@L>X_P-Z_zXNI) BnJ54N literal 0 HcmV?d00001 diff --git a/bin/Release/Malware Byter.exe.config b/bin/Release/Malware Byter.exe.config new file mode 100644 index 0000000..88fa402 --- /dev/null +++ b/bin/Release/Malware Byter.exe.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/bin/Release/Threats.txt b/bin/Release/Threats.txt new file mode 100644 index 0000000..814b364 --- /dev/null +++ b/bin/Release/Threats.txt @@ -0,0 +1,8 @@ +Fortnite +Gangbeasts +Rocket League +CS:GO +Epic Account +Steam Account +PayPal balance +Windows \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..690f18f --- /dev/null +++ b/readme.md @@ -0,0 +1,3 @@ +Executable in /bin/release + +Edit threats.txt to customise \ No newline at end of file