mattfr1 0 Posted March 7, 2018 (edited) Hi, I want to add this code to get more continental coins. What should I do with this script ? { "name": "blabla", "description": "ayylmao", "author": "dunno its old", "contact": "dont", "version": "xd", "blt_version" : 2, "color" : "50 50 50", "keybinds" : [ { "keybind_id" : "continental_tool", "name" : "Continental Coin Binding", "description" : "", "script_path" : "keybinds/continental.lua", "run_in_menu" : true, "run_in_game" : false, "localized": false } ] } Edited March 7, 2018 by mattfr1 clarity Share this post Link to post Share on other sites
The3DReaL 483 Posted March 8, 2018 I am sorry for the delay, @mattfr1. Unfortunately we are not Pirate Perfection to scoff at customers. Just in the main menu, click F10 - Continental Coins. We also have CustomApi system, so if you want add self code, then open mods/P3DHack folder/CustomApi/CustomApi.luac is custom KeyBinds and custom hook is custom hook. If you need add custome button, do open CustomApi.luac and add your code. After that in main menu press settings - Mod KeyBinds and make KeyBinds on CustomApi what you prefer button to use Share this post Link to post Share on other sites