GamerzPlanet - For All Your Online Gaming Needs!!  

Go Back   GamerzPlanet - For All Your Online Gaming Needs!! > Maple Story > Maple Story Hacks/Bots Download

Maple Story Hacks/Bots Download Maple story Hacks/Bots downloads only such as Maple Story Bypass.



[Release] Quick tools for maplestory [Release]

Maple Story Hacks/Bots Download


Closed Thread
 
Thread Tools Display Modes
Old 03-26-2008, 03:34 PM   #1
Registered User
 
Last Online: 08-31-2008 03:13 PM
Join Date: Oct 2007
Age: 28
Posts: 250
Thanks: 11
Thanked 550 Times in 54 Posts
mikethemak36 is an unknown quantity at this point
iTrader: 0 / 0%
Points: 18,640.83
Bank: 0.00
Total Points: 18,640.83
[Release] Quick tools for maplestory [Release]

This isnt that big of a release, but im a noob programmer, so i tried making a lil program that could help you with maplestory stuff. Dont worry about it being a virus...its just a .bat program, lol.

Look at the pic to see what it does.

Heres a Pic:


Download:
[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]

Brief explain:

Ip reset may not work if you use a router, but it should work in most cases, it just renews your ip connection. I recomend using this after you hack, harder for them to link to your comp, allowing them to see the last accounts logged in.

Lag reducer cleans out your computers temp files, and prefetch files. in other words, it gets rid of all the junk on your computer that: 1. you dont need. 2. wastes space. 3. can cause lag.

Im not advertising the sites in my program, those are the 2 forums i intend to post this on, im not saying you HAVE to visit them, just thought id make links.

Mapleglobal main page, just thought id throw it in there, for people who dont already have it bookmarked/dont feel like going thru the whole nexon site thing. Just random add :)

Use it if you want, i use it because it helps me, but you dont hafta. Just thought i would release it in case any1 wants it. Please dont flame saying its a noob program, its like the second program ive eva made, so yea it kinda sux.

Thank me if you thought it was helpful, +rep would be nice too :p


GIVE ME FEEDBACK PEOPLE!


Oh, and for those of you that think its some kind of virus...
Code:
@echo off
cls
:start
color 04
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo Mikethemaks program of Maplestory Help!
echo.
echo Enjoy it, just dont claim its yours :)
echo.
echo.
echo.
echo What would you like to do today? (Choose your number, then press enter)
echo.
echo Quick Tools:
echo.
echo 1. Reset IP Adress
echo 2. Quick Cleanup (reduces lag)
echo 3. Launch Maplestory
echo.
echo Sites:
echo.
echo 4. Maplestory Hacks At GamerzPlanet
echo 5. Maplestory Hacks At GamerzNeeds
echo 6. Maplestory Global Main Page
set choice=1

set /p choice=Enter a number:
if %choice% == 1 goto num1
if %choice% == 2 goto num2
if %choice% == 3 goto num3
if %choice% == 4 goto num4
if %choice% == 5 goto num5
if %choice% == 6 goto num6
goto end

:num1
echo.
echo.
echo.
echo.
echo.
echo You choose the Ip reseter, please note that this may not work if you use 
echo a router. Please give this around 15 seconds to complete, depending
echo on your computer speed. Press enter to commence.
PAUSE
ipconfig /release
ipconfig /renew
goto end

:num2
echo.
echo.
echo.
echo.
echo.
echo You choose the quick cleanup lag reducer, Press enter to commence.
PAUSE
del /s /f /q c:\windows\temp\*.*
rd /s /q c:\windows\temp
md c:\windows\temp
del /s /f /q C:\WINDOWS\Prefetch
del /s /f /q %temp%\*.*
rd /s /q %temp%
md %temp%
goto end

:num3
echo.
echo.
echo.
echo.
echo You choose to launch maplestory, this only works if maplestory is found in
echo (C:\nexon\maplestory\maplestory.exe)! Press enter to commence.
PAUSE
start C:\Nexon\MapleStory\Maplestory.exe
goto end

:num4
start iexplore http://www.gamerzplanet.net/forums/maple-story-hacks-bots-download/
goto end

:num5
start iexplore http://www.gamerzneeds.net/forums/maple-story-gms-oms-bots-hacks/
goto end

:num6
start iexplore http://maplestory.nexon.net/
goto end

:end
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo You proccess has been complete!
echo.
echo.
echo Do you wish to try another?
echo.
echo.
echo 1. Restart
echo 2. End Program
set choice=2

set /p choice=Enter a number:
if %choice% == 1 goto start
if %choice% == 2 goto num6
goto end

:num6
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo Hope you enjoyed this small program.
echo.
echo Please thank/+rep me if it helped you!
echo.
PAUSE
It's not..


I plan on trying to expand this later with more functions/ maybe a vb6 program, or C/C++. but im an EXTREME noob at those, if anyone knows alot about those and could help, please pm me.
mikethemak36 is offline  
The Following 6 Users Say Thank You to mikethemak36 For This Useful Post:
barbwirex7 (03-27-2008), Hanajidoes (03-29-2008), jawa98 (03-29-2008), nebsterboy (03-28-2008), oriks (03-29-2008), trieustahz (03-27-2008)
Sponsored Links
Old 03-27-2008, 03:29 PM   #2
Registered User
 
