Get current round on visual basic .net
Hello. I need to get the value of the current round of the game. I learned that the current round is m_totalRoundsPlayed offset in netvar dumper. But I do not understand how to get this value to the vb.net... I tried a lot of options of implementation, did not work

. Please, help.
They gave you the answer on your other thread,
read entity with classID = 34 (GameRules) then do "entity + m_totalRoundsPlayed + 1" to find the value.