View Full Version : [Release] sora8196's Working 0.49 MSEA debug register script
sora8196
20th December 2007, 21:53
hi guys, this is my first release of debug scripts. Tis r the tested and working CT for 0.49 with 1105 GG. All the address are updated. i dunch take the credit of releasing this debug script since i am not the original author of the assemble coding.
Features:
- Godmode
- Laghack
- Tubi
- Unrandomizer
- Slow Dupex
- YoyO Dupex (Please use it with care ; it will ab u :( )
- Unlimited Attack
PS: Remember yoyo or slow dupex only used in small map.
I will update more address for more hax and release here.
i will also release a list of AOB here for pple to update the address themselves.
Enjoy!!
Edit: Sorry but i upload an old unrandomizer address here so it didn't work. I will try to get an updated version by tis week or next week with more hax supports. :)
Since for the time being my attached file not approved i will post the script and address here, please update yourself. If not, wait :)
Godmode
006CE012
Laghack
007061DA
Tubi
004A9221
Unrandomizer
77313D
[ENABLE]
//Updated to Msea v0.49 (credit to whoeva create this ct)
//Slow Dupex For Msea v0.49 (credit to whoeva create this ct)
//Address:708E46
//EIP:Slow
alloc(Slow,32)
alloc(Pointer,32)
registersymbol(Slow)
registersymbol(Pointer)
Slow:
push ecx
mov ecx,Pointer
mov [ecx],esi
pop ecx
mov [esi+00000114],edi
jmp 708e4c
[DISABLE]
dealloc(Slow)
dealloc(Pointer)
unregistersymbol(Slow)
unregistersymbol(Pointer)
[ENABLE]
//--------------------------
// Unlimited Attack by Gthuggin
// updated to msea v0.49
// Address : 005F5874
// EIP : CheckIf
alloc(UnlimitedAttack,256)
alloc(CheckIf,256)
registersymbol(CheckIf)
UnlimitedAttack:
mov eax,[845870] //Item Att
mov ebx,[eax+62C]
sub ebx,0000000A
mov [eax+62C],ebx
popad
cmp eax,edi
mov eax,[845864]
jmp 5F5879
CheckIf:
pushad
mov eax,[845870]
mov eax,[eax+13AC]
cmp eax,0000050
jge UnlimitedAttack
popad
cmp eax,edi
mov eax,[845864]
jmp 5F5879
[DISABLE]
dealloc(UnlimitedAttack)
dealloc(CheckIf)
unregistersymbol(CheckIf)
[ENABLE]
//================================
//updated to Msea V0.49
// MyGod (Damage Control) For Msea v0.49 (Use Debug Register)
// Credit To Original Author:?????
// Address: 6CEB19
// EIP: MyGod
//================================
registersymbol(MyGod)
registersymbol(Red)
registersymbol(Back)
alloc(MyGod,256)
alloc(Red,4)
alloc(Back,4)
label(God)
label(Next)
label(Start)
Red:
DD 0 // 1=GodMode Always On.
// 0=pplScan(Return to normal when other players enter the map.)
Back:
DD 0 // 0=No Knock Back . 1= Knock Back
MyGod:
push eax
cmp [Red],0
jnz Start
mov eax,[845864]
mov eax,[eax+18]
test eax,eax
jz Start
God:
pop eax
cmp [ebp+c],ebx
jmp 6ceb1c
Start:
cmp [ebp+8],0
jz God
xor eax,eax
mov al,[845878]
and al,3
cmp al,0
jnz Next
inc eax
Next:
mov [ebp+8],eax
cmp [Back],0
jnz God
mov [ebp+c],ebx
mov [ebp+10],ebx
mov esi,5dc
pop eax
jmp 6ceb52
[disable]
dealloc(MyGod)
dealloc(Red)
dealloc(Back)
unregistersymbol(MyGod)
unregistersymbol(Red)
unregistersymbol(Back)
[ENABLE]
// updated to Msea v0.49
// YoYoDupe Address :00708E46
// EIP : YoYoDupe
// hookit Address : 00559743
// 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(NoVac)
label(DupeXVac)
label(DoNormal)
onoff:
dd 0
YoYoDupe:
push eax
push ecx
mov ecx,[onoff]
cmp [onoff], 0
je DoNormal
cmp [RunFlag], 2
je DupeXVac
mov eax,[00845870]
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 708e4c
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
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 559749
[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)
cuteharez
20th December 2007, 23:43
Approved
Before i go.
As always ==> use at own risk
bluepromaple
21st December 2007, 02:22
eh cute harez....
u said approved but the file u nt approved yet?
lols...anyway thx for the CT ^^
linjun
21st December 2007, 03:09
nice work sora... i still novice, need the aob for update... thks for ur work...
sora8196
21st December 2007, 03:31
and u remove my reserved post!! :(
Maximillion
21st December 2007, 04:26
hmm what's the address for unrandomizer?
sora8196
21st December 2007, 04:29
hmm what's the address for unrandomizer?
0076C70D
^^
Maximillion
21st December 2007, 04:32
thanks =D
ZeFeZ
21st December 2007, 04:33
Nice release.
Maximillion
21st December 2007, 04:40
hmm can't work. I went to the address, tick eax put in 1. rolled the dice, still doesn't work.. do i need a crc bypass?
sora8196
21st December 2007, 04:48
hmm can't work. I went to the address, tick eax put in 1. rolled the dice, still doesn't work.. do i need a crc bypass?
sorrie bcoz i am at working, my latest update ish at home..
no way to check... trying though ^^
but tt address shldn't be wrong
i will try to find out the correct address when i get home
Maximillion
21st December 2007, 04:51
oic. nvm then i'll wait =]
louisbaka
21st December 2007, 05:01
hmm can't work. I went to the address, tick eax put in 1. rolled the dice, still doesn't work.. do i need a crc bypass?
Unrandomizer for dice rolling, 77313D
Stab/Slash Unrandomiser Eax : 2=Slash/3= stab, 5D09A2
*works for msea v0.49, GG rev 1105 =)
sora8196
21st December 2007, 05:03
Unrandomizer for dice rolling, 77313D
Stab/Slash Unrandomiser Eax : 2=Slash/3= stab, 5D09A2
*works for msea v0.49, GG rev 1105 =)
ohh thx u solve the mystery! and maybe can add tt stab and slash unrandomizer into my collection :P
Maximillion
21st December 2007, 05:09
oh thx louis. i think it works but now after i tick and change the number of eax, it dc me =/
sora8196
21st December 2007, 05:09
Unrandomizer for dice rolling, 77313D
Stab/Slash Unrandomiser Eax : 2=Slash/3= stab, 5D09A2
*works for msea v0.49, GG rev 1105 =)
u sure its 77313D?
maybe did i update an old ct ?
sheesh but dun worry my slow dupex cfm work!
tested last night
smgan
21st December 2007, 05:16
Thx 4 sharing
sora8196
21st December 2007, 05:17
Thx 4 sharing
Sharing ish caring :)
Maximillion
21st December 2007, 05:30
yay it works finally. weird that it didn't work just now. i think it must be because of the debugging thing when i start up the engine.
harrychong
21st December 2007, 05:35
O_o i cant see mod approved the attatchment =\
sora8196
21st December 2007, 05:51
yay it works finally. weird that it didn't work just now. i think it must be because of the debugging thing when i start up the engine.
u r using 77313D or 0076C70D?
aannddyy
21st December 2007, 06:10
.. howcome still not apporved? X_x
sora8196
21st December 2007, 06:19
paiseh rah ... ish not i dun wan to approve unless gib moi mod :P
Maximillion
21st December 2007, 06:25
im using 77313D
harrychong
21st December 2007, 06:31
mind post v48 cem for me? i wan update myself :D
sora8196
21st December 2007, 06:46
mind post v48 cem for me? i wan update myself :D
paiseh i dun have it wib moi... its at home
harrychong
21st December 2007, 06:49
omfg T_T i lost maiihh v48 cem >_>"
bluepromaple
21st December 2007, 08:10
erm i wana ask sth abt the debug register with script like mygod,yoyo,slow,unlimited attk...
dose the adress at EIP and Tick here need change?...mod better fast check it and approve cause wana check correct or nt...thx
anyway wad u mean by de slash at unrandomizer or just need change the adress only?
(pls reply thx)
sora8196
21st December 2007, 08:13
erm i wana ask sth abt the debug register with script like mygod,yoyo,slow,unlimited attk...
dose the adress at EIP and Tick here need change?...mod better fast check it and approve cause wana check correct or nt...thx
anyway wad u mean by de slash at unrandomizer or just need change the adress only?
(pls reply thx)
stab/slash unrandomizer mean u can fix attack type either stabbing or slashing bcoz either will gib extra dmg advantage depend on the weapon and character u using ^^
bluepromaple
21st December 2007, 08:21
woha never herd before thx for the answer i go have a try...
the Eip and Tick here adress make nt happen with the hack?
erm mind find out wads the pointer adress?
sora8196
21st December 2007, 08:23
woha never herd before thx for the answer i go have a try...
the Eip and Tick here adress make nt happen with the hack?
erm mind find out wads the pointer adress?
eip and change register part must change to the address stated above of each script.
pointer address has no address, the moment u add a pointer, the address box is disabled... juz set offset to 110
bluepromaple
21st December 2007, 08:28
well nt vry understand wad u mean abt the pointer,where is adress box wana find out which is disabled...
erm can give example of the adress stated above ?like yoyo,slow,dmg control,UA??
sora8196
21st December 2007, 08:34
well nt vry understand wad u mean abt the pointer,where is adress box wana find out which is disabled...
erm can give example of the adress stated above ?like yoyo,slow,dmg control,UA??
its all stated in the first post like this
//Updated to Msea v0.49 (credit to whoeva create this ct)
//Slow Dupex For Msea v0.49 (credit to whoeva create this ct)
//Address:708E46
//EIP:Slow
truekaiser
21st December 2007, 09:04
does any of those get u auto-banned if u dc with it on
sora8196
21st December 2007, 09:09
at least no dc for me ^^
truekaiser
21st December 2007, 09:27
ok for slow dupex... i write the code in auto-assembler
wait awhile then move abit and then change eip of 708E46 to the number of Slow...
What am i doing wrong here/ Do i need to make a CEM file
louisbaka
21st December 2007, 09:42
sora8196, can u release a damage control with auto dc? It would be great for afk botting hehe. Oh ya...and Item vac (FMIV) since slow dupex will spread the monsters out.
sorry for the trouble. Anyway the unrandomizer i posted earlier on should be able to work.. tried =)
cuteharez
21st December 2007, 10:05
I did hit the approved button maybe it glitch or what?
well i'm sure its approved now.
sora8196
21st December 2007, 10:11
I did hit the approved button maybe it glitch or what?
well i'm sure its approved now.
-_____________________-
ROOAaarrRR
sora8196, can u release a damage control with auto dc? It would be great for afk botting hehe. Oh ya...and Item vac (FMIV) since slow dupex will spread the monsters out.
sorry for the trouble. Anyway the unrandomizer i posted earlier on should be able to work.. tried =)
i will try to figure out when i reach home...
i can't work it out now... (no maple in office :( )
ok for slow dupex... i write the code in auto-assembler
wait awhile then move abit and then change eip of 708E46 to the number of Slow...
What am i doing wrong here/ Do i need to make a CEM file
unlike yoyo... it need a pointer... do u haf?
JoHn_WoOn
21st December 2007, 10:53
actually i not understand the slash and stab unrandomizer....what is it function use for and how to make it work...another hack all i also can use...tried all can use..just the slash and stab unrandomizer i dont know...please teach me and explain to me please.ty
sora8196
21st December 2007, 11:08
actually i not understand the slash and stab unrandomizer....what is it function use for and how to make it work...another hack all i also can use...tried all can use..just the slash and stab unrandomizer i dont know...please teach me and explain to me please.ty
like wat i say in a few previous posts away, stab and slash might be advantage to certain character, for example:
spearman attack type ratio of stab : slash is 3:2
which mean 60% of chance it will deal dmg in stab and 40% in slash.... for spearman, stab is more dmg than slash. so in order to me to gain 100% stab in all my attacks i will set unrandomizer in my attack; the same way as the unrandomizer for rolling dice trick. hope u understand wat i am saying since i am using my working time to explain to u >.<
JoHn_WoOn
21st December 2007, 11:41
so paiseh....sry....i dont know you use working time to explain...ok then stab and slash got effect for mage? now my cerrent char is ice mage....it will work for mage?....sry....
rubber
21st December 2007, 11:50
sorry.. i have been away from hack very long.. sorry to ask. which engine to use?
bluepromaple
21st December 2007, 12:24
eh lousibaka furyking had release the script liao but NOT WORKING i thoch mob then auto chut down hole maple....
anyway nice job sora ur yoyo at small map can do unlimited time for me i think (3hrs boting then no pot go repot come back need reopen again)
well hope u find out a auto dc dmg control and a FMIV of crouse XD
(NICE JOB)
3077
21st December 2007, 12:26
Any 1 be like me, host emu not work again, GG still 1211 after run it
Teh_Mythic
21st December 2007, 13:01
hi,i was wondering if anyone can help me
during 0.48 when i wanted to use yoyo/dupeX
there would have to be a script that i had to change value
like 0 for off and 1 for on.
normally without that,i cant turn on the vacs properly
can anyone give me that script?
thanks
driocut
21st December 2007, 13:33
does slow dupex go with dmg control coz i dc even using god mode
sora8196
21st December 2007, 15:05
dear babies .. dun use on big maps ^^
cuteharez
21st December 2007, 15:26
Slash & stab unrandomizer is patched too
Convulsions
21st December 2007, 15:50
so are you able to update us on which are the patched things? like stat unrandomizer, slash /stab unrandomizer and stuff? FMIV?
thanks! :D
driocut
21st December 2007, 20:26
got a/b using yoyo dupex for 4 lvls at slime cave and got a/b
louisbaka
22nd December 2007, 03:56
eh lousibaka furyking had release the script liao but NOT WORKING i thoch mob then auto chut down hole maple....
anyway nice job sora ur yoyo at small map can do unlimited time for me i think (3hrs boting then no pot go repot come back need reopen again)
well hope u find out a auto dc dmg control and a FMIV of crouse XD
(NICE JOB)
awww...u meant furyking had release an auto dc script for damage control? Where do he normally release scripts? i always can't find his work. hahahaha...need auto dc for safe botting..
ding321
22nd December 2007, 04:36
Godmode
006CE012
FOr this godmode can i make it onto a script?
how long will this godmode last b4 auto-ban
FOr the damage controller can i make it to just ticking it and it will on it insead of just changing the register at eip?
bluepromaple
22nd December 2007, 06:39
ding321 godmode dun need script just need tick the 1st ZF at change adress then it can work leh..
[enable]
//Address: 6ceb19
// EIP: God
//updated to msea v0.49 by tsubatakarashi
Registersymbol(God)
Alloc(God, 1024)
Label(Start)
God:
push eax
//autoDC
mov eax,[00845864]
mov eax,[eax+18]
test eax,eax
jz Start
//red alert
pop eax
xor eax,eax
//green
Start:
xor eax,eax
mov al,[008465F0]
and al,3
cmp al,0
mov [ebp+8],eax
pop eax
mov [ebp+c],ebx
mov [ebp+10],ebx
mov esi,5dc
cmp [ebp+c],ebx
jmp 006ceb1c
[disable]
lousi this is the auto dc dmg control dunno gt update or nt XD.
[Enable]
//updated to Msea 0.48 by furyking
//Address: 004B029B
//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 004B02A2
[Disable]
dealloc(ItemCome)
unregistersymbol(ItemCome)
here is the FMIV that furyking update from guyz script.
happy mapling (gt anything new pls share to us ^^)
<sry for double post but this urgen 4got tell need update the FMIV script>
really sry mod
sora8196
22nd December 2007, 10:03
[Enable]
//updated to Msea 0.48 by furyking
//Address: 004B029B
//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 004B02A2
[Disable]
dealloc(ItemCome)
unregistersymbol(ItemCome)
lol this is not for 0.48 meh
ismenong
22nd December 2007, 10:08
need help ~
i downloaded the CT , but i cant open it ~ it's asking for a program to open ~ be4 i restart pc ~ it can be open ~ but after that ~ cannot adi ~ ask me choose a program to open ~
how can fix this problem ????? pls ~
sora8196
22nd December 2007, 10:28
need help ~
i downloaded the CT , but i cant open it ~ it's asking for a program to open ~ be4 i restart pc ~ it can be open ~ but after that ~ cannot adi ~ ask me choose a program to open ~
how can fix this problem ????? pls ~
get your answer from there ^^
http://www.mpcforum.com/showthread.php?t=213983
furyking
22nd December 2007, 10:44
@bluepromaple
Er.. The godmode/dmg ctrl with auto dc is not updated by me as i have said before. I don't know if it works.. It is updated by people in my forum.
The item vac i did not update from guyz script. I just take the original script & made it into debug register script.
And here's the item vac script please do not ask for it anymore. And by using the script you agree that the script is not updated by me. Credits to crazyboy193 from GamerzHome for updating it. Please do not edit the script & post it somewhere to take the credit for yourself.
[Enable]
//updated to Msea 0.49
//Address: 4b0c3f
//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 4b0c46
[Disable]
dealloc(ItemCome)
unregistersymbol(ItemCome)
As i did not test the script, i don't know if it is usable.
chuahood
22nd December 2007, 16:37
any working auto dc script???
7300GT
22nd December 2007, 19:55
When i use slow dupex or yoyo dupex about 1~2minit,then disconnected,what is the problem? Can anyone slove it?
Convulsions
22nd December 2007, 20:25
i don't think it works, as i've just tried it. unless i did it wrongly.
autoassemble > insert > insert into cheat table.
didn't work for me =/
hackger
23rd December 2007, 01:42
u mean FMIV? it works....
Convulsions
23rd December 2007, 01:48
you mean this script?
[Enable]
//updated to Msea 0.49
//Address: 4b0c3f
//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 4b0c46
[Disable]
dealloc(ItemCome)
unregistersymbol(ItemCome)
how did you insert it? just by putting into autoassemble?
thanks!
freedom91
23rd December 2007, 03:46
Add the address and the EIP..and then tick EIP of the address and type in the EIP address
Convulsions
23rd December 2007, 05:05
eh? so i find address 4b0c3f, and tick EIP, and fill in the value 4b0c3f?
xDeadSoul
23rd December 2007, 05:37
Nope fill in the address you obtain from ItemCome.
Convulsions
23rd December 2007, 05:41
oman! i don't think i've itemcome in my .CT.
how can i add it?
sorry for the inconvenience.
HappyLee
23rd December 2007, 07:02
Hi guys, don't mind me asking but what CE are you guys using ? are they going private ?
xxd4ni3lxx
23rd December 2007, 07:37
Hey nice, but could anyone tell me what engine i should use? i haven't played/hacked msea in a while, so im not with the times anymore xD
Convulsions
23rd December 2007, 07:37
MoonLight Engine.
The thread is found on the first page.
HappyLee
23rd December 2007, 07:48
Oh okay, so i follow their tutorial there then can us this script ?
bluepromaple
23rd December 2007, 07:50
Well thx for the script FMIV
where the cridits go to XD wana thx him...
go try 1st
Convulsions
23rd December 2007, 07:51
have you got the FMIV working? can you help me out? cause i don't know where's the EIP that i'm supposed to change it to.
thanks!
HappyLee
23rd December 2007, 08:05
hmm, i can't seems to attach my CE in the first place, after awhile they'll say that hack is detected and closes my Maple. what to do ?
xxd4ni3lxx
23rd December 2007, 08:05
MoonLight Engine.
The thread is found on the first page.
Thanks. So i just open MoonLight Engine, and put in the scripts through the registry?
Convulsions
23rd December 2007, 08:10
Open a .CT (cheat table) that you can download if you search here too.
xxd4ni3lxx
23rd December 2007, 08:27
Does MoonLoght Engine auto attach?
Convulsions
23rd December 2007, 08:30
It can. I've tried it before, but just to be safe, attach it yourself.
xxd4ni3lxx
23rd December 2007, 08:32
I just tried to attach it myself, and when you attach it your debug memory thing is meant to have green numbers yer? And when I log in and I'm at the charecter select menu or I log in fine then when I pick a charecter it goes in but the minute it hits the floor it dc's and says im hacking.
could you help me?
HappyLee
23rd December 2007, 08:33
strange, i can't seems to get it working. I can't change the values in the CT. after I opened it. it appears as ??
Convulsions
23rd December 2007, 08:34
@xxd4ni3lxx, did you downgrade your GG already?
@HappyLee are you sure your settings are correcT?
=/ why no one can help me with my FMIV.
HappyLee
23rd December 2007, 08:38
haha, because i don't know whats FmIV. ahh, where can find the right settings for CE ?
Convulsions
23rd December 2007, 08:40
http://www.mpcforum.com/showthread.php?t=213983
HappyLee
23rd December 2007, 08:42
Ohh okay, thank you . = ) What's the difference btwn debug register and those normal CT ?
sora8196
23rd December 2007, 12:15
plz use tis ct with care esp yoyo bcoz i found my dummy acc ab after hrs of yoyo... i think depend on area.. some area ab easily
freedom91
23rd December 2007, 16:45
i think as long as u dun keep dc-ing yoyo shud be rather safe..hack at small and deserted maps..thats all i know right now
chuahood
23rd December 2007, 16:55
Which area wont Dc easily?
shoyne
23rd December 2007, 17:32
item vac works fine i seems there is no a/b for item vac only dc after 5 min- 15min. Once move DC instantly.
n00byben
23rd December 2007, 18:21
Double Thumbs UP!
Convulsions
23rd December 2007, 19:00
hmm, item vac works now :D
just wondering, is there instant drop? :P
shootbirdy
23rd December 2007, 19:34
i got 1 question do i still nie CRC bypass? i can't seems to tick the boxes
i'm on GG 1121Rev and i haven't d/c but then i cannot tink the boxes any help?
Convulsions
23rd December 2007, 20:08
don't need.
downgrade your GG.
shootbirdy
23rd December 2007, 20:14
i tried that too
i'm using sora 2.9
i tried moonlight 1105.1(hack detected)
but both cannot work
just Downgraded to 1105
MyEngine
23rd December 2007, 21:39
Good release rofl.
n00byben
24th December 2007, 03:14
THUMBS UP!
However, just wanna ask, wad UCE u guys are using at the moment. coz whenever i use MoonLight 1105.1, my com crashes
GoGoo
24th December 2007, 05:54
Nice release sora and thx u.
my yoyo will dc me after i turned it on a while...
any idea ? or it caused by the internet line ?
xDeadSoul
24th December 2007, 06:48
@n00byben
I think you are using a Dual Core CPU you will have to do this
1st.Right click My Computer
2nd.Click on HardWare
3rd.Click on device manager
4th.Click on + on the side of Computer
5th.Right click ACPI Multiprocessor PC
6th.Click update driver
7th.Do install from a list or specific location (Advanced)
8th.Click dont search.
9th.Select the Advanced Configuration and Power Interface(ACPI)PC
10th.After installation restart your Computer and it should not restart your computer when you run moonlight engine now.
@GoGoo
It may be because of the Maps because some Maps tends to DC when vac-ing
lswei1993
24th December 2007, 07:00
All the vac released will dc and yoyo will ab. So CAM VAC is the only bot-able hack, but CAM VAC is tooooooooooooooo slow. So, play legit is best=)
xDeadSoul
24th December 2007, 07:26
Nah i Botted for the Past 7 hours and no DC or ABs yet with YoyoDupe
lswei1993
24th December 2007, 07:49
Are u using the released one by sora or your own private one ?
chongkt
24th December 2007, 08:09
Thanks a lot... the hack works.... I can use the godmode.. but how can i use the yoyodupe? i can't work the yoyodupe...:\
KenSinRo
24th December 2007, 09:40
Right now which engine is working? i dled moonlight and sora seems tat cant work.
Kindly put the link here for which is worked engine ?
Thx ^^
xDeadSoul
24th December 2007, 10:31
@kensinro
You have to downgrade GG by using Abyss Method of the Emulator method.
KenSinRo
24th December 2007, 11:01
Did godmode wil dc? So the one tat replace it is dmg control?
Sry i had alrdy too long nv play maple with hack XD
Sora, can u show me how to use yoyo dupex, slow dupex, and cam vac? I think after master this 3 then i wil know how to use unlimited attack 0.0
Thx for ya help ^^
@kensinro
You have to downgrade GG by using Abyss Method of the Emulator method.
Yep now i success to use moonlight by abyss ^^
now the problem i face was the post below ...
Hope u can help me out ^^
yunielescaz
24th December 2007, 13:29
is there any way for us to control the amount of damage by damage control? say i wana get hit for 3k each time is it possible to set?
n00byben
24th December 2007, 13:35
i dun get it why do i get suck back to the vac place when i jumped out of the place already. Hai...
msyoong
24th December 2007, 14:08
hey alittle help here i tick the yoyodupex from the ct this web gives. and nothing happens the rest too accpt for godmode only change register nid help asap thanks in advance!
xDeadSoul
24th December 2007, 14:50
You have to change register EIP for both YoyoDupe addy and Hookit addy and add OnOff 1 to on 0 to off
msyoong
24th December 2007, 15:51
ok what i did is go to maple login tick yoyodupex ( tick here ) change registry Tick EIP change it to YoyoDupex EIP = _____
then add address OnOff after add i tick on off but nth happen what i did wrong help thansk
chuahood
24th December 2007, 16:12
can someone teach me how u use slow dupex?
kongze1991
24th December 2007, 16:24
@n00byben
u use slow dupex or yoyodupex, if slow dupex sure will sux back, if yoyodupex, u keep jump out the vacing area and u can stand without vac back[good for sin/archer]
@msyoong
wrong...
1. tick yoyodupex[tick here]
2.wait the address change at yoyodupex and hookit
3.right click at yoyodupex[change register here] and hookit[change register here] and change register, add the changed address
4.tick on switch, go to value change to 1 to on
@chuahood
1.tick slowdupex[tick here]
2.wait the address change at slowdupex
3. right click at slowdupex[change register here] and add the changed address
4. tick pointer. p/s:if the value is 0, untick and tick again until it show no. ~~~
btw, is skill hack patched? sum1 got the script?
msyoong
24th December 2007, 16:37
ermmm may i ask smth change register here then change register? how to change mus tick zf or smth or write smth or is there a button ttat saes change register
kongze1991
24th December 2007, 16:43
@msyoong
u tick yoyodupex[tick here] 1st, then u will c the address at yoyodupex change, then u change register at yoyodupex[change register here]
how to change?
right click yoyodupex[change register here]=>change register=>tick eip=>insert the address wat u see from yoyodupex
do it same as hookit, i dono wat is hookit for, bt if u dun active it ur vac kenot work
msyoong
24th December 2007, 17:36
worked thanks but it dc afters 30sec is there any vac that dosent dc?
mauricee
24th December 2007, 17:45
can anyone tell me how i make a new thread?
sorry im new on this site
kongze1991
24th December 2007, 17:49
@msyoong
sure dc, find small map or the monster not shake tat badly
@mauricee
wrong place pls, observe the page from top to bottom then u can find it
prad
25th December 2007, 02:48
does anyone have item filter?
3077
25th December 2007, 16:12
Can tell me where to get sora 8196?
IAmNotNoob
26th December 2007, 07:19
@n00byben
u use slow dupex or yoyodupex, if slow dupex sure will sux back, if yoyodupex, u keep jump out the vacing area and u can stand without vac back[good for sin/archer]
@msyoong
wrong...
1. tick yoyodupex[tick here]
2.wait the address change at yoyodupex and hookit
3.right click at yoyodupex[change register here] and hookit[change register here] and change register, add the changed address
4.tick on switch, go to value change to 1 to on
@chuahood
1.tick slowdupex[tick here]
2.wait the address change at slowdupex
3. right click at slowdupex[change register here] and add the changed address
4. tick pointer. p/s:if the value is 0, untick and tick again until it show no. ~~~
btw, is skill hack patched? sum1 got the script?
the same way applies to damage controller, correct ?
after i tick the EIP and put the address, what should i do next ??
change the value ??
loadof1212
26th December 2007, 08:19
CAN GIVE ME THE SORA ENGINE ?
SENT IT TO JINNOKONG@HOTMAIL.COM
or u just write here
bluepromaple
26th December 2007, 09:16
well since cam vac had realease can some one help it squeez into a CT?
u can find the script in the realease V0.49script (MPC/CEF).
the for helping
Powered by vBulletin™ Version 4.0.2 Copyright © 2010 vBulletin Solutions, Inc. All rights reserved.