decker
Active member
- Joined
- Apr 30, 2005
- RedCents
- 452¢
Ok so im afking alot atm. I really hate maxing out my aas while sleeping so i wanted something that would make me able to buy aas while afk...
Code is modified from an inc /ini by EvenLessSpam (not a member of this site his site i think, but i changed it enoth so hes ok with me posting here)
But that was (i think a bit out of date) so i rewrote it.
Use:
In your afk macro add this line in the top:
Example:
Edit the ini file to get what ever aas you want to get:
So that would be:
hope this can make your cheating easyer
-decker
Code is modified from an inc /ini by EvenLessSpam (not a member of this site his site i think, but i changed it enoth so hes ok with me posting here)
But that was (i think a bit out of date) so i rewrote it.
Use:
In your afk macro add this line in the top:
Rich (BB code):
#include aa.inc
Rich (BB code):
/if (${Me.AAPoints} > 29) /call getaaini
Example:
Rich (BB code):
| This is a macro compiled by Decker
| Do not steal this, or RedGuides will punch you in the mouth.
#include aa.inc
#include alert.inc
#turbo
#event zoned "#*#You have entered#*#"
Sub Main
/declare laps int outer 0
/declare aas float outer 0
/declare aas_hr float outer 0
/declare start_aaexp float outer ${Me.PctAAExp}
/declare start_aas int outer ${Me.AAPointsTotal}
/declare got_reward bool outer false
/call Alert
:loopstart
/doevents
/if (${Me.AAPoints} > 29) /call getaaini
/call GMcheck
:check
/call SafetyCheck 800 2
/if (${Macro.Return.NotEqual[OK]}) {
/popup There's someone near who isn't welcome...
/if (${Macro.Return.Equal[GM]}) {
/popup OMG! It's a GM. Time to bail...
/endmacro
} else /if (${Macro.Return.Equal[PC]}) {
/echo Pausing the Macro until they leave...
/popup Pesky players, they're everywhere...
/delay 5s
/goto :check
}
}
Edit the ini file to get what ever aas you want to get:
Rich (BB code):
[yourserver_Zerker]
Planar Power=General
Innate Run Speed=General
Innate Metabolism=General
Discordant Defiance=General
Combat Stability=General
Combat Agility=General
Origin=General
Enhanced Aggression=Archetype
Ferocity=Archetype
Weapon Affinity=Archetype
Punishing Blade=Archetype
Killing Spree=Archetype
Heightened Endurance=Archetype
Finishing Blow=Archetype
Battle Leap=Class
Blinding Fury=Class
Blood Pact=Class
Blur of Axes=Class
Cascading Rage=Class
Combat Fury=Class
Crazed Onslaught=Class
Cry of Battle=Class
Desperation=Class
Echoing Cries=Class
Flurry=Class
Frenzied Defense=Class
Furious Rampage=Class
Hastened War Cry=Class
Physical Enhancement=Class
Planar Durability=Class
Raging Flurry=Class
Rampage=Class
Savage Assault=Class
Savage Spirit=Class
Stalwart Endurance=Class
Tactical Mastery=Class
Throwing Mastery=Class
Uncanny Resilience=Class
Untamed Rage=Class
Veteran's Wrath=Class
[yourserver_char2]
Planar Power=General
Rich (BB code):
[yourserver_charname]
aa you want=aa_tab
hope this can make your cheating easyer
-decker
Last edited:



