0ri0n Posted January 3 Share Posted January 3 I want to use the key croc to put gta 5 codes in. Something like this: while true;do if MATCH 10; then; SHIFT+~(this part doesn’t pull up the cheat bar in the game) QUACK STRING ‘painkiller’ RETURN fi done how can I get the key croc to pull up the cheat code input bar? I tried using the KEYCODE 02,00,35 for the tilde button but it doesn’t work during game play to pull up the cheat input bar. It would be awesome to be able to just hit 10, 11, 12 and so on to input various cheats during game play with the MATCH feature of the key croc. Since the numlock doesn’t need to be on to match it does work but I need to hit shift tilde then 10 to match the code painkiller as example. I want to just hit 10 or any number to match and have the croc put in the cheat code. Thanks in advance on how we could make this work ! Quote Link to post Share on other sites
spywill Posted January 4 Share Posted January 4 (edited) sorry I don't know what gta is but what i can tell is that you want to open up a menu by using SHIFT-~ and this will open up some type of search bar then you want to type in painkiller and this will start what ever you are trying to start is this right? If so this is how i would do it Be careful with using MATCH words because everytime you enter the number 10 this will start this payload even if you are not using this gta. MATCH 10 LED ATTACK sleep 1 Q SHIFT-~ sleep 1 Q STRING "painkiller" Q ENTER LED FINISH Edited January 4 by spywill Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.