Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
1 Commented Post
~6K People Reached

5 Posted Topics

Member Avatar for Good Bye

Kids...what if I know C++? Should I use it or i need some other language/program to make myself a game bot?

Member Avatar for Nihat_1
0
3K
Member Avatar for Trepach

Environment: MS Visual Studio 2008. (Please transfer this thread to where it belongs.) Project type: Windows Forms Control Library. Goal: Get the pixel color from a given process' main window. Already achieved: I got the desired process's pointer by using [code]cli::array<Process ^>^ Proc = System::Diagnostics::Process::GetProcessesByName("Notepad");[/code] I believe I got the …

Member Avatar for Trepach
0
442
Member Avatar for Trepach

I need a nonlinear solver for optimizing a given function. I tried the inbuilt solvers for Excel and OpenOffice. The problem is Excel gives me only the local maximal and not the global one. OpenOffice has a very small step and take too much time. I'll give a try to …

Member Avatar for erikandr
0
133
Member Avatar for Loc

[QUOTE=Salem;517033]integrating it into the source of a working program.[/QUOTE] I wish to know the difference between integrating/injecting my code into a program on my computer and one on a server. How can I make a C++/Tcl bot for a browser text-based game? Is there another way to inject/integrate code to …

Member Avatar for Trepach
0
113
Member Avatar for everard

What event handler should I use to highlight all the text in a edit box, when i click on it? I dont want to use buttons but the text boxes does not have OnBnClicked event. i just want the text to be ready for editing when i click on it.

Member Avatar for Trepach
0
2K

The End.