|
You last visited: Today at 03:14
Advertisement
Question regarding the HWID/IP Bans
Discussion on Question regarding the HWID/IP Bans within the Marvel Rivals forum part of the Popular Games category.
01/17/2026, 21:50
|
#1
|
elite*gold: 0
Join Date: Apr 2017
Posts: 1
Received Thanks: 0
|
Question regarding the HWID/IP Bans
So, im currently using Eternal with a Perm spoof + Eternal Temp spoof on top and running a VPN but im getting clapped in 1 report, first i thought maybe it is the lvl 15 account i bought but creating completely fresh accounts also doesnt help. on Every Permspoof im reinstalling windows and im getting annoyed i burned through 4 accounts from freshly created to ranked ready and a lvl 35 account in diamond. Eternal themselves say they are UD but honestly at this point i can't tell.
Any pointers what im doing wrong/forgetting?
My stats are purposely worse than the stats on every legend i play that the average player.
Some help would be appreciated.
|
|
|
01/17/2026, 23:22
|
#2
|
elite*gold: 0
Join Date: Jan 2024
Posts: 5
Received Thanks: 1
|
eternal ud 500%
I play with his bypass, I have my own cheat, of course, but he sent this bypass to me.
Now I have 5 top50 accounts, most likely your spoofer is not working.
Quote:
typedef struct _THREAD_BASIC_INFORMATION {
NTSTATUS ExitStatus;
PVOID TebBaseAddress;
CLIENT_ID ClientId;
KAFFINITY AffinityMask;
KPRIORITY Priority;
KPRIORITY BasePriority;
PVOID StartAddress;
} THREAD_BASIC_INFORMATION, * PTHREAD_BASIC_INFORMATION;
void* GetThreadStartAddress(HANDLE hThread)
{
typedef enum _THREADINFOCLASS {
ThreadBasicInformation = 0,
ThreadQuerySetWin32StartAddress = 9
} THREADINFOCLASS;
PVOID startAddress = nullptr;
NTSTATUS status = NtQueryInformationThread(hThread,
(::_THREADINFOCLASS)ThreadQuerySetWin32StartAddres s,
&startAddress,
sizeof(PVOID),
NULL);
if (NT_SUCCESS(status))
{
return startAddress;
}
THREAD_BASIC_INFORMATION tbi;
status = NtQueryInformationThread(hThread,
(::_THREADINFOCLASS)ThreadBasicInformation,
&tbi,
sizeof(tbi),
NULL);
if (NT_SUCCESS(status))
{
return tbi.StartAddress;
}
return nullptr;
}
bool IsMemoryIsExecuteNotImage(ULONG64 address)
{
MEMORY_BASIC_INFORMATION mbi;
SIZE_T result = VirtualQuery((LPCVOID)address, &mbi, sizeof(mbi));
if (result != 0)
{
if (mbi.Type != MEM_IMAGE && mbi.State == MEM_COMMIT)
{
// check is executable memory
if (mbi.Protect & (PAGE_EXECUTE | PAGE_EXECUTE_READ | PAGE_EXECUTE_READWRITE | PAGE_EXECUTE_WRITECOPY))
{
return true;
}
}
}
return false;
}
void SuspendThreads()
{
DWORD currentProcessId = GetCurrentProcessId();
HANDLE hSnapshot = CreateToolhelp32Snapshot(TH32CS_SNAPTHREAD, 0);
if (hSnapshot == INVALID_HANDLE_VALUE)
{
return;
}
THREADENTRY32 te;
te.dwSize = sizeof(THREADENTRY32);
if (Thread32First(hSnapshot, &te))
{
do
{
if (te.th32OwnerProcessID == currentProcessId)
{
HANDLE hThread = OpenThread(THREAD_SUSPEND_RESUME | THREAD_QUERY_INFORMATION, FALSE, te.th32ThreadID);
if (hThread)
{
auto startAddress = (ULONG64)GetThreadStartAddress(hThread);
if (IsMemoryIsExecuteNotImage(startAddress))
{
SuspendThread(hThread);
}
CloseHandle(hThread);
}
}
} while (Thread32Next(hSnapshot, &te));
}
CloseHandle(hSnapshot);
}
void AntiCheatThread()
{
while (!Context::bShutdown)
{
SuspendThreads();
std::this_thread::sleep_for(1s);
}
}
|
|
|
|
01/18/2026, 04:22
|
#3
|
elite*gold: 50
Join Date: Sep 2014
Posts: 550
Received Thanks: 163
|
Quote:
Originally Posted by RhoAiasblade
So, im currently using Eternal with a Perm spoof + Eternal Temp spoof on top and running a VPN but im getting clapped in 1 report, first i thought maybe it is the lvl 15 account i bought but creating completely fresh accounts also doesnt help. on Every Permspoof im reinstalling windows and im getting annoyed i burned through 4 accounts from freshly created to ranked ready and a lvl 35 account in diamond. Eternal themselves say they are UD but honestly at this point i can't tell.
Any pointers what im doing wrong/forgetting?
My stats are purposely worse than the stats on every legend i play that the average player.
Some help would be appreciated.
|
Either you using a bad spoofer or cheat is detected
Try to spoof first without cheat and see if you still get banned. if you do then its a spoofer issue.
We have a working spoofer for the game and an undetected cheese that gets updated for Rivals every Patch. Let me know if you are interested
Discord: imgeothegreat
Thread:
|
|
|
Yesterday, 11:23
|
#4
|
elite*gold: 26
Join Date: Jul 2023
Posts: 626
Received Thanks: 100
|
Quote:
Originally Posted by RhoAiasblade
So, im currently using Eternal with a Perm spoof + Eternal Temp spoof on top and running a VPN but im getting clapped in 1 report, first i thought maybe it is the lvl 15 account i bought but creating completely fresh accounts also doesnt help. on Every Permspoof im reinstalling windows and im getting annoyed i burned through 4 accounts from freshly created to ranked ready and a lvl 35 account in diamond. Eternal themselves say they are UD but honestly at this point i can't tell.
Any pointers what im doing wrong/forgetting?
My stats are purposely worse than the stats on every legend i play that the average player.
Some help would be appreciated.
|
most likely a bad spoof chief, or extremely bad gameplay or visible stats
So its recommended u check em one by one, and find which is the reason ur getting banned.
As for the spoof part, I'd be more than delighted to help u out with it chief, specially with our DISK/GPU/ARP spoofer where u don't even need to reinstall ur windows to spoof for MR
|
|
|
Similar Threads
|
Question regarding HWID bans
06/06/2021 - Call of Duty - 1 Replies
I apologize if this has been asked/answered before.
Let's say if I used two cheat software from two different providers on the same account.
Cheat 'A' for a few days and then stopped using. Switched to Cheat 'B'.
Cheat 'A' gets detected in a ban-wave, but Cheat 'B' survives.
In this case, will my account get banned based on the fact that I used the Cheat 'A' software even though I stopped using it before its detection? And if so will that ban be an HWID ban?
I remember when using AA,...
|
All times are GMT +1. The time now is 03:16.
|
|