ch
Feedback
Osiris Hax

Osiris Hax

前往频道在 Telegram

PUBGM CHEAT © 2022

显示更多
1 084
订阅者
无数据24 小时
-127 天
-4430 天

数据加载中...

相似频道
无数据
有任何问题?请刷新页面或联系我们的客服
标签云
无数据
有任何问题?请刷新页面或联系我们的客服
进出提及
---
---
---
---
---
---
吸引订阅者
八月 '25
八月 '25
+7
在0个频道中
七月 '25
+16
在0个频道中
Get PRO
六月 '25
+21
在0个频道中
Get PRO
五月 '25
+14
在0个频道中
Get PRO
四月 '25
+31
在0个频道中
Get PRO
三月 '25
+20
在0个频道中
Get PRO
二月 '25
+18
在0个频道中
Get PRO
一月 '25
+86
在0个频道中
Get PRO
十二月 '24
+20
在0个频道中
Get PRO
十一月 '24
+11
在0个频道中
Get PRO
十月 '24
+24
在0个频道中
Get PRO
九月 '24
+30
在0个频道中
Get PRO
八月 '24
+34
在0个频道中
Get PRO
七月 '24
+390
在5个频道中
Get PRO
六月 '240
在3个频道中
Get PRO
五月 '240
在10个频道中
Get PRO
四月 '240
在0个频道中
Get PRO
三月 '240
在1个频道中
Get PRO
二月 '240
在1个频道中
Get PRO
一月 '240
在0个频道中
Get PRO
十二月 '23
+1
在0个频道中
Get PRO
十一月 '23
+5
在0个频道中
Get PRO
十月 '23
+16
在0个频道中
Get PRO
九月 '23
+6
在0个频道中
Get PRO
八月 '23
+81
在0个频道中
Get PRO
七月 '23
+1 265
在0个频道中
日期
订阅者增长
提及
频道
31 八月0
30 八月+1
29 八月+1
28 八月0
27 八月+1
26 八月0
25 八月0
24 八月0
23 八月0
22 八月0
21 八月0
20 八月0
19 八月0
18 八月0
17 八月0
16 八月0
15 八月0
14 八月0
13 八月0
12 八月0
11 八月0
10 八月0
09 八月+1
08 八月0
07 八月+1
06 八月0
05 八月+1
04 八月+1
03 八月0
02 八月0
频道帖子
Prevent HttpCanary / Reqable from capture & modify your http/https traffic
const char* ssl_pinned_key = "sha256//YOUR_SERVER_PUBLIC_KEY_HASH"; // Replace with your actual key
curl_easy_setopt(curl, CURLOPT_PINNEDPUBLICKEY, ssl_pinned_key);
How to get your server public key ?
openssl s_client -servername yourserver.com -connect yourserver.com:443 | openssl x509 -pubkey -noout | openssl pkey -pubin -outform der | openssl dgst -sha256 -binary | openssl enc -base64
Replace 'yourserver.com' with your actual server link

2
Rebranding for update  3.8 64bit(only) Java and imgui (non root/root "Kernel") If u interested : Contact us
346
3
it can be work in IOS also, you just need to find the compatible emoji font. need help ? ... call 911
367
4
ImGui-Colored-Emoji.zip
378
5
you guys need this ?
you guys need this ?
380
6
If there is a frame drop, the card password can not be logged in, please contact him. @Hunttly
39
7
laotie-168-rZocq 公益密钥
404
8
+3
OsirisHax-GL-32bit(3.7-v1.2).apk
427
9
+3
laotie-72-acdE0 New Key
431
10
Hello, everyone.
68
11
Rebranding available for update  3.7 🔺 32 bit and 64bit 🟢 Java and imgui 🟢 Available buy bypass only🟢 If u interested Contact us : Admin ✅
146
12
find out here
find out here
421
13
Rebrand Available With ur Name &  Panel (PUBGM) 32&64 (3.6) Safe Features 💯 ESP ⚡️ Bullet track ⚡️ Aimbot ⚡️ Wide View ⚡️ Small Crosshair ⚡️ Less Recoil ⚡️ Mode Skin ☄️ - FULL SAFE ANITBAN ✔️ - Fully customizable ESP & Menu ✔️ - Smooth ESP ✔️ - 0 Crash / 0 Lag ✔️ - anti crack ✔️ Antiban also available for sell (32/64) ❗️ (Great prices) Contact us  : @osirisfeeds_bot ✅
571
14
Available for sell Crash fix for 3.6 update x32/x64 sign kill Contact at : @osirisfeeds_bot ✅
131
15
Rebrand Available With ur Name &  Panel (PUBGM) 32&64 (3.5) Safe Features 💯 ESP ⚡️ Bullet track ⚡️ Aimbot ⚡️ Wide View ⚡️ Small Crosshair ⚡️ Less Recoil ⚡️ Mode Skin ☄️ - FULL SAFE ANITBAN ✔️ - Fully customizable ESP & Menu ✔️ - Smooth ESP ✔️ - 0 Crash / 0 Lag ✔️ - anti crack ✔️ Antiban also available for sell (32/64) ❗️ Contact us  : @osirisfeeds_bot ✅
286
16
Loading images from url #define STB_IMAGE_IMPLEMENTATION #include <stb_image.h> struct TextureInfo{ ImTextureID textureID; int w; int h; }; size_t WriteMemoryCallback(void *contents, size_t size, size_t nmemb, void *userp) { size_t realsize = size * nmemb; std::vector<unsigned char> *mem = (std::vector<unsigned char> *)userp; unsigned char *ptr = (unsigned char*)contents; mem->insert(mem->end(), ptr, ptr + realsize); return realsize; } TextureInfo LoadTextureFromURL(const char* url) { CURL *curl; CURLcode res; std::vector<unsigned char> buffer; curl_global_init(CURL_GLOBAL_ALL); curl = curl_easy_init(); if(curl) { curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0L); curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 0L); curl_easy_setopt(curl, CURLOPT_URL, url); curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, WriteMemoryCallback); curl_easy_setopt(curl, CURLOPT_WRITEDATA, (void *)&buffer); res = curl_easy_perform(curl); if(res != CURLE_OK) { oLog(stderr, "curl_easy_perform() failed: %s\n", curl_easy_strerror(res)); // curl response log } curl_easy_cleanup(curl); } curl_global_cleanup(); TextureInfo image; unsigned char* image_data = stbi_load_from_memory(buffer.data(), buffer.size(), &image.w, &image.h, NULL, 4); if (image_data == NULL) { fprintf(stderr, "Failed to load image\n"); return image; } GLuint image_texture; glGenTextures(1, &image_texture); glBindTexture(GL_TEXTURE_2D, image_texture); glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR); glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR); glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE); glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE); #if defined(GL_UNPACK_ROW_LENGTH) && !defined(__EMSCRIPTEN__) glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); #endif glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, image.w, image.h, 0, GL_RGBA, GL_UNSIGNED_BYTE, image_data); stbi_image_free(image_data); image.textureID = (ImTextureID)image_texture; return image; }
441
17
FAKE ACCOUNTS WILL BE IGNORED
1
18
*free
28
19
Auto win ss (Internal/External) Works perfect on All Platforms (iOS/Android/Emu) Get it from : @OsirisFeeds_bot
Auto win ss (Internal/External) Works perfect on All Platforms (iOS/Android/Emu) Get it from : @OsirisFeeds_bot
581
20
Update Osiris Hax to 3.4 ?
95