Jump to content

_Memorywrite Komutu


hakanight
 Share

Recommended Posts

merhaba.
ben s4 League de hile yapmayı düşünüyorum.
_MemoryWrite yi tam olarak bilmiyorum.
mesela :

[codebox]Func _Hack()
GUISetState(@SW_hide)

ProcessWAit("S4Client.exe")
$PID = ProcessExists("S4Client.exe")


if GUICTRLREAD($Checkbox1) = 1 Then
_MemoryWrite(0x005BDEF4,$OPEN,"7985408""long")
EndIf
if GUICTRLREAD($Checkbox2) = 1 Then
_MemoryWrite(0x00507D14,$OPEN,"5692314112""long")
EndIf
if GUICTRLREAD($Checkbox3) = 1 Then
_MemoryWrite(0x5479A9,$OPEN,"999329936""long")
EndIf
if GUICTRLREAD($Checkbox4) = 1 Then
_MemoryWrite(0x75C1FF,$OPEN,"37008""byte[4]")
EndIf
if GUICTRLREAD($Checkbox5) = 1 Then
_MemoryWrite(0x005017d8,$OPEN,"4226388112""long")
EXit
EndIf

Endfunc[/codebox]

Oradaki mesela _MemoryWrite(0x005017d8,$OPEN,"4226388112""long") daki 0x005017d8 i nerden buluyoryz.
ve $OPEN,"4226388112""long")bunlar ne işe yarıyor?
Yardım ederseniz sevinirim.
Link to comment
Share on other sites

0x ile başlayan kısım memory deki adresin hexadecimal yazılışı. Diğeri ise offset numarası diye biliyorum. MemoryWrite komutunu kullanabilmek için de, include NoMadMemory.au3 kullanmak gerekiyor diye biliyorum.Üstadlarımız daha iyi açıklarlar diye düşünüyorum.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...