WarFace Script???

GPC2 script programming for Titan Two. Code examples, questions, requests.

Re: WarFace Script???

Postby Shthappensbro » Sat Aug 24, 2019 11:03 pm

bonefisher wrote:On the aim abuse try these settings 320, 15, 15, 15.....


did that and got 50/22
User avatar
Shthappensbro
Major
Major
 
Posts: 754
Joined: Wed Aug 16, 2017 4:55 pm

Re: WarFace Script???

Postby Shthappensbro » Sun Aug 25, 2019 2:43 am

bonefisher wrote:
JamesCaywood wrote:
bonefisher wrote:So you want to aim and have fire trigger set it off



Hey anyway u can probably add why crouch spamming it keeps press LS Down too ? So I dont get stuck in crouch mode after firing?

That isn't going to help....so how do you like getting push out in open when a player of your own comes up behind you while your in a gun fight pushing you out and nothing you can do or when the aim sticky locks in on your to hold you there for a second to get you shot....lol! Game needs some serious help!



we should try it lol hate being crouch when u stop firing :( what about a fast off and on switch? like tap rs down twice on and off??
User avatar
Shthappensbro
Major
Major
 
Posts: 754
Joined: Wed Aug 16, 2017 4:55 pm

Re: WarFace Script???

Postby bonefisher » Sun Aug 25, 2019 3:44 am

I'll test a quick jump hit after release of fire trigger to see if it jumps or just stands or no response but leaving you standing anyway!
bonefisher
Lieutenant General
Lieutenant General
 
Posts: 5413
Joined: Thu Jan 29, 2015 10:49 am

Re: WarFace Script???

Postby bonefisher » Sun Aug 25, 2019 3:48 am

Looking for a reload cancel so I don't get caught reloading which a lot of my deaths are from that.
bonefisher
Lieutenant General
Lieutenant General
 
Posts: 5413
Joined: Thu Jan 29, 2015 10:49 am

Re: WarFace Script???

Postby Shthappensbro » Sun Aug 25, 2019 3:50 am

bonefisher wrote:Looking for a reload cancel so I don't get caught reloading which a lot of my deaths are from that.

lol yeah reload slow af i think sprinting should fix the problem??? with forward push??
User avatar
Shthappensbro
Major
Major
 
Posts: 754
Joined: Wed Aug 16, 2017 4:55 pm

Re: WarFace Script???

Postby bonefisher » Sun Aug 25, 2019 4:13 am

Double tap special quick cancels reload but checking the stupid delay behind reload now!
bonefisher
Lieutenant General
Lieutenant General
 
Posts: 5413
Joined: Thu Jan 29, 2015 10:49 am

Re: WarFace Script???

Postby Shthappensbro » Sun Aug 25, 2019 4:17 am

bonefisher wrote:Double tap special quick cancels reload but checking the stupid delay behind reload now!



dont think there is away around that lol
User avatar
Shthappensbro
Major
Major
 
Posts: 754
Joined: Wed Aug 16, 2017 4:55 pm

Re: WarFace Script???

Postby bonefisher » Sun Aug 25, 2019 10:46 pm

Code: Select all
 
#pragma METAINFO("CrouchSpamming", 1, 0, "bonefisher")
 
int Count;
 
main {
    if(is_active(BUTTON_5))
    {
    if(Count<1) {combo_run(CrouchSpam);}
    }
}
 
combo CrouchSpam {
    set_val(BUTTON_15,100);
    wait(100);
    wait(180);
      set_val(BUTTON_15,100);
    wait(100);
    wait(180);
    Count=Count+1;
    if(Count==1) {
            Count=0;
    }
}
 
 
 

See if you like this crouch spam.
bonefisher
Lieutenant General
Lieutenant General
 
Posts: 5413
Joined: Thu Jan 29, 2015 10:49 am

Re: WarFace Script???

Postby Shthappensbro » Sun Aug 25, 2019 11:05 pm

bonefisher wrote:
Code: Select all
 
#pragma METAINFO("CrouchSpamming", 1, 0, "bonefisher")
 
int Count;
 
main {
    if(is_active(BUTTON_5))
    {
    if(Count<1) {combo_run(CrouchSpam);}
    }
}
 
combo CrouchSpam {
    set_val(BUTTON_15,100);
    wait(100);
    wait(180);
      set_val(BUTTON_15,100);
    wait(100);
    wait(180);
    Count=Count+1;
    if(Count==1) {
            Count=0;
    }
}
 
 
 

See if you like this crouch spam.






seems to do dbetter but idk bc its not with rapid fire u know
User avatar
Shthappensbro
Major
Major
 
Posts: 754
Joined: Wed Aug 16, 2017 4:55 pm

Re: WarFace Script???

Postby bonefisher » Mon Aug 26, 2019 12:06 am

Doesn't matter! Still work the same......
bonefisher
Lieutenant General
Lieutenant General
 
Posts: 5413
Joined: Thu Jan 29, 2015 10:49 am

PreviousNext

Return to GPC2 Script Programming

Who is online

Users browsing this forum: No registered users and 99 guests