post the picture in your post and not as an attachment.
Obvsc ; But normal since it's made with CE.
This proggie seems alright, It only asks for admin rights elevation, But since it's a mem edit proggie it's normal.
Well, A Little basic but seems fun,
Enjoy,
~Approved
@Previous Posters
Please Shut Up.
i am now trying to learn VB so it gets a little more fun
Nice features look like mine but oh well nice layout too
Yeah VB will get you alot more exited, especially with the stuff you can do to improve the GUI
nice gz!!!!
Meh Does Not Likes VB~
But if you need help on something else, Feel free to talk to me.
how do u make haxx lol? nice btw helpfull thnx
or sum1 tell me where i can see where 2 make haxx
Originally Posted by Failur3
how do u make haxx lol? nice btw helpfull thnx
or sum1 tell me where i can see where 2 make haxx
This trainer was made with CheatEngine.
My trainer: VB.NET
Melodias trainer: C++ or C#
Originally Posted by Blubb1337
This trainer was made with CheatEngine.
My trainer: VB.NET
Melodias trainer: C++ or C#
Nah~
C++, Managed or Native, Depending of my mood or of the GUI I want.
C# Is Just too "VB-Like" Syntaxing
Does it make a different? C++ program and cheat engine?
i think i used Cheat engine sometimes dnno for what again lol
You cannot even compare C++ and CheatEngine, whereas CheatEngine isn't even a program language, it is simply a program to search memory addresses and pointers. It has a built-in trainer-builder.
Originally Posted by C++
C++ (pronounced see plus plus) is a statically typed, free-form, multi-paradigm, compiled, general-purpose programming language. It is regarded as a "middle-level" language, as it comprises a combination of both high-level and low-level language features. It was developed by Bjarne Stroustrup starting in 1979 at Bell Labs as an enhancement to the C programming language and originally named C with Classes. It was renamed C++ in 1983.
int main()
{
std::cout << "Hello World!" << std::endl;
}
Originally Posted by Vb.Net
Visual Basic (VB) is the third-generation event-driven programming language and integrated development environment (IDE) from Microsoft for its COM programming model. VB is also considered a relatively easy to learn and use programming language, because of its graphical development features and BASIC heritage
Code Example:
Public Class Form1
Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
MsgBox("Hello World!")
End Sub
End Class