Create a new user:
- Open command prompt as admin
- Run (change username and password)
Code:
net user username password /add
Limit the access to the GameHelper folder:
- Go to the GameHelper folder
- Right click -> Properties
- Security -> Groups or usernames EDIT
- Click ADD -> Write your username under object names and click check names
- Click Ok then DENY FULL CONTROL for that user
Create a .bat file with:
Code:
@echo off
setlocal
C:\Windows\System32\runas.exe /user:YOUR_LIMITED_USER /profile /savecred "cmd /c cd /d "C:\Program Files (x86)\Steam" && start steam.exe"
pause
C:\Windows\System32\runas.exe /user:YOUR_LIMITED_USER /profile /savecred "cmd /c cd /d "C:\Program Files (x86)\Steam\steamapps\common\Path of Exile 2" && start PathOfExile_x64Steam.exe"
Run the script, wait for steam to load and press spacebar or any key.
What it does is:
- First run steam as your limiteduser
- Then run the game as your limiteduser
How to make sure it worked?
- Open task manager
- Go to "Details" and check if steam and PoE are running through your limited user (order by user name)
Issues:
- You might need to change the path of the game in the .bat file
This is great,
Here is the code for stand alone
Code:
@echo off
setlocal
C:\Windows\System32\runas.exe /user:YOUR_LIMITED_USER /savecred "cmd /c cd /d \"D:\Grinding Gear Games\Path of Exile 2\" && start PathOfExile_x64.exe"
Make sure to:
- Go to C:\Users\YOUR_MAIN_USER\Documents\
- Copy My Games\Path of Exile 2
- Go to C:\Users\YOUR_LIMITED_USER\Documents\
- Paste My Games\Path of Exile 2
What might help as well:
- Change API to VULKAN
- Disable triple buffering
- Enable VSYNC in the GameHelper settings
OBS:
- GameHelper indeed uses more of your PC than just playing the game. Make sure to compensate for this with optimized graphics settings.
Vulken is trash performance, I tried it a few weeks ago, almost unplayable.
Invoker Monk auto switch to first weapon after medidate
The reason why I'm on my 2nd weapon set while meditating is because I have a wand with +lvl to spell skill and a focus with increased energy shield recharge rate and +lvl to spell skill 2025-01-14 19_54_35-Wyffudy Hdhbkfome Ycketa.png
pause.png
I want to make "pause" script when im low life, tried first <30% life condition, now I tried to add "nearby monster", both are true, key is set to Escape and its enabled. Still it doesnt click Escape. I tried to restart game and software. Please help. When I change in default profile where flask are used the key to Escape it works properly.
Turn on debug mode.
If I did not reply to you, it mean the question you are asking is stupid.
So im just trying to learn the software, issue was with me and that I had "common config" tab options hidden, there I noticed profiles are set of scripts, not a separate scripts that I can enable/disable, like I thought at first. Sorry for cluttering Your thread with pointless post.
Is it possible somehow to make a trigger that will check if on zone that Orb of Storms create is rare+ monster and if not to trigger it? Like "monster nearby zone" but for skills.
Last edited by MateuszNowak; 01-14-2025 at 10:49 AM.
Post Thanks / Like - 1 Thanks
GameHelper (1 members gave Thanks to MateuszNowak for this useful post)
So im just trying to learn the software, issue was with me and that I had "common config" tab options hidden, there I noticed profiles are set of scripts, not a separate scripts that I can enable/disable, like I thought at first. Sorry for cluttering Your thread with pointless post.
Is it possible somehow to make a trigger that will check if on zone that Orb of Storms create is rare+ monster and if not to trigger it? Like "monster nearby zone" but for skills.
I don’t know what you mean by “on zone” and I don’t know what you mean by “create” over here….your question is confusing….
Originally Posted by D3Boi
How do you make a Monk autohotkey? For buffing?
No idea, not playing monk, hopefully someone from the community would know the answer.
If I did not reply to you, it mean the question you are asking is stupid.
[QUOTE=GameHelper;4537019]I don’t know what you mean by “on zone” and I don’t know what you mean by “create” over here….your question is confusing….
My bad, sorry. Orb of storm creates AOE, mob has to be inside of the AOE to deal damage thru other skill. The idea for trigger would be to check if mob is inside of the orb of storm AOE. Like "Monster nearby zone" but instead for player - for the spell AOE. Im not too good explaining stuff, sorry for that. Its probably very niche use case and unnecessary work, nevermind it.
didnt testet the second one but the first one works great for me
it trigger only if i have 3 or more Power Charges and i dont have the Charged staff buff or the charged staff buff remaining time is below 5 sec
or it triggers when the power charges are running out of time but only with 3 or more charges
Last edited by darkxell133; 01-15-2025 at 07:25 AM.
Post Thanks / Like - 1 Thanks
D3Boi (1 members gave Thanks to darkxell133 for this useful post)
I don’t know what you mean by “on zone” and I don’t know what you mean by “create” over here….your question is confusing….
My bad, sorry. Orb of storm creates AOE, mob has to be inside of the AOE to deal damage thru other skill. The idea for trigger would be to check if mob is inside of the orb of storm AOE. Like "Monster nearby zone" but instead for player - for the spell AOE. Im not too good explaining stuff, sorry for that. Its probably very niche use case and unnecessary work, nevermind it.
yeah....that's not implemented....chances of me implementing anything like that is low....there was another similar idea...."nearby zone" but near the mouse rather than player.
If I did not reply to you, it mean the question you are asking is stupid.
didnt testet the second one but the first one works great for me
it trigger only if i have 3 or more Power Charges and i dont have the Charged staff buff or the charged staff buff remaining time is below 5 sec
or it triggers when the power charges are running out of time but only with 3 or more charges
Is there any logic I can do, for example, to leave the blink on weapon 2 and when pressing space if the skill is up it will use it? Or not? In the case of making a quick change, I don't know if it's possible.