Jump to content

I have a problem with my otc v2


EmmyManyHvh
 Share

Recommended Posts

juts open otc.sln then find SegmentFramework.h

and find this 

std::vector <RelocatedNetVar> m_netvars = {
//m_bIsScoped. (Actual value: https://github.com/frk1/hazedumper/blob/master/csgo.cs#L32)
RelocatedNetVar { 0x95A250, 0x3928 }
 }
then add RelocatedNetVar {0x6011E, 0x00004DE8808B}

and this is all code if u dont bother to read 

 

std::vector <RelocatedNetVar> m_netvars = {
//m_bIsScoped. (Actual value: https://github.com/frk1/hazedumper/blob/master/csgo.cs#L32)
RelocatedNetVar { 0x95A250, 0x3928 },
RelocatedNetVar { 0x6011E, 0x00004DE8808B}
}
Link to comment
Share on other sites

25 minutes ago, 135-018 said:

juts open otc.sln then find SegmentFramework.h

and find this 


std::vector <RelocatedNetVar> m_netvars = {
//m_bIsScoped. (Actual value: https://github.com/frk1/hazedumper/blob/master/csgo.cs#L32)
RelocatedNetVar { 0x95A250, 0x3928 }
 }

then add RelocatedNetVar {0x6011E, 0x00004DE8808B}

and this is all code if u dont bother to read 

 


std::vector <RelocatedNetVar> m_netvars = {
//m_bIsScoped. (Actual value: https://github.com/frk1/hazedumper/blob/master/csgo.cs#L32)
RelocatedNetVar { 0x95A250, 0x3928 },
RelocatedNetVar { 0x6011E, 0x00004DE8808B}
}

can you help me on discord please

 

Link to comment
Share on other sites

On 10/24/2020 at 3:38 AM, EmmyManyHvh said:

yo,i have a problem and i play like one hours he crashed,how can i fix it

just wait for update and if u know how to use IDA pro just paste this code

 

On 10/23/2020 at 6:09 PM, 135-018 said:

juts open otc.sln then find SegmentFramework.h

and find this 


std::vector <RelocatedNetVar> m_netvars = {
//m_bIsScoped. (Actual value: https://github.com/frk1/hazedumper/blob/master/csgo.cs#L32)
RelocatedNetVar { 0x95A250, 0x3928 }
 }

then add RelocatedNetVar {0x6011E, 0x00004DE8808B}

and this is all code if u dont bother to read 

 


std::vector <RelocatedNetVar> m_netvars = {
//m_bIsScoped. (Actual value: https://github.com/frk1/hazedumper/blob/master/csgo.cs#L32)
RelocatedNetVar { 0x95A250, 0x3928 },
RelocatedNetVar { 0x6011E, 0x00004DE8808B}
}

 

Link to comment
Share on other sites

  • 2 weeks later...
On 10/27/2020 at 7:39 PM, 135-018 said:

just wait for update and if u know how to use IDA pro just paste this code

 

 

after i add this code in SegmentFramework.h,  and i  go into game.  i  cannot move !!!   but i  put the depot into csgo folder, otc works fine,  is there any else,  i should modify in the otc.sin ?

Edited by Ayden
want to add more detail
Link to comment
Share on other sites

8 hours ago, Ayden said:

after i add this code in SegmentFramework.h,  and i  go into game.  i  cannot move !!!   but i  put the depot into csgo folder, otc works fine,  is there any else,  i should modify in the otc.sin ?

are u compiling on debug?

 

Link to comment
Share on other sites

7 hours ago, 135-018 said:

std::vector <RelocatedNetVar> m_netvars = {
//m_bIsScoped. (Actual value: https://github.com/frk1/hazedumper/blob/master/csgo.cs#L32)
RelocatedNetVar { 0x95A250, 0x3928 }      }

 

 

why remove  

RelocatedNetVar { 0x6011E, 0x00004DE8808B} ?
now  join the game, then csgo crash, it become more worst!
Link to comment
Share on other sites

so i  need to add all netvars ?   only change the second  argument ?

For example :

RelocatedNetVar { 0x95A250, 0x0},

RelocatedNetVar { 0x95A250, 0xB378},

....................................................

until add all netvars ?

 



 
Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...