Auto Skill and Loot

Download MapleStory hacks and bots over here!
Chotz
Sacrificer
Sacrificer
Posts: 23
Joined: Wed Sep 15, 2010 9:02 pm

Re: Aran Auto Swing

Post by Chotz »

LOL auto loot..nice 1 haha..i didnt think bout it to click 1 key and loot all...bcoz my pet can auto loot already...
change to 1000 = 1sec
SoullessSoul
The Great Lord
The Great Lord
Posts: 1036
Joined: Sun Feb 07, 2010 3:32 am
Location: Lost WorlD

Re: Aran Auto Swing

Post by SoullessSoul »

i mean the script is base on milliesecond..can set it too sec?
coz sometimes in hurry can str8 chg too sec without coverting second to milliesec (simple way to say LAZY)

Edit : CHotz mind teach me how to combine 2 script??like auto loot + auto attack
Image
Chotz
Sacrificer
Sacrificer
Posts: 23
Joined: Wed Sep 15, 2010 9:02 pm

Re: Aran Auto Swing

Post by Chotz »

If auto loot and attack used in the same time, aran cannot using double and triple swing,
other job maybe can use the skill since they have skill delay...i updated my 1st post about auto skill+loot.
SoullessSoul
The Great Lord
The Great Lord
Posts: 1036
Joined: Sun Feb 07, 2010 3:32 am
Location: Lost WorlD

Re: Auto Skill and Loot

Post by SoullessSoul »

thx for the auto skill and loot script =)
Image
User avatar
xiangloong
The Great Lord
The Great Lord
Posts: 1794
Joined: Sat May 15, 2010 6:44 pm
Location: Kajang,Selangor

Re: Auto Skill and Loot

Post by xiangloong »

nice auto skill and loot..
add me on MSN if u need help
xiangloong@xmtmail.tk
Never Be A Hacker when you're Not Talented
Image

Uploaded with ImageShack.us
SoullessSoul
The Great Lord
The Great Lord
Posts: 1036
Joined: Sun Feb 07, 2010 3:32 am
Location: Lost WorlD

Re: Auto Skill and Loot

Post by SoullessSoul »

$Form1 = GUICreate("Auto Skill and Loot 1.0 by Chotz", 330, 120)
$Button1 = GUICtrlCreateButton($var3, 10, 10, 150, 70, 0)
$Button2 = GUICtrlCreateButton($loot, 170, 10, 150, 70, 0)
$Button3 = GUICtrlCreateButton("Info", 10, 90, 70, 20, 0)
Chotz The Red Colour Is The Coordinate Right?
Image
Chotz
Sacrificer
Sacrificer
Posts: 23
Joined: Wed Sep 15, 2010 9:02 pm

Re: Auto Skill and Loot

Post by Chotz »

$Button3 = GUICtrlCreateButton("title", left, top, width, height, style)
SoullessSoul
The Great Lord
The Great Lord
Posts: 1036
Joined: Sun Feb 07, 2010 3:32 am
Location: Lost WorlD

Re: Auto Skill and Loot

Post by SoullessSoul »

so how can i know whats the value i should put?
Image
Chotz
Sacrificer
Sacrificer
Posts: 23
Joined: Wed Sep 15, 2010 9:02 pm

Re: Auto Skill and Loot

Post by Chotz »

$Form1 = GUICreate("Auto Skill and Loot 1.0 by Chotz", 330, 120)
330 = the width of form.
120 = the height of form.

$Button1 = GUICtrlCreateButton($var3, 10, 10, 150, 70, 0)
10 = the gap between left form's border from button.
10 = the gap between top form's border from button.
150 = the button width.
70 = the button height.

soo if want add anther button next to 1st button
u need sum the gap and the width the 1st button + the gap between buttons.

soo the next button with the same size should be like this
$Button2 = GUICtrlCreateButton($loot, 170, 10, 150, 70, 0)

170 = 10(gap border - 1st button) + 150(1st button's width) + 10( gap between buttons)
10 = still same from top since this button next to 1st button...not below
150 = same size width
70 = same size height.
SoullessSoul
The Great Lord
The Great Lord
Posts: 1036
Joined: Sun Feb 07, 2010 3:32 am
Location: Lost WorlD

Re: Auto Skill and Loot

Post by SoullessSoul »

Chotz wrote:$Form1 = GUICreate("Auto Skill and Loot 1.0 by Chotz", 330, 120)
330 = the width of form.
120 = the height of form.

$Button1 = GUICtrlCreateButton($var3, 10, 10, 150, 70, 0)
10 = the gap between left form's border from button.
10 = the gap between top form's border from button.
150 = the button width.
70 = the button height.

soo if want add anther button next to 1st button
u need sum the gap and the width the 1st button + the gap between buttons.

soo the next button with the same size should be like this
$Button2 = GUICtrlCreateButton($loot, 170, 10, 150, 70, 0)

170 = 10(gap border - 1st button) + 150(1st button's width) + 10( gap between buttons)
10 = still same from top since this button next to 1st button...not below
150 = same size width
70 = same size height.
thx =) understand it...sry for being noob ><

Edit: Forgot...due to auto loot spam faster then other...auto skill cant stack with it
Image
Post Reply