| View previous topic :: View next topic |
| Author |
Message |
IchigoBankai Grandmaster Cheater
Reputation: 0
Joined: 03 Mar 2007 Posts: 533
|
Posted: Mon Jan 19, 2009 2:43 pm Post subject: Blocking functions Or Not send. |
|
|
Okay so I'm hacking rohan , but the only bypass for gamegaurd for it was this one bot(the bypass is built into the bot) , but then it messes up my searching cause it will move around and its getting really annoying. Is there a way to block its send functions? I already tried with olly , but i tihnk its packed with some sort of packer.
Well, I didn't know esle where to put it and this seemed best to post it and technically "blocking functions" or making them not send would be "reprogramming" |
|
| Back to top |
|
 |
Zerith Master Cheater
Reputation: 1
Joined: 07 Oct 2007 Posts: 468
|
Posted: Tue Jan 20, 2009 5:03 am Post subject: |
|
|
A solution to this problem will be to reverse engineer the bot, if it's packed - Unpack it!.
Another solution would be to use Hooks, hook the send function, check if it's the one you want to eliminate and eliminate it. |
|
| Back to top |
|
 |
Spawnfestis GO Moderator
Reputation: 0
Joined: 02 Nov 2007 Posts: 1746 Location: Pakistan
|
Posted: Tue Jan 20, 2009 5:48 am Post subject: Re: Blocking functions Or Not send. |
|
|
| IchigoBankai wrote: | Okay so I'm hacking rohan , but the only bypass for gamegaurd for it was this one bot(the bypass is built into the bot) , but then it messes up my searching cause it will move around and its getting really annoying. Is there a way to block its send functions? I already tried with olly , but i tihnk its packed with some sort of packer.
Well, I didn't know esle where to put it and this seemed best to post it and technically "blocking functions" or making them not send would be "reprogramming" |
Probably some cheapware, try PeID to locate what packer was used on the product you're reversing.
Making it simply not send anything (assuming the bot does?) would be just to crash that part of the program, or just make it disfunctional/jumped.
I'm not good with reversing, so asking me 'how' isn't very good. But that's the idea anyways. _________________
CLICK TO HAX MAPLESTORAY ^ !!!! |
|
| Back to top |
|
 |
IchigoBankai Grandmaster Cheater
Reputation: 0
Joined: 03 Mar 2007 Posts: 533
|
Posted: Wed Jan 21, 2009 7:03 pm Post subject: Re: Blocking functions Or Not send. |
|
|
| Spawnfestis wrote: | | IchigoBankai wrote: | Okay so I'm hacking rohan , but the only bypass for gamegaurd for it was this one bot(the bypass is built into the bot) , but then it messes up my searching cause it will move around and its getting really annoying. Is there a way to block its send functions? I already tried with olly , but i tihnk its packed with some sort of packer.
Well, I didn't know esle where to put it and this seemed best to post it and technically "blocking functions" or making them not send would be "reprogramming" |
Probably some cheapware, try PeID to locate what packer was used on the product you're reversing.
Making it simply not send anything (assuming the bot does?) would be just to crash that part of the program, or just make it disfunctional/jumped.
I'm not good with reversing, so asking me 'how' isn't very good. But that's the idea anyways. | Nah , its not packed with anything the thing is it bots for you automatically following the same routine. |
|
| Back to top |
|
 |
sponge I'm a spammer
Reputation: 1
Joined: 07 Nov 2006 Posts: 6009
|
Posted: Wed Jan 21, 2009 7:04 pm Post subject: |
|
|
Then reverse it to figure out wtf it's doing. _________________
|
|
| Back to top |
|
 |
smartz993 I post too much
Reputation: 2
Joined: 20 Jun 2006 Posts: 2013 Location: USA
|
Posted: Wed Jan 21, 2009 7:27 pm Post subject: Re: Blocking functions Or Not send. |
|
|
| IchigoBankai wrote: | | Spawnfestis wrote: | | IchigoBankai wrote: | Okay so I'm hacking rohan , but the only bypass for gamegaurd for it was this one bot(the bypass is built into the bot) , but then it messes up my searching cause it will move around and its getting really annoying. Is there a way to block its send functions? I already tried with olly , but i tihnk its packed with some sort of packer.
Well, I didn't know esle where to put it and this seemed best to post it and technically "blocking functions" or making them not send would be "reprogramming" |
Probably some cheapware, try PeID to locate what packer was used on the product you're reversing.
Making it simply not send anything (assuming the bot does?) would be just to crash that part of the program, or just make it disfunctional/jumped.
I'm not good with reversing, so asking me 'how' isn't very good. But that's the idea anyways. | Nah , its not packed with anything the thing is it bots for you automatically following the same routine. |
It is probably in a new thread. Look for any calls to CreateThread, or locate the function that is executing the commands. Either remove the CreateThread call (nop), or nop the commands. |
|
| Back to top |
|
 |
|