Quote:
Originally Posted by Need1Link
dont listen to 90% of what People say here, HWID Spoofers dont get Detected 90% of the Time thats bs.
If ur planning to cheat buy a Lifetime Spoofer.
The Way they get ur HWID is as Follows:
PHP Code:
private string getUniqueID(string drive) { if (drive == string.Empty) { //Find first drive foreach (DriveInfo compDrive in DriveInfo.GetDrives()) { if (compDrive.IsReady) { drive = compDrive.RootDirectory.ToString(); break; } } }
if (drive.EndsWith(":\\")) { //C:\ -> C drive = drive.Substring(0, drive.Length - 2); }
string volumeSerial = getVolumeSerial(drive); string cpuID = getCPUID();
//Mix them up and remove some useless 0's return cpuID.Substring(13) + cpuID.Substring(1, 4) + volumeSerial + cpuID.Substring(4, 4); }
private string getVolumeSerial(string drive) { ManagementObject disk = new ManagementObject(@"win32_logicaldisk.deviceid=""" + drive + @":"""); disk.Get(); string volumeSerial = disk["VolumeSerialNumber"].ToString(); disk.Dispose();
return volumeSerial; }
private string getCPUID() { string cpuInfo = ""; ManagementClass managClass = new ManagementClass("win32_processor"); ManagementObjectCollection managCollec = managClass.GetInstances();
foreach (ManagementObject managObj in managCollec) { if (cpuInfo == "") { //Get only the first CPU's ID cpuInfo = managObj.Properties["processorID"].Value.ToString(); break; } }
return cpuInfo; }
So just get a Spoofer and safe urself Lifetime. (false as fuck...)
yes they are also based on the drives shhh
|
99% of spoofers get detected every month. This has been the case for almost 6 months now. Stop spreading misinformation. Not many people use spoofers anymore because of this.
If you want to evade a BattlEye HWID ban, put your drives in raid0 or use a drive bay.
Quote:
Originally Posted by cal.yx
EFT BattlEye bans are based off your hard drives and IP. I have never encountered a situation where they logged and banned my CPU (was banned before). Using RAID-0 is actually the best way to evade your HWID ban since once in RAID, your serial number is basically "0000000". So to answer your question, yes. Just delete your raid, make a new one, and install a fresh copy of windows. Cheers.
|
BattlEye doesn't grab your IP...
So much misinformation here it's crazy.
Quote:
Originally Posted by HuckKliffs66
You answered your own question.
You have wasted both ssds tho since in raid0.
Also dont have banned ssd's plugged into PC when you run your new one or itll just ban those also.
In short dont raid0 and cheatz or this will happen.
If you use another account itll just ban those also.
You could get a HWID spoofer and try but most HWID spoofers get detected sooner or later unless you know its priv
I always keep a couple 30$ ssds around to meme on.
BE very rarely hwids tho mobo.
|
They hash a shit ton of components in your system. Changing drives will be enough to evade their HWID, for now.
Quote:
Originally Posted by Need1Link
Yes its not Public now it is, this is the way BE gets ur HWID.
No need to tell u how to get it u aint capable of getting it urself anyway.
|
It's what a million people use to get the HWID, it's so obvious. If you ask any cheat dev who has a HWID system on their loader, they will use something like that as well.
Quote:
Originally Posted by HuckKliffs66
Im speaking from experince
You NEED new ssd/hdd to play.
You NEED to reinstall Windows
You NEED to make sure the banned ssds are not connected to PC while gaming
You NEED to delete all partions
You NEED to change IP if static
You NEED to change network adapter
If you still get b& after that they have banned hwid mobo/cpu(I haven't heard of them doing this with EFT.. YET)
If you dont want to do that you NEED to know how to bypass with an EDID emulator, bypass with a FPGA board that is re-program as NIC.
If you dont want to do that you NEED to invest in a ring0 spoofer.
If you dont want to do that you need to know how to run a VM with a passthru for GPU and set serials your self.
If you dont want to do that you can KVM passthru.
Different games have different levels of BE and how they b&
Sorry if I wasn't clear in my other post.
|
90% of the things you said are false. You can reinstall Windows if you want to be safe, but this has never been an issue for me.
BattlEye bans all of the drives connected to your system if it does HWID ban you. Deleting partitions won't do shit.
BattlEye WILL NOT ban your IP because it isn't unique.
An EDID emulator is for your monitor. BattlEye doesn't ban your monitor ID, but EAC does on certain games if you get banned enough. Also, most of these emulators don't go past 60hz, so have fun gaming on a low refresh rate!
KVM is fucked on most Linux distros because they can still get your real HWIDs. If you get HWID ban on KVM, you will still be banned after you reinstall or boot into your real Windows. There are ways to get around this, but it isn't common knowledge. People have been using KVM for several years and BattlEye(not EAC yet) have been cracking down on all VMs.
BattlEye doesn't ban your CPU or MOBO because their IDs aren't static... in most cases, you can turn off your system and turn it back on and your IDs will be changed. This is the same with your GPU and your RAM. If you don't believe me, get software that can check the IDs and try restarting.
This entire thread is full of bullshit and I wouldn't believe anything anybody says.