Results 1 to 2 of 2
  1. #1
    UnknownCHEAT3R's Avatar
    Join Date
    Nov 2017
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    Reading player health / other stuff keeps returning 0?

    Can somebody help me out? I'm able to read and write correct values from/to other games using this code, but whenever I use it for csgo it never returns the correct values, does anybody know why? (vb.net)

    I got the offsets myself from the most recent update of csgo using CheatEngine, these values were also posted in other threads so I don't think it's an offset issue. Not sure if this makes a difference but I also had the assembly running with Administrator Privileges.

    (this is just something basic to get me started, I of course plan on making a much more complex cheat once I get the hang of things as i'm familiar with vb.net, just fairly new to memory modification)

    Code:
        Dim csgo_process As Process()
        'Using the VAMemory v1.3 class.
    
        Dim LocalPlayer_Offset As Integer = &HAAFD7C
        Dim Health_Offset As Integer = &HFC
    
        Private Sub BtnDisplayHealth_Click(sender As Object, e As EventArgs) Handles BtnDisplayHealth.Click
            csgo_process = Process.GetProcessesByName("csgo")
            If csgo_process.Length > 0 Then
                Dim VAM As New VAMemory("csgo")
                MessageBox.Show(VAM.ReadInt32(LocalPlayer_Offset + Health_Offset))
            Else
                MessageBox.Show("CSGO is not running")
            End If
        End Sub

  2. #2
    jonluke's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Location
    New Zealand
    Posts
    207
    Reputation
    10
    Thanks
    483
    My Mood
    Bitchy
    Quote Originally Posted by UnknownCHEAT3R View Post
    Can somebody help me out? I'm able to read and write correct values from/to other games using this code, but whenever I use it for csgo it never returns the correct values, does anybody know why? (vb.net)

    I got the offsets myself from the most recent update of csgo using CheatEngine, these values were also posted in other threads so I don't think it's an offset issue. Not sure if this makes a difference but I also had the assembly running with Administrator Privileges.

    (this is just something basic to get me started, I of course plan on making a much more complex cheat once I get the hang of things as i'm familiar with vb.net, just fairly new to memory modification)

    Code:
        Dim csgo_process As Process()
        'Using the VAMemory v1.3 class.
    
        Dim LocalPlayer_Offset As Integer = &HAAFD7C
        Dim Health_Offset As Integer = &HFC
    
        Private Sub BtnDisplayHealth_Click(sender As Object, e As EventArgs) Handles BtnDisplayHealth.Click
            csgo_process = Process.GetProcessesByName("csgo")
            If csgo_process.Length > 0 Then
                Dim VAM As New VAMemory("csgo")
                MessageBox.Show(VAM.ReadInt32(LocalPlayer_Offset + Health_Offset))
            Else
                MessageBox.Show("CSGO is not running")
            End If
        End Sub
    dude please, You will get VAC banned ,-,

    VAMemory is detected

    also umm

    use Hazedumper and get the latest offsets, Offsets.cs and convert it to VB.

    or look at C# sources and convert it, not hard and if you have trouble doing something like this with pasted mem classes you need to go back and learn to code
    Last edited by jonluke; 11-11-2017 at 03:16 AM.

Similar Threads

  1. TRADING CF ACCOUNT(aksilver and other stuffs)
    By desertflame in forum Selling Accounts/Keys/Items
    Replies: 6
    Last Post: 04-26-2010, 01:00 PM
  2. weird combat arms moments and other stuff.
    By landowner in forum Combat Arms Discussions
    Replies: 48
    Last Post: 04-09-2010, 06:32 PM
  3. Addresses for MW2 weapons, challenges & other stuff
    By Nicco82 in forum Call of Duty Modern Warfare 2 Coding / Programming / Source Code
    Replies: 7
    Last Post: 01-14-2010, 04:18 AM
  4. Looking for 2LT + (Not for money, for some other stuff)
    By Eternal Shadow in forum Trade Accounts/Keys/Items
    Replies: 0
    Last Post: 12-14-2009, 01:12 AM
  5. Korean Warrock Uboat And Other stuff :D
    By Kyojiro in forum WarRock - International Hacks
    Replies: 11
    Last Post: 01-19-2006, 02:56 PM