Skip to content

GaelicThunder/Experience-Plugin-Pwnagotchi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Experience-Plugin-Pwnagotchi

A totally not useful plugin for the Pwnagotchi, making it get experience everytime he Associates, Deauths or get a Handshake. Try to level him up!

EXP Plugin

Wanted to make him more like a Tamagotchi, but moved that idea on another project.

I'm a total newb when it comes to Python so, feel free to help if you see im doing some bad stuff, or you've got some interesting ideas.

Thanks to @mbudget0x01 and @hannadiamond for all the cool stuff!

Setup

  1. Copy over exp.py into your custom plugins directory
  2. In your config.toml file, add:
   main.plugins.exp.enabled = true
   main.plugins.exp.lvl_x_coord = 0
   main.plugins.exp.lvl_y_coord = 81
   main.plugins.exp.exp_x_coord = 38
   main.plugins.exp.exp_y_coord = 81
   main.plugins.exp.bar_symbols_count = 12
  1. Restart your device to see your new plugin!

Things to do

  • Better Save System -> Saves are now in json Format and will per default migrate.

  • Make him count how many Handshake you have already captured and try to make a fair level up if you're not starting from zero, and you just installed the plugin [Example: if i already have 250 Handshake when i start the plugin for the first time, my Pwnagotchi will only be lv 1, while it should be lv 13(?)] -> if session-stats Plugin is installed, initially the data will be parsed from there. If not, just the last session will be counted.

  • Make Things configurable through settings.

  • Testing, lots of testing.

Other Plugins to Check Out

  1. Age plugin, which shows age and strength based off of epochs and epochs trained https://github.com/hannadiamond/pwnagotchi-plugins

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages