.pyc files ?

04/03/2016 04:14 bygr33n#1
I'm looking for a python extension .pyc which tricks . especially wallHack
04/03/2016 04:35 stunthacker#2
Quote:
Originally Posted by bygr33n View Post
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 bygr33n#3
Quote:
Originally Posted by stunthacker View Post
.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 noahrmal#4
Quote:
Originally Posted by bygr33n View Post
.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 bygr33n#5
Quote:
Originally Posted by 123klo View Post
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 EasyFarm#6
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 stunthacker#7
Quote:
Originally Posted by EasyFarm View Post
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 bygr33n#8
Quote:
Originally Posted by stunthacker View Post
hahahahahahhaha :)
lol :) Do you have employees you know ? Cheat engine or .pyc file ?
04/04/2016 23:08 MaGhRyBi#9
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 stunthacker#10
Quote:
Originally Posted by bygr33n View Post
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 EasyFarm#11
How to make a wallhack in metin2: