| View previous topic :: View next topic |
| Author |
Message |
yoyonerd Grandmaster Cheater
Reputation: 0
Joined: 26 Apr 2008 Posts: 699 Location: -->formerly yoyonerd<--
|
Posted: Sat Sep 13, 2008 6:57 pm Post subject: C# Auto CCer (MapleStory) |
|
|
Ok, well I don't understand completely how to do this, which is why I am here.
I'm not trying to be a beggar, I want to learn how to make this, BUT, having a source to learn from can help!
Basically, I want a program that will change channels in MapleStory, there is a public one right now but it doesn't work for me.
I want it to send a packet, if a red dot is detected on a mini map in the top left corner.
From what I've heard, I need to do something with pointers and packets?
Any help at all is appreciated
|
|
| Back to top |
|
 |
Fuzz Grandmaster Cheater
Reputation: 0
Joined: 12 Nov 2006 Posts: 531
|
Posted: Sat Sep 13, 2008 9:43 pm Post subject: |
|
|
You could just get the value of the dot's like, if one person is on map, value equals one, and so on. Make a compare, like if dots == 1 then, PostMessage Esc, Postmessage enter, PostMessage left, Postmessage enter. Something like that. I dont remember how CC'ing works any more.
_________________
|
|
| Back to top |
|
 |
RAKO Master Cheater
Reputation: 0
Joined: 26 Jun 2006 Posts: 454
|
Posted: Sun Sep 14, 2008 12:42 am Post subject: |
|
|
i think it gets a little tricky. finding the red dot pointer is easy but then you need to find the encryption for the packets which may be a little harder then look at some source code for private servers and make a cc packet.
_________________
| Dark Byte wrote: | | Who knows, perhaps i'm a maple gm!!!! |
|
|
| Back to top |
|
 |
yoyonerd Grandmaster Cheater
Reputation: 0
Joined: 26 Apr 2008 Posts: 699 Location: -->formerly yoyonerd<--
|
Posted: Sun Sep 14, 2008 2:03 am Post subject: |
|
|
i asked another friend and he said
take a screen shot of the minimap, compare it to a map w/o a red dot on it
if the current minimap has a screen shot, then use a keyboard hook
its limited if you don't have no breath, which is why the packets might be better
and rako, would you mind helping me to learn how to find the pointers?
|
|
| Back to top |
|
 |
Spawnfestis GO Moderator
Reputation: 0
Joined: 02 Nov 2007 Posts: 1746 Location: Pakistan
|
Posted: Sun Sep 14, 2008 5:46 am Post subject: |
|
|
| yoyonerd wrote: | i asked another friend and he said
take a screen shot of the minimap, compare it to a map w/o a red dot on it
if the current minimap has a screen shot, then use a keyboard hook
its limited if you don't have no breath, which is why the packets might be better
and rako, would you mind helping me to learn how to find the pointers? |
If you did that, you wouldn't be able to move yourself, cause it would think it has changed. Also, that would be a very challenging way to do it, lol. AND BOTHERSOME.
There is an address in each game which tells the client how many players that is on your map, you could use that address to check if the address' value is above 1 (you got to be able to be there yourself).
So that would be an easy one. Just read the pointer, and put the RPM routine in a new thread to check it continuously. Maybe once every five seconds or so? I don't know.
Good luck.
_________________
CLICK TO HAX MAPLESTORAY ^ !!!! |
|
| Back to top |
|
 |
slippppppppp Grandmaster Cheater
Reputation: 0
Joined: 08 Aug 2006 Posts: 929
|
Posted: Sun Sep 14, 2008 11:58 am Post subject: |
|
|
| There's no encryption needed for what you need to do.
|
|
| Back to top |
|
 |
yoyonerd Grandmaster Cheater
Reputation: 0
Joined: 26 Apr 2008 Posts: 699 Location: -->formerly yoyonerd<--
|
Posted: Sun Sep 14, 2008 12:47 pm Post subject: |
|
|
I understand what your saying spawn
but the thing is, where and how can i find that pointer is my issue ._.
im not asking for spoon feeding, im asking for understanding
|
|
| Back to top |
|
 |
