Skip to content

Commit

Permalink
Update spacings
Browse files Browse the repository at this point in the history
  • Loading branch information
cribb-it committed Jan 7, 2025
1 parent e1ba635 commit da3a288
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions payloads/library/general/Multi_HID_Pebbles/pebbles.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Version: 1.0
# Category: General
# Prop: Dragorn for his help with bash arrays and Bert van Dam's book on AI
# Thanks: To Hak5 for their 20 year of passing knowledge out into the world and the Hak5 discord members for their friendship, knowledge and support.
# Thanks: To Hak5 for their 20 year of passing knowledge out into the world and the Hak5 discord members for their friendship, knowledge and support.

## Matches
MATCH pebbles
Expand Down Expand Up @@ -128,8 +128,8 @@ run ()
quack_line "Congratulations you have won!" 1
quack_line "I will learn from my mistake."
brainArray[$lastpos]=0
save_tofile
running=false
save_tofile
running=false
else
pebbles=$(($pebbles - $move))
quack_line "I take: $move"
Expand All @@ -145,7 +145,7 @@ play_game()
quack_line "You vs Me"
quack_line "You move first, the object of the game is not to take the last pebble"
pebbles_left
quack_cmds
quack_cmds
while [ "$running" == true ]; do
run
done
Expand Down

1 comment on commit da3a288

@hak5darren
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cribb-it
🥳 Congratulations
🏆 You have been recognized with a payload award at https://payloads.hak5.org/
🎁 Please accept the reward for your contribution at https://rewards.hak5.org/
🎉 PS: You are now in the running for Payload Hero of the Year! https://hak5.org/awards

Please sign in to comment.