Posts

Showing posts from 2017

C# Memory - Tutorial

Image
C# Memory Tutorial Learn how to make a cheat/trainer using the power of c#! Why use C# language to create a cheat like this? The joys of C# is that it is easy to understand. It's like of like C# is the big brother for Visual Basic. Most cheats tend to use SDK and C++ to create cheats but I'd recommend getting use the the C language in general! If you have experience in coding then the process of learning C# will be smooth. You have a greater chance of learning c# quicker if you have experience of java or javascript. If your like me, who was all for visual basic then it can take a while! Why no use C++ like everyone else is using? It's all down to how you like the language, I don't mind C++ but Reverse Engineering doesn't seem to work for me with C++. I've retried different methods of getting C++ to work but it seems that C++ isn't working for me, so you're stuck with me in C#. :) C++ or C#? What do you recommend? What ever your com...
Image
Hammer Vscript Tutorial: Basic True/False Statement Hello, fellow coders! This is the worded version of my tutorial from my other video: CHECK IT OUT!  :P Goal after this tutorial : The ability to know how to add your very own vscript to create more functions or better ways to get around your map depending on the type of map you are creating. LET'S START!  1.  Step 1 - Creating the vscript file Creating the vscript file is quite simple. There is no compiler needed, so there is no waiting at all. There is many ways to create this file, either using windows default note editor or what I use "Notepad++" I would prefer to you guys to use Notepad++. If you do, load it up! Then go to: Language >> L >> Lua I know this is not the correct language we are using (Which is squirrel) but it is basically using the same structure, also structures are highlighted in blue which is amazing!) Then save the empty file - ...