|
You last visited: Today at 11:42
Advertisement
[Unofficial] List of Legit/Scam R6 Cheat Providers
Discussion on [Unofficial] List of Legit/Scam R6 Cheat Providers within the Rainbow Six Siege forum part of the Popular Games category.
11/01/2024, 16:32
|
#1726
|
elite*gold: 0
Join Date: Aug 2023
Posts: 88
Received Thanks: 4
|
Quote:
Originally Posted by Xenos
Please note that this list is based on users experience in the past, even if someone is listed as legit doesn't mean he's actually trustworthy in future. Also this list might be not correct, some people are having different experiences with cheat providers than others! Use this list at your own risk!
Legit providers - Those who have a good cheat which has been undetected for a while, is constantly being updated, and good support.
Scam providers - Those who sell a detected cheat while claiming its undetected, install viruses / keyloggers or have a history of fraud. If a cheat is discontinued, it is not considered an exit scam unless no type of compensation is offered.
LEGIT PROVIDERS
| PROVIDER | STATUS |
|---|
 | UD |  | DT |  | UD |  | UD |  | UD |  | UD |  | UD | | Ring-1 | UD |  | UD | | Topfrag | DT |
SCRIPT/MACROS PROVIDERS
SCAM PROVIDERS
| PROVIDER | REASON |
|---|
| GetRekt | Rat | | veterancheats | Reseller: Mostly detected Cheats | | iwantcheats | Always detected | | privatecheatz | No product after payment | | smartaim | No product after payment |
------------------------
HWID Spoofers
ATM, BE only bans the serial numbers of your drives. This may change in the future, but for now,
if you are HWID banned and want to get unbanned, all you need to do is change the serials on your drive.
The HWID spoofers below allow you to do that and actually work:
- Always do a trade on elitepvpers if possible.
- Prefer known, tested and vouched providers over fresh and unknown one.
- Read the providers customer reviews on this or the TBM section.
- Get informations about a provider either by asking here or somewhere else.
- Use common sense.
You are a different opinion or want to share your experience with a provider? Contribute to the list by posting on this thread including a tag of me @ . Especially looking for scam providers!
|
ring 1 is Detected
|
|
|
11/02/2024, 14:21
|
#1727
|
elite*gold: 0
Join Date: Mar 2024
Posts: 1
Received Thanks: 0
|
klar is detected for 1month and closed now
|
|
|
11/02/2024, 14:36
|
#1728
|
elite*gold: 1286
Join Date: Mar 2019
Posts: 1,607
Received Thanks: 261
|
@ Xenos
Klar has discontinued R6
|
|
|
11/02/2024, 17:22
|
#1729
|
elite*gold: 0
Join Date: Jul 2023
Posts: 12
Received Thanks: 2
|
Klar is gone. Update the list
|
|
|
11/03/2024, 09:17
|
#1730
|
elite*gold: 337
Join Date: Jan 2022
Posts: 2,994
Received Thanks: 747
|
Cheat army seems to have had a large ban wave.
Also lethal isn’t detected anymore, been up for almost a month.
|
|
|
11/03/2024, 13:24
|
#1731
|
elite*gold: 1286
Join Date: Mar 2019
Posts: 1,607
Received Thanks: 261
|
This has been explained multiple times: a large influx of Klar users began using our cheat. While there was indeed a ban wave, it's worth noting a clear correlation between users who were banned and those who had previously used a different provider before switching to us.
To clarify, we’re not pointing fingers at any other providers. While a few exceptions occurred where users who only used CA were banned (potentially due to manual review), the majority of our users remain unaffected. Given these circumstances, it’s difficult to place the blame solely on CA.
|
|
|
11/03/2024, 15:19
|
#1732
|
elite*gold: 26
Join Date: Oct 2023
Posts: 312
Received Thanks: 29
|
Quote:
Originally Posted by Player1Ready
This was explained multiple times, there was a large influx of Klar users who came to start using our cheat. There was a wave and for whatever reason only the ones who came from a different cheat background got banned. What a coincidence.
Sure there was a ban wave, but being mindful of who got banned and majority being safe it’s hard to point fingers at CA at this time
|
klar have redscreens to prevent bans please stop talking youre lying just to keep up youre reputation sad to see.
also my p2c also have users who used klar previously and nobody got banned!
|
|
|
11/03/2024, 15:50
|
#1733
|
elite*gold: 26
Join Date: Oct 2023
Posts: 312
Received Thanks: 29
|
lets downgrade cheatarmys feature and start with no pullout get inlined
updated to patch 3.11.24
void runandshot() {
auto localPawn = offsets::GetPawn(offsets::GetLocalEntity());
if (!localPawn)
return;
printf("localPawn: %llx\n", localPawn);
auto localActor = offsets::GetActor(localPawn);
if (!localActor)
return;
printf("localActor: %llx\n", localActor);
uint64_t component_list = *reinterpret_cast<uintptr_t*>(localActor + 0xD8);
if (!component_list)
{
std::cout << "Failed to read component_list" << std::endl;
return;
}
printf("component_list: %llx\n", component_list);
uint64_t component_list_movement_index = *reinterpret_cast<uint8_t*>(localActor + 0x222);
if (!component_list_movement_index)
{
std::cout << "Failed to read component_list_movement_index" << std::endl;
return;
}
printf("component_list_movement_index: %llx\n", component_list_movement_index);
uint64_t movement_array = *reinterpret_cast<uintptr_t*>(component_list + 8 * component_list_movement_index);
if (!movement_array)
{
std::cout << "Failed to read movement_array" << std::endl;
return;
}
printf("movement_array: %llx\n", movement_array);
uint64_t movement_cmp = *reinterpret_cast<uintptr_t*>(movement_array + 0x48);
if (!movement_cmp)
{
std::cout << "Failed to read movement_cmp" << std::endl;
return;
}
printf("movement_cmp: %llx\n", movement_cmp);
uint64_t movement_cmp_add = *reinterpret_cast<uintptr_t*>(movement_cmp + 0x148);
if (!movement_cmp_add)
{
std::cout << "Failed to read movement_cmp_add" << std::endl;
return;
}
printf("movement_cmp_add: %llx\n", movement_cmp_add);
auto function = reinterpret_cast<uint64_t(*)(uint64_t, uint64_t, uint64_t*)>(client13 + 0x34066A0);
if (!function)
{
std::cout << "Failed to read function" << std::endl;
return;
}
printf("function: %llx\n", function);
uint64_t FirVal = 0xA6F78616i64;
uint64_t SecVal = 0i64;
uint64_t finalll = hide(function, movement_cmp_add, FirVal, &SecVal);
printf("finalll: %llx\n", finalll);
if (!finalll)
{
std::cout << "Failed to read finalll" << std::endl;
return;
}
uint64_t pullout = *reinterpret_cast<uintptr_t*>(finalll);
printf("pullout: %llx\n", pullout);
if (!pullout)
{
std::cout << "Failed to read pullout" << std::endl;
return;
}
float* Value1 = (float*)(pullout + 0x124);
*Value1 = 0.05f;
float* Value2 = (float*)(pullout + 0x10c);
*Value2 = 10.0f;
float* Value3 = (float*)(pullout + 0x120);
*Value3 = 0.0f;
}
|
|
|
11/11/2024, 01:49
|
#1734
|
elite*gold: 337
Join Date: Jan 2021
Posts: 85
Received Thanks: 40
|
**** no more UD R6 cheats, they finally figured it out huh? DMA only safe thing rn
|
|
|
11/11/2024, 03:29
|
#1735
|
elite*gold: 0
Join Date: Jun 2014
Posts: 131
Received Thanks: 113
|
Quote:
Originally Posted by dak
**** no more UD R6 cheats, they finally figured it out huh? DMA only safe thing rn
|
Yeah, I heard Lethal got detected. Rough for them. I’ve been running cheatarmy though, and it’s been solid. No bans or issues so far.
|
|
|
11/11/2024, 15:04
|
#1736
|
elite*gold: 337
Join Date: Jan 2022
Posts: 2,994
Received Thanks: 747
|
Quote:
Originally Posted by dak
**** no more UD R6 cheats, they finally figured it out huh? DMA only safe thing rn
|
They’re getting better, seems like the days of lasting half a year on a full public cheat between detections are over.
|
|
|
11/25/2024, 00:31
|
#1737
|
elite*gold: 0
Join Date: Nov 2024
Posts: 2
Received Thanks: 0
|
Is HypeX still a good option im debating getting it?
|
|
|
11/25/2024, 22:55
|
#1738
|
elite*gold: 337
Join Date: Jan 2021
Posts: 85
Received Thanks: 40
|
Quote:
Originally Posted by l2Grand7l
Is HypeX still a good option im debating getting it?
|
yes, HypeX is a fantastic RCS.
|
|
|
11/26/2024, 07:33
|
#1739
|
elite*gold: 168
Join Date: Aug 2016
Posts: 354
Received Thanks: 150
|
Quote:
Originally Posted by l2Grand7l
Is HypeX still a good option im debating getting it?
|
Very very good RCS provider. They are soon releasing a new core and GUI concept aswell. I highly recommend giving them a chance.
|
|
|
11/27/2024, 02:19
|
#1740
|
elite*gold: 0
Join Date: Nov 2024
Posts: 2
Received Thanks: 0
|
Quote:
Originally Posted by dak
yes, HypeX is a fantastic RCS.
|
Quote:
Originally Posted by Binary Coded
Very very good RCS provider. They are soon releasing a new core and GUI concept aswell. I highly recommend giving them a chance.
|
Ok, i bought right after sending that anyway thanks for the info
|
|
|
 |
|
Similar Threads
|
[UNOFFICIAL] List Of Legit and Scam Providers List
Today - Rust - 3371 Replies
This list is based on past user reports and experiences. A provider being listed as legit does not guarantee they will remain trustworthy in the future. Information may be inaccurate or outdated, and different users can have very different experiences with the same provider. Providers are listed in no particular order, their position in the list does not indicate their quality or any sort of ranking.
Legit Providers
Provider | STATUS
PrimeCMP | Undetected
WR-C | Undetected
Dr-Cheats...
|
[UNOFFICIAL] List Legit/Scam Providers (only real list Fn)
11/27/2025 - Fortnite - 1942 Replies
Key not this is not a OFFICIAL list this is all opinions, Any scam providers will have proof alongside.
Please note that this list is based on users experience in the past, even if someone is listed as legit doesn't mean he's actually trustworthy in future. Also this list might be not correct, some people are having different experiences with cheat providers than others! Use this list at your own risk!
If you cannot find links to below DM me on Epvp or Discord (faster responses here)
...
|
All times are GMT +1. The time now is 11:43.
|
|