Results 1 to 15 of 34

Hybrid View

  1. #1
    stevethehacker's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    USA bitch
    Posts
    416
    Reputation
    14
    Thanks
    51
    My Mood
    Bored
    fucking choob.don't bump old threads

  2. #2
    unseenhorror's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Houston, TX
    Posts
    12
    Reputation
    10
    Thanks
    0
    My Mood
    Devilish
    well i guess i found the one dick sucking fagot that every forum has to have

    "stevenator" -- need i say more

  3. #3
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Quote Originally Posted by unseenhorror View Post
    well i guess i found the one dick sucking fagot that every forum has to have

    "stevenator" -- need i say more
    It smells bann!
    -Rest in peace leechers-

    Your PM box is 100% full.

  4. #4
    unseenhorror's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Houston, TX
    Posts
    12
    Reputation
    10
    Thanks
    0
    My Mood
    Devilish
    as far as the rules go i did not find one that said not to post in a week old topic .. as far as the flaming goes i don't believe i have flamed anyone that didn't flame me first. so i guess the rules say "1. don't post in week old threads 2. flame anyone who does" that about right?

    Quote Originally Posted by stevethehacker View Post
    fucking choob.don't bump old threads
    Last edited by unseenhorror; 11-08-2009 at 11:18 AM.

  5. #5
    unseenhorror's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Houston, TX
    Posts
    12
    Reputation
    10
    Thanks
    0
    My Mood
    Devilish
    wtf is your problem anyways .. you don't even know me. why are you truly acting like this? if you need to talk to me my msn is on my first post .. its the one right above your post where you flamed me.

    if you would like to help me i would appreciate it though.

  6. #6
    unseenhorror's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Houston, TX
    Posts
    12
    Reputation
    10
    Thanks
    0
    My Mood
    Devilish
    using the originally posted code that can be found in the first post:

    i am trying to read life from AION

    the memory location comes up as Game.dll+8EEEB8 from cheat engine
    but the game name is AION.bin so i am not sure if that's my problem or what is.

    i have added a &H in front of the address like this
    Label1.Text = ReadInt((BaseAddress + &H8EEEB8))

  7. #7
    unseenhorror's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Houston, TX
    Posts
    12
    Reputation
    10
    Thanks
    0
    My Mood
    Devilish
    i come up with 0 everytime.

    Code:
    Public Class Form1
        Dim BaseAddress As Integer
        Dim GBaseAddress As Integer
        Dim MyProcess As Process() = Process.GetProcessesByName("AION.bin") ' Replace that with the games window text
       Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            'write to the address
            WriteInt((BaseAddress + 5350952), TextBox1.Text)
        End Sub
        Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
            Dim MyProcess As Process() = Process.GetProcessesByName("AION.bin")
    
            Dim mainModule As ProcessModule
            mainModule = MyProcess(0).MainModule
            BaseAddress = CInt(mainModule.BaseAddress)
            TextBox1.Text = BaseAddress
        End Sub
        Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
            'Get the value of the address and display it in label1
            Label1.Text = ReadInt((BaseAddress + &H8EEEB8))
        End Sub
    End Class
    i use autoit now for this

    it seems that in autoit the baseAddress is obtained from Game.dll and not AION.bin, i am really new to memory reading so i could be wrong.

    *** This is the AutoIT Code ***
    Code:
    Func MemReadDLL($offset)
        $StaticOffset = Dec($offset)
        Global $pid
        Global $CUROffset[1]
        $CUROffset[0] = 0
        $baseADDR = _MemoryModuleGetBaseAddress($pid, "Game.dll")
        $finalADDR = "0x" & Hex($baseADDR + $StaticOffset)
        $MemTest = _MemoryRead($finaladdr,$openmem)
    
        Return $MemTest
    EndFunc
    Last edited by unseenhorror; 11-08-2009 at 11:55 AM.

  8. #8
    CodeHPro's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    116
    Reputation
    10
    Thanks
    76
    My Mood
    Aggressive
    Quote Originally Posted by stevethehacker View Post
    fucking choob.don't bump old threads
    your the noob gtfo this isn't even old

Similar Threads

  1. [Request]Tutorial : How to Read/Writte Memory Proces
    By The Futur Young Coder in forum Programming Tutorials
    Replies: 0
    Last Post: 12-16-2010, 12:04 AM
  2. [TUT]How to Hack Flash Games with Cheat Engine
    By JIGS4W in forum Programming Tutorials
    Replies: 5
    Last Post: 11-22-2009, 05:59 AM
  3. C++ Memory write/read functions?
    By Spoking in forum C++/C Programming
    Replies: 16
    Last Post: 08-07-2009, 12:52 PM
  4. Replies: 5
    Last Post: 07-22-2009, 04:26 PM
  5. [Request] Write/Read Memory Tutorial
    By Infection_X in forum Visual Basic Programming
    Replies: 1
    Last Post: 08-15-2008, 06:11 PM

Tags for this Thread