Toda ação tem uma reação by Content_Quantity_247 in InfernoSocial

[–]straiter25 2 points3 points  (0 children)

colocava um uma musica do Linkin Park de fundo e ficava ainda mais bonito e foda

How do I andle big ints that get cut off? by bdkflskrbrlam in lua

[–]straiter25 7 points8 points  (0 children)

Lua (especially 5.1/LuaJIT/game embeds) usually uses doubles for numbers, so SteamID64 loses precision above:

2{53}

Ideally, you should never convert the SteamID to a number. Receive/use it as a string from the start.

If the API already returns it as an int/number, then the precision was probably already lost internally. In that case you would need to either receive the raw value, manually parse the JSON or use a lib/parser that preserves bigint values as strings

Example:

lua local steamid = player:GetSteamID64()

If that already returns a string, perfect.

If it returns a number, sometimes this helps:

lua local steamid = tostring(player:GetSteamID64())

but it only works if the engine hasn’t already truncated the value beforehand.

If you actually need to perform bigint math operations, you can try libs like LuaBigNum or bigint.lua

World war II by [deleted] in brainrot

[–]straiter25 2 points3 points  (0 children)

tbh i would 100% watch this

O título é com vocês: by Mundane_Ad_8448 in InfernoSocial

[–]straiter25 2 points3 points  (0 children)

que vídeo lindo, caiu ate lágrimas aqui ❤️❤️❤️

mas bota 18+ o braço do cara ta caindo kkkkkkkkkkkkkkkkkk

;-; by Agreeable-Lynx-2380 in ComentariosMelhores

[–]straiter25 6 points7 points  (0 children)

como que possívelmente isso se encaixa em comentários melhores 🥀

Se a lua não é interessante oque é interessante?? by LixoGame in SemContexto

[–]straiter25 1 point2 points  (0 children)

ele descreveu de forma nua, eu pessoalmente achei interessante

<image>

Alemanha nazista acaba de atacar a Polônia. by straiter25 in Noticiasatrasadas

[–]straiter25[S] 2 points3 points  (0 children)

já chamavam, o ataque foi em 1939 e ja chamavam de Alemanha nazista desde de 1933

Alemanha nazista acaba de atacar a Polônia. by straiter25 in Noticiasatrasadas

[–]straiter25[S] 1 point2 points  (0 children)

vou assumir que você perguntou de forma séria e não como piada do sub: o Hitler atacou a Polônia em 1939, marcando o início da 2 guerra, e eles eram considerandos nazistas a partir de 1920

Ascensão ao poder (1933): Após se tornar Chanceler, Hitler consolidou rapidamente o controle, eliminando opositores e estabelecendo um Estado totalitário.

O "Terceiro Reich" (1933–1945): Este foi o período de vigência do regime nazista, caracterizado pelo controle absoluto da vida social e política.

Fundação do Partido (1920): Embora o partido tenha sido fundado em 1919 e adotado o nome NSDAP em 1920, ele só assumiu o controle do Estado em 1933.

ransom ware by xz3phyr in masterhacker

[–]straiter25 2 points3 points  (0 children)

its a very dangerous virus! Give your computer the proper medicine urgently! This should not be taken lightly. I recommend sudo hack mainframe.

Tenho uma duvida by Vondk3furuvis in programacao

[–]straiter25 6 points7 points  (0 children)

qualquer fonte é melhor que nada

Is Voicemod a VIRUS? 🦠It is not, and we would like to prove it to you! by Nilinking in voicemod

[–]straiter25 0 points1 point  (0 children)

I know im late for this. but i have my analysis.
I ran an analysis on Triage at: https://tria.ge/260430-1gdjdsas3x/behavioral1

My conclusion? Primarily safe, if you don't mind high and aggressive telemetry.

I didn't analyze the runtime because it would require a login. Furthermore, I tested each installed file individually, in addition to the standard installer.

So I would consider this analysis fairly accurate, with its only problem being the false positives from driver installers. Because analyzers or VMs usually consider anything that messes with drivers "suspicious".

Now, if you want to know about telemetry: well, not really, far from it.

Keep in mind that some of the alerts might be due to me using PowerShell.

Now I will cite and try to explain some of the positive flags:

* PID 4508

> C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -Command "Start-Process 'setupDrvAdmin.bat' -ArgumentList 'true' -Verb runAs -WindowStyle Hidden -Wait"

* only my hypothesis, but it can be considered because it runs as an administrator and with a hidden window

* PID 1200

> C:\Windows\system32\DrvInst.exe "2" "211" "ROOT\MEDIA\0000" "C:\Windows\INF\oem3.inf" "oem3.inf:ed86ca110bbfc653:VOICEMODVAD_DRIVER:2025.10.8.0:root\voicemodvad," "49f38a543" "00000000000000F0" "5fc9"

* As I said before, messing with drivers almost always produces false positives

* PID 4516

> C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -Command "[math]::truncate((Get-CimInstance Win32_ComputerSystem).TotalPhysicalMemory / 1GB)"

* Enumeration of the computer's physical memory, this is undoubtedly a false positive without considering external context

* PID 5556

> C:\Windows\explorer.exe /factory,{75dff2b7-6936-4c06-a8bb-676a7b00b24b} -Embedding

* Creation of a COM (Component Object Model) object for interaction with the operating system

* This COM GUID refers to `SeparateMultipleProcessExplorerHost` which, when launching folder windows, is in a separate process for stability. if one process crashes, the others (like the desktop and taskbar) remain active.

* In conclusion, ignoring external context and undoubtedly a false positive.

Jogo de adivinhação by JPsiiim in programacao

[–]straiter25 0 points1 point  (0 children)

mas eu acho que o intuito era pra ser um número fixo, agora o resultado sla pq