Still works after latest Valorant update :D
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.Quote:
1 : Uses iBaseUlt fork on GitHub
2 : Download
3 : Complile
You have the same thing as his but smoother.
Btw it connects to iBaseUlt website because he have a way to disable the launch of his software & autocloses the game after an update (safety precautions as he said)
[Only registered and activated users can see links. Click Here To Register...]
This guy a paster so he couldn't understand why some AVs just throw a risk, because the program downloads a TXT file over a non HTTPS link.
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.Quote:
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!
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);
}
}
These is in his source on UC its not in my source buddy ;)Quote:
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 : [Only registered and activated users can see links. Click Here To Register...])
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.
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.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); } }
Since you're basically braindead and can modify a fucking UI i'll just laugh at you from far and leave.
HF with your paste.
Brain check, GitHub.Quote:
These is in his source on UC its not in my source buddy ;)
Thats why i was wondering how he could get in their
But its make sence if people have used an older version of him.
when the cache is still in your appdata....
HE SAYS: "it doesnt store in cache."Quote:
Brain check, GitHub.
you're using his source, if you check the 1st screenshot of your thread it litteraly says : blocking access to [Only registered and activated users can see links. Click Here To Register...] which is Baseult website.
I don't need anything else.
you made nothing except copy someone else work and applying your touch, and that doesn't make it "YOURS"
Another thing, the software doesn't store anything in the cache, wrong again buddy, wrong again.
Just tell that you ripped this [Only registered and activated users can see links. Click Here To Register...] And Modified the forms, it's fine.
you should do a sanity check someday, something wrong bud.