📖 Tutorial How to Modify Obscured types in any CodeStage Anti-Cheat games (ObscuredInt etc)

Sbenny.com is trusted by 1,312,817 happy users since 2014.
Register

AndnixSH

Savage Lv6️⃣
SB Mod Squad ⭐
Member for 8 years
Wonder what are Obscured types? Obscured types are custom types and are for preventing memory hacking but there is nothing stopping you from editing the code. You just simply return an Obscured type rather than plain type (such as ObscuredInt).

Requirements:
- A computer
- .NET Reflector 9, Telerik JustDecompiler or dnSpy
- Have basic C# and IL knowledge.

In this tutorial, I'll show you how to modify get_attack with ObscuredInt with .NET Reflector 9 as an example



The Instruction should look like this



In offset 0, change ldarg.0 to ldc.i4 <any value> because it is an Int type. I'm not going to explain what are value types. Search on Google for more information about value types

In offset 1, change the OpCode to newobj, Operand type to "-> Method reference".



In Operand, click on it and it will open the dialog box (see below)

Expand Assembly-CSharp -> Assembly-CSharp.dll -> CodeStage.AntiCheat.ObscuredTypes -> ObscuredInt and select .ctor(System.Int32), click OK

Note: The CodeStage might be located in other .dll files. You will have to find it by yourself



It should look like this, click Update



That's all. This is the modified Instructions



List of ObscuredTypes:


Credit:
Riu
AndnixSH# (this tutorial)
 
Last edited:

Sbenny

A crazy scientist
Staff member
Admin
SB Mod Squad ⭐
✔ Approved Releaser
Active User
Re: Modify Obscured types in any CodeStage Anti-Cheat games

This is like the Bible for me :D
 

Axiom

G̴̠͂l̶̙̋ȉ̷̲t̷̰͂c̶̮͊ȟ̶̪ê̵͙d̷̰̿ ̴͉̈Ơ̵̟u̵̮̕t̵̼̊
From the Hell
SB Mod Squad ⭐
VIP
Member for 8 years
Re: Modify Obscured types in any CodeStage Anti-Cheat games

Thanks
 

euro110750

Apprentice Lv2️⃣
Member for 7 years
Re: Modify Obscured types in any CodeStage Anti-Cheat games

Great !!
 

cissamannen

APK Fanatic Lv5️⃣
VIP
✔ Approved Releaser
Member for 8 years
Re: Modify Obscured types in any CodeStage Anti-Cheat games

Good reading :D
 

antonio

In Love Lv4️⃣
✔ Approved Releaser
Member for 7 years
Re: Modify Obscured types in any CodeStage Anti-Cheat games

nice iandro hacker
 

( ( dub ) )

APK Fanatic Lv5️⃣
VIP
Member for 7 years
Re: Modify Obscured types in any CodeStage Anti-Cheat games

Much obliged, iAndro.
 

Coheed196

Addicted Lv3️⃣
Member for 7 years
Re: Modify Obscured types in any CodeStage Anti-Cheat games

Awesome, thank you
 

Ghenghis

Addicted Lv3️⃣
Member for 7 years
Re: Modify Obscured types in any CodeStage Anti-Cheat games

cheers thank you
 

[madara]

Novice Lv1️⃣
Member for 6 years
Re: Modify Obscured types in any CodeStage Anti-Cheat games

thank you
 

yamada2017

Apprentice Lv2️⃣
Member for 6 years
thank you so much for this information.. :arrow:
 
Top