New Clubmt2

05/20/2009 00:18 clad3815#1
Hi all,

If you want play at Clubmt2 : --> *removed*

If you try hack or other ban all german ;)

Now rate is normally but NPC have item +8. Is a Test server

Tomorrow Rate change ;)

EXP : 50
Yang : 50


Good Game ;)

For OllyDbg user create a New change_connect.py

Quote:
# $Id: change_connect.py,v 1.1 2007/11/30 15:04:54 hochoa Exp $
# Author: Hernan Ochoa (traduit par Obscuri)([Only registered and activated users can see links. Click Here To Register...]),([Only registered and activated users can see links. Click Here To Register...])
# (c) 2007, Core Security Technologies

import proxy
import sys
import socket
import struct

#int connect(
# __in SOCKET s,
# __in const struct sockaddr* name,
# __in int namelen
#);
def connect_handler_before(hookcall):
uhookerAPI = hookcall.proxy

_SOCKET = hookcall.params[0]
_SOCKADDR = hookcall.params[1]
_SOCKADDRLEN = hookcall.params[2]

if _SOCKET == 0:
print "Socket is null!"
hookcall.sendack()
return

if _SOCKADDR == 0:
print "SockAddr is NULL!"
hookcall.sendack()
return

#print "SOCKET: %X" % (_SOCKET)
#print "SOCKADDR: %X" % (_SOCKADDR)
#print "SOCKADDRLEN: %d" % (_SOCKADDRLEN)

data = uhookerAPI.readmemory( _SOCKADDR, _SOCKADDRLEN )

#for x in data:
# print hex(ord(x))

IPaddr_str = "94.23.199.102"
IPaddr_num = "94.23.199.102"
Port_num = sin_port = struct.unpack("!H", data[2:4] )[0]

sin_family = struct.unpack("H", data[0:2] )[0]
sin_port = struct.unpack("!H", data[2:4] )[0]
ipv4_addr = struct.unpack("!L", data[4:8])[0]

if sin_family == 2:
print "IP de connection -> %d.%d.%d.%d:%d" % ( ord(data[4]), ord(data[5]), ord(data[6]), ord(data[7]), sin_port)

else:
print "family: %X " % sin_family
print "familiy not supported!"
hookcall.sendack()
return

if "%d.%d.%d.%d" % ( ord(data[4]), ord(data[5]), ord(data[6]), ord(data[7]) ) != IPaddr_str:
if Port_num == 13000:
Port_num = 13000
if Port_num == 13000:
Port_num = 13000


print "Changement de l'IP de connection: %s:%d" % (IPaddr_str, Port_num)

newport = struct.pack("!H", Port_num)
newip = socket.inet_aton( IPaddr_num )

uhookerAPI.writememory( _SOCKADDR+2, 2, newport)
uhookerAPI.writememory( _SOCKADDR+4, 4, newip)

hookcall.sendack()
return

else:
hookcall.sendack()
return

05/20/2009 00:20 billabonG-S4#2
Also kann man wieder Spielen dort ?
05/20/2009 00:21 ZabuzaPLPL#3
bei mir stehts fehler beim verbinden....
05/20/2009 00:23 billabonG-S4#4
Quote:
Originally Posted by ZabuzaPLPL View Post
bei mir stehts fehler beim verbinden....
Bei mir auch :D
05/20/2009 00:25 ZabuzaPLPL#5
Und forum geht auch nicht:)

egal

i go to sleep:P

bye^^
05/20/2009 00:26 Caro92#6
wir haben die falsche exe deshalb keine verbindung ^^
05/20/2009 00:26 Commander21#7
Das is ein Fake.
Das hat er gestern schon im ClubMT2 IRC Chat versucht.
Also vergesst es.
Es heist nach wie vor: "10€ zahlen, dann du kannst spielen" -.-
05/20/2009 00:27 billabonG-S4#8
Quote:
Originally Posted by Commander21 View Post
Das is ein Fake.
Das hat er gestern schon im ClubMT2 IRC Chat versucht.
Also vergesst es.
Es heist nach wie vor: "10€ zahlen, dann du kannst spielen" -.-
Das ist aber Clad sein Elitepvp Account, wie dann also Fake ?
05/20/2009 00:28 powerpit#9
jo is wohl grade down^^ also alle server sind off
05/20/2009 00:29 steven20#10
Welche bracuth man den ^^ ?
05/20/2009 00:29 EnkinZ#11
Bei mir kommt auch Fehler beim verbinden mit dem server.....>.<

ISt das die richtige Regi seite?^^
05/20/2009 00:30 billabonG-S4#12
Quote:
Originally Posted by EnkinZ View Post
Bei mir kommt auch Fehler beim verbinden mit dem server.....>.<

ISt das die richtige Regi seite?^^
J ist die richtige Regi seite, kann es sein das man nur mit Olly debug dings reingkommt ?
05/20/2009 00:30 clad3815#13
[Only registered and activated users can see links. Click Here To Register...]
05/20/2009 00:31 billabonG-S4#14
Clad, can not Connection to the Server :(
05/20/2009 00:31 Caro92#15
Man KOMMT >>>NUR<<<< mit ollydebug rein weil die IP geändert wurde und eure exe auf die alte zugreifft ^^