You last visited: Today at 02:55
Advertisement
.pyc files ?
Discussion on .pyc files ? within the Metin2 Private Server forum part of the Metin2 category.
04/03/2016, 04:14
#1
elite*gold: 0
Join Date: Apr 2015
Posts: 9
Received Thanks: 1
.pyc files ?
I'm looking for a python extension .pyc which tricks . especially wallHack
04/03/2016, 04:35
#2
elite*gold: 0
Join Date: Jun 2011
Posts: 98
Received Thanks: 48
Quote:
Originally Posted by
bygr33n
I'm looking for a python extension .pyc which tricks . especially wallHack
.pyc are .py compiled scripts, this is a no question o request section, i did not understand what you are looking for...
04/03/2016, 19:10
#3
elite*gold: 0
Join Date: Apr 2015
Posts: 9
Received Thanks: 1
Quote:
Originally Posted by
stunthacker
.pyc are .py compiled scripts, this is a no question o request section, i did not understand what you are looking for...
.pyc file for WallHack Is there ?
04/03/2016, 19:13
#4
elite*gold: 726
Join Date: Jul 2010
Posts: 14,233
Received Thanks: 7,915
Quote:
Originally Posted by
bygr33n
.pyc file for WallHack Is there ?
it is not possible to make a wallhack in python only (3rd party lib is necessary). Try it with cheatengine.
04/03/2016, 20:10
#5
elite*gold: 0
Join Date: Apr 2015
Posts: 9
Received Thanks: 1
Quote:
Originally Posted by
123klo
it is not possible to make a wallhack in python only (3rd party lib is necessary). Try it with cheatengine.
what code I need to call? ( Cheat engine ) and you know pyc archives series?
04/03/2016, 20:29
#6
elite*gold: 281
Join Date: May 2011
Posts: 1,553
Received Thanks: 948
Type in CheatEngine (String) : SetWallHackOn, close the Client, then search for byte 0. Set the Value to 23.
Wallhack activated.
04/03/2016, 21:09
#7
elite*gold: 0
Join Date: Jun 2011
Posts: 98
Received Thanks: 48
Quote:
Originally Posted by
EasyFarm
Type in CheatEngine (String) : SetWallHackOn, close the Client, then search for byte 0. Set the Value to 23.
Wallhack activated.
hahahahahahhaha
04/04/2016, 23:03
#8
elite*gold: 0
Join Date: Apr 2015
Posts: 9
Received Thanks: 1
Quote:
Originally Posted by
stunthacker
hahahahahahhaha
lol
Do you have employees you know ? Cheat engine or .pyc file ?
04/04/2016, 23:08
#9
elite*gold: 0
Join Date: Jun 2013
Posts: 25
Received Thanks: 11
find x y addresse and select x or y and click F5 to find what accesses the address pointed at by this pointer .
get some codes like that:
0071C4A0 - 8B 91 A0030000 - mov edx,[ecx+000003A0]
00743565 - F3 0F10 87 A0030000 - movss xmm0,[edi+000003A0]
0071AD13 - F3 0F5C 8E A0030000 - subss xmm1,[esi+000003A0]
007138F4 - F3 0F58 86 A0030000 - addss xmm0,[esi+000003A0]
007138FC - F3 0F11 86 A0030000 - movss [esi+000003A0],xmm0
0071395C - F3 0F10 86 A0030000 - movss xmm0,[esi+000003A0]
***this address
0071AD13 - F3 0F5C 8E A0030000 - subss xmm1,[esi+000003A0]
***
is for wallhack mob change xmm1 to xmm0 . {look im noob in ASM
and my english so bad}
like this
0071AD13 - F3 0F5C 86 A0030000 - subss xmm0,[esi+000003A0] { mobhack}
to wallhack the ground some code like that
00622396 - F3 0F10 0F - movss xmm1,[edi]
0062239A - F3 0F58 09 - addss xmm1,[ecx] { groundhack}
0062239E - 8B 4C 24 14 - mov ecx,[esp+14]
006223A2 - 6A 01 - push 01 { 1 }
change xmm1 to xmm0
0062239A - F3 0F58 09 - addss xmm0,[ecx] { groundhack}
the last wallhack its the builds,tree,rocks..
04/05/2016, 00:37
#10
elite*gold: 0
Join Date: Jun 2011
Posts: 98
Received Thanks: 48
Quote:
Originally Posted by
bygr33n
lol
Do you have employees you know ? Cheat engine or .pyc file ?
employees? LOL, what is your native language? one more time , It is not possible to make a wallhack only in python... so forget about the .pyc, find player pointer first, second find wall offset, make a DLL in c++/ASM and there you have it..
04/05/2016, 13:45
#11
elite*gold: 281
Join Date: May 2011
Posts: 1,553
Received Thanks: 948
How to make a wallhack in metin2:
All times are GMT +2. The time now is 02:55 .