Nobody said that, it's just in diesieben07's bio.
What? Do you really think Java or Forge have security holes? If you install both from the correct location, you won't get any viruses. And do you actually think installing both of these will make someone hack you? Just install Java and Forge the normal way.
What are you even doing? You can access anything in the language files using I18n.format. Be sure to use the net.minecraft.client.resources.I18n class, instead of the other 2.
And how do you know this if you're constantly crashing?
As for the crash, some mod is trying to access a method by it's MCP name, while a normal environment doesn't use those. Mods that do use the MCP name hardcoded are mods using reflection or coremods. Try removing each mod to see which one causes the crash, starting with the coremods.
Don't post in threads that have been inactive since November 16, 2015... Make your own thread.
As for your issue, try running the vanilla version BEFORE installing Forge.
recipeRegistry.removeRecipe(new CrushingTubRecipeWrapper(r));
Well, you are removing a new wrapper, so that will never work. You should save the instances of the original recipe and wrapper classes and use those, don't bother removing them and just disable them in the recipe/wrapper classes.