Archeage - AntiAFK

10/02/2014 20:32 Paraly#121
Quote:
Originally Posted by pikachukaki View Post
Do you still work on this app?
currently I'm really busy with other projects :(
But yeah I'll surely update this if I got some more time.
10/02/2014 21:17 pikachukaki#122
Quote:
Originally Posted by Paraly View Post
currently I'm really busy with other projects :(
But yeah I'll surely update this if I got some more time.
Other projects for the game or else?
10/02/2014 21:36 Paraly#123
Quote:
Originally Posted by pikachukaki View Post
Other projects for the game or else?
for another game
10/03/2014 13:53 dulek66#124
Is it still undetedted after today's patch?

Edit: I've checked. Everything's working fine!
10/03/2014 19:42 BeGee#125
Thank you for this great app! I hope you will keep developing, i just wanted to say how impressed i am!
If i may help, i have noticed that if you use pause and resume, hackshield is detecting and closes game. This happened 2 times so i noticed pattern. If you dont use pause, app is not detected at all. Cheers!
10/03/2014 19:59 Paraly#126
Quote:
Originally Posted by BeGee View Post
Thank you for this great app! I hope you will keep developing, i just wanted to say how impressed i am!
If i may help, i have noticed that if you use pause and resume, hackshield is detecting and closes game. This happened 2 times so i noticed pattern. If you dont use pause, app is not detected at all. Cheers!
thanks for your feedback and the information, I'll change the hotkey method next update :)
10/04/2014 05:05 native#127
Läuft mit einer Logitech Gaming Tastatur problemlos ohne jegliche Scripte.
Einfach Inventar öffnen, Maus über ein Rüstungs- oder Schmuckteil halten, was man 2x hat und einfach alle 2-3 Minuten ein Rechtsklick darauf in Schleife laufen lassen. Siehe da, man bleibt die ganze Zeit eingeloggt, weil die Logitech Gaming Software realistische Signale sendet. Die Gamingsoftware kann XL-Games nicht via Hackshield blocken, weil es eine ganz normale Software für die Gamingserien von Logitech ist, was auch Headset Maus und Co beinhaltet. Also sorglos "Stay Online!" :-)

Beispiel für 30 Sekunden
[Only registered and activated users can see links. Click Here To Register...]
10/04/2014 09:17 Lumbreayer#128
habe es auch grade ausprobiert. Funktioniert wunderbar.
10/04/2014 15:28 SpyPower#129
The source code and the executable version 1.22s are not the same. please update your source code. Compiling the source, I figured that the calc_pos(1) should be the glyph window, instead it is the archeage window. Also, the numbers for server selection for resolution 1920x1080 (16:10) are $cPos[0] = $p[2] / 2.097457627118644 and $cPos[1] = $p[3] / 2.517482517482517
unfortunately I couldn't test them because as I mentioned before the source is different version, older.
Also, while on glyph window, the source code drags the window while the executable 1.22s is correctly pressing the play. I could help you with the resolutions as I figured how to do it.
Hope for a fast reply. Thanks in advance and thumbs up for the awesome work mate.

edit: also, forgot to ask, why is the source code (downloadable) in hex format? is this some kind of encoding?
10/04/2014 15:51 Paraly#130
Quote:
Originally Posted by SpyPower View Post
The source code and the executable version 1.22s are not the same. please update your source code. Compiling the source, I figured that the calc_pos(1) should be the glyph window, instead it is the archeage window. Also, the numbers for server selection for resolution 1920x1080 (16:10) are $cPos[0] = $p[2] / 2.097457627118644 and $cPos[1] = $p[3] / 2.517482517482517
unfortunately I couldn't test them because as I mentioned before the source is different version, older.
Also, while on glyph window, the source code drags the window while the executable 1.22s is correctly pressing the play. I could help you with the resolutions as I figured how to do it.
Hope for a fast reply. Thanks in advance and thumbs up for the awesome work mate.

