Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

[HL/CS] How to set valid steamid

Featured Replies

  • Author
  • Localization

SkillartzHD, posted Tue Aug 30, 2016 4:47 am (17041)


Hello :D , so i was trying to add a steamidto my program bot sender i manage to send it with a valid steamid

Code:
list.AddRange(new byte[] {  74, 221,  198, 196,  34 });
list.AddRange(new byte[] {     118,   101,     114,   0,     0,   0,   0,  0,    186,  141,   137, 69, 1,  0,  16, 1 });


More info(S2W9DJP1):

Packets looks like this :
Code:
.J......"ver........E....S2W9DJP1

Hex :
Code:
4A 00 00 00 {{DD C6 C4 22}} 76 65 72 00 00 00 00 00 {{BA 8D 89 45 01 01 10 02 53 32 57 39 44 4A 50 31}}

4A 00 00 00 = constant in every packets that is sent.
76 65 72 00 00 00 00 00 =constant in every packets that is sent.

{{DD C6 C4 22}} = it's static.
{{BA 8D 89 45 01 01 10 02 53 32 57 39 44 4A 50 31}} = it's static.

converting it to decimal will looks like this : 74 221 198 196 34 118 101 114 0 0 0 0 0 186 141 137 69 1 1 16 2

i tried to do the same shit with J0WGX45QKT2W2L:

Code:
4A 00 00 00 {{76 F0 ED 9E}} 76 65 72 00 00 00 00 00 {{EC E0 DB 3D 00 00 00 00 4A 30 57 47 58 34 35 51 4B 54 32 57 32 4C}}

Code:
.J...v...ver........=....J0WGX45QKT2W2L

Code:
EC E0 DB 3D 00 00 00 00 4A 30 57 47 58 34 35 51 4B 54 32 57 32 4C = J0WGX45QKT2W2L

Code:
list.AddRange(new byte[]
{74, 118, 240, 237, 158});



Code:
list.AddRange(new byte[]
{236, 224, 219, 61, 0, 0, 0, 0, 74, 48, 87, 71, 88, 52, 53, 81, 75, 84, 50,87, 50, 76});
list.AddRange(Encoding.ASCII.GetBytes("J0WGX45QKT2W2L"));

The first function with S2W9DJP1 is working perfectly but when i change it to something else and change the packets they always give me this constant steamid : STEAM_0:0:1084804609 even if i change packets ... any solution for that ? :geek:
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.