Dim p3 As Process = Process.GetProcessesByName("wolftü.bin")(0)
For Each moz3 As System.Diagnostics.ProcessModule In p3.Modules
If moz3.FileName.IndexOf("obj") <> -1 Then
obj1 = moz3.BaseAddress.ToString
End If
Next
Obj'li hile kodlarken aşağıdaki örnekteki gibi kodla.
Kod:
WriteLong("wolftü.bin", obj1 + &H5B0FE, "418117253") 'Teamkill On
Dim p3 As Process = Process.GetProcessesByName("wolftü.bin")(0)
For Each moz3 As System.Diagnostics.ProcessModule In p3.Modules
If moz3.FileName.IndexOf("obj") <> -1 Then
obj1 = moz3.BaseAddress.ToString
End If
Next
Obj'li hile kodlarken aşağıdaki örnekteki gibi kodla.
Kod:
WriteLong("wolftü.bin", obj1 + &H5B0FE, "418117253") 'Teamkill On
obj kodunu yapınca hata veriyor bak şöyle diyor şurası hatalı moz3.BaseAddress.To.String
Value of type 'String' cannot be converted to 'System.Windwos.Forms.Label'.
obj kodunu yapınca hata veriyor bak şöyle diyor şurası hatalı moz3.BaseAddress.To.String
Value of type 'String' cannot be converted to 'System.Windwos.Forms.Label'.