whats aim correction?
btw, nice job
btw, nice job


Thanks 
Just be a patient leecher or learn how to craft your own hacks by paying @NOOB $1,000,000.00 :3
' it. Crash's ja 1.0 also works after ciphering it. Dim oldDLL() As Byte = IO.File.ReadAllBytes(TextBox1.Text) 'txtbox1 has the original DLL file path
Dim newDLL(oldDLL.Length) As Byte 'we're making the new DLL with one byte added to the end
Array.Copy(oldDLL, newDLL, oldDLL.GetUpperBound(0)) 'copies everything in the oldDLL to the newDLL
newDLL(oldDLL.Length) = 77 'adds 77 for the last byte of the new dll (idk why 77)
IO.File.WriteAllBytes(TextBox1.Text & ".cm", newDLL) 'outputs the new dll