|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Game Client Editing
Hi Guys,
Could anyone tell me what kind of coding has been used to create a game? As I am looking to edit a client. Anyone know if this is possible or how to do it? I'd greatly appreciate any help. Cheers, El |
|
#2
|
|||
|
|||
|
Quote:
You really need to give us more information here. What do you mean by edit a client? Are you trying to modify a binary program here?? If you have the source, then you really don't have a choice in languages. |
|
#3
|
|||
|
|||
|
Quote:
Apologies, I know nothing about this stuff doing my best Basically I play an online game, and I have found out people have managed to edit the client, so stats are faster etc. so I was wondering if anyone knew how to edit a client? If you could add me to MSN I'd appreciate it al3xkidd@hotmail.co.uk as I could give you/someone the game info so you could see what exactly I'm talking about. Willing to pay a large amounts for successful services in this ![]() |
|
#4
|
||||
|
||||
|
To edit an existing game client you will need to know how to reverse engineer, this also means understanding of [x86] asm (you are most definately a Windows user). Reverse engineering will a program will allow you to view the disassembly (the assembly code that has been generated by the disassembler after reading the machine code of the program) so that you can convert the code accordingly into your language of expertise, allowing you to write 3rd party programs for that program.
|
|
#5
|
||||
|
||||
|
Which is usually illegal
|
|
#6
|
||||
|
||||
|
I can bet hes talking about Star Wars Galaxies
![]() |
|
#7
|
|||
|
|||
|
Quote:
Do you know/know of anyone who can do this? And no its not star wars galaxies its Myth of Soma. |
|
#8
|
|||
|
|||
|
Quote:
Why did you create another account? I doubt anyone would do it for free, so you just have to learn ASM yourself, though it's a language for freaks! I always wondered how people can write their own hacks for games, so disassembly is the answer, thanks man ![]() |
|
#9
|
||||
|
||||
|
Quote:
Yes why did you? I'm going to ban one of them which one are you keeping? According to the rules you are only allowed one account.
__________________
Miscellaneous Software Viper_SB Developershed E-Support Anyone else play chess? Challenge me Challenge me |
|
#10
|
|||
|
|||
|
I had to create a new account as it won't let me log in the first account for some odd reason, says my password is in-correct. Tried retrieving and not come through to my mailbox so I thought I'd create a new one
.Does anyone know ASM? Or know of someone who might be able to do this for me? Obviously would pay for thier efforts . |
|
#11
|
||||
|
||||
|
What your asking is very big project. Your talking about reverse engineering a client (which is illegal in this case), figure out how to improve it, make the improvements (if its even possable) and recompile/re-assemble into a working client again, thats not counting testing and debugging. I doubt you will find anyone willing to do that. You would probably need a team of people working on it over x(6ish!? minimum) months to do it.
Displeaser
__________________
Vi Veri Veniversum Vivus Vici. |
|
#12
|
|||
|
|||
|
edit. Sorry it was misunderstanding
![]() |
|
#13
|
||||
|
||||
|
Quote:
Hi man, Viper is talking about Elvive/Elvivee, not yourself. Displeaser |
|
#14
|
|||
|
|||
|
Quote:
Oh Kinda misunderstood ![]() |
|
#15
|
||||
|