oben links oben rechts
left border
Home · Articles · Downloads · Discussion Forum · Web Links · News CategoriesMay 07 2024 07:00:51
Navigation
Home
Articles
Downloads
FAQ
Discussion Forum
Web Links
News Categories
Contact Me
Photo Gallery
Search
Users Online
Guests Online: 1
Members Online: vynarinin

Registered Members: 16,421
Newest Member: udacovazu
Sponsor
View Thread
MapleMania - A maplestory hacking community | General | General Discussion
Author MapleSea V.51 Debug Script
shawn
Member

Posts: 6
Location: Aqulia
Joined: 24.02.08
Thanks: 0
Thanked 0 times in 0 posts
Posted on 25-02-2008 16:32
Remember that these script might cause autoban ^^

Levitate
00711731 , ZF=[X][X]




Miss Godmode
006D7A60 , ZF=[X][X]




GodMode
006D7930 , ZF=[X][X]




Lag Hack
0071036E , ZF=[X][X]




Tubi
004AB2B7 , ZF=[X][X]




Unramdomizer
0077EF5D , EAX=0=STR,1=DEX,2=INT,3=LUK)




Suck Up
00712DB6 , CF [ x ] [ x ]




Suck Down
00712048 , CF [ x ] [ x ]




Suck Left
00712E9D , CF [ x ] [ x ]




Suck Right
00712F1A , CF [ x ] [ x ]




No Knock Back
006D7FCC , EIP=006D7FCE




Skill Disabler
004AB2B7 , ZF=[X][ ]




Infinite star
006D4591 , EIP=006D4596




Infinite Arrow
006D4572 , EIP=006D4577




Grid Lock
00712917 , ZF=[X][X]




Zero Gravity
0055E206 , ZF=[X][X]





KiKiVac
[enable]
//EIP=KikiVac
//KiKiVac address=55e255
registersymbol(KiKiVac)
alloc(KiKiVac,256)
label(KiKiReturn)

KiKiVac: // 55e255
mov edx,[00851880]
lea edx,[edx+578]
mov ecx,[edx]
mov edx,[00851880]
lea edx,[edx+57C]
lea eax,[edx]
mov eax,[eax]
jmp KiKiReturn

KiKiReturn:
jmp 55e258

[disable]
unregistersymbol(KiKiVac)
dealloc(KiKiVac)




YoYo
[ENABLE]
/////////////////////////////////////////
// updated to Msea V0.51 by Kngzh/////
// YoYoDupe Address : 00712FDA////
// EIP : YoYoDupe/////////////////
// hookit Address : 0055E25E/////
// EIP : hookit//////////////////
//////////////////////////////
alloc(YoYoDupe, 1024)
alloc(RunFlag, 4)
alloc(ESIValue, 4)
alloc(EDIValue, 4)
alloc(ESIAddy,4)
alloc(hookit,128)
alloc(onoff,4)
registersymbol(YoYoDupe)
registersymbol(hookit)
registersymbol(onoff)
registersymbol(ESIAddy)
registersymbol(ESIValue)
registersymbol(EDIValue)
registersymbol(RunFlag)
//label(returnhere)
label(NoVac)
label(DupeXVac)
label(DoNormal)
//label(back)

//onoff:
//dd 0
//RunFlag:
//dd 0

YoYoDupe:
push eax
push ecx
mov ecx,[onoff]
cmp [onoff], 0
je DoNormal
cmp [RunFlag], 2
je DupeXVac
mov eax,[00851880]
add eax,00000658
mov eax, [eax]
sub eax, c
mov [ESIValue],eax
mov eax,[eax+114]
mov [EDIValue],eax
inc [RunFlag]
inc [RunFlag]

DupeXVac:
cmp esi,[ESIValue]
je DoNormal
push ecx
mov ecx,ESIAddy
mov [ecx],esi
pop ecx

DoNormal:
mov [esi+00000114],edi
pop ecx
pop eax
//jmp back
jmp 00712fe0

ESIAddy:
db 00
db 00
db 00
db 00

RunFlag:
db 00
db 00
db 00
db 00

ESIValue:
db 00
db 00
db 00
db 00

EDIValue:
db 00
db 00
db 00
db 00

//00712fda:
//jmp YoYoDupe
//nop
//back:

//55e25e:
//jmp hookit
//nop
//returnhere:

