Results 1 to 1 of 1
  1. #1
    killernoobs95's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    greece
    Posts
    53
    Reputation
    10
    Thanks
    37
    My Mood
    Amazed

    LocalPlayer static adress

    Hello every one , im trying to make a valheim cheat using visual basic . i have a cheat table with pointer and more but the problem is that in cheat engine is using [_localPlayer] as a pointer to localplayer because the adress changes all the time and i was wondering how can i use _localPlayer + 511 lets say in visual basic or read the value of the [_localPlayer] and then add it to the code like WriteMemory(Of Single)(&H28EF249C560 + 511 , 75). When i use WriteMemory(Of Single)(&H28EF249C560, 75) its all okay but after the restart the _localplayer changes and the adress is useless . there is this info there LocalPlayer (20124AC1800 is the base offset) but if i try to put the adress of base offset + 511 it wont work even in cheat engine .
    thanks in advance .
    Last edited by killernoobs95; 06-29-2021 at 04:06 PM.

Similar Threads

  1. [Help] Help finding static adress
    By martin951 in forum C++/C Programming
    Replies: 5
    Last Post: 06-18-2016, 01:28 PM
  2. [Help] WEAPON STATIC ADRESS
    By KKrysis˛ in forum Blackshot Coding & Source Code
    Replies: 1
    Last Post: 11-19-2015, 05:21 PM
  3. [Solved] CE Static Adress Help
    By Dazholmes in forum Suggestions, Requests & General Help
    Replies: 1
    Last Post: 03-31-2015, 07:20 PM
  4. Non-static adresses
    By NB81 in forum C# Programming
    Replies: 3
    Last Post: 06-08-2013, 12:47 PM
  5. [Help Request] static adresses,pointers?! OMG
    By pipipipu in forum Alliance of Valiant Arms (AVA) Help
    Replies: 2
    Last Post: 05-21-2013, 04:50 AM