Skip to content

Commit d1a9e73

Browse files
committed
No clickers plz
1 parent 1dbbc4c commit d1a9e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core_ext/string.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def malware?
4444
%w(cheat ch3at 0ptions sk1n hack spoof sp00f spoofer sp00f3r aimbot godlike
4545
g0dlike d4rk s1d3 roblox r0blox r0bl0x crack cracked scr1pt ap3x unl0cker
4646
unl0ck3r h4ck m0ney 0day exploit expl0it skinchanger skin-changer swapper
47-
stealer keylogger miner crypto-bot cryptobot wallet).any? { |i| !!(self =~ /#{i}/i) }
47+
stealer keylogger miner crypto-bot cryptobot wallet autoclicker clicker).any? { |i| !!(self =~ /#{i}/i) }
4848
end
4949

5050
def near_match? other, threshold=0.8

0 commit comments

Comments
 (0)