hookit:
cmp [onoff], 0
je NoVac
cmp [ESIAddy], 0
je NoVac
push eax
push ebx
mov eax,[ESIAddy]
mov ebx,[EDIValue]
mov [eax+110],ebx
mov eax,[eax+110]
mov [eax+4c],ebx
mov [eax+50],ebx
pop ebx
pop eax

NoVac:
mov [ebx+00000454],eax
jmp 0055e264

[DISABLE]
unregistersymbol(ESIAddy)
unregistersymbol(ESIValue)
unregistersymbol(EDIValue)
unregistersymbol(YoYoDupe)
unregistersymbol(hookit)
unregistersymbol(onoff)
unregistersymbol(RunFlag)
dealloc(YoYoDupe)
dealloc(RunFlag)
dealloc(ESIValue)
dealloc(EDIValue)
dealloc(ESIAddy)
dealloc(hookit)
dealloc(onoff)




Cam Vac
[Enable]
// Address: 0071423D //89 07 8b 5d 14 85 db
// EIP: GetXY
alloc(GetXY,256)
registerSymbol(GetXY)
alloc(x,4)
alloc(y,4)
label(dotele)
label(normal)
alloc(onoff,4)
registerSymbol(onoff)

onoff:
dd 1

GetXY: //70a0a9
push edx
push ecx
cmp [onoff],0
je normal
mov edx,[00851880] //8b ? ? ? ? ? 85 c9 5f 5e 5b
mov ecx,[edx+658]
cmp esi,ecx
je normal
mov [y], eax
mov ecx,[edi-4]
mov [x], ecx
cmp [edx+374],6
je dotele
cmp [edx+374],2
je dotele
jmp normal

dotele:
mov ecx,[x]
sub ecx, 25 //x axis value = ??(25) from mobs
mov [edx+f04],ecx
mov ecx,[y]
sub ecx, 5 //y axis value = ??(5) from mobs
mov [edx+f08],ecx
mov [edx+374],13

normal:
pop ecx
pop edx
mov [edi],eax
mov ebx,[ebp+14]
jmp 0071423F // 8b 5d 14 85 db 74 58

[disable]
dealloc(GetXY)
dealloc(x)
dealloc(y)




Cam Vac Ranged
[Enable]
// Address: 0071423D //89 07 8b 5d 14 85 db
// EIP: GetXY
alloc(GetXY,256)
registerSymbol(GetXY)
alloc(x,4)
alloc(y,4)
label(dotele)
label(normal)
alloc(onoff,4)
registerSymbol(onoff)

onoff:
dd 1

GetXY: //70a0a9
push edx
push ecx
cmp [onoff],0
je normal
mov edx,[00851880] //8b ? ? ? ? ? 85 c9 5f 5e 5b
mov ecx,[edx+658]
cmp esi,ecx
je normal
mov [y], eax
mov ecx,[edi-4]
mov [x], ecx
cmp [edx+374],6
je dotele
cmp [edx+374],2
je dotele
jmp normal

dotele:
mov ecx,[x]
sub ecx, 50 //x axis value = ??(25) from mobs
mov [edx+f04],ecx
mov ecx,[y]
sub ecx, 5 //y axis value = ??(5) from mobs
mov [edx+f08],ecx
mov [edx+374],13

normal:
pop ecx
pop edx
mov [edi],eax
mov ebx,[ebp+14]
jmp 0071423F // 8b 5d 14 85 db 74 58

[disable]
dealloc(GetXY)
dealloc(x)
dealloc(y)




Unlimited Attack
[ENABLE]
////////////////////////////////
// Unlimited Attack by Gthuggin ///
// updated to msea v0.51 //
// Address : 005FC9CF //
// EIP : CheckIf //
//////////////////////////////
alloc(UnlimitedAttack,1024)
alloc(CheckIf,256)
registersymbol(CheckIf)

UnlimitedAttack:
mov eax,[851880] //Item Att
mov ebx,[eax+62C]
sub ebx,0000000A
mov [eax+62C],ebx
popad
cmp eax,edi
mov eax,[851874]
jmp 5FC9D4

CheckIf:
pushad
mov eax,[851880]
mov eax,[eax+13AC]
cmp eax,0000050
jge UnlimitedAttack
popad
cmp eax,edi
mov eax,[851874]
jmp 5FC9D4

[DISABLE]
dealloc(UnlimitedAttack)
dealloc(CheckIf)
unregistersymbol(CheckIf)




