(18 February, 2021 - 10:02 AM)B10H4Z4RD Wrote: Show More (18 February, 2021 - 02:57 AM)Snyke Wrote: Show More
BTW.... YES I AGREE, THAT KIND OF "ANTICRACK" IS A REAL JOCKE, BUT JUST TO LET YOU KNOW, HE HAD TO IMPLEMENT THAT JUST BECAUSE OF ME!!!!
YES I AM B10H4Z4RD, THE REAL ONE!! ANYWAY, HE HAD NO TIME TO COSE HE HAD TO SHUT DOWN THE WHOLE SERVERS WHILE REBUILDING IT, WICH MEANS WITH ALL THE PRESSURE FROM THE COSTUMERS, HE COULDN'T DO IT BETTER... AND THAT'S WHY THIS VERSION IS DISCONTINUED AND WAS INFECTED INSTEAD!!! NOT WORKING ANYMORE AND YES IT IS COMPLETLY BACKDOORED, TAKE A CLOSER LOOK AT IT'S DLL's... HAHAHA... FUCKING NOOBS... HAHAHAA
He implemented this AntiCrack because of Forlax (Chiros).
https://cracked.to/Thread-Supreme-Cracke...it-550-RAT
You are trying to deflect the fact that this is the most recent (FEB 16th) Release of Venom Software. It is not backdoored.
You, the author under a multi, can contact me directly to discuss why.
Also provided by me initially back in May. Now that Forlax is inactive I have chosen to release it myself.
All Venom Software is backdoored, it has been removed it in this version.
Code:
private void BuildClient(object o)
{
WebClient webClient = new WebClient();
Stream stream = webClient.OpenRead(Encoding.UTF8.GetString(Convert.FromBase64String(FBuilder.Decrypt("kwBPZ0ubY1vrM8FoBi6L0H4k7wr1NcznROh2Gd1y5szMMLLfS+EG2XxnqAHvdoOT"))));
StreamReader streamReader = new StreamReader(stream);
string text = streamReader.ReadToEnd();
if (text.Contains("TRUE"))
{
try
{
BuildOptions options = (BuildOptions)o;
ClientBuilder.Build(options);
this.SetBuildState(true);
return;
}
catch (Exception ex)
{
MsgBox.Show(string.Format("An error occurred!\n\nError Message: {0}\nStack Trace:\n{1}", ex.Message, ex.StackTrace), "Build failed", MsgBox.Buttons.OK, MsgBox.Icon.Error);
return;
}
}
if (text.Contains("FALSE"))
{
FrmAgry frmAgry = new FrmAgry();
frmAgry.ShowDialog();
System.Timers.Timer timer = new System.Timers.Timer(60000.0);
timer.Elapsed += FBuilder.Timer_Elapsed;
timer.Start();
Application.Exit();
return;
}
if (text.Contains("CRACK"))
{
CrackAlert crackAlert = new CrackAlert();
crackAlert.ShowDialog();
System.Timers.Timer timer2 = new System.Timers.Timer(60000.0);
timer2.Elapsed += FBuilder.Timer_Elapsed;
timer2.Start();
Application.Exit();
return;
}
if (text.Contains("WARNING"))
{
FrmAgry frmAgry2 = new FrmAgry();
frmAgry2.ShowDialog();
System.Timers.Timer timer3 = new System.Timers.Timer(60000.0);
timer3.Elapsed += FBuilder.Timer_Elapsed;
timer3.Start();
Application.Exit();
}
}
This function;
Code:
webClient.OpenRead(Encoding.UTF8.GetString(Convert.FromBase64String(FBuilder.Decrypt("kwBPZ0ubY1vrM8FoBi6L0H4k7wr1NcznROh2Gd1y5szMMLLfS+EG2XxnqAHvdoOT"))));
Calls a backdoor from
https://pastebin.com/raw/Wn96AKMX
Basic base64 encoding.
It has been removed as well as anything ulterior malicious.
Enjoy.