[LEECHED] Nullz`s Pyramid Pq Bot

Download MapleStory hacks and bots over here!
NoobHacker
Headmaster of Darkness
Headmaster of Darkness
Posts: 576
Joined: Tue Dec 29, 2009 12:31 pm

Re: [LEECHED] Nullz`s Pyramid Pq Bot

Post by NoobHacker »

Nerrazzuri wrote:
Raiden wrote:Well, I`ll try my best to make a better PyPQ bot...........at least not screwed up by just standing at the most right side, and phailed the PQ (SUX).
Good luck. It isn't that easy, but not that hard.
your bot will screwed up at the most right side too, because they don't have anymore slot in etc
Alot Imageers in xemectrum!
LearningCode
Dark Lord
Dark Lord
Posts: 121
Joined: Fri Jun 18, 2010 10:38 am

Re: [LEECHED] Nullz`s Pyramid Pq Bot

Post by LearningCode »

I guess you'd need to make the bot know the following:
01) What's map is the character in?
02) Has the user been DC'd?
03) Does the character have a free inventory slot?
04) What's the time left for the stage?

01, so that you know exactly when to tell the bot to command the character to attack, move to an npc, chat, etc.
02, for an awesome, awesome and awesome re-login system!
03, If you don't have one, it'll either, A)Drop some less valuable item (Like a squishy liquid) or B) Go to the Bonus room, attempt to auto-attack and auto-loot for a bit, then leave
04, So that it can automatically hit the (Down + Up + Attack) key when there are exactly 3secs left on the timer (To kill all mobs remaining, to obtain the highest possible kills from a bot)

Just some suggestions for Raiden..
(If he reads this XD)
User avatar
Nerrazzuri
Destiny General
Destiny General
Posts: 1110
Joined: Sun Dec 20, 2009 9:15 pm

Re: [LEECHED] Nullz`s Pyramid Pq Bot

Post by Nerrazzuri »

LearningCode wrote:I guess you'd need to make the bot know the following:
01) What's map is the character in?
02) Has the user been DC'd?
03) Does the character have a free inventory slot?
04) What's the time left for the stage?

01, so that you know exactly when to tell the bot to command the character to attack, move to an npc, chat, etc.
02, for an awesome, awesome and awesome re-login system!
03, If you don't have one, it'll either, A)Drop some less valuable item (Like a squishy liquid) or B) Go to the Bonus room, attempt to auto-attack and auto-loot for a bit, then leave
04, So that it can automatically hit the (Down + Up + Attack) key when there are exactly 3secs left on the timer (To kill all mobs remaining, to obtain the highest possible kills from a bot)

Just some suggestions for Raiden..
(If he reads this XD)
1. Easy.
2. Super Easy.
3. Inventory slot, hmmm... how do i do this?
4. Time? Omg, that would be hard.
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot

Click Here for more Information!

Image
LearningCode
Dark Lord
Dark Lord
Posts: 121
Joined: Fri Jun 18, 2010 10:38 am

Re: [LEECHED] Nullz`s Pyramid Pq Bot

Post by LearningCode »

For 04..
I'm assuming the 'starting time' is the same for each level.
I mean..
Level one has it's own time.
Level two has it's own time..

And it's kept constant no matter how many times you try it, I guess..
So..
The moment the character's map location changes..
I am guessing that the MapID pointer (Or w/e it is called) would change, too, right?
So..
When it changes, start an internal timer in the bot to 'Round's start time - 3seconds' then, when it is over, make the macro key in (Down + Up + User-Defined-Attack-Key) I think.

Seeing as you don't know how to do the inventory slot..
I guess you can't make the character drop the item, too =x
I don't know anything about MapleStory hacking xD

So..
After the 'macro' to chat to the NPC (After the PQ) has failed,
You'll know it failed if..
01) You chat with the NPC at the end.
02) You are supposed to get a gem, and the character's mapID is supposed to change
03) mapID does not change

You can't detect the gem part, I guess..
But you can, like, wait 5 seconds and see if the character's mapID has changed, if it hasn't..
Then, you'll know a slot is full.