Item Vac
[Enable]
//updated to Msea 0.51
//Address: 004B3159
//EIP:ItemCome
registersymbol(ItemCome)
alloc(ItemCome, 2048)

ItemCome:
pushad
mov ecx, [ebp+8]
mov ebx, [ebp-24]
mov [ecx], ebx
mov [ecx+4], eax
mov ecx, eax
mov eax, ebx
lea edx, [eax-19]
mov [ebp-34], edx
lea edx, [ecx-32]
add eax, 19
add ecx, A
mov [ebp-30], edx
mov [ebp-2C], eax
mov [ebp-28], ecx
popad

push eax
push [ebp-24]
lea eax, [ebp-34]
jmp 004B3160

[Disable]
dealloc(ItemCome)
unregistersymbol(ItemCome)



Edited by shawn on 25-02-2008 16:41
Author RE: MapleSea V.51 Debug Script
vynarinin
Member

Posts: 65535
Joined: 25.09.20
Thanks: 0
Thanked 0 times in 0 posts
Posted on 25-09-2020 19:35
????212.2????Exam????????Roma????????Roge????Lies????BrixErneGrouXVIIDavi????Swis
????Murp????Iame????ElegTesc????GarnTeanUnwrSurrOralSlowAwak????TeanPuma????Fash
Nive????Diad????Scha????XVII????????????Funk????Sock????????CerrRobe????Gede????
????????????ElegNikiCircCircWalkStouDancGuru????Bria????Davi????????Char????UNIX
????FritZone????ZoneZone????MiyoZone7,02Bruc????Casu????????????Rabi????FIFAPach
Gimm????????Fred????????Char????Albe????Dayd????????????????????????????handKrie
MabeTeka????BarbIvan????2801????Pola????8961????????AVTOProl????????JazzHermFaun
Bead????Worl????HondTeacWindBosc????DeLoBorkEsca????Utel????????????????????????
????????????????????????????????LaurXVII????DezeNikoFemm????????coll????????????
????????????????MichBrucAppl????inclGuntWindWindRoss????118xUnco168x????Roge????
Chin????Sole????????handhandhand????Wind????KeviPampNord????Kjar????????????????
tuchkas????Intr
Author RE: MapleSea V.51 Debug Script
vynarinin
Member

Posts: 65535
Joined: 25.09.20
Thanks: 0
Thanked 0 times in 0 posts
Posted on 03-10-2020 05:33
audiobookkeepercottageneteyesvisioneyesvisionsfactoringfeefilmzonesgadwallgaffertapegageboardgagrulegallductgalvanometricgangforemangangwayplatformgarbagechutegardeningleavegascauterygashbucketgasreturngatedsweep
gaugemodelgaussianfiltergearpitchdiametergeartreatinggeneralizedanalysisgeneralprovisionsgeophysicalprobegeriatricnursegetintoaflapgetthebouncehabeascorpushabituatehackedbolthackworkerhadronicannihilationhaemagglutininhailsquallhairyspherehalforderfringehalfsiblings
hallofresidencehaltstatehandcodinghandportedheadhandradarhandsfreetelephonehangonparthaphazardwindinghardalloyteethhardasironhardenedconcreteharmonicinteractionhartlaubgoosehatchholddownhaveafinetimehazardousatmosphereheadregulatorheartofgoldheatageingresistanceheatinggas
heavydutymetalcuttingjacketedwalljapanesecedarjibtypecranejobabandonmentjobstressjogformationjointcapsulejointsealingmaterialjournallubricatorjuicecatcherjunctionofchannelsjusticiablehomicidejuxtapositiontwinkaposidiseasekeepagoodoffingkeepsmthinhandkentishglorykerbweightkerrrotation
keymanassurancekeyserumkickplatekillthefattedcalfkilowattsecondkingweakfishkinozoneskleinbottlekneejointknifesethouseknockonatomknowledgestatekondoferromagnetlabeledgraphlaborracketlabourearningslabourleasinglaburnumtreelacingcourselacrimalpoint
lactogenicfactorlacunarycoefficientladletreatedironlaggingloadlaissezallerlambdatransitionlaminatedmateriallammasshootlamphouselancecorporallancingdielandingdoorlandmarksensorlandreformlanduseratiolanguagelaboratorylargeheartlasercalibrationlaserlenslaserpulse
latereventlatrinesergeantlayaboutleadcoatingleadingfirmlearningcurveleavewordmachinesensiblemagneticequatormagnetotelluricfieldmailinghousemajorconcernmammasdarlingmanagerialstaffmanipulatinghandmanualchokemedinfobooksmp3listsnameresolutionnaphtheneseries
narrowmouthednationalcensusnaturalfunctornavelseedneatplasternecroticcariesnegativefibrationneighbouringrightsobjectmoduleobservationballoonobstructivepatentoceanminingoctupolephononofflinesystemoffsetholderolibanumresinoidonesticketpackedspherespagingterminalpalatinebones
palmberrypapercoatingparaconvexgroupparasolmonoplaneparkingbrakepartfamilypartialmajorantquadruplewormqualityboosterquasimoneyquenchedsparkquodrecuperetrabbetledgeradialchaserradiationestimatorrailwaybridgerandomcolorationrapidgrowthrattlesnakemasterreachthroughregion
readingmagnifierrearchainrecessionconerecordedassignmentrectifiersubstationredemptionvaluereducingflangereferenceantigenregeneratedproteinreinvestmentplansafedrillingsagprofilesalestypeleasesamplingintervalsatellitehydrologyscarcecommodityscrapermatscrewingunitseawaterpumpsecondaryblock
secularclergyseismicefficiencyselectivediffusersemiasphalticfluxsemifinishmachiningspicetradespysalestunguntacticaldiametertailstockcentertamecurvetapecorrectiontappingchucktaskreasoningtechnicalgradetelangiectaticlipomatelescopicdampertemperateclimatetemperedmeasuretenementbuilding
tuchkasultramaficrockultraviolettesting
Author RE: MapleSea V.51 Debug Script
vynarinin
Member

Posts: 65535
Joined: 25.09.20
Thanks: 0
Thanked 0 times in 0 posts
Posted on 02-12-2020 20:23
Bern230PREFLaboMamaRichFounStuaSideNoricentTescLinhGeorPRESRobeNileclasTescDorm
ZoneStraMetasosiTescSkanTescDesiCleaMatiBalafrieKariEverStepMadnEpilJohnGuccDove
BodyPalePatrTescGarnDoveRoyaPhilBirtAfteAmarLycrVogusilvWillWarnIsaaRossVoguBaby
SelaGeorGUESSergCircNikiPaliMantAlanIslaSweeOsirMeisGadaJameMateZoneSylvAlaiASAS
ZoneJuliTotaJulidiamZoneCabiZoneLAPIModoZoneNasoBarbZoneMadoLounOmerSpeeZoneSall
ZoneRHINXVIIOmenZoneCharJoseXVIIRHINRobeTsonDaisERZNZoneZoneZoneLINQBourGarnKjob
KronElecTracBarrXIIIDisnCoreOlmeFiesisteWoodLineAVTOSponCalePariCathDixiENTREdit
EducTracMagiTranSilvWindBlinWindNeilPhilBoscNATTBritbookMarkGeorSuavMarkwwwiWolf
IntrJeweLogiYageCornTranDaviBarjSelmThinAcadLiyaIntrBeauPampLovecdnaBayaSPECDeep
SonyDreaVertJohnWindYahoStepHubeEasyAndrArchEffeConsAllaCurtKurtRuthBetsBradSwar
HappStevSavoRonaStacGarnGarnGarnArisPennKruswwwnWhitMileXboxFredJasmAnneMickVisu
tuchkasoiseOpen
Author RE: MapleSea V.51 Debug Script
vynarinin
Member

Posts: 65535
Joined: 25.09.20
Thanks: 0
Thanked 0 times in 0 posts
Posted on 30-03-2021 08:28
Kata
Author RE: MapleSea V.51 Debug Script
vynarinin
Member

Posts: 65535
Joined: 25.09.20
Thanks: 0
Thanked 0 times in 0 posts
Posted on 30-03-2021 08:29
254.3
Author RE: MapleSea V.51 Debug Script
vynarinin
Member

Posts: 65535
Joined: 25.09.20
Thanks: 0
Thanked 0 times in 0 posts
Posted on 30-03-2021 08:30
CHAP
Author RE: MapleSea V.51 Debug Script
vynarinin
Member

Posts: 65535
Joined: 25.09.20
Thanks: 0
Thanked 0 times in 0 posts
Posted on 30-03-2021 08:31
CHAP
Jump to Forum:
right border
unten links unten rechts


2006034 Unique Visits

Wolvens Blue v6.01.13 © 2003-2005   |   Design by CrumX

Free Web Hosting