Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Aura Kingdom
You last visited: Today at 06:37

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



AFK Loader

Discussion on AFK Loader within the Aura Kingdom forum part of the MMORPGs category.

Reply
 
Old 02/15/2014, 15:12   #31
 
elite*gold: 0
Join Date: Feb 2010
Posts: 8
Received Thanks: 1
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
rwonderz is offline  
Old 02/15/2014, 15:17   #32
 
elite*gold: 0
Join Date: Feb 2014
Posts: 1
Received Thanks: 0
Mine's crashes too, win7 x64
canziem007 is offline  
Old 02/15/2014, 15:22   #33
 
ntKid's Avatar
 
elite*gold: 0
Join Date: Nov 2008
Posts: 181
Received Thanks: 463
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 )

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.
ntKid is offline  
Thanks
2 Users
Old 02/15/2014, 16:09   #34
 
elite*gold: 0
Join Date: Feb 2010
Posts: 8
Received Thanks: 1
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!
rwonderz is offline  
Thanks
1 User
Old 02/15/2014, 21:43   #35
 
ntKid's Avatar
 
elite*gold: 0
Join Date: Nov 2008
Posts: 181
Received Thanks: 463
Source of CLua extension is available for download
ntKid is offline  
Thanks
2 Users
Old 02/15/2014, 21:47   #36
 
elite*gold: 0
Join Date: Jun 2012
Posts: 28
Received Thanks: 0
Quote:
Originally Posted by ntKid View Post
Source of CLua extension is available for download
i dont know how to use this
hcee is offline  
Old 02/15/2014, 21:49   #37
 
TheStupidDog's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 78
Received Thanks: 54
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?
TheStupidDog is offline  
Thanks
1 User
Old 02/15/2014, 21:57   #38
 
ntKid's Avatar
 
elite*gold: 0
Join Date: Nov 2008
Posts: 181
Received Thanks: 463
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
ntKid is offline  
Old 02/16/2014, 02:23   #39
 
elite*gold: 0
Join Date: Mar 2008
Posts: 82
Received Thanks: 18
will update when i got time to play around.
vandridel is offline  
Thanks
1 User
Old 02/16/2014, 03:04   #40
 
ntKid's Avatar
 
elite*gold: 0
Join Date: Nov 2008
Posts: 181
Received Thanks: 463
CLua Update
Redownload File

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.
ntKid is offline  
Thanks
1 User
Old 02/16/2014, 15:37   #41
 
AlainProvist's Avatar
 
elite*gold: 0
Join Date: Aug 2012
Posts: 381
Received Thanks: 560
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...).
AlainProvist is offline  
Thanks
1 User
Old 02/16/2014, 15:58   #42
 
elite*gold: 0
Join Date: Jan 2014
Posts: 31
Received Thanks: 14
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
LetsPlayPixelz is offline  
Old 02/16/2014, 22:21   #43
 
elite*gold: 0
Join Date: Feb 2009
Posts: 26
Received Thanks: 1
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.
gabrielgray is offline  
Old 02/16/2014, 22:28   #44
 
Thr!ce's Avatar
 
elite*gold: 20
Join Date: Aug 2005
Posts: 652
Received Thanks: 189
Server problems.
Thr!ce is offline  
Old 02/17/2014, 01:46   #45
 
elite*gold: 0
Join Date: Mar 2009
Posts: 23
Received Thanks: 0
how do i use CLUA btw?
sannoh2 is offline  
Reply


Similar Threads Similar Threads
LNL LOADER WALLHACK LOADER! V7 ( UPDATED ) FREE DOWNLOAD!!!
03/26/2015 - Soldier Front Hacks, Bots, Cheats & Exploits - 2 Replies
Tested on Win7 32 bit only! 1. Extract File,then the run loader. http://www.mediafire.com/convkey/0be2/x12113yjtef hoowfg.jpg?size_id=3 2. Click activate specialforce hack, launch the game, enjoy! Features and Hotkeys:
Need a comparble loader or loader/ client 5700
06/16/2013 - CO2 Private Server - 4 Replies
Can anyone inform me how to get a proper working link to working loaders or clients with compatible loaders to these sources Fire-fox 5723 BY HaMdY Matrix-Co Version 5700 Full Fixed If anyone has a working client or loader with client please vibes me i have setup all these sources and loaded them in terminal but cannot get a working client/loader to login i remain with 2 possible login errors these are
[1.11] CyberVeezy Hack-Loader *My newest Hacks are on this loader* [HOT;HOT]
03/19/2013 - WarRock Hacks, Bots, Cheats & Exploits - 18 Replies
Hallo liebe Hacker, da ich keine Lust mehr habe jedes mal wegen einem Hack einen neuen Thread aufmachen zu müssen habe ich hier ein kleines Tool programmiert das immer zeigt was mein neuester Hack ist. http://img4.fotos-hochladen.net/uploads/hackloade rptmbxvo014.png Das Tool macht nichts anderes, als Daten von meinem FTP auf dieses Programm zu downloaden und an alle kleinen Kiddy's die meine FTP Daten aus diesem Programm entnehmen wollen ihr habt keine Chance testet einfach warum ;) ...
[Release] ZSZC Loader (Edited From lolkop's loader)
10/28/2011 - SRO PServer Guides & Releases - 16 Replies
Hello , i have just Edited lolkop's loader for zszc Screen http://img825.imageshack.us/img825/4439/918201043 801am.jpg Download VirusTotal



All times are GMT +2. The time now is 06:37.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.