02-22-2024, 06:45 AM
Hi Broky,
You can do the same thing as lambda.
Go to SQL.
Merge Player_table inner connection_table.
select * from player_table_M where player_ID = '5882a' (note down the hwid)
second statement:
select * from connection_table where hwid = (previous outcome as stated above).
If not i can show you with wireshark. Im tired of randoms with hacks. I will expose all of it soon..
(if you dont want to do it in the live databse go to production asset and run the sql script there).
You can do the same thing as lambda.
Go to SQL.
Merge Player_table inner connection_table.
select * from player_table_M where player_ID = '5882a' (note down the hwid)
second statement:
select * from connection_table where hwid = (previous outcome as stated above).
If not i can show you with wireshark. Im tired of randoms with hacks. I will expose all of it soon..
(if you dont want to do it in the live databse go to production asset and run the sql script there).