Register for your free account! | Forgot your password?

You last visited: Today at 10:54

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



PWI Elysium Changes

Discussion on PWI Elysium Changes within the PW Hacks, Bots, Cheats, Exploits forum part of the Perfect World category.

Reply
 
Old 06/01/2016, 15:22   #61
 
louco89's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 32
Received Thanks: 4
DurianMontong, I think that is only way to do so, is using game movements, and not the auto follow, because auto follow is only make the others follow the leader and not make a formation, what you can do is read leader position and use movement function to make the other to "run along". Now I curios why you want to do this?
louco89 is offline  
Old 06/01/2016, 21:20   #62
 
elite*gold: 0
Join Date: Jul 2011
Posts: 145
Received Thanks: 97
autoit is really bad for squad level control due to a lack of multi threading. I have to cycle through each client process and issue commands individually (usually have to move on to next client before the command has finished executing). If its something complicated I have to write totally separate bot for each character.
jasty is offline  
Old 06/02/2016, 03:14   #63
 
elite*gold: 0
Join Date: Nov 2013
Posts: 32
Received Thanks: 1
Quote:
Originally Posted by louco89 View Post
DurianMontong, I think that is only way to do so, is using game movements, and not the auto follow, because auto follow is only make the others follow the leader and not make a formation, what you can do is read leader position and use movement function to make the other to "run along". Now I curios why you want to do this?
its for fun formation , did you know Smurfin already use that formation
i hope he read this post n share the autoit code

i not luck use movexyz it always force close in windows 10, but auto path work

hi need help Func that check $GAME_TITLE = "2" / $GAME_TITLE = "3" if nof not avaliable skip the Roll2() n Roll3() in Roll3X() because autoit force close if $GAME_TITLE = "2" / $GAME_TITLE = "3" not login

Func Roll3X()
Roll1()
Roll2()
Roll3()
EndFunc

Func Roll1()
$GAME_TITLE = "1"
$pid = WinGetProcess($GAME_TITLE)
Rool($pid)
EndFunc

Func Roll2()
$GAME_TITLE = "2"
$pid = WinGetProcess($GAME_TITLE)
Roll($pid)
EndFunc

Func Roll3()
$GAME_TITLE = "3"
$pid = WinGetProcess($GAME_TITLE)
Roll($pid)
EndFunc

Func Roll($pid)
local $packet, $packetSize
$packet = '9C00'
$packetSize = 2
sendPacket($packet, $packetSize, $pid)
EndFunc
DurianMontong is offline  
Old 06/02/2016, 15:39   #64
 
louco89's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 32
Received Thanks: 4
DurianMontong, I don't use autoit(i use delphi ), but I think is like others languages and I search a little and found this:

