View Poll Results: Do you like this bot?

Voters
11. This poll is closed
  • Yes

    5 45.45%
  • No

    2 18.18%
  • Maybe so

    4 36.36%

Thread: AutoBot 1.0

Results 1 to 10 of 10
  1. #1
    deathsenvoy's Avatar
    Join Date
    May 2012
    Gender
    female
    Posts
    19
    Reputation
    10
    Thanks
    5
    My Mood
    Paranoid

    Lightbulb AutoBot 1.0

    Small Edit: Fixed trans and "black screen"


    I wrote this tiny bot with the help of this forum and several different people's uses of codes for dewdew's consolite. It's purpose is to help do quests by running the dungeon a single time.

     

    a_delayed 1 a_boat_no_intro "1"
    a_delayed 3 a_boat_start
    a_delayed 10 spskill_next
    a_delayed 10.5 +spskill1
    a_delayed 11 -spskill1
    a_delayed 11.5 spskill_next
    a_delayed 12 +spskill1
    a_delayed 12.5 -spskill1
    a_delayed 13 spskill_next
    a_delayed 13.5 +spskill1
    a_delayed 14 -spskill1
    a_delayed 14.5 spskill_next
    a_delayed 15 +spskill1
    a_delayed 15.5 -spskill1
    a_delayed 16 spskill_next
    a_delayed 16.5 +spskill1
    a_delayed 17 -spskill1
    a_delayed 18 cc_send_start_game_message
    a_delayed 23 changelevel 2
    a_delayed 28 changelevel 2
    a_delayed 35 a_nukeall
    a_delayed 35.5 host_timescale 3
    a_delayed 36 cc_change_figure_height 1500
    a_delayed 37 cc_change_figure_height 1
    a_delayed 38 scaleform_fade_in 0.1
    a_delayed 100 a_if a_var_is_quest_ranking_shown == "1" "a_boat_replay"
    a_delayed 108 leave_party


    Explanation:

     
    a_delayed 1 a_boat_no_intro "1"
    a_delayed 3 a_boat_start


     
    a_delayed 10 spskill_next
    a_delayed 10 spskill_next
    a_delayed 10.5 +spskill1
    a_delayed 11 -spskill1
    a_delayed 11.5 spskill_next
    a_delayed 12 +spskill1
    a_delayed 12.5 -spskill1
    a_delayed 13 spskill_next
    a_delayed 13.5 +spskill1
    a_delayed 14 -spskill1
    a_delayed 14.5 spskill_next
    a_delayed 15 +spskill1
    a_delayed 15.5 -spskill1
    a_delayed 16 spskill_next
    a_delayed 16.5 +spskill1
    a_delayed 17 -spskill1


     
    a_delayed 18 cc_send_start_game_message


     
    a_delayed 23 changelevel 2
    a_delayed 28 changelevel 2


     
    a_delayed 35 a_nukeall
    a_delayed 35.5 host_timescale 3
    a_delayed 36 cc_change_figure_height 1500
    a_delayed 37 cc_change_figure_height 1
    a_delayed 38 scaleform_fade_in 0.1


     
    a_delayed 100 a_if a_var_is_quest_ranking_shown == "1" "a_boat_replay"
    a_delayed 108 leave_party


    You can modify it however you need. It's just something I put together to "safely" level a new character by manually accepting and turning in missions and entering the boat then pressing the bind, switch screens to do something, then come back to turn in again. I haven't been banned yet (lvl58)

    To execute the script just type a_exec autobot.txt into consolite console.
    You can also bind it to a button by typing into the console:
    bind "X" "a_exec autobot.txt" where X = the key you want.

    Some maps won't trigger the bosses correctly so you would have to use a specialized bot for those or just manually run across the threshold.

    Don't be afraid to edit, modify, and above all help me improve the code
    Last edited by deathsenvoy; 05-10-2012 at 04:51 PM. Reason: Cleaned it up a bit.

  2. The Following 2 Users Say Thank You to deathsenvoy For This Useful Post:

    BloodBeast09 (05-10-2012),magicb0y (05-10-2012)

  3. #2
    Niomieshon's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Location
    01010101011101000110000101101000
    Posts
    872
    Reputation
    23
    Thanks
    56
    My Mood
    Bored
    a_boat_start now causes a crashing issue.
    Quote Originally Posted by Hell_Demon View Post
    I'm on a mission to destroy all hacks <:

  4. #3
    lamek's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    167
    Reputation
    10
    Thanks
    67
    Quote Originally Posted by Niomieshon View Post
    a_boat_start now causes a crashing issue.
    It's fixed in matter of 3 hrs

    use D version
    https://www.mpgh.net/forum/267-vindic...49d-na-eu.html
    Last edited by lamek; 05-10-2012 at 03:35 PM.

  5. #4
    Nico's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Germany :D
    Posts
    15,918
    Reputation
    1121
    Thanks
    8,617
    Quote Originally Posted by lamek View Post
    It's fixed in matter of 3 hrs
    @dewdew and @Nico are beyond awesome
    use D version
    https://www.mpgh.net/forum/267-vindic...49d-na-eu.html
    Mind not mentioning us every time? Thanks.

  6. #5
    Niomieshon's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Location
    01010101011101000110000101101000
    Posts
    872
    Reputation
    23
    Thanks
    56
    My Mood
    Bored
    Lol ikr?

    Anyways, you guy are indeed beyond epic.
    Quote Originally Posted by Hell_Demon View Post
    I'm on a mission to destroy all hacks <:

  7. #6
    lamek's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    167
    Reputation
    10
    Thanks
    67
    Quote Originally Posted by Nico View Post


    Mind not mentioning us every time? Thanks.
    Sure, sorry about that.

  8. #7
    deathsenvoy's Avatar
    Join Date
    May 2012
    Gender
    female
    Posts
    19
    Reputation
    10
    Thanks
    5
    My Mood
    Paranoid
    hmm I'm having issues making the trans work...

    Oh wait.. I see..

    There we go, fixed
    Last edited by deathsenvoy; 05-10-2012 at 04:30 PM.

  9. #8
    lamek's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    167
    Reputation
    10
    Thanks
    67
    Quote Originally Posted by deathsenvoy View Post
    hmm I'm having issues making the trans work...
    are You scythe evie?
    add more
    a_delayed ?? spskill_next
    a_delayed ?? +spskill1
    a_delayed ?? -spskill1
    lol You made it trans on boat, didn't notice

    change to

    a_delayed 1 a_boat_no_intro "1"
    a_delayed 3 a_boat_start
    a_delayed 3.1 cc_send_start_game_message
    a_delayed 5 changelevel 2
    a_delayed 9 changelevel 2
    a_delayed 10 spskill_next
    a_delayed 10.5 +spskill1
    a_delayed 11 -spskill1
    a_delayed 11.5 +spskill1
    a_delayed 12 -spskill1
    a_delayed 12.5 +spskill1
    a_delayed 13 -spskill1
    a_delayed 13.5 +spskill1
    a_delayed 14 -spskill1
    a_delayed 14.5 +spskill1
    a_delayed 15 -spskill1

    actually start times are too quick change whole script. example

    a_delayed 5 changelevel 2
    a_delayed 10 changelevel 2

    give it 5 sec to skip level
    Last edited by lamek; 05-10-2012 at 04:25 PM.

  10. #9
    deathsenvoy's Avatar
    Join Date
    May 2012
    Gender
    female
    Posts
    19
    Reputation
    10
    Thanks
    5
    My Mood
    Paranoid
    Quote Originally Posted by lamek View Post
    are You scythe evie?
    add more
    a_delayed ?? spskill_next
    a_delayed ?? +spskill1
    a_delayed ?? -spskill1
    lol You made it trans on boat, didn't notice

    change to

    a_delayed 1 a_boat_no_intro "1"
    a_delayed 3 a_boat_start
    a_delayed 3.1 cc_send_start_game_message
    a_delayed 5 changelevel 2
    a_delayed 9 changelevel 2
    a_delayed 10 spskill_next
    a_delayed 10.5 +spskill1
    a_delayed 11 -spskill1
    a_delayed 11.5 +spskill1
    a_delayed 12 -spskill1
    a_delayed 12.5 +spskill1
    a_delayed 13 -spskill1
    a_delayed 13.5 +spskill1
    a_delayed 14 -spskill1
    a_delayed 14.5 +spskill1
    a_delayed 15 -spskill1

    actually start times are too quick change whole script. example

    a_delayed 5 changelevel 2
    a_delayed 10 changelevel 2

    give it 5 sec to skip level
    My main is scythe but I didn't bot-level on it, I made a bot cestus karok though.

    Yeah I forgot to put in the skill next command, it's working now, and the size change shouldn't black out anymore. Works like a charm, only problem is it tkes a second to load all that code >.<

    I guess splitting it into different txts would solve that problem but it's such a hassle :3

    Nope nvm the black screen size change is randomly occurring. Hmm, the scaleform fade isn't working too well, gonna do some testing as to why.
    Last edited by deathsenvoy; 05-10-2012 at 04:49 PM.

  11. #10
    jtvgeo's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    222
    Reputation
    10
    Thanks
    10
    My Mood
    Busy
    thanks for the script. its helping me create my own

Similar Threads

  1. Karos Hacks/MMORPG Autobots
    By chris443992 in forum General Hacking
    Replies: 1
    Last Post: 08-30-2010, 03:47 AM
  2. Karos Hacks/Autobot
    By chris443992 in forum Other MMORPG Hacks
    Replies: 2
    Last Post: 08-28-2010, 02:17 PM
  3. Autobot
    By xRebirth in forum Knight Online Hacks
    Replies: 3
    Last Post: 07-31-2010, 03:58 AM
  4. Autobots-Roll out!
    By Metro in forum Showroom
    Replies: 8
    Last Post: 07-02-2009, 10:21 PM
  5. Autobots, ROLL OUT!
    By kirapwns in forum Showroom
    Replies: 11
    Last Post: 06-28-2009, 03:23 PM

Tags for this Thread