AFK Loader

02/15/2014 15:12 rwonderz#31
Quote:
Originally Posted by ntKid View Post
are using the default Macro.lua or have you edit it?
default Macro.lua
thank you for you response ntKid :)
02/15/2014 15:17 canziem007#32
Mine's crashes too, win7 x64 :(
02/15/2014 15:22 ntKid#33
Quote:
Originally Posted by rwonderz View Post
default Macro.lua
thank you for you response ntKid :)
Since default script will send the skill that is on your 1, 2, 3 slots, lets try some debugging. Before enabling the script remove the skills from these slots leaving the slot blank, then turn the script on.

Let me know if it still crashed, if not crashed try adding them 1 by 1 until something goes wrong so we can try and find a pattern.

Thanks for debugging this, aswell.

-Found one bug:
Altering your limited field of vision will cause the game to crash in certain areas.

-removed field of vision increase( redownload file [Only registered and activated users can see links. Click Here To Register...] )

I will not keep supporting this AFKLoader Extension here until Thr!ce give me permission to, after all its his thread =)

Further issues please private message me.
02/15/2014 16:09 rwonderz#34
Quote:
Originally Posted by ntKid View Post
Since default script will send the skill that is on your 1, 2, 3 slots, lets try some debugging. Before enabling the script remove the skills from these slots leaving the slot blank, then turn the script on.

Let me know if it still crashed, if not crashed try adding them 1 by 1 until something goes wrong so we can try and find a pattern.

Thanks for debugging this, aswell.
1st : 1-3 slot remove other still there - F10 - crash after F10 immediatly
2nd : all slot remove - F10 - walk freely for awhile - add slot 1(range 1.2 cooldown) - CRASH after 30-40 sec
3rd : all slot remove - F10 - walk freely for awhile - add slot 1 (change skill range 2.3 cooldown) - NO CRASH
4th : all slot remove - F10 - walk freely for awhile - add slot 1 (change skill range 2.3 cooldown) - CRASH

doing more test
and ill pm you if found more
thanks you ntKid! :D
02/15/2014 21:43 ntKid#35
Source of CLua extension is available for download [Only registered and activated users can see links. Click Here To Register...]
02/15/2014 21:47 hcee#36
Quote:
Originally Posted by ntKid View Post
Source of CLua extension is available for download [Only registered and activated users can see links. Click Here To Register...]
i dont know how to use this :(
02/15/2014 21:49 TheStupidDog#37
Awesome stuff once again ntKid :) having LUA injection already is a huge step forward :) Thanks to you and Thr!ce things are looking awesome :P

I sent you a pm asking a question but I'm unsure you've noticed it by the way ;) I was just curious to know what skill id / LUA command someone would use to spam an eidolon skill? I tried using numbers in the 20's but to no avail :/ is it even possible?
02/15/2014 21:57 ntKid#38
i was thinking about that earlier, saving the skill Id of something else and sending it.
The mage memories quest that you get ganged by mobs and just have Ice and Fire AOE would rock.
Nice idea :P
02/16/2014 02:23 vandridel#39
will update when i got time to play around.
02/16/2014 03:04 ntKid#40
CLua Update
Redownload File [Only registered and activated users can see links. Click Here To Register...]

This update was based on performance and stability of the CLua, hopefully will help those members that are crashing.

Further issues please private message me.
02/16/2014 15:37 AlainProvist#41
Thanks for the sources of CLua. I'm giving a look to it right know, and I'm still questioning myself about the meaning of lpBase you use in your functions. Is is supposed to be a pointer address ? Is it an opcode offset ?
I'm very confused cause I try to watch with CE at this address and found nothing neither opcode, nor values or pointers... I must have missed something important, but can't guess what u_u.

Let's take the example of the function :
ULONG GetPlayerTarget( ULONG lpBase = 0x00F38224 )

From what I understand of the asm is that you look for the content of something pointed at address lpBase ; probably the target pointer, verify it's not null, and then get a value at offset 0x0000004C inside the object pointed ; probably the target id of your target and return it.
If I got it right, this would mean that lpBase is a static address always containing a pointer on your target (which makes no sense for me... why yould a game store the target pointer statically? It should be a dynamic address...).
02/16/2014 15:58 LetsPlayPixelz#42
Maybe someone of you need it.

Pointer for the Target:
00B3A98C

Offsets for the HP
{ 0xC, 0x8 } (int)

Offsets for the Name
{ 0xC, 0x100 } (string)

I will Update them if they are not up to date
02/16/2014 22:21 gabrielgray#43
AFK loader doesn't work for me now. It was working this morning... now everytime I try to load the exe it only shows a blank window instead of the login one.
02/16/2014 22:28 Thr!ce#44
Server problems.
02/17/2014 01:46 sannoh2#45
how do i use CLUA btw?