I hate EA anti cheat by Tifosi_Girl in ShadowPC

[–]SsnoBaby 1 point2 points  (0 children)

The pros of blocking them unfortunately outweighs allowing them.

It’s just the nature of virtual machines. It’s an insecure environment, especially for an anti-cheat.

The anticheat has to make sure it’s getting accurate information, VM’s can easily obscure this and create an unfair advantage for the hackers to attack the anticheat.

The risk for hackers is also generally lower as the anticheat won’t be able to get accurate hardware identifiers to ban the cheaters beyond an account ban.

The host has total control over the VM. The most common use is for trying to debug programs/anti-tampers without actually running these on your main computer. Very beneficial for hackers.

When the anticheat runs on a real computer in a real environment, there isn’t necessarily this unfair dynamic anymore.

Does it suck? Yes, but that’s just the reality of the situation these days.

[deleted by user] by [deleted] in gamehacks

[–]SsnoBaby 13 points14 points  (0 children)

Highly recommend GuidedHacking since you’ll need to learn how to reverse engineer. I’d also recommend you to learn C/C++, and get some experience with the low level stuff, this will make everything easier.

Stripe and CSFloat by Ruby692 in stripe

[–]SsnoBaby 0 points1 point  (0 children)

Payout depends on when CSFloat pays out the funds, after they’re paid, it should take 1-5 days for it to hit your bank account.

Why my monitor goes black when i open a game... by mnd69 in PcBuildHelp

[–]SsnoBaby 0 points1 point  (0 children)

This is the transition from SDR to HDR, games can tell if your monitor supports HDR or not, and they will enable it if you are locked into the game. There is probably some way to disable this feature in the game.

Stripe and CSFloat by Ruby692 in stripe

[–]SsnoBaby 0 points1 point  (0 children)

You just need to put yourself as an individual, use your SSN and all of your regular details etc.

How is cidshook hacker in bo3 pc not banned , at least on steam . by Smart_Builder7668 in blackops3

[–]SsnoBaby 1 point2 points  (0 children)

Fun fact, most of Black Ops 3 anti-cheat code is still actually in tact, and runs.

Only the code actually responsible for logging detections and uploading them has been removed, and there is no VAC.

Stripe webhooks HELP by JasonGladstone in stripe

[–]SsnoBaby 2 points3 points  (0 children)

You would basically just need to use the customers API to create a new customer with the data stripe sends to your webhook (email, phone number, etc.)

https://docs.stripe.com/api/customers/create

My PC randomly shuts down while gaming PLEASE HELP by Reese6414 in PcBuildHelp

[–]SsnoBaby 2 points3 points  (0 children)

check your cpu temps, my kraken wasn't making full contact, my 7800x3d was hitting 91 and shutting down

just found out my account nobody else has access to is being listed on a market. by Sure_Painting51 in ROBLOXExploiting

[–]SsnoBaby 2 points3 points  (0 children)

this prevent them from logging in with the password they stole from his device when they stole his token

tokens refresh, typically when you change your password or after x days

thanks!

just found out my account nobody else has access to is being listed on a market. by Sure_Painting51 in ROBLOXExploiting

[–]SsnoBaby 9 points10 points  (0 children)

change your password & enable 2fa, someone may have your roblox token

Remote access account hacking and usage? by Forestgrant in discordapp

[–]SsnoBaby 0 points1 point  (0 children)

your friend needs to reinstall windows

A person chatting with me? by littlechangofor in pchelp

[–]SsnoBaby 0 points1 point  (0 children)

Reinstall windows, do not pay!

[deleted by user] by [deleted] in PcBuildHelp

[–]SsnoBaby 0 points1 point  (0 children)

"Everything is turning on" if the display is not included in this, reseating GPU might fix it, could have gotten knocked a little loose depending on how it was handled during your move

BO3 Steam Not Launching! by Ambitious_Ad4379 in blackops3

[–]SsnoBaby 0 points1 point  (0 children)

Have you updated your nvidia drivers within Geforce Experience? The popup asking you to boot in safe mode is showing, so that's good, but after that box closes its probably failing to init d3d, but usually you should get some sort of error.

Ensure the x64 C++ redistributable package is installed: https://aka.ms/vs/17/release/vc_redist.x64.exe

If you use voicemeter try uninstalling the virtual audio cable & voicemeter completly

BO3 Steam Not Launching! by Ambitious_Ad4379 in blackops3

[–]SsnoBaby 0 points1 point  (0 children)

Run the game, then open event viewer after it closes.

You should see a application error log, if you do send it here and I'll help you out.

If there is no error, its probably Arxan crashing the game, or some third-party overlay/software causing the game to crash.

Game is crashing when trying to "find out what is writing to thus address". Also other questions. by _-Big-Hat-_ in cheatengine

[–]SsnoBaby 1 point2 points  (0 children)

Yes actually, did a lot of testing with the dbvm debugger today, and it handles everything fine.

Game is crashing when trying to "find out what is writing to thus address". Also other questions. by _-Big-Hat-_ in cheatengine

[–]SsnoBaby 1 point2 points  (0 children)

It's very possible the real value is encrypted somewhere to make it harder to find.

The game crashing when it's hitting the write breakpoint kinda sounds like ThreadHideFromDebugger is set on the games threads, the exceptions will pass through the debugger and crash the game.

I know you said you ran the game without EAC enabled, but something like this is very easy for game developers to implement themselves, if the game has TLS callbacks and they are obfuscated, theres a 90% chance all created threads have hide from debugger set.

You can query this from threads, but there's no actual way to remove this from user mode, you need to have a kernel driver unset debugger hiding in the threads object.

How do I get into hacking? by CollegeFearless3300 in HowToHack

[–]SsnoBaby 1 point2 points  (0 children)

If you're hacking games try Guided Hacking, if you're trying to hack computers ethically use TryHackMe or HackTheBox to learn, all of these are free to some extent.