![]() |
|
Bronze Effects of Regedits & Scams in games (mostly minecraft) - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Gaming (https://sinister.ly/Forum-Gaming) +--- Forum: PC Gaming (https://sinister.ly/Forum-PC-Gaming) +--- Thread: Bronze Effects of Regedits & Scams in games (mostly minecraft) (/Thread-Bronze-Effects-of-Regedits-Scams-in-games-mostly-minecraft) Pages:
1
2
|
Effects of Regedits & Scams in games (mostly minecraft) - miso - 03-30-2020 Hey everyone, while im finishing a mod for dnSpy, ill just post this on sinister.ly that i hope, most gamers already know (especially Minecraft PvPers), but in case you didn't know, Regedits will not increase your reach nor decrease your KB (i will also talk about RegeditMC & i will make another thread talking about .BATs) --- Regedits ---
PingZones
PingZones are zones were the ping is rounded up, here is how a server sees the pings of players: (This is based on a server running at the Default TPS (Tick per second, which is 20 [So 1 TPS = 50ms]) 0 - 50ms = Perfect Ping (Server will read this as 50ms) 50ms - 100ms = Server will round it up to 100ms 100ms - 150ms = Server will round it up to 150ms etc... If you have a stable & good connection, the regedit (following this) will do absolutely nothing but send smaller but more frequent packets to the server, which will indeed decrease your ping by a few microseconds, literally (it will not affect anything noticable (slower connection might get affected more, it also can also change with the server location) Code: REGEDITMC // Comes from RegeditMC (?)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"TCPDelAckTicks"=dword:00000000 // Custom Variable
"Tcp1323Opts"=dword:00000001 // Custom Variable
"MaxFreeTcbs"=dword:00065536 // Custom Variable
"MaxUserPort"=dword:00065534 // Custom Variable
"DefaultTTL"=dword:00000064 // Custom Variable
"MSS"=dword:00001452 // Maximum Segment Size | Default = 8760 bytes | 1452 bytes
"GlobalMaxTcpWindowSize"=dword:00065535 // Custom Variable
"MaxConnectionsPerServer"=dword:00000010 // Custom Variable
"MaxConnectionsPer1_0Server"=dword:00000010 // Custom Variable
"MTU"=dword:00001464 // Maximum Transmission Unit (max size of packet over 1 frame) | Default = 0xFFFFFFFF | 1464
"IRPStackSize"=dword:00000032 // Custom Variable
PS: Custom Variable aren't used by Windows nor Minecraft, meaning they're uselessThis regedit only increases the current machine's MTU value and lowers the byte size of Segments Theorised effects: Packets are going to be smaller, but more frequent (due to them being spliced to follow the MSS value set in the registry), limiting the MTU to 1464 bytes instead of no limit (well, 4294967295 bytes), which is going to reduce the number of packets being sent (even though segments are smaller, the packet size will still be the same (just containing more segments), which (i think) that the user may have a higher ping) Lag in Minecraft will not make the player have a longer reach or take less knockback, it will just be delayed KB (Knockback) is affected via Velocity, When a player is getting hit, the client will tell the server that it got hit by another player, the server will then send back a packet telling how much knockback the player should take Code: PseudoCode example:
Client:
if (Player.GetsHit = True)
{
Server.SendPacker(Player.GotHit)
}
Server:
if (Server.ReceivePacker == Player.GotHit)
{
Return Knockback.Value; // Knockback value can be different from server to server (this is also an entrypoint for Velocity hacks)
}Reach: The reach value of a user is directly coded in their clients, all users have the same 3.7 block reach, meaning that players hitting others at more than 3.7 blocks away are cheating HOWEVER, lag can cause delay with player mouvement, meaning that if a user is lagging, it might look like the laggy player is hitting you from further when they're actually closer to you than the server is showing, I however don't understand how both the player movement and player clicks are not directly sent together (this can be see with lag, when lagging, you normally get hit before you see the other player move) TL;DR: Regedits are bullshit, they don't affect your reach and knockback, only servers and cheats can
![]() --- RegeditMC ---
RegeditMC is a website were you can buy your custom regedit file for 15$, they can make "custom" regedits for games like "Minecraft, Fortnite, Counter Strike (Probably CS:GO), Overwatch, League of Legends & other games..." If you didn't guess it already, it is indeed a scam. On the main page of RegeditMC, you have a description of the products they sell and what games they can make custom regedit files for (The information section is just to make sure that customers don't share their regedit to everyone, because i am pretty sure they just send the same regedit to all their customers) ![]() Clicking next will prompt you to 2 textboxes and an information box telling you that you should back up your regedit values before applying "your" RegeditMC "custom" .reg file, the 2 textboxes asks you for your nickname in your registry and your gmail account (the email textbox doesn't care what you've entered until it is in an email format) (you can put anything in the first textbox, even unauthorised characters by Mojang), anyway, now it will just ask you if you got the TcpNoDelay mod, if you host anything from your computer etc... (MTU textbox accepts anything, lol) ![]() ![]() then the last page shows you that you'll need to send 15$ to order your "custom" regedit file and will ask you to check a box that says that you will not refund (this is used incase you try to get your money back, they can use it as a proof that you said you weren't going to refund), the wait days is around 1 to 2 days (which, let's be real, will never arrive) ![]() This website is a scam because: |- Regedits don't do shit for the games listed (except if they have like a packet cap, which would be fucking weird, but ok i guess) |- I ain't paying 15$ for basically 2 values being swapped |- If the customer don't get their order and try to refund, they can't since they've checked the "I agree" checkbox, which the scammers will use against use to keep your money TL;DR: RegeditMC is a website made to scam players by making them think they're going to have a way better experience with their "custom" regedits
Anyway, thanks for checking in (im still a piece of garbage, wait no) and thanks for spending a bit of your time reading this thread, i really appreciate it ^^ RE: Effects of Regedits & Scams in games (mostly minecraft) - Artamo - 03-30-2020 I remember the whole shitfest of people making money off regedit back in 2016. I'm glad you did your research even though it has become a pretty well spread information now. People buying it kind of deserve it though, losing money because of their own stupidity. RE: Effects of Regedits & Scams in games (mostly minecraft) - miso - 03-30-2020 (03-30-2020, 02:07 AM)Artamo Wrote: I remember the whole shitfest of people making money off regedit back in 2016. I'm glad you did your research even though it has become a pretty well spread information now. People buying it kind of deserve it though, losing money because of their own stupidity.they also might fall for it due to them being naive and seeing all of these youtubers giving their own regedit, but even that, the website it self really looks fake af, in france, they were just sharing regedits for free, they didnt really sell them RE: Effects of Regedits & Scams in games (mostly minecraft) - mothered - 03-30-2020 (03-30-2020, 01:05 AM)miso Wrote: RegeditMC is a website were you can buy your custom regedit file for 15$, they can make "custom" regedits for games like "Minecraft, Fortnite, Counter Strike (Probably CS:GO), Overwatch, League of Legends & other games..." At first glance, It looks like a poor attempt at creating a blog. RE: Effects of Regedits & Scams in games (mostly minecraft) - miso - 03-30-2020 (03-30-2020, 05:27 AM)mothered Wrote:it was probably made under an afternoon lmao(03-30-2020, 01:05 AM)miso Wrote: RegeditMC is a website were you can buy your custom regedit file for 15$, they can make "custom" regedits for games like "Minecraft, Fortnite, Counter Strike (Probably CS:GO), Overwatch, League of Legends & other games..." RE: Effects of Regedits & Scams in games (mostly minecraft) - mothered - 03-30-2020 (03-30-2020, 05:40 AM)miso Wrote:(03-30-2020, 05:27 AM)mothered Wrote:it was probably made under an afternoon lmao(03-30-2020, 01:05 AM)miso Wrote: RegeditMC is a website were you can buy your custom regedit file for 15$, they can make "custom" regedits for games like "Minecraft, Fortnite, Counter Strike (Probably CS:GO), Overwatch, League of Legends & other games..." Priceless comment. RE: Effects of Regedits & Scams in games (mostly minecraft) - miso - 03-30-2020 (03-30-2020, 05:42 AM)mothered Wrote:i mean im not even kinding, i can literally redo the whole thing in a .html in under an afternoon, starting from scratch(03-30-2020, 05:40 AM)miso Wrote:(03-30-2020, 05:27 AM)mothered Wrote: At first glance, It looks like a poor attempt at creating a blog.it was probably made under an afternoon lmao
RE: Effects of Regedits & Scams in games (mostly minecraft) - mothered - 03-30-2020 (03-30-2020, 05:59 AM)miso Wrote:(03-30-2020, 05:42 AM)mothered Wrote:i mean im not even kinding, i can literally redo the whole thing in a .html in under an afternoon, starting from scratch(03-30-2020, 05:40 AM)miso Wrote: it was probably made under an afternoon lmao I did take your comment literally. I could probably restructure the site In half that time. RE: Effects of Regedits & Scams in games (mostly minecraft) - miso - 03-30-2020 (03-30-2020, 06:55 AM)mothered Wrote:record it and upload it to speedrun.com lol(03-30-2020, 05:59 AM)miso Wrote:(03-30-2020, 05:42 AM)mothered Wrote: Priceless comment.i mean im not even kinding, i can literally redo the whole thing in a .html in under an afternoon, starting from scratch
RE: Effects of Regedits & Scams in games (mostly minecraft) - Amy Ward - 10-21-2020 Yes, this game has many great effects and features that are constantly being updated, you can check out more at Androidrub.com/minecraft to get many latest updates. |