edit: also, forgot to ask, why is the source code (downloadable) in hex format? is this some kind of encoding?
The sourcecode is exactly the same as the executable, and the downloadable sourcecode does include the rename part so what it does is just creating the normal file as you know from the sourcecode with a random filename.
10/04/2014 16:04 SpyPower#131
Quote:
Originally Posted by Paraly View Post
The sourcecode is exactly the same as the executable, and the downloadable sourcecode does include the rename part so what it does is just creating the normal file as you know from the sourcecode with a random filename.
The source code I mentioned was the one you posted on the first post.
Unfortunately I saw differences.
The difference is in the glyph window that is dragged instead of pressing the play button.
I understood of the renaming of the file, but the code instead is in HEX and not readable by me.
The correct values for positioning in 1920x1200 Is
$cPos[0] = $p[2] / 2.097457627118644
$cPos[1] = $p[3] / 2.830188679245283
I changed all the positions (cause the one that actually did press the mouse was the disconnect function (mode 4) and it worked.
As soon as I could have your original code of 1.22s I could change it for me. Also it would be better (for me at least) to have auto relog enabled and jump disabled (already changed that for mine) because auto jump is not needed.
Your prog worked for me for 12+ hours 2 days in a row.
10/04/2014 16:23 Paraly#132
I think you won't understand what I told you. the one in the first post is the original sourcecode and the sourcecode you can download does include the rename part everything else is the same, you can't read it cause it does just contain the binary data to create the real file but it's the same however I'll add all resolutions directly without any calculations in the next update.
10/04/2014 16:31 SpyPower#133
Quote:
Originally Posted by Paraly View Post
I think you won't understand what I told you. the one in the first post is the original sourcecode and the sourcecode you can download does include the rename part everything else is the same you can't read it cause it does just contain the binary data to create the real file but it's the same however I'll add all resolutions directly without any calculations in the next update.
I figured you wouldn't understand me.
On your first post, you have
1)Source code AutoIT quoted. Ill call it source code.
2)Downloadable source code. Ill call it downloadable source code.
3)Archeage-antiafk 1.22s.zip which is the executable. Ill call it just executable.

The downloadable source code is the same as the executable. Whereas the source code is not the same as downloadable and executable.
The mouse clicks are different, the glyph window is dragged, the disconnect button is not pressed and some others.
The downloadable source code and the executable does NOT drag the glyph window, instead its working, the disconnect button is pressed correctly, it moves and presses the mouse correctly but not in the correct, for me, position.
What I would love is to be able to make the changes my self into the downloadable source code so I wouldn't have a problem, but I can't. It is on hex.

I am sorry for my English, and hope to be of some help.
10/05/2014 16:37 Dakushisai#134
hey, danke für dein nettes Tool,
darf ich aber mal fragen was das Tool bewirken soll? Klar ich kenne das Prinzip des
Tools aber was bringt mir das? Wenn ich nach 45 ausgeloggt werde, dann logge ich mich doch einfach wieder ein, oder habe ich etwas übersehen ^^
10/05/2014 16:56 Paraly#135
Quote:
Originally Posted by Dakushisai View Post
hey, danke für dein nettes Tool,
darf ich aber mal fragen was das Tool bewirken soll? Klar ich kenne das Prinzip des
Tools aber was bringt mir das? Wenn ich nach 45 ausgeloggt werde, dann logge ich mich doch einfach wieder ein, oder habe ich etwas übersehen ^^
1. habe ich das Tool zu der Zeit erstellt als es noch sehr sehr lange Warteschlangen gab und wenn man erst einmal drin ist will man nicht unbedingt nochmal raus und wieder durch die Warteschlange
2. der wohl viel wichtigere Grund ist das es Arbeitspunkte gibt während man eingeloggt ist so kannst du z.B. nachts eingeloggt bleiben damit du am nächsten Tag viele Arbeitspunkte hast.