Results 1 to 5 of 5

Hybrid View

  1. #1
    quinnc12's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    1
    My Mood
    Stressed

    Im desperate for this (Reading Strings)

    Hello im looking to read a string in vb using master module i know how to write it but everytime i do ReadMemory(Of String)(&Hadress, 11, True) or i use false it gives me a bunch of weird symbols.
    with True: ᤳᩮᨿ᩽᮷ᶚ⃰╊⡗⢑⛬
    With False: 3n?}??
    im using master's Module for vb can anyone help?

  2. #2
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic
    Are you sure you're using the correct offset?

  3. #3
    quinnc12's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    1
    My Mood
    Stressed
    Private Sub Timer5_Tick(sender As Object, e As EventArgs) Handles Timer5.Tick
    WriteMemory((&H2305FCC), CStr(" "))
    WriteMemory((&H2305FCC), CStr(TextBox1.Text))
    End Sub

    Private Sub Timer6_Tick(sender As Object, e As EventArgs) Handles Timer6.Tick
    WriteMemory((&H230B7C4), CStr(" "))
    WriteMemory((&H230B7C4), CStr(TextBox2.Text))
    End Sub

    Private Sub Button4_Click(sender As Object, e As EventArgs) Handles Button4.Click
    Timer5.Enabled = False
    Timer6.Enabled = False
    End Sub
    Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
    TextBox1.Text = ReadMemory(Of String)(&H238CEAF8, 11, False)
    End Sub
    End Class

    i should be becuz it works for writing the memory

  4. #4
    quinnc12's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    1
    My Mood
    Stressed
    Bump like i said im desperate

  5. #5
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,990
    My Mood
    Cheerful
    If I'm not wrong, read String in master's module doesn't work properly.
    Use Jorndel's class.

Similar Threads

  1. i need help finding a program for this... read
    By xtgx46x211x in forum Call of Duty Modern Warfare 2 Help
    Replies: 3
    Last Post: 06-20-2010, 07:19 PM
  2. THIS IS FOR DAVE84311!read this dave
    By jokuvaan11 in forum WarRock - International Hacks
    Replies: 22
    Last Post: 06-29-2007, 08:17 AM
  3. Replies: 37
    Last Post: 06-20-2006, 04:24 PM
  4. hey i need some hacks for this game can any1 help
    By CrUsHa in forum Hack Requests
    Replies: 10
    Last Post: 05-21-2006, 09:14 PM