-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cant add imput #17
Comments
Is that from Cyberpunk 2077? Are you using mods? I've never seen those characters in the game before. An update? |
its a hacking game for gmod that is biased on cyberpunk |
Interesting! Would you happen to know the name of the mod? The reason it autofills FF and others is that Cyberpunk only has a few specific digits that appear in the game so it's an optimization for not wasting typing time. I didn't think someone would make a mod with other characters to be honest :D I can add an option that lets you enter anything. |
please do it wold be very helpful |
also its not a mod its a different game biased on the hacking from cyberpunk |
What is its name? |
its a gmod server called civilgamers |
from what i can tell it just needs to not auto complete |
It also requires some additional tweaking in the solver because in Cyberpunk all of the digits are hexadecimal numbers, but the ones in your example are not (e.g. X7). The solver uses this fact for optimizations. |
question how hard wold it be to change the size of the hack |
Which size? |
I don't think there is a limit on the matrix size (if there is, it's probably 8x8?). The website has a placeholder for the matrix but that is only an example - you can enter any size you want. Although to be honest I don't know how well it handles cases where the matrix is wider than its height (e.g. 7x6 matrix like in your image) - I originally programmed the thing with the assumption it's always X*X. Maybe it works out of the box. |
how should i change the size |
You just write the matrix in the code matrix box |
so how do i add custom inputs |
when i try to do f8 it just dose ff it also dose this with every other
The text was updated successfully, but these errors were encountered: