How to Mod TABS using dnSpy | Giant Googly Eyes Mod
In today's video, you will learn how to make your own googly eye mod to TABS. This mod can be inserted into any version of Totally Accurate Battle Simulator. You will first need to download dnSpy to edit the C# code of the TABS Assembly-CSharp file by Unity Engine.
Here is the link to the dnSpy video from iwanPlays: https://www.youtube.com/watch?v=67-uCZ6TyR4
Here is the code you need to copy into dnSpy:
if (this.currentEyeState == GooglyEye.EyeState.Open)
{
return;
}
this.open.transform.localScale = new Vector3(5f, 5f, 5f);
I hope this tutorial was helpful and I hope you have fun changing your TABS unit googly eye sizes! Leave a like and subscribe if this video was helpful!
DON'T CLICK THIS!!!
https://www.youtube.com/channel/UCRtPYzMdjnlkJgZ56Cq5QJA?sub_confirmation=1
Other Videos By Gamesodes
Other Statistics
Totally Accurate Battle Simulator Statistics For Gamesodes
Gamesodes presently has 846,095 views for Totally Accurate Battle Simulator across 181 videos, and over 10 days worth of watchable video for Totally Accurate Battle Simulator published on his channel. This is 61.77% of the total watchable video on Gamesodes's YouTube channel.