URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       Hack Community
  HTML https://roshacks.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: Codes
       *****************************************************
       #Post#: 14--------------------------------------------------
       [VB.NET] Dump Memory
   DIR By: pipo1337
       Date: March 21, 2018, 10:49 pm
       ---------------------------------------------------------
       Dump Memory using this code for VB.NET
       --- Code ---
       Dim YOURMEMORY As Integer = Mem.ReadMemory(Of
       Integer)(m_BaseAddress + &H777)
       Dim file As System.IO.StreamWriter
       file =
       My.Computer.FileSystem.OpenTextFileWriter("C:\dumpstring.txt",
       True)
       file.WriteLine("" + YOURMEMORY)
       file.Close()
       --- End Code ---
       #Post#: 335--------------------------------------------------
       Re: [VB.NET] Dump Memory
   DIR By: lintangtimur
       Date: April 29, 2018, 2:53 am
       ---------------------------------------------------------
       what is the result?
       #Post#: 336--------------------------------------------------
       Re: [VB.NET] Dump Memory
   DIR By: pipo1337
       Date: April 29, 2018, 3:01 am
       ---------------------------------------------------------
       --- Quote from: lintangtimur link ---
       >
       > what is the result?
       >
       --- End Quote ---
       Is dumping memory from some pointer most used in (Entity List) i
       used it for bone esp so i grab
       (datosha_male,datosha,female,pickup,roadster & many more) try
       and you will see results
       #Post#: 337--------------------------------------------------
       Re: [VB.NET] Dump Memory
   DIR By: lintangtimur
       Date: April 29, 2018, 3:21 am
       ---------------------------------------------------------
       it is same with this?
  HTML https://roshacks.createaforum.com/codes/(vb-net)-rosdumper/
       *****************************************************
       Page 1 of 1