👽𝓣𝓮𝓬𝓱𝓷𝓲𝓬𝓪𝓵 𝓢𝓾𝓹𝓹𝓸𝓻𝓽 2👽
Open in Telegram
👽₳ⱤɆ₳ 𝟝𝟙 ₵ⱤɆ₩ ₱ⱤØ𝕁Ɇ₵₮ 𝟚𝟘𝟚𝟜👽 e' il paradiso del tempo moderno, fresco d'estate e caldo d'inverno, quel che cerchi lo trovi all'interno, non puoi sbagliare da👽₳ⱤɆ₳ 𝟝𝟙 ₵ⱤɆ₩ ₱ⱤØ𝕁Ɇ₵₮ 𝟚𝟘𝟚𝟜👽 c'è l'inferno!!!
Show more617
Subscribers
No data24 hours
No data7 days
-430 days
Data loading in progress...
Similar Channels
Tags Cloud
Incoming and Outgoing Mentions
---
---
---
---
---
---
Attracting Subscribers
July '26
July '26
+2
in 0 channels
June '26
+2
in 0 channels
Get PRO
May '26
+1
in 0 channels
Get PRO
April '26
+3
in 0 channels
Get PRO
March '260
in 0 channels
Get PRO
February '26
+2
in 0 channels
Get PRO
January '26
+3
in 0 channels
Get PRO
December '25
+3
in 0 channels
Get PRO
November '25
+2
in 0 channels
Get PRO
October '25
+2
in 0 channels
Get PRO
September '25
+3
in 0 channels
Get PRO
August '25
+3
in 0 channels
Get PRO
July '25
+11
in 0 channels
Get PRO
June '25
+5
in 0 channels
Get PRO
May '25
+4
in 0 channels
Get PRO
April '25
+4
in 0 channels
Get PRO
March '250
in 0 channels
Get PRO
February '250
in 0 channels
Get PRO
January '25
+4
in 0 channels
Get PRO
December '24
+9
in 0 channels
Get PRO
November '24
+14
in 0 channels
Get PRO
October '24
+7
in 0 channels
Get PRO
September '24
+5
in 0 channels
Get PRO
August '24
+7
in 0 channels
Get PRO
July '24
+9
in 0 channels
Get PRO
June '24
+21
in 0 channels
Get PRO
May '24
+11
in 0 channels
Get PRO
April '24
+17
in 0 channels
Get PRO
March '24
+16
in 0 channels
Get PRO
February '24
+10
in 0 channels
Get PRO
January '24
+17
in 0 channels
Get PRO
December '23
+56
in 0 channels
Get PRO
November '230
in 0 channels
Get PRO
October '230
in 0 channels
Get PRO
September '230
in 0 channels
Get PRO
August '230
in 0 channels
Get PRO
July '230
in 0 channels
Get PRO
June '230
in 0 channels
Get PRO
May '230
in 0 channels
Get PRO
April '230
in 0 channels
Get PRO
March '230
in 0 channels
Get PRO
February '23
+17
in 0 channels
Get PRO
January '23
+55
in 0 channels
Get PRO
December '22
+32
in 0 channels
Get PRO
November '22
+52
in 0 channels
Get PRO
October '22
+56
in 0 channels
Get PRO
September '22
+63
in 0 channels
Get PRO
August '22
+75
in 0 channels
Get PRO
July '22
+61
in 0 channels
Get PRO
June '22
+84
in 0 channels
Get PRO
May '22
+73
in 0 channels
Get PRO
April '22
+108
in 0 channels
Get PRO
March '22
+149
in 0 channels
Get PRO
February '22
+83
in 0 channels
Get PRO
January '22
+125
in 0 channels
Get PRO
December '21
+185
in 0 channels
Get PRO
November '21
+122
in 0 channels
Get PRO
October '21
+118
in 0 channels
Get PRO
September '21
+74
in 0 channels
Get PRO
August '21
+92
in 0 channels
Get PRO
July '21
+897
in 0 channels
| Date | Subscriber Growth | Mentions | Channels | |
| 27 July | 0 | |||
| 26 July | 0 | |||
| 25 July | 0 | |||
| 24 July | 0 | |||
| 23 July | 0 | |||
| 22 July | 0 | |||
| 21 July | 0 | |||
| 20 July | 0 | |||
| 19 July | 0 | |||
| 18 July | 0 | |||
| 17 July | 0 | |||
| 16 July | 0 | |||
| 15 July | 0 | |||
| 14 July | +1 | |||
| 13 July | 0 | |||
| 12 July | 0 | |||
| 11 July | 0 | |||
| 10 July | 0 | |||
| 09 July | 0 | |||
| 08 July | 0 | |||
| 07 July | 0 | |||
| 06 July | 0 | |||
| 05 July | +1 | |||
| 04 July | 0 | |||
| 03 July | 0 | |||
| 02 July | 0 | |||
| 01 July | 0 |
Channel Posts
Repost from OBM2PRO
## Feat — Selenium: UndetectedChromeDriver as a global option
Re-introduced UndetectedChromeDriver (
Selenium.UndetectedChromeDriver 1.1.4, net8.0),
removed during the .NET 8 cleanup, as a second global option in RL Settings → Selenium.
New bool UseUndetectedChromeDriver in SettingsSelenium.cs (default off, handled by the
reflection-based Reset()). When enabled, the Chrome branch of SBlockBrowserAction.OpenBrowser
builds the driver via UndetectedChromeDriver.Create(...) instead of the classic ChromeDriver;
headless is passed as the Create() parameter (no double --headless on the options), and the
classic CDP stealth injection (DisableAutomation) stays only on the classic branch since UC
applies its own anti-automation patches. The flag is read only inside case BrowserType.Chrome,
so it is ignored when Browser=Firefox. Browser Action block UI untouched. New checkbox in
Selenium.xaml + i18n keys UseUndetectedChromeDriver/...Tooltip (en/it/es). Lets users
compare stealth behavior against the classic driver on the field.| 2 | ## Feat — Selenium: MOUSEACTION visual block
MOUSEACTION (advanced mouse actions: click/double/right/hold, drag & drop, move to/by, key down/up, send keys, spawn hook, and human-like movement via DRAWLINEHUMAN/WindMouse) existed only as a script-only LoliScript command (MouseActionParser) with no block, so users never discovered it. Added a discoverable visual block SBlockMouseAction exposing it in the stacker. | 5 |
| 3 | ## Feature — Script Block (RUNSCRIPT): Real Node.js/Python Execution
A new stacker block, "Script," is introduced (LS token RUNSCRIPT, RuriLib/Blocks/BlockScript.cs), utilizing a schema consistent with OpenBullet 2's Script block. Unlike the embedded BEGIN SCRIPT engines (Jint for JavaScript, IronPython for Python), which are pure re-implementations without native module support, this block delegates execution to a genuine external interpreter. Consequently, code relying on authentic runtime APIs (e.g., Node's require('crypto')) functions correctly. | 6 |
| 4 | ## Feature — Proxy Groups: per-Runner active group
Proxies can now be tagged with a Group (RuriLib/Models/CProxy.cs, defaults to "Default" — existing
proxies keep working unchanged). No more deleting/re-adding proxies to switch pools: assign proxies to a
group from the Proxy Manager (new "Group" column + "Assign Group" bulk action in the sidebar, applies to
the selected rows), then pick which group each Runner should pull from. | 5 |
| 5 | I recommend reviewing the changelog here: https://github.com/ObM2/ObM2Pro/releases/tag/v4.0.3 to learn more about the new features and maximize the efficiency of your configurations. 📄✨ | 5 |
| 6 | I'm thrilled to share some exciting updates regarding our latest release! We're proud to announce that the previous workaround involving force-closing the proxy is now officially obsolete. This represents a significant milestone in our continuous improvement journey, as the challenge encountered in version 4.0.0 has been successfully resolved, allowing our users to operate with greater efficiency and alignment with our shared mission of seamless performance. 🚀📈 #ProductUpdate #TechExcellence #ContinuousImprovement | 7 |
| 7 | It is recommended to update from this page; simply click Download... all your data will be preserved. 📥✨ | 7 |
| 8 | M2 Pro 4.0.3 is available.🍆 | 8 |
| 9 | Attivatore Windows&Office.rar | 48 |
| 10 | +1 ProPlusRetail2013 32 Bit.exe | 48 |
| 11 | +9 O365ProPlusRetail 32 Bit.exe | 50 |
| 12 | +9 O365ProPlusRetail 32 Bit.exe | 1 |
| 13 | +1 ProPlusRetail2013 32 Bit.exe | 1 |
| 14 | No text... | 65 |
| 15 | ## Feat — Selenium: UndetectedChromeDriver as a global option
Re-introduced UndetectedChromeDriver (Selenium.UndetectedChromeDriver 1.1.4, net8.0),
removed during the .NET 8 cleanup, as a second global option in RL Settings → Selenium.
New bool UseUndetectedChromeDriver in SettingsSelenium.cs (default off, handled by the
reflection-based Reset()). When enabled, the Chrome branch of SBlockBrowserAction.OpenBrowser
builds the driver via UndetectedChromeDriver.Create(...) instead of the classic ChromeDriver;
headless is passed as the Create() parameter (no double --headless on the options), and the
classic CDP stealth injection (DisableAutomation) stays only on the classic branch since UC
applies its own anti-automation patches. The flag is read only inside case BrowserType.Chrome,
so it is ignored when Browser=Firefox. Browser Action block UI untouched. New checkbox in
Selenium.xaml + i18n keys UseUndetectedChromeDriver/...Tooltip (en/it/es). Lets users
compare stealth behavior against the classic driver on the field. | 14 |
| 16 | ## Feat — Selenium: MOUSEACTION visual block
MOUSEACTION (advanced mouse actions: click/double/right/hold, drag & drop, move to/by, key down/up, send keys, spawn hook, and human-like movement via DRAWLINEHUMAN/WindMouse) existed only as a script-only LoliScript command (MouseActionParser) with no block, so users never discovered it. Added a discoverable visual block SBlockMouseAction exposing it in the stacker. | 14 |
| 17 | ## Feature — Script Block (RUNSCRIPT): Real Node.js/Python Execution
A new stacker block, "Script," is introduced (LS token RUNSCRIPT, RuriLib/Blocks/BlockScript.cs), utilizing a schema consistent with OpenBullet 2's Script block. Unlike the embedded BEGIN SCRIPT engines (Jint for JavaScript, IronPython for Python), which are pure re-implementations without native module support, this block delegates execution to a genuine external interpreter. Consequently, code relying on authentic runtime APIs (e.g., Node's require('crypto')) functions correctly. | 7 |
| 18 | ## Feature — Proxy Groups: per-Runner active group
Proxies can now be tagged with a Group (RuriLib/Models/CProxy.cs, defaults to "Default" — existing
proxies keep working unchanged). No more deleting/re-adding proxies to switch pools: assign proxies to a
group from the Proxy Manager (new "Group" column + "Assign Group" bulk action in the sidebar, applies to
the selected rows), then pick which group each Runner should pull from. | 8 |
| 19 | I recommend reviewing the changelog here: https://github.com/ObM2/ObM2Pro/releases/tag/v4.0.3 to learn more about the new features and maximize the efficiency of your configurations. 📄✨ | 7 |
| 20 | I'm thrilled to share some exciting updates regarding our latest release! We're proud to announce that the previous workaround involving force-closing the proxy is now officially obsolete. This represents a significant milestone in our continuous improvement journey, as the challenge encountered in version 4.0.0 has been successfully resolved, allowing our users to operate with greater efficiency and alignment with our shared mission of seamless performance. 🚀📈 #ProductUpdate #TechExcellence #ContinuousImprovement | 11 |
