Thread: Ballyhoo

Results 1 to 10 of 10
  1. #1
    Darakath's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    1,548
    Reputation
    47
    Thanks
    3,231

    Ballyhoo

    Reward for helping:5 free accounts!



    I'm following @zerobrium 's tutorial for making a trainer, and it appears that my Ballyhoo hack doesn't work.
    I want it to work
    Code:
    this.MainMenu.ballyhoo.addEventListener(MouseEvent.CLICK, ballyhooC);
     
     
    function ballyhooC(e:MouseEvent)
    {
        Game.world.sendGetAdRewardRequest();
        Game.world.sendGetAdRewardRequest();
        Game.world.sendGetAdRewardRequest();
        Game.world.sendGetAdRewardRequest();
        Game.world.sendGetAdRewardRequest();
        Game.world.sendGetAdRewardRequest();
        Game.world.sendGetAdRewardRequest();
        Game.world.sendGetAdRewardRequest();
        Game.world.sendGetAdRewardRequest();
        Game.world.sendGetAdRewardRequest();
    }
    P.S.-I was in /join ballyhoo when testing...
    Last edited by awesomeer; 11-04-2013 at 05:15 PM.

  2. #2
    Daenerys's Avatar
    Join Date
    Aug 2013
    Gender
    female
    Location
    Westeros
    Posts
    961
    Reputation
    114
    Thanks
    5,435
    My Mood
    Devilish
    Quote Originally Posted by awesomeer View Post
    I'm following @zerobrium 's tutorial for making a trainer, and it appears that my Ballyhoo hack doesn't work.
    I want it to work
    Code:
    this.MainMenu.ballyhoo.addEventListener(MouseEvent.CLICK, ballyhooC);
     
     
    function ballyhooC(e:MouseEvent)
    {
        Game.world.sendGetAdRewardRequest();
        Game.world.sendGetAdRewardRequest();
        Game.world.sendGetAdRewardRequest();
        Game.world.sendGetAdRewardRequest();
        Game.world.sendGetAdRewardRequest();
        Game.world.sendGetAdRewardRequest();
        Game.world.sendGetAdRewardRequest();
        Game.world.sendGetAdRewardRequest();
        Game.world.sendGetAdRewardRequest();
        Game.world.sendGetAdRewardRequest();
    }
    You have to be in /join ballyhoo for it to work.

  3. #3
    Darakath's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    1,548
    Reputation
    47
    Thanks
    3,231
    Quote Originally Posted by Timii View Post
    You have to be in /join ballyhoo for it to work.
    -_-
    I know that...
    It doesn't work there

  4. #4
    ewrc's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Location
    Steel is my body, and fire is my Blood
    Posts
    819
    Reputation
    154
    Thanks
    300
    My Mood
    Relaxed
    1.Have you tried reducing the amount of packets you spam in there?
    The system might overload the game server so your account receives nothing.
    2. Since it is separate window try pressing on get reward to try to relieve the bottleneck(if it is one)

    3. When it is a seperte window it might not redirect you to the pag so you just need to click watch addvertisement and viola! You will get the reward without using the coding

    4. THINKING FOR IDEAS...

  5. #5
    Darakath's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    1,548
    Reputation
    47
    Thanks
    3,231
    Quote Originally Posted by ewrc View Post
    1.Have you tried reducing the amount of packets you spam in there?
    The system might overload the game server so your account receives nothing.
    2. Since it is separate window try pressing on get reward to try to relieve the bottleneck(if it is one)

    3. When it is a seperte window it might not redirect you to the pag so you just need to click watch addvertisement and viola! You will get the reward without using the coding

    4. THINKING FOR IDEAS...
    pressing on get reward works (its the packets that don't work)
    seperate window=no video

  6. #6
    chibizs's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    In Your Computer
    Posts
    909
    Reputation
    261
    Thanks
    1,557
    My Mood
    Breezy
    Quote Originally Posted by awesomeer View Post
    pressing on get reward works (its the packets that don't work)
    seperate window=no video
    I do not see why it wouldnt work. Here is the packet though. %xt%zm%getAdReward%USERIDHERE% I removed my User Id so AQW spies dont try and ban me. Anyhow are you sure it is coded correctly. I would be glad to help. if you have a skype let me know ^.^
    Want an Adventure Quest, DragonFable, or Mechquest trainer. If you answered yes to any of these then click here.

    PkDude's Legacy V1.2

    If you need help with AQW Private server creation then click Here.

    If I have helped please press thanks. It doesn't take much effort and it means a lot to me.

  7. #7
    Darakath's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    1,548
    Reputation
    47
    Thanks
    3,231
    Quote Originally Posted by chibizs View Post
    I do not see why it wouldnt work. Here is the packet though. %xt%zm%getAdReward%USERIDHERE% I removed my User Id so AQW spies dont try and ban me. Anyhow are you sure it is coded correctly. I would be glad to help. if you have a skype let me know ^.^
    It should work but it doesnt O_O
    also im pretty sure its coded correctly
    I have skype (drakath1128)

  8. #8
    chibizs's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    In Your Computer
    Posts
    909
    Reputation
    261
    Thanks
    1,557
    My Mood
    Breezy
    Quote Originally Posted by awesomeer View Post
    It should work but it doesnt O_O
    also im pretty sure its coded correctly
    I have skype (drakath1128)
    Added now get on and I should be able to try and help you
    Want an Adventure Quest, DragonFable, or Mechquest trainer. If you answered yes to any of these then click here.

    PkDude's Legacy V1.2

    If you need help with AQW Private server creation then click Here.

    If I have helped please press thanks. It doesn't take much effort and it means a lot to me.

  9. The Following User Says Thank You to chibizs For This Useful Post:

    Darakath (11-19-2013)

  10. #9
    Rance-Sama's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Ice
    Posts
    6,322
    Reputation
    653
    Thanks
    8,883
    I'm guessing it's been solved? If not PM and I'll open up the thread.

  11. #10
    Gio's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    Work
    Posts
    7,149
    Reputation
    1227
    Thanks
    3,467
    My Mood
    Twisted
    Quote Originally Posted by AqworldThunder View Post
    I'm guessing it's been solved? If not PM and I'll open up the thread.
    /Fp
    Nice fail close

    OT: I think you did solve it, as @chibizs does his best to help people .

    I regard the theatre as the greatest of all art forms, the most immediate way in which a human being can share with another the sense of what it is to be a human being. -Wilde

    Member Since: 7 March 2013
    Donator Since: 14 January 2014
    Editor Since: 10 August 2013
    Manager Since: 27 September 2013
    Middleman Since: 31 January 2014
    BattleOn Minion Since: 13 August 2013
    Dragon Nest Minion Since: 12 September 2013
    Minecraft Minion Since: Don't Remember
    Social Games Minion Since: Don't Remember
    Realm Of The Mad God Minion Since: Don't Remember
    Alliance of Valiant Arms Minion Since: Don't Remember
    Pharaoh #5: 2 January 2014
    Former Staff Since: 5 February 2015


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

    Darakath (11-19-2013),Rance-Sama (11-19-2013)

Similar Threads

  1. [Help] About Ballyhoo...
    By jp06 in forum Adventure Quest Worlds (AQW) Hacks / Cheats / Trainers
    Replies: 4
    Last Post: 04-03-2013, 04:36 AM