Quote:
Originally Posted by ubernuwb
Funny that you know where you talking about as you can read "credits to ibasault" and ive done many changes to the code to make it even beter.
The av's didnt even block any .txt, their it not even an .txt file in it wtf its an .dll (bypass) you dumbass.
Please before you throw more prejudices know where you talkin about!
|
Might fix that brain then, When an AV triggers because of accessing a fucking website it isn't because of InputInjectorNet (Which is fine with AVs and everything else) it is because it do a request to iBaseUlt website.
it does fucking download a txt file off his website
(Which is :

)
To check if it is set to false or true (True as safe, False as unsafe)
So call yourself a dumbass cuz you ain't competent at fucking reading code.
Code:
private async void xUpdate()
{
for (; ; )
{
using (WebClient client = new WebClient()) // < IT OPENS A FUCKING WEB CLIENT
{
string s = client.DownloadString("https://baseult.com/iBaseult/update.txt"); //. < FUCKING CHECK THE WEBSITE FOR UPDATE.TXT AND DOWNLOADS IT TO COMPARE WITH THE ARG UNDER
if (s.Contains("false")) // < IF FUCKING FALSE THEN
{
_ = !isRunning;
foreach (var process in Process.GetProcessesByName("VALORANT-Win64-Shipping")) // < FIND FUCKING VALORANT PROCESS
{
process.Kill(); //< KILLS THE PROCESS
}
MessageBox.Show("Your Game closed for your safety. This Cheat is tagged by Baseult as 'detected' or 'outdated'. Restart the Cheat it might have been an issue, otherwise check his thread.");
Close();
}
await Task.Delay(60000);
}
}
i didn't said that it was blocking anything, i was answering to your inability to understand why the guy on 1st page had a god damn AV error.
Modify what ? i checked your "Cheat" and it is just the same thing, not even a single difference in behavior.
Since you're basically braindead and can ONLY modify a fucking UI i'll just laugh at you from far and leave.
HF with your paste.