We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbbc4c commit d1a9e73Copy full SHA for d1a9e73
lib/core_ext/string.rb
@@ -44,7 +44,7 @@ def malware?
44
%w(cheat ch3at 0ptions sk1n hack spoof sp00f spoofer sp00f3r aimbot godlike
45
g0dlike d4rk s1d3 roblox r0blox r0bl0x crack cracked scr1pt ap3x unl0cker
46
unl0ck3r h4ck m0ney 0day exploit expl0it skinchanger skin-changer swapper
47
- stealer keylogger miner crypto-bot cryptobot wallet).any? { |i| !!(self =~ /#{i}/i) }
+ stealer keylogger miner crypto-bot cryptobot wallet autoclicker clicker).any? { |i| !!(self =~ /#{i}/i) }
48
end
49
50
def near_match? other, threshold=0.8
0 commit comments