| View previous topic :: View next topic |
| Author |
Message |
Motts How do I cheat?
Reputation: 0
Joined: 26 Feb 2007 Posts: 7
|
Posted: Sat Jun 16, 2007 12:43 pm Post subject: Visual Basic... Read a RichTextBox from another program |
|
|
Hi, I need to hack a game wrote in Visual Basic.
There's a RichTextBox (The console of the game) that is wrote constantly, for example:
| Quote: |
Welcome to the game.
You were killed by Someone
You lost 100 gold |
But there's a moment that it says "Put the next code: 5974" (Any code where 5974). It's when I'm fishing in the game, and I need a program to read the code (5974 in the example) and write it in the game.
So I want a code (In VB) to read every 10 seconds (I don't know when the number appears) if in the RichTextBox appeared "Put the next code:", if it appeared it has to read the code and save it in a variable, I think I can write it in the game.
Would you help me?
If it isn't possible, I need at less a code to simulate a click in the game, in the position I want.
Thanks!
Last edited by Motts on Sat Jun 16, 2007 1:09 pm; edited 1 time in total |
|
| Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6301
|
Posted: Sat Jun 16, 2007 12:48 pm Post subject: |
|
|
Only thing i can get out of this is you want to read data.
Well, you can find the address of this data you see and watch the address with CE.
|
|
| Back to top |
|
 |
Motts How do I cheat?
Reputation: 0
Joined: 26 Feb 2007 Posts: 7
|
Posted: Sat Jun 16, 2007 12:59 pm Post subject: |
|
|
| The problem is that there's all the text in the same Textbox, so I think it isn't possible to get the adress... The game is all server side.
|
|
| Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6301
|
Posted: Sat Jun 16, 2007 1:24 pm Post subject: |
|
|
Being sever sided has nothing to do with reading memory in an address.
All you have to do is find the address. Sit and watch the memory view to see if it changes like you say in the view.
|
|
| Back to top |
|
 |
!!Omfgz!! Newbie cheater
Reputation: 0
Joined: 15 Jun 2007 Posts: 19
|
Posted: Sat Jun 16, 2007 6:07 pm Post subject: |
|
|
may i ask what game ure using or did u make it or got it from some where?
edit: is it called text fantasy?
check attachment if u know what i am talking about ... its the game... btw you can open it unless u Rich text box add on installled
|
|
| Back to top |
|
 |
|