Holding down means in this case that he repeats the script inf times, so its the same as an inf loop.Quote:
How about holding down the insert key? Don't forget that we are adding all of the script commands to the keypress category and not the key release category.
Agreed, we would need to see the config file to help further Pravesh, and I will check it out as well.Quote:
Holding down means in this case that he repeats the script inf times, so its the same as an inf loop.
same as pressing a key, it will repeat this letter or the command behind it, until you release.
example: [button pressed]aaaaaaaaaaaaaaaaaaaaaaaaaaaa[button released]
should work in both cases, either hold the button or implement a inf loop at the end of the script.
but even if you press the button once! he should execute the script once, so here it is not the case.
I don't exactly know your config or what steps you do, in order to help you, but try this, export your config, and post it here, so i can look into this.
I think to do what you are proposing we will need to know exactly how is the Pinnacle able to work with GameGuard running, considering that the conventional Windows API's cannot be used with Game Guard running. I think if we find the answer to that riddle then we will have our answer for a bypass for anything else.Quote:
Holding down a Button is an easier way, because you exit the script when releasing the button,
while in my script I need to stop the profile.
Next thing here, I tried the script with hot-swap now, and it did not work
So my question, since we need a second button press, why not combine two scripts?
Like Autoit and Pinnacle, is this possible? to create a Autoit script, which emulates a timed button press?
Because here is no GG that looks for a real button press...
lets say we have cycle command on the INSERT key,
lets call those cycles:
1-Buff
2-AMC (Attack&Movement&Camera)
while AMC is repeated 35 times -based on the breaks in there- to sum up to 30 minutes, (duration of buffs)
Buff is only needed once every 30 mins,
so the Autoit script, presses INSERT infinity times
I know, sounds weird, but it is an option ^^
other option would be placing Buff on releasing the button, so AMC will be repeated 35 times on buttonpress and Buff will be executed on button release
and Autoit will press INSERT again inf times ;)
the point here is, if Pinnacle recognizes a fake buttonpress, and executes its own script....
If you have any repeat/loopback commands before the infinite loop command then the infinite loop command will only repeat back to the last loop command.Quote:
rite now i use it seem good.. but...
it seem dont wanna loop after 3 attack if i put infinite loop after the cam movement..
n it only loop the cam movement...
the cam movement very fast @@ i dizzy looking at it...
so i put 2 sec pause after cam movement it seem more nice...
sry for bad english
Quote:
Tab
key 2 (chipping)
break 5 secs (so that the mob moves to your location)
key 1 (attack)
break 10 secs (for attacking)
key 9 (loot)
break 1 sec (looting)
key 9
break 1
key 9
break 1
[manual repeat of this code 3 times so that you attack 3 mobs in your current screen]
Heal
Camera turn
Loop inf times