Is it possible

General Chat, Feel Free To talk about anything here.
Post Reply
Abra23
Posts: 22
Joined: Sat Jul 08, 2023 4:34 pm

Is it possible

Post by Abra23 »

Hello guys I thinking about doing script like in Cronusmax on gimx is it possible?

For example:

int onoff;

main {

if(event_press(PS4_R3))
onoff = !onoff;
if(onoff)
set_val(PS4_R3, 100);
}


That’s script by Cronus, if I click R3 ones it will be holding all the time and when I click R3 again it will stops holding R3.

Can I do this by gimx?
User avatar
GoDlike
Posts: 1319
Joined: Thu Apr 28, 2016 12:47 pm
Location: Poland

Re: Is it possible

Post by GoDlike »

Yes. It's possible by using macro.
My hardware: PS3 Slim CFW 4.80 | PS4 Pro 500 Million LE | PS5 | Xbox Series X
Steam: Godlike_RU | PSN: GoDlike_RU | XBL: GoDlike
Abra23
Posts: 22
Joined: Sat Jul 08, 2023 4:34 pm

Re: Is it possible

Post by Abra23 »

That’s great, I’m new here and I ordered gimx parts DIY it will be arrive after 25 days :( :cry: bad feelings I can’t waiting :lol:
Post Reply