Fuzz Grandmaster Cheater
Reputation: 0
Joined: 12 Nov 2006 Posts: 531
|
Posted: Sun Sep 14, 2008 1:03 pm Post subject: |
|
|
| yoyonerd wrote: | I understand what your saying spawn
but the thing is, where and how can i find that pointer is my issue ._.
im not asking for spoon feeding, im asking for understanding |
He's saying:
Make a thread which constantly checks the value of the people on the map, and assign it to a variable.
Check the variable, and see if there is more than one person on youre map.
if mapcheck != 1
PostMessage to CC.
_________________
Last edited by Fuzz on Sun Sep 14, 2008 1:17 pm; edited 1 time in total |
|
| Back to top |
|
 |
dnsi0 I post too much
Reputation: 0
Joined: 04 Jan 2007 Posts: 2674
|
Posted: Sun Sep 14, 2008 1:05 pm Post subject: |
|
|
learn from kipe. Call the code that sends the unencrpyted data.
Maple->Encryptor->Send.
Normal Pes:
Maple->Encryptor->Send <Intercept here
KiPe:
Maple->(Intercepts)->Encryptor->Send
I think this is how kipe works agter I looked at the source.
|
|
| Back to top |
|
 |
yoyonerd Grandmaster Cheater
Reputation: 0
Joined: 26 Apr 2008 Posts: 699 Location: -->formerly yoyonerd<--
|
Posted: Sun Sep 14, 2008 9:31 pm Post subject: |
|
|
either im not getting what your saying or your not getting what im saying
howwwww do i check the people on map count! ._.
|
|
| Back to top |
|
 |
Wintermoot Expert Cheater
Reputation: 0
Joined: 08 Nov 2007 Posts: 198
|
Posted: Sun Sep 14, 2008 10:12 pm Post subject: |
|
|
| Use the people pointer.
|
|
| Back to top |
|
 |
yoyonerd Grandmaster Cheater
Reputation: 0
Joined: 26 Apr 2008 Posts: 699 Location: -->formerly yoyonerd<--
|
Posted: Mon Sep 15, 2008 4:22 pm Post subject: |
|
|
WHERE DO I FIND THE POINTER?????
sorry, but like no1 is understanding me!
|
|
| Back to top |
|
 |
Snootae Grandmaster Cheater
Reputation: 0
Joined: 16 Dec 2006 Posts: 969 Location: --->
|
Posted: Mon Sep 15, 2008 5:08 pm Post subject: |
|
|
no, you dont understand people, you should learn abotu this kind of stuff first
the people pointer is a pointer that maple uses which has the value of the amount of people on your map in it
you could probably find the AOB for it somewhere, since i doubt maany people wouod update it
_________________
|
|
| Back to top |
|
 |
kitterz Grandmaster Cheater Supreme
Reputation: 0
Joined: 24 Dec 2007 Posts: 1268
|
Posted: Mon Sep 15, 2008 5:26 pm Post subject: |
|
|
| Spawnfestis wrote: | | yoyonerd wrote: | i asked another friend and he said
take a screen shot of the minimap, compare it to a map w/o a red dot on it
if the current minimap has a screen shot, then use a keyboard hook
its limited if you don't have no breath, which is why the packets might be better
and rako, would you mind helping me to learn how to find the pointers? |
If you did that, you wouldn't be able to move yourself, cause it would think it has changed. Also, that would be a very challenging way to do it, lol. AND BOTHERSOME.
There is an address in each game which tells the client how many players that is on your map, you could use that address to check if the address' value is above 1 (you got to be able to be there yourself).
So that would be an easy one. Just read the pointer, and put the RPM routine in a new thread to check it continuously. Maybe once every five seconds or so? I don't know.
Good luck. |
No. It is 0. The red dot pointer does not include yourself. Also, checking every 100ms is more like it.
_________________
|
|
| Back to top |
|
 |
yoyonerd Grandmaster Cheater
Reputation: 0
Joined: 26 Apr 2008 Posts: 699 Location: -->formerly yoyonerd<--
|
Posted: Mon Sep 15, 2008 10:16 pm Post subject: |
|
|
Snootae, I understand what the people pointer is
I understand there are monster pointers, drop pointers etc, I think i understand that unlimited attack was done by stopping the attack pointer, I understand that
what I am not getting, is how to use c#, to find the pointer...
I'm talking like, what class can I use? Do I need a new class, would somebody like to give me a code snippet for a head start.
Everybody is giving me the same answer, use pointers, etc, I can't use pointers, If i dont know how to check them!
|
|
| Back to top |
|
 |
|