Misery How do I cheat?
Reputation: 0
Joined: 19 Jun 2009 Posts: 5
|
Posted: Sun Feb 21, 2010 10:13 pm Post subject: Help For A MMORPG Game |
|
|
Well this game is called: Argentum Online, its from argentina (spanish lang)
Well somebody did something but, its out of date, and im learning but dunno how that person could do that.
I will tell u what that person did:
Quote: |
alloc(invis,128)
alloc(boat,128)
label(returnhere)
label(Name)
004782C5:
jmp boat
00477D66:
jne 00477fB7
00477D58:
jmp invis
nop
returnhere:
//Deactivate ControlCheat - CastClick
0045BEF8:
nop
0045BEF9:
nop
0045BEFA:
nop
0045BEFB:
nop
0045BEFC:
nop
// ControlCheat
invis:
//if HEAD is not 0, keep normal.
jne returnhere
cmp word ptr [ebx+esi+14],00
//and if it is the BODY equal 0, its a GM! (Game Master) Graphic name
je Name
//else its a moob (creature)
jmp 0047827c
Name:
//Copy Records for Names Funcion
mov ebp,0012f9f8
mov esp,0012f954
//Jump Names Funcion
jmp 00477fB7
boat:
//Original Code
call 004741e0
//Copy Records for Names Funcion
mov ebp,0012f9f8
mov esp,0012f954
//Jump Names Funcion
jmp 00477fb7
|
well, when some is invisible: head, body,name, etc, disappears.
And this, i think, that put the name when people was invisible.
Usually GM (Game Masters) has /INVISIBLE command that make
his head, body, and all 0
When u r online, u cant see the names, u have to pass the mouse over him and a variable called Nombres must be activated (u cant activate or deactivate) (game option):
this is the code of that:
If Not charlist(MapData(x, y).CharIndex).invisible Then
If Nombres And Abs(nX - x) < 2 And (Abs(nY - y)) < 2 Then
If TempChar.Nombre <> "" Then
charlist(MapData(x, y).CharIndex) contains all, head, body, invi, criminal, etc.
Nombres means Names
So if its not invisible and names its activate and the mouse is near char
by abs(2) = -2 to 2 (pos x and pos y) and theres a name, show it.
And i want to know how this script works, dunno where he got all those address.
Any help would be great, to know more about CE and Scripts.
Heres the page and source code:
Main Page:
ao. alkon. com. ar
Descargas means Downloads
Descargar means Download
In Descargas Section u can download both, Client and Source
Description: |
|
Filesize: |
106.33 KB |
Viewed: |
5575 Time(s) |

|
|
|