• 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle

  • 0_o@lemm.eeto196@lemmy.blahaj.zoneRule
    link
    fedilink
    arrow-up
    1
    ·
    1 month ago

    So as I needed to read the answer before I could make out what it was supposed to say ima guess that I am indeed color blind. I can trace the letters and make out the words but if I take a step back I couldn’t determine if it was a pattern, number, symbol or words.

    Thanks for explaining! (And massive thanks to everyone else who replied) ^^


  • 0_o@lemm.eeto196@lemmy.blahaj.zoneRule
    link
    fedilink
    arrow-up
    9
    ·
    1 month ago

    So for those with normal color vision, how easy is this to read? I’ve passed all the blind number based color tests in the past but this one required quite a bit of studying to read… Imagine if this is the way I discover that I am color blind! D:





  • I’m no stranger to false positives, especially when virus scanners are all too keen to label things as “hacktools” and class them as malicious. However there is apparently no need for an online fix at the moment as there is no real authentication to play online so I just can’t understand why there are so many calls to specific IP addresses that aren’t in the legitimate version. (As there are currently no need to run pirated servers)

    Also it’s the first time I’ve see so many sigma flags in the sandbox tests. When I see “Critical: Ransomware” I get spooked. (As I’ve never seen this level of warning before. Nothing above a medium, infact)

    Ive done quite a bit of googling but haven’t been able to find much to dissuade my fears with sandbox flags like these… What’s more cracks from different users all have differing detection flags and call different IP addresses…

    TL;DR: I’m out of my depth with this one.





  • I understand your concerns about authenticity, but I assure you that the members of this forum are real individuals with diverse opinions and experiences. It’s natural to be cautious, but many people genuinely engage in discussions, share their thoughts, and learn from one another. The presence of AI chatbots doesn’t diminish the value of human interaction and perspectives that you can find here. Your contributions can still spark meaningful conversations and connections.



  • Okay, so note that this script is over 8 years old now but if you google some of the lines or ask in a Linux / Android board they may be able to help you get this working if it doesn’t as-is:

    So, connect to your vpn on your phone and activate hotspot. Before connecting to it simply type these lines into the terminal (Think I used to use the Terminal Emulator app). You’ll have to run the “su” command first to get root access:

    iptables --flush
    iptables -t filter -F FORWARD
    iptables -t nat -F POSTROUTING
    iptables -t filter -A FORWARD -j ACCEPT
    iptables -t nat -A POSTROUTING -j MASQUERADE
    

    That should be all you need… Unless something’s changed in later android versions. I saved the above as a .sh script so I didn’t have to copy-paste every line every time