Last Online: 08-11-2008 05:39 PM
Join Date: Apr 2007
Location: long island
Age: 15
Posts: 10
Thanks: 1
Thanked 0 Times in 0 Posts
[_Mnmant_] is on a distinguished road
iTrader: 0 / 0%
Points: 107.00
Bank: 0.00
Total Points: 107.00
Re: [Release] Quick tools for maplestory [Release]

"Dont worry about it being a virus...its just a .bat program, lol."

I'm not saying that this doesn't work, but you do know that you can completely destroy someones computer with "just a .bat program", don't you?
You can do things like erase hard drives, start enless restart cycles, and things like that
[_Mnmant_] is offline  
Old 03-27-2008, 03:41 PM   #3
Registered User
 
Last Online: 08-31-2008 03:13 PM
Join Date: Oct 2007
Age: 28
Posts: 250
Thanks: 11
Thanked 550 Times in 54 Posts
mikethemak36 is an unknown quantity at this point
iTrader: 0 / 0%
Points: 18,640.83
Bank: 0.00
Total Points: 18,640.83
Re: [Release] Quick tools for maplestory [Release]

lol of course i know that, but wen you download "just a bat program", dont you always right click, then click edit? you know...just maybe to see if it might destroy your comp before you open it. i know i always do...
mikethemak36 is offline  
Old 03-27-2008, 05:20 PM   #4
Lurker
 
Last Online: 08-15-2008 07:41 PM
Join Date: Mar 2008
Age: 20
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
Trickz0r is on a distinguished road
iTrader: 0 / 0%
Points: 203.62
Bank: 0.00
Total Points: 203.62
Re: [Release] Quick tools for maplestory [Release]

This is pretty nice. Great job dude. :)
Trickz0r is offline  
Old 03-27-2008, 05:26 PM   #5
Lurker
 
Last Online: 07-17-2008 04:35 PM
Join Date: Mar 2008
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Sajomu is on a distinguished road
iTrader: 0 / 0%
Points: 1,473.78
Bank: 0.00
Total Points: 1,473.78
Re: [Release] Quick tools for maplestory [Release]

I used to use a similar thing on my USB flash drive. I added some stuffso you could right click it and click "start" and it would run a batch file giving me heaps of potions to start different things (heaps of portable apps) as well as stuff to clean the history, cache, recycle bin etc.
Sajomu is offline  
Old 03-27-2008, 05:40 PM   #6
Registered User
 
Last Online: 07-28-2008 09:57 PM
Join Date: Sep 2006
Posts: 27
Thanks: 2
Thanked 2 Times in 1 Post
kojiwind is on a distinguished road
iTrader: 0 / 0%
Points: 2,192.26
Bank: 0.00
Total Points: 2,192.26
Re: [Release] Quick tools for maplestory [Release]

what does it do?
kojiwind is offline  
Old 03-27-2008, 06:24 PM   #7
[X]
Lurker
 
Last Online: 03-29-2008 12:56 PM
Join Date: Mar 2008
Age: 18
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
[X] is on a distinguished road
iTrader: 0 / 0%
Points: 0.00
Bank: 0.00
Total Points: 0
Re: [Release] Quick tools for maplestory [Release]

好的工作,我同意人在我, .bat文件之上可以杀害计算机。
我可以读流利英语。
~[X]
[X] is offline  
Old 03-27-2008, 06:44 PM   #8
Lurker
 
Last Online: 03-31-2008 08:14 PM
Join Date: Jan 2008
Posts: 3
Thanks: 1
Thanked 1 Time in 1 Post
aznmaniac122 is on a distinguished road
iTrader: 0 / 0%
Points: 0.00
Bank: 0.00
Total Points: 0
Re: [Release] Quick tools for maplestory [Release]

Quote:
Originally Posted by [X] View Post
好的工作,我同意人在我, .bat文件之上可以杀害计算机。
我可以读流利英语。
~[X]

LOL i kno xactly wut that says :D i feel so special... going off topic >.>
aznmaniac122 is offline  
Old 03-27-2008, 06:50 PM   #9
[X]
Lurker
 
Last Online: 03-29-2008 12:56 PM
Join Date: Mar 2008
Age: 18
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
[X] is on a distinguished road
iTrader: 0 / 0%
Points: 0.00
Bank: 0.00
Total Points: 0
Re: [Release] Quick tools for maplestory [Release]

Quote:
Originally Posted by aznmaniac122 View Post
LOL i kno xactly wut that says :D i feel so special... going off topic >.>
... 那非常好的,什么是否是u做,使用译者? 或您是否讲中文,读了中文?
~[X]
[X] is offline  
Old 03-27-2008, 08:09 PM   #10
Registered User
 
Last Online: Today 06:15 PM
Join Date: Nov 2007
Posts: 373
Thanks: 30
Thanked 199 Times in 37 Posts
kalikid612 is on a distinguished road
iTrader: 0 / 0%
Points: 9,796.50
Bank: 0.00
Total Points: 9,796.50
Re: [Release] Quick tools for maplestory [Release]

Quote:
Originally Posted by [X] View Post
... 那非常好的,什么是否是u做,使用译者? 或您是否讲中文,读了中文?
~[X]
LOL,I don't know why but I laughed when I saw this.Anyways,nice release.The reduce lag thingy is pretty cool.
kalikid612 is online now  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

All times are GMT -7. The time now is 06:16 PM.


Powered by: vBulletin
Copyright ©2008, GamerzPlanet.Net
SEO by vBSEO 3.2.0 RC5 ©2008, Crawlability, Inc.
Network: GamerzPlanet | ForumzPlanet | GzPUpload | GzPArcade | GzP Host | Poker Tips | Visits: