Jump to content

Key croc to match shift tilde in gta to put cheats in


0ri0n

Recommended Posts

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 ! 

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

  • 4 weeks later...
On 1/4/2021 at 5:12 AM, spywill said:

sorry I don't know what gta is

It's a popular video game series. Popular among teen-agers, because it teaches them what not to do. Popular among law enforcement, because if gives them work to do. You know, rounding up all of the gamers who thought it would be cool in real life...

 

Don't try this at home, OR ANYWHERE ELSE!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...