taultunleashed logoACTools Hunting Script : Hero Online Submissions
newtopic  postreply
 [ 3 posts ] 
blue large dot

ACTools Hunting Script : Hero Online Submissions

Posted: January 16th, 2007, 8:19 pm
 
emanwen
emanwen's Reps:
User avatar
Here is an amazing hunting script. It uses up to 5 skills and heals your hp and Chi. Tell me if you liked it ^^ =) Ps. u need ACTools to run it and the AXtrap bypass!
Hope i can get my premium with this amazing script
*answering the next post*
I am sorry to tell you but the original Scrypt is packed with bugs in the Hp and it just uses 2 skills. I edited the whole scrypt to make it use all the skills. So please be sure about what u are talkin b4 saying i riped it.


You do not have the required permissions to view the files attached to this post.


Last edited by Guest on January 17th, 2007, 6:19 am, edited 1 time in total.

Posted: January 16th, 2007, 9:08 pm
 
kourath

Total Posts: 1979
Location: Pangea
Joined: February 8th, 2006, 8:04 pm
kourath's Reps: 23
User avatar
Active User > 50 Posts
sorry to say that your not going to fool people by packaging it in a .rar
im not sure if he ripped the source or what, so im not going to vote ban on this.

heres the code: (taken exactly from here: http://www.taultunleashed.com/phpbb2/ab ... sion_.html )

(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
// This line is necessary to select the proper window
SetActiveWindow Asheron's Call

//Hero Autotrainer version .2
   
  //IF USING A MOUNT FOLLOW THESE
  //Change the constants on lines 138, 142 and 150 to what you'd like
  //Put food in slots 1 and 2 charm of return in slot 3
  //Under Constants make sure SkillSpam = 0
  //IF NOT ON A MOUNT FOLLOW THESE
  //Attacks in slots 1 - 5
  //HP Pots in slot 6
  //MP Pots in slot 7
  //Charm of Return in slot 8
  //By Texas32 - texas32(at)gmail.com if you have questions
   
   
  Constants
    Mount = 185,132
    MountHalf = 170,130 //Heals when your mounts hp bar is near half
     
    HumanHalf = 201,60  //Heals when your hp bar is near half
    HalfHumanHP = 202,60
    HalfHumanMP = 202,60
    HumanMP = 201,60   //Just below 1/4th MP bar
     
    HPSlotHuman = 570,725
    MPSlot = 615,725
    Slot1 = 327,725
    Slot2 = 375,725
    Slot3 = 435,725
    Slot4 = 489,725
 
     
    Combat = 439,70
     
    FullBag = 0            //Make this 1 if you want to tele when you have a full load(around 95% weight)
    Weight = 961,468
     
    SkillSpam = 1      //Change skillspam to 1 if you'd like to use skill attacks
    Attack1 = 1            
    Attack2 = 2         
    Attack3 = v      
    Attack4 = 3
    Attack5 = s            
    Attack6 = s         
    Attack7 = s   
    Attack8 = s 
    Attack9 = s         
    Attack10 = s            
    Attack11 = s 
    Attack12 = 4         
    Attack13 = v            
    Attack14 = 1         
    Attack15 = 2   
    Attack16 = v 
    Attack17 = 3
    Attack18 = s            
    Attack19 = s         
    Attack20 = s   
    Attack21 = s 
    Attack22 = s         
    Attack23 = s            
    Attack24 = s         
    End
   
   
   
  Procedure StartAC
    SetActiveWindow Hero OnLine
    Delay 5000
  End
   
  Procedure FindAttack
    IsBlue $HalfHumanMP
     IsBlue $HalfHumanHP
       IsRed $Combat
        Call Attack
       Else
        Keydown v .5 sec
        delay 50
       End
     Else
       Call HealHumanHP
     End
    Else
     Call HealHumanMP
    End
  End
   
  Procedure Attack
    IsRed $Combat
     delay 500
     Keydown a .5 sec
     delay 50
     Keydown a .5 sec
     delay 50
     If $SkillSpam = 1
       Call Rape
     Else
     End
    Else
    End
  End
   
  Procedure Rape
    IsRed $Combat
     IsBlue $HalfHumanMP
       IsBlue $HalfHumanHP
        Keydown $Attack1 .5 sec
        delay 3000
       Else
        Call HealHumanHP
       End
     Else
       Call HealHumanMP
     End
    Else
     Call FindAttack
    End
    IsRed $Combat
     IsBlue $HalfHumanMP
       IsBlue $HalfHumanHP
        Keydown $Attack2 .5 sec
        delay 3000
       Else
        Call HealHumanHP
       End
     Else
       Call HealHumanMP
     End
    Else
     Call FindAttack
    End
    IsRed $Combat
     IsBlue $HalfHumanMP
       IsBlue $HalfHumanHP
        Keydown $Attack3 .5 sec
        delay 3000
       Else
        Call HealHumanHP
       End
     Else
       Call HealHumanMP
     End
    Else
     Call FindAttack
    End
    IsRed $Combat
     IsBlue $HalfHumanMP
       IsBlue $HalfHumanHP
        Keydown $Attack4 .5 sec
        delay 3000
       Else
        Call HealHumanHP
       End
     Else
       Call HealHumanMP
     End
    Else
     Call FindAttack
    End
    IsRed $Combat
     IsBlue $HalfHumanMP
       IsBlue $HalfHumanHP
        Keydown $Attack5 .5 sec
        delay 3000
       Else
        Call HealHumanHP
       End
     Else
       Call HealHumanMP
     End
    Else
     Call FindAttack
    End
  End
   
  Procedure Heal
    IsBlack $Mount                  //Change the constant here for what you want to heal
     IsGrey $Slot1                //Checking for Food
       KeyDown 1 .5 sec            //Healing
       Delay 1000
       IsBlack $Mount              //Change the constant here aswell
        Call Heal
       Else
       End
     Else
       IsGrey $Slot2
        KeyDown 2 .5 sec         //Healing
        Delay 1000
        IsBlack $Mount            //Change the constant here aswell
          Call Heal
        Else
        End
       Else
        KeyDown 3 .5 sec         //Teleporting back if no food exists
        Pause
       End
     End
    Else
    End
  End
   
  Procedure HealHumanHP
    IsBlue $HalfHumanHP
    Else
     IsGrey $HPSlotHuman              //Checking for Food
       KeyDown 6 .5 sec            //Healing
       Delay 1000
       IsBlue $HalfHumanHP              //Change the constant here aswell
        Call HealHumanHP
       Else
       End
     Else
       KeyDown 8 .5 sec
       Pause
     End
    End
  End
   
  Procedure HealHumanMP
    IsBlue $HalfHumanMP
    Else
     IsGrey $MPSlot
       KeyDown 7 .5 sec
       Delay 1000
       IsBlue $HalfHumanMP
        Call HealHumanMP
       Else
       End
     Else
       KeyDown 8 .5 sec
       Pause
     End
    End
  End
   
  Procedure Loot
    If $FullBag = 1
     IsGrey $Weight
       Keydown s .1 sec
       DELAY 100
       Keydown s .1 sec
       DELAY 100
       Keydown s .1 sec
       DELAY 100
       Keydown s .1 sec
       DELAY 100
       Keydown s .1 sec
       DELAY 100
       Keydown s .1 sec
       DELAY 100
     Else
       Keydown 8 .5 sec
       Keydown 3 .5 sec
     End
    Else
     Keydown s .1 sec
     DELAY 100
     Keydown s .1 sec
     DELAY 100
     Keydown s .1 sec
     DELAY 100
     Keydown s .1 sec
     DELAY 100
     Keydown s .1 sec
     DELAY 100
     Keydown s .1 sec
     DELAY 100
    End
  End
   
  // Main Program
  Call StartAC
  While 1=1
    Call FindAttack
    If $SkillSpam = 1
     Call HealHumanHP
     Call HealHumanMP
    Else
     Call Heal
    End
    Call Loot
  End


i thought it was funny how he literally opened up actools and pressed ""CTRL+C" and nothing else (notice the first two lines, default code when new script is opened)


Posted: January 17th, 2007, 8:36 am
 
xxxgod

Total Posts: 416
Joined: August 31st, 2006, 1:58 pm
xxxgod's Reps: 12
User avatar
Moderator
//By Texas32 - texas32(at)gmail.com if you have questions

Texas32 is a member of our forums he is premieum and we allready have this, your left copyright there plus its identical to texas32's bot just moved around.

And cahnged slight bits but no "bug fixes"

Idiot, Possible Ban for Copy and Paste


CLOSED


Want Advertisements After The Last Post Removed? Create A Free Account!

blue large dot Who is online
Users browsing this forum: No registered users and 15 guests

Popular Sections
SWTOR Cheats
Guild Wars 2 Cheats
Guild Wars 2 Hacks
Guild Wars 2 Bots
Diablo 3 Cheats
Guild Wars 2 Mods

Popular Sections
WoW Cataclysm Cheats & Exploits
WoW Cataclysm Hacks & Bots
Star Wars The Old Republic Cheats
SWTOR Mods
Torchlight 2 Cheats
SWTOR Space Mission Bots
Site Nav and RSS
RSS Feed of Hero Online Submissions RSS Feed 
Sitemap of Hero Online Submissions Sitemap 
SitemapIndex SitemapIndex
RSS Feed RSS Feed
Channel list Channel list
left bottom corner Site and Contents Copyright 2001-2012 All Rights Reserved TaultUnleashed.com bottom corner
top left
top right
createaccount
Username:   Password:   Remember Me?