Skip to content

Commit

Permalink
fix bug (#1)
Browse files Browse the repository at this point in the history
fix bug (#1)
  • Loading branch information
RedEdge967 authored May 14, 2022
2 parents 050eff1 + 4fe6652 commit 9247d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var passwords = ['password123', 'qwertyuiop', 'admin2015', 'trustno1', 'letmein6969','HackerN01','MoonLighter001','HackCrusher010','LightningCrusher','LegendaryHawk','Robloxer','ManHunter','Clicker010','Virusishere','techie','SkullCrusher01','BoomBlaster','Bugger','RuntimeTerror','FrontPageFreebird','H4CK3R','KRAKEN','Anonymous','CallBackCat','AngryNerd'.'ErrorNerd','BinaryBeast','HackInversion','AlgorithmUnlock'];
var passwords = ['password123', 'qwertyuiop', 'admin2015', 'trustno1', 'letmein6969','HackerN01','MoonLighter001','HackCrusher010','Clicker010','Virusishere','SkullCrusher01','BoomBlaster','Bugger','H4CK3R','ErrorNerd'];
var indexOld;
var index = Math.floor((Math.random() * passwords.length));
var password = passwords[index];
Expand Down

0 comments on commit 9247d6f

Please sign in to comment.