PHP Code:
If WinExists($hWndThen.... 
or
Test if the window was found and display the results.
If 
IsHWnd($hWndThen... 
Hope someone can help if this is not the correct way

And game do not support movexyz with write memory only, because the game change that a time ago, now just autopatch.
louco89 is offline  
Old 06/02/2016, 18:05   #65
 
elite*gold: 0
Join Date: Dec 2009
Posts: 70
Received Thanks: 15
I use infiniteCore to solve the issue of multi threading. It works perfectly fine and i don't have any issues with it. Just has its own rules and you gotta have to look into it. Keep in mind to not use any global variables if you use it. I read all offsets etc in over a File or send values to the processes.

Here is a link:
sasukezero is offline  
Old 06/22/2016, 20:56   #66
 
elite*gold: 0
Join Date: Dec 2009
Posts: 70
Received Thanks: 15
So that i don't have to change 2 posts

Quote:
Originally Posted by sasukezero View Post
Here are the changed offsets for the last patch(v955) which i've found yet:

For those who used krueger's Charchoose offset chain, to check for $var > 10 so that you know
when the char is logged into the game doesn't work anymore. Now in 955 it will simply switch to 0, which is no change to when first char is selected others you'll see.

Quote:
Originally Posted by Kruger2001 View Post
Charchoose = E5B2E4 + 0x1c|0x18|0x8|0xc4|0x124|0x34|0xA44 ;@LoginScreen = 4294967295
As i leave my char most of the time in a city etc. i scan simply for npc's around me. If Ubound($npcarray) <> 0 then....that way you know. That's how i do it tho

Edit1: If you use as last offset 0xA54 then you can check for 4294967295 as a login trigger. It will have this variable whenever you're ingame. You'll get the number of chars you have while in char select
sasukezero is offline  
Old 07/15/2016, 12:55   #67
 
elite*gold: 0
Join Date: Dec 2009
Posts: 70
Received Thanks: 15
I have checked out the package listener which jasty has shared here:

Quote:
Originally Posted by jasty View Post
For packet stuff I use this decent packet listener tool. It's in Russian but it's not hard to figure out what does what. You can also edit packets and resend them to test things quickly.
However, I would be more interested in incoming packages and read them myself. Like work with the stream of information that pwi is providing. Has anyone yet taken a look at that?
sasukezero is offline  
Old 07/15/2016, 13:40   #68
 
Sᴡoosh's Avatar
 
elite*gold: 20
Join Date: May 2009
Posts: 1,290
Received Thanks: 326
Quote:
Originally Posted by sasukezero View Post
I have checked out the package listener which jasty has shared here:



However, I would be more interested in incoming packages and read them myself. Like work with the stream of information that pwi is providing. Has anyone yet taken a look at that?
I have, a long time ago :



Patched executable in memory, detoured call, read packet, jumped back. The address finding probably doesn't work anymore, but this was the function :

Quote:
00779F70 . 8B5424 04 MOV EDX, DWORD PTR SS:[ESP+4] ; mswsock.703E17CD
00779F74 . 56 PUSH ESI
00779F75 . 8BF1 MOV ESI, ECX
00779F77 . 52 PUSH EDX
00779F78 . 8B46 08 MOV EAX, DWORD PTR DS:[ESI+8]
00779F7B . 8D4E 08 LEA ECX, DWORD PTR DS:[ESI+8]
00779F7E . FF50 0C CALL DWORD PTR DS:[EAX+C]
00779F81 . 50 PUSH EAX ; /Arg1 = 00000000
00779F82 . 8D8E 14010000 LEA ECX, DWORD PTR DS:[ESI+114] ; |
00779F88 . E8 13000000 CALL ELEMENTC.00779FA0 ; \ELEMENTC.00779FA0
00779F8D . 5E POP ESI ; ntdll_18.7764F8D1
00779F8E . C2 0400 RETN 4
This hook captured every packet recieved that is encrypted - so it does not include initial handshake before RC4 key negotiation, since the function I hooked is part of the decryption process.

Some screenshots of what's possible :
Sᴡoosh is offline  
Thanks
1 User
Old 07/15/2016, 16:20   #69
 
elite*gold: 0
Join Date: Dec 2009
Posts: 70
Received Thanks: 15
That looks really good! Thank you for sharing!

I was worried about the encrypted packages as you cannot just sniff them. I'm not familiar with delphi. However, I stumbled upon the missing xorMembridge.pas.
Seems to be a library or a source that I cannot find. Have you created it yourself?

I found the function itself, which is at 0x821EB0 now. So, I guess it should still be working as it's still the same:

Quote:
.text:00821EB0 mov edx, [esp+arg_0]
.text:00821EB4 push esi
.text:00821EB5 mov esi, ecx
.text:00821EB7 push edx
.text:00821EB8 mov eax, [esi+8]
.text:00821EBB lea ecx, [esi+8]
.text:00821EBE call dword ptr [eax+0Ch]
.text:00821EC1 push eax
.text:00821EC2 lea ecx, [esi+114h]
.text:00821EC8 call sub_821EE0
.text:00821ECD pop esi
.text:00821ECE retn 4
sasukezero is offline  
Old 07/16/2016, 15:12   #70
 
Sᴡoosh's Avatar
 
elite*gold: 20
Join Date: May 2009
Posts: 1,290
Received Thanks: 326
Yeah, I wrote that. Not needed for basic idea.

Just rip out what you need and compile yourself, if you found the address it should work same way. What I did was create a shared memoory section, and have bot read that. Shared memory was implemented in a ringbuffer fashion.
Sᴡoosh is offline  
Old 07/16/2016, 17:14   #71
 
elite*gold: 0
Join Date: Dec 2009
Posts: 70
Received Thanks: 15
Ahhh ok, that's what it was for. Could have known that by the name Membridge, but was confused by the xor as that is also used for decryption/encryption.

I'll dig into it and see what I can make out of it. Like you wrote before, it gives you all the advantages of a clientless bot. Overall really interesting.

Thank you very much again for sharing! Now I have some work in front of me
sasukezero is offline  
Old 07/24/2016, 19:11   #72
 
elite*gold: 0
Join Date: Nov 2013
Posts: 32
Received Thanks: 1
need help why some time i got reverse hex

_RevHex not working is same as _Hex the value

$packet &= _Hex($factionid)

DD CC BB AA

after revhex still

$packet &= _RevHex($factionid)

DD CC BB AA
DurianMontong is offline  
Old 07/25/2016, 01:17   #73
 
elite*gold: 0
Join Date: Jul 2011
Posts: 145
Received Thanks: 97
Quote:
Originally Posted by DurianMontong View Post
need help why some time i got reverse hex

_RevHex not working is same as _Hex the value

$packet &= _Hex($factionid)

DD CC BB AA

after revhex still

$packet &= _RevHex($factionid)

DD CC BB AA
Hex() is forward (default function) and _Hex() is reverse byte order.
jasty is offline  
Thanks
1 User
Old 08/03/2016, 08:37   #74
 
elite*gold: 0
Join Date: Nov 2013
Posts: 32
Received Thanks: 1
hi can someone give me sample func for read position realtime in GUI, like when i move

i use this but it not real time i must change one to another position x y z

Func PlayerPos1()

$GAME_TITLE = "1"
$GAME_PID = WinGetProcess($GAME_TITLE)
$GAME_PROCESS = _MemoryOpen($GAME_PID)
$Player = _MemoryRead(_MemoryRead(_MemoryRead($ADDRESS_BASE, $GAME_PROCESS) + 0x1C, $GAME_PROCESS) + $Player_Offset, $GAME_PROCESS)
Dim $pos[3]
$pos[0] = _MemoryRead($Player + 0x3C, $GAME_PROCESS, 'float')
$pos[1] = _MemoryRead($Player + 0x44, $GAME_PROCESS, 'float')
$pos[2] = _MemoryRead($Player + 0x40, $GAME_PROCESS, 'float')

_MemoryClose($GAME_PID)

MsgBox("", "", $pos[0])

EndFunc
DurianMontong is offline  
Old 08/04/2016, 07:09   #75
 
elite*gold: 0
Join Date: Sep 2011
Posts: 46
Received Thanks: 144
Quote:
Originally Posted by DurianMontong View Post
hi can someone give me sample func for read position realtime in GUI, like when i move

i use this but it not real time i must change one to another position x y z

Func PlayerPos1()

$GAME_TITLE = "1"
$GAME_PID = WinGetProcess($GAME_TITLE)
$GAME_PROCESS = _MemoryOpen($GAME_PID)
$Player = _MemoryRead(_MemoryRead(_MemoryRead($ADDRESS_BASE, $GAME_PROCESS) + 0x1C, $GAME_PROCESS) + $Player_Offset, $GAME_PROCESS)
Dim $pos[3]
$pos[0] = _MemoryRead($Player + 0x3C, $GAME_PROCESS, 'float')
$pos[1] = _MemoryRead($Player + 0x44, $GAME_PROCESS, 'float')
$pos[2] = _MemoryRead($Player + 0x40, $GAME_PROCESS, 'float')

_MemoryClose($GAME_PID)

MsgBox("", "", $pos[0])

EndFunc
Try the code below or see the Test2.au3 inside the attached file. NomadMemory.au3 is included in the zip file. If you want the function to be called outside the main loop, you can also use AdlibRegister.
I hope this is what you are looking for.
Attached Files
File Type: zip Test.zip (4.4 KB, 19 views)
denzjh is offline  
Thanks
2 Users
Reply


Similar Threads Similar Threads
Elysium
02/20/2016 - 9Dragons - 7 Replies
Deleted.
[Selling] Nachjägerin (180 - Elysium)
02/05/2015 - Last Chaos Trading - 13 Replies
Hallo Ihr, wie man wohl sieht bin ich neu hier, ein Freund hat mir das Forum empfohlen um meine Assa in gute Hände weiterzugeben. Hab nun einige Jahre LC gespielt und bin zu einem Privatserver gewechselt, daher habe ich mich entschlossen meine Assa zum Verkauf anzubieten. Wer mir nicht vertraut kann auch gerne mit mir vorher auf unserem TS plaudern ect. Da der neue Server nur PSC oder Paypal akzeptiert habe ich mich dazu entschlossen auch nur PSC und Überweisung, sowie egold zu akzeptieren. ...
elysium?¿
01/28/2015 - 9Dragons - 10 Replies
hmm what happend with elysium ? web doesn´t work, and the launcher seems the GC one ¬¬ any notices or its just disapear? :confused:
Suche EQ auf Elysium (PSG)
06/12/2011 - Metin2 Trading - 1 Replies
Gude suche EQ auf "Elysium" auf dem PSG Network. Biete 28 e*gold Was erwartet Ihr denn.
[HELP] Elysium Pictures
03/16/2010 - EO PServer Hosting - 0 Replies
Hy @all I am already so far some of it am indicated,… only unfortunately white I no more further,… which files I forgot/to be still added am. And the Debug says to me relatively nothing more which still be missing could at image files. I inserted and/or worked on the following files



All times are GMT +1. The time now is 10:55.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.