Help with code!

06/14/2009 08:51 meb111#1
Okay im new here! Sorry if this is in wrong section... But i need help in fixing my code for a bot im making for 2Moons... Its a simple fishing bot that uses pixel scanning to see if the bar is red or not.. Okay my problem is that when the pixel is not red it presses space but when it is red it doesn't... When i run the program it works AMAZING!!! actually better than most the AutoIt scripts i used to use! BUT it stops working after about four to five minutes... When this happens it no longer holds down the space button... it like presses it then lets go then presses it and keeps doing this really fast... how i'm using it now is it closes and opens after every four minutes... if you want to see the code i will pm it to only people with good coding rep.... sorry... Thanks in advance!!! help is VERY appreciated!!

Ps. I LOVE THIS FORUM!!!
06/14/2009 13:40 schlurmann#2
You want us to help you solve a coding problem, but you won't post the code...

Seriously, bots that work that way suck. Just post the code if you want help dude.
06/14/2009 22:08 meb111#3
Quote:
Originally Posted by schlurmann View Post
Seriously, bots that work that way suck.
actually when i use the level 7 rod i catch 99% of 1 bar and 2 bar fish and with the level 20 rod i catch about 95% of ALL fish... including 3 bar!
06/14/2009 23:34 schlurmann#4
Quote:
Originally Posted by meb111 View Post
actually when i use the level 7 rod i catch 99% of 1 bar and 2 bar fish and with the level 20 rod i catch about 95% of ALL fish... including 3 bar!
Yea well maybe they work but they still suck.

The game has to be opened, less or no portability and it's simply amateurish.
06/15/2009 11:14 meb111#5
Quote:
Originally Posted by schlurmann View Post
it's simply amateurish.
So? Im just learning C++ which i used to write this! Everyone has to start somewhere! Dont tell ME that MY FIRST legit bot is Amateurish! :mad:
06/15/2009 12:34 schlurmann#6
Quote:
Originally Posted by meb111 View Post
So? Im just learning C++ which i used to write this! Everyone has to start somewhere! Dont tell ME that MY FIRST legit bot is Amateurish! :mad:
Well, it's a free country so I can tell you whatever the fuck I want, specially when it's true.

Instead of whining about your abilities, or shall I say inabilities, you could just post the code and let people help you.

It's a good thing that you're learning a programming language, but you should use it to write real bots and not that sissy shit.
06/16/2009 03:25 meb111#7
EVERYONE HAS TO START SOMEWHERE!!!! WTF DONT YOU UNDERSTAND ABOUT THAT?!?!?! I DONT EVEN KNOW WHERE TO START WITH WRITING A "REAL"BOT!!! IDK hooking, idk win api, IDK THAT SHIT!!!!!!!!!! OKAY cut my some slack!!! GOD!
06/16/2009 16:17 _fobos_#8
Quote:
Originally Posted by meb111 View Post
EVERYONE HAS TO START SOMEWHERE!!!! WTF DONT YOU UNDERSTAND ABOUT THAT?!?!?! I DONT EVEN KNOW WHERE TO START WITH WRITING A "REAL"BOT!!! IDK hooking, idk win api, IDK THAT SHIT!!!!!!!!!! OKAY cut my some slack!!! GOD!
You're absolutely right, everyone starts somewhere.
and its usually 'hello world' not some pixel based bot.
Anyway some source code would help people to help you, But id say just read some C++ Tutorials (and books!) then practice and practice and practice.. write simple programs like idk a calculator, notepad program, console input/output crap and move up the ladder to some more complex stuff, then start thinking about writing a bot thru hooks or packetbased or whatever :)
06/16/2009 23:10 meb111#9
Yes and i have already went through all that! Ive played with all the standard I/O and console stuff... The bot works I got it thanks.......