So, create 2 sets of macros for the ending.
One for chatting with the NPC normally..

And a (Sad case) macro for entering the Bonus Round and just leaving the portal =/
User avatar
Nerrazzuri
Destiny General
Destiny General
Posts: 1110
Joined: Sun Dec 20, 2009 9:15 pm

Re: [LEECHED] Nullz`s Pyramid Pq Bot

Post by Nerrazzuri »

LearningCode wrote:For 04..
I'm assuming the 'starting time' is the same for each level.
I mean..
Level one has it's own time.
Level two has it's own time..

And it's kept constant no matter how many times you try it, I guess..
So..
The moment the character's map location changes..
I am guessing that the MapID pointer (Or w/e it is called) would change, too, right?
So..
When it changes, start an internal timer in the bot to 'Round's start time - 3seconds' then, when it is over, make the macro key in (Down + Up + User-Defined-Attack-Key) I think.

Seeing as you don't know how to do the inventory slot..
I guess you can't make the character drop the item, too =x
I don't know anything about MapleStory hacking xD

So..
After the 'macro' to chat to the NPC (After the PQ) has failed,
You'll know it failed if..
01) You chat with the NPC at the end.
02) You are supposed to get a gem, and the character's mapID is supposed to change
03) mapID does not change

You can't detect the gem part, I guess..
But you can, like, wait 5 seconds and see if the character's mapID has changed, if it hasn't..
Then, you'll know a slot is full.

So, create 2 sets of macros for the ending.
One for chatting with the NPC normally..

And a (Sad case) macro for entering the Bonus Round and just leaving the portal =/
Well, what you can do is, Map ID detection + Mob detection.
You can do like :

Code: Select all

if((MapID != Hills Of Pyramid) && (MapID != Stage1) && .....continue until stage 5)
{
    //stop the bot.
}
else if(Map ID == Hills Of Pyramid)
{
//Do what you want.
}
else if(MapID == Stage1)
{
     if(MobCount >= 1)
     {
          //do something
     }
}
else if(MapID == Stage2)
....
Just a plain code i think, you have to eleborate it. =D
Have fun.
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot

Click Here for more Information!

Image
iseebooze
Apprantice Knight
Apprantice Knight
Posts: 10
Joined: Sun Jun 20, 2010 10:46 pm

Re: [LEECHED] Nullz`s Pyramid Pq Bot

Post by iseebooze »

hello all, i would like to know if you guys have mastered the movement settings for this, im using an evan in hell mode but somehow after awhile this bot would start facing the wall and not turn and attack. can u share some of your movement settings with me? im sorry im a noob at this

cheers
User avatar
losttale
Holy Philosopher
Holy Philosopher
Posts: 760
Joined: Mon Dec 28, 2009 11:28 am
Location: singapore

Re: [LEECHED] Nullz`s Pyramid Pq Bot

Post by losttale »

hell mode at around stg 2 it will face the wall...at<<< to be exact...but it can still hit mob....bad thing is high chance fail...
i would suggest using macro expert...it records wad u do and will keep repeating it if ur script is correct...
"I have not failed. I’ve just found 10,000 ways that won’t work."
Image
Niteslayers
Apprantice Knight
Apprantice Knight
Posts: 14
Joined: Tue Feb 02, 2010 7:02 pm

Re: [LEECHED] Nullz`s Pyramid Pq Bot

Post by Niteslayers »

Yo! Does anyone have any recommended timing for auto movement for an aran? so far I'm using 1350 for 1300.
sponge123
Sacrificer
Sacrificer
Posts: 24
Joined: Tue Jul 06, 2010 6:17 pm

Re: [LEECHED] Nullz`s Pyramid Pq Bot

Post by sponge123 »

This mine ss for the original no yeti hack =)
Image
marcusya
Novice Knight
Novice Knight
Posts: 1
Joined: Thu Jan 07, 2010 2:59 pm

Re: [LEECHED] Nullz`s Pyramid Pq Bot

Post by marcusya »

Post Reply