[Release] - uNf Trainer

03/05/2016 21:14 Chicken Lips#2521
Quote:
Originally Posted by Ploxasarus View Post
Then there should be absolutely no problem running the 32bit client in conjunction with Unf unless you are not setting admin if needed or you have the process renamed as something else.
Nothing was renamed.

Before, GW2 was running without admin and Unf with admin. Changed both to admin and it works. I find that... Odd.
03/05/2016 21:53 Envision.LastChaos#2522
Good
03/05/2016 22:17 nivahR#2523
hey Ploxasarus,how high is the chance to get banned by just using autoloot? :)

greets
03/06/2016 18:52 Ploxasarus#2524
Quote:
Originally Posted by nivahR View Post
hey Ploxasarus,how high is the chance to get banned by just using autoloot? :)

greets

None that I'm aware of? It uses direct input.
03/08/2016 21:34 Ploxasarus#2525
Quote:
Originally Posted by caitdeen View Post
Unf Fly - Sprint - Strife - Speed Broken on todays patch. ESP Ok.
All updated & the highlighting for hp updated in esp with a slightly better pattern added.
03/08/2016 21:42 brievap#2526
Always on top of things plex, :) kudos and thank you.
03/09/2016 01:52 peperia#2527
Plox is the best!!!
03/10/2016 15:14 marotti#2528
Nice work!!!
03/11/2016 04:06 username1042#2529
Quote:
Originally Posted by caitdeen View Post
p.d: Already tried with an autoit / autohotkey script. But for any reason, autoit cant manipulate .NET app controls. :confused:
If you want to send a command to a windows forms interface then AutoHotkey handles that quite nicely. The abridged syntax is as follows:
Code:
Control, Check,, <ClassNN of control>, <Class of form>
So to check the sprint checkbox in Unf, you could use the following hotkey, F8 (note that these values might be different depending on your system):
Code:
UNF := "ahk_class WindowsForms10.Window.8.app.0.33c0d9d"
SPRINT := "WindowsForms10.BUTTON.app.0.33c0d9d11"

F8::
    Control, Check,, %SPRINT%, %UNF%
    return
This also handles un-checking automatically since the command acts as a toggle.
03/11/2016 04:42 username1042#2530
Quote:
Originally Posted by caitdeen View Post
Ty for your suggestion. Already tried but no response. Tried AutoIT.. and all other recipes from stackoverflow, but nothing. Can you verify your script? Maybe i hv some OS incompatibility. Win8.1

edit. Are the same ClassNN values for me
Not sure whether it will require the same values for you but I can verify that it 'works for me'. Try it out and see what happens I suppose...

If you want more information on AHK's "Control" see:
[Only registered and activated users can see links. Click Here To Register...]

Also it might be obvious but F8 is not such a good hotkey for this, maybe consider replacing it with "^T" for Ctrl + T or something similar.
03/11/2016 15:48 pedjanik10#2531
Quote:
Originally Posted by Ploxasarus View Post
All updated & the highlighting for hp updated in esp with a slightly better pattern added.
MAte it just sas connected and no option is working why?
03/13/2016 18:45 Icy1-0-6#2532
Quote:
Originally Posted by pedjanik10 View Post
MAte it just sas connected and no option is working why?
Run compatability mode of windows 7, solved it for me.
03/14/2016 18:42 marksman94#2533
Hi Plox,
Having some issues with the UNF client. Running 32bit gw2 on win10, all .NET and Vis packs up-to-date but for some reason it says connected but is still greyed out.

I cant do anything on the client
03/16/2016 23:42 queiroz13#2534
Best trainer!!
03/17/2016 00:07 Ploxasarus#2535
Quote:
Originally Posted by marksman94 View Post
Hi Plox,
Having some issues with the UNF client. Running 32bit gw2 on win10, all .NET and Vis packs up-to-date but for some reason it says connected but is still greyed out.

I cant do anything on the client
Check your gw2 executable name, isn't always the case but sometimes can be an issue though it should grab either Gw2 or gw2. Make sure to run as admin and check antivirus software, too.