Yami # How to compile 1. Unzip all files to a single directory 2. Run SharpLoader.exe 3. Launch CS:GO and then compiled file 4. DONE Features > Radar > aka. Exeternal Chams (better player visibility / perfect for legit) Credits Y3t1y3t - signatures Zat - signatures frk1 - offsets SharpLoader What is SharpLoader SharpLoader is a program that opens # files (written in c# language), randomizes the # and compiles it. This process results in an application that is very hard to detect for VAC because the signature changes every compilation. SharpLoader.ini explained Assemblies All *.dll files that your application is using. Separated by ; character. Sources Paths to all source files that your application is using. Separated by ; character. Output Output assembly name. Arguments Compiler arguments (unsafe, prefer 32-bit etc.). Features <swap> .. code .. <swap/> Swaps the lines. Code: <swap> int a = 0; int b = 1; <swap/> or //-<swap> int a = 0; int b = 1; //-<swap/> <swap> .. code .. <block> .. more code .. <swap/> Swaps the blocks. Code: <swap> if(a == 0) {} <block> if(a == 1) {} <block> if(a == 2) {} <swap/> or //-<swap> if(a == 0) {} //-<block> if(a == 1) {} //-<block> if(a == 2) {} //-<swap/> <trash> Adds from 3 to 8 lines of trash. Code: int a = 0; <trash> int b = 1; or int a = 0; //-<trash> int b = 1; <trash:X> Adds X lines of trash. Code: int a = 0; <trash:8> int b = 1; or int a = 0; //-<trash:8> int b = 1; I'll add more randomization features in the future Also I'll add better compilation error logging. https://virustotal.com/en/file/51763...is/1490553388/ https://virusscan.jotti.org/en-US/fi...job/aqvmxo5jns Downloadable Files http://www.playerup.com/forum/mpghv2/attach/zip.gif SharpLoader v1.0 [ + Yami # ]_mpgh.net.zip [Download and Thanks] (402.4 KB)