02-05-2013, 23:46
So yea, Based on barata's code I experimented a bit further and made a simple to use library that allows you to create trainers/whatever with just ~2 lines of code.
Video (much more to come):
Code (to show how simple it is to make something like this)
Credits:
@barata (ofc)
@master131
@sailormoon
Video (much more to come):
Code (to show how simple it is to make something like this)
CSHARP Code
- Con.ChangeDVar("sv_cheats", 1);
- Con.ClientCommand("devmap so_tut_mp_drone");
- Console.ReadLine();
- Con.ServerCommand("ARE YOU READY FOR IT?!?!", Barata.CommandType.iPrintLnBold);
- Thread.Sleep(1000);
- Con.ServerCommand("I SAID, ^1ARE YOU FUCKING READY FOR IT?!?!?!?!?", Barata.CommandType.iPrintLnBold);
- Thread.Sleep(1000);
- Con.ServerCommand("^3H^4E^2R^1E ^2WE FUCKING GO", Barata.CommandType.iPrintLnBold);
- Con.ServerCommand("1", Barata.SPCommandType.MakeScreenBlack);
- Thread.Sleep(2000);
-
- Con.ServerCommand("^1Sick ^2Underwater ^3MOD ^4Enabled", Barata.CommandType.iPrintLn);
- Con.ServerCommand("^5BLUBBLUBBLUB ^1MOTHERFUCKER", Barata.CommandType.iPrintLnBold);
- Con.ServerCommand("0", Barata.SPCommandType.MakeScreenBlack);
- Con.ServerCommand("1", Barata.SPCommandType.Underwater);
- Con.ServerCommand("1", Barata.SPCommandType.Slowmotion);
- Con.ServerCommand("1", Barata.SPCommandType.HideGun);
- Con.ServerCommand("1", Barata.SPCommandType.MSGCheckPointReached);
Credits:
@barata (ofc)
@master131
@sailormoon