Quote:
Originally Posted by ~Instinctive~
Array Of Bytes --> 6A 00 6A 00 83 EC 1C 8B CC --> Replace 6A 00 With 6A 01
Array Of Bytes --> 74 12 68 0D 80 00 00 8B 0D --> Replace All With EB
The First Patterns You Will Not Enter Anything In The Message Box and press ok
The Sec Patterns You Will Avoid From The Message So With The Twice You Will Enter Instant
|
For this Patch you can use:
Adress: 0x00AEF290
Normal: 6946922
Hacked: 6947178
Adress: 0x00AEF20F
Normal: 224924276
Hacked: 224924395
Visual Basic Code:
Code:
RoomNoPassword
If checkbox1.checked = true then
ReadWritingMemory.WriteLong("S4Client.exe", &HAEF290, 6947178, 4)
ReadWritingMemory.WriteLong("S4Client.exe", &HAEF20F, 224924395, 4)
Else
ReadWritingMemory.WriteLong("S4Client.exe", &HAEF290, 6946922, 4)
ReadWritingMemory.WriteLong("S4Client.exe", &HAEF20F, 224924276, 4)
End If