[AERIA]Map Fun - Teleporting and more

06/21/2010 02:22 Mega Byte#241
Read the very first post.. do you see the stuff at top in a really big font?

Anyway im at course at the moment so cant code anymore till I get home.

If anyone knows how to use olly dbg and about packets and can figure out the Time signiture generation then please let me know as it will open the gateway to many new hacks.

If i can't code my own time sig genrator in C++ i will have to use the game function for it ide rather code my own so I have more knowldge of how it works my asm -> c++ isnt that good :D.

Time sig is like first 8 bytes in any packet the client sends.
06/21/2010 02:44 1q2w3e4r5t6J#242
Wow...I feel stupid now XD
06/21/2010 04:04 Mega Byte#243
lol :P.

Well I got bored in class and started coding blindly *without Visual Studio C++* some functions to use with my new winsock hooks :D

We are going to be able to send chat messages using Map Fun or stop walking packets so others see us flying :).

I might make a plugin development kit or something for map fun allowing others to make their own hacks... :D I can make it load other dll's and such.

We can even edit packets for example make it whenever anyone sends a chat message saying Apples it will say Bananas instead.

Im trying to think of other things I can add I should be able to code in an auto reconnect feature so if you get disconencted from the server eg your lan cable comes out you wont have to go back to server select. It will just detect and make the game resend the data.
06/21/2010 05:00 staniken3#244
Quote:
Originally Posted by valek879 View Post
lol yes, this is the most noobish question I have ever seen...but I shall explain to you the ins and outs of GOD MODE!!!

In GOD MODE!!! you are:
~Invincible~ eg. a god....end of story....

Although in Twelve Sky at least when you have God Mode on and get hit by a monster or attack a monster, you must kill it within about 10 seconds or you disconnect...so usually I just run around without God Mode so that i don't DC...

I assumed that was what it did, but I used in war, and was killed, that was why it didnt make sense. But thanks for clearing that up for me.
06/21/2010 07:29 peeweeman99#245
@saniyini common you gotta leave something for himself lol.
@Mega i just wanted to say thank you for all of the hard work you put into all of your stuff. i use to be a programmer and stuff like that so i know how hard it can be. but unfortanally i havent doen it for years, and i dont remember how :/

But mega, if any one can do something. it is gonan be you :) great work :) and i cant wait till map fun is re coded, so i can start helping you with the private server. thanks man. keep up the good work. And... one last thing, with all the stuff you have done, if u wanted you could even make it a paid program, becasue it is jsut that good. But just like me back in the day :) you do it for the people. thanks man.
06/21/2010 07:30 peeweeman99#246
Quote:
Originally Posted by peeweeman99 View Post
@saniyini common you gotta leave something for himself lol.
@Mega i just wanted to say thank you for all of the hard work you put into all of your stuff. i use to be a programmer and stuff like that so i know how hard it can be. but unfortanally i havent doen it for years, and i dont remember how :/

But mega, if any one can do something. it is gonan be you :) great work :) and i cant wait till map fun is re coded, so i can start helping you with the private server. thanks man. keep up the good work. And... one last thing, with all the stuff you have done, if u wanted you could even make it a paid program, becasue it is jsut that good. But just like me back in the day :) you do it for the people. thanks man.
u are always gonan be the best :)
06/21/2010 07:34 peeweeman99#247
Quote:
Originally Posted by staniken3 View Post
I assumed that was what it did, but I used in war, and was killed, that was why it didnt make sense. But thanks for clearing that up for me.
God Mode only works on mobs i beleive. it will not work on any duels, or pvp i think. you will need to get someone with higher knowledge abotu that god mode to clearify it. I normally dont use god mode, i only use it when i am grinding and have like 20mobs on me so i use it for bout 6 secs, then i turn it off.
06/21/2010 08:29 Mega Byte#248
@peeweeman99 try not to double/trippple post if possible mod's may get angry :P

But thanks for what you have said :) I could make Map Fun a paid program but ide have to write security as ppl would just leak it. I was looking at making a paid Map Fun before.. but decided against it.

What I might do however is once Map Fun is recoded and working release a development kit for the community to make their own hacks in.

As for money it would be a very nice gesture if anyone who uses map fun alot and loves the hack and has the money could donate to me :) it sucks being a student and having like no money almost lmao :).

Anyway I am home now so im going to look into coding more on map fun after I have got a youtube video downloader using php finished that i am coding for a friend of mine. *Zephro* lol.

Shall post up a test soon for people to give what I have so far a go.
06/21/2010 12:26 ginteriux009#249
Where i can download it ?
06/21/2010 13:37 yusyrock26#250
aaaaaaaaaa
06/21/2010 18:12 peeweeman99#251
@mega np :) and yeah, srry bout the posting thing lol. didnt mean to.
You have a great idea to make a unpacker to let people make their own hacks. A good idea might be is to make instructions how to do the basic unpacking, and make it to when it packets it, that is makes a copy of the original, becasue some people might not be bright enough to lol. Cuz i use to do that, and i edited a packet before, and i forgot to make a copy of the original and i needed to reinstall the whole game, after they patched it.

You can always ask me for some help if you want :) jsut give me some instructions and ill do it the best i can. bye dude. and yeah guys, Mega does alot for all of us, even though he is a student. So if anyone is able to donate a little cash to him that would be great. even 1$ would help :) good luck at school mega. What are you majoring?

@ginteriux009 mega will post up link for it once it is done being recoded. but right now it is still being recodded so he will not post the link yet. please be pattient.

@yusyrock26 Please dont spam.
06/21/2010 22:29 kkamil4sz#252
Where is download link ?
06/22/2010 01:33 Mega Byte#253
I wont be making an unpacker there is no need to :) my hack waits till the game is unpacked in memory then it does its stuff. So I can make it read a file that lists all the dll's to load and others can just compile their own dll's with hacks they make into it. I could include sample code etc.

As for unpacking the exe to a working file its not as basic as it seems ive tried and got annoyed at it. I think its not just packed with themida theres another trick or a cryptor.

You are getting packets confused with packed exe lol :) packets as in winsock for communication with the server over the internet :). For example when the server sends a packet containing a chat message from somone I could make my hack beep.

*Im doing BICT (Bachelor in Information Communication Technology)
have exams next week so just revising lol then its into 2nd year of it.
06/22/2010 03:51 peeweeman99#254
cool. good luck mega :) and yeah lol. i got those 2 mixed lol. one thing that might be good for a next program would be a program that teaches people how to un packet, and packet files, and editing .ect but that would be a job for bout 2-4 people, so it would be faster. but yeah, becasue then you will be getting alot more help from everyone :) Good luck at bict. that is what i will be doing once im old enough lol :) good luck.

@kkamil4sz Please do NOT spam with this. lots of us have told you that mega will not be posting a link until it is done recodding. some of those people being me and mega that told you. So please EVERYONE do NOT ask for the downloard link, mega will post the download link once it is down re-coding.


And everyoen read this
DO NOT ASK FOR DOWNLOAD LINK MEGA WILL POST IT WHEN IT IS READY
- srry that i needed to use caps, but i want people to know.
06/22/2010 04:34 Mega Byte#255
lol well we dont have to unpack the game at all and its kinda illegal to unpack an exe and reveres it. But its not illegal to modify memory in your own computer in ram.. :P As far as i know at least lol.