Updating cubeone.....

Posts 316330 of 346 · Page 22 of 24
Quote Originally Posted by moon00dragon View Post
nullified?
Yes, as in making the effect of armor break for instance, I would love to try and see if u armor break something it still works for the enemies, but not for you. Nullify=0dmg or no effect.
Quote Originally Posted by john29990 View Post
This would be bad for your client. I am pretty sure that slow is a debuff that will cause you to dc. So rather than remove slow you will just disconnect when you are slowed.
That's what I want to try. Maybe there is a way to find it?
The thing is that I just started with you. as soon as the update came 123.5.0 and do not quite understand the codes. On this please help.
I'm a little late here but when i try to do auto aim export it doesn't create a folder.
Quote Originally Posted by HannaFam View Post
I'm a little late here but when i try to do auto aim export it doesn't create a folder.
Maybe I can help you) because I do not quite understand Russian and English. but still I understand most spopsoben textbook. And this lack of helped me. I decided not to act as a tutorial and a little on the, quote, right now ...

You need it https:// github.com/ downloads/ CyberShadow/ RABCDAsm/ RABCDAsm_v1.11.7 (Remove spaces).

Create an empty folder anywhere. Preferably on a hard drive.

In this folder Transfer your SWF file. His name should not contain spaces! example: MyHack.SWF

In the same folder, add the downloaded RABCDAsm all that it contains.
Create three text document such as "notepad" and write simple code in it:
(In place of "MyHack" insert / replace your name SWF. You can call your SWF MyHack for these procedures)

1 file) swfdecompress MyHack.swf
pause

2 file) abcexport MyHack.swf
pause
rabcdasm MyHack-1.abc
pause
(This code will create a folder with files to create for AIM).

3 file) rabcasm MyHack-1 \ MyHack-1.main.asasm
pause
abcreplace MyHack.swf one MyHack-1 \ MyHack-1.main.abc
pause

(This is when you need to run after you're done with the code AIM. Will replace in your SWF).

All of these files need to "save as" "any name". Bat for example 1.bat first "one file" -> "two file" -> edit Player.class (Save) -> "3 file" and should be ready . I have all the work!

Все коды открыты для пользователей вот по этой ссылке http://www.mpgh.net/forum/599-realm-...odes-here.html

(((I'm sorry my bad english)))
Quote Originally Posted by partizanr56 View Post
Maybe I can help you) because I do not quite understand Russian and English. but still I understand most spopsoben textbook. And this lack of helped me. I decided not to act as a tutorial and a little on the, quote, right now ...

You need it https:// github.com/ downloads/ CyberShadow/ RABCDAsm/ RABCDAsm_v1.11.7 (Remove spaces).

Create an empty folder anywhere. Preferably on a hard drive.

In this folder Transfer your SWF file. His name should not contain spaces! example: MyHack.SWF

In the same folder, add the downloaded RABCDAsm all that it contains.
Create three text document such as "notepad" and write simple code in it:
(In place of "MyHack" insert / replace your name SWF. You can call your SWF MyHack for these procedures)

1 file) swfdecompress MyHack.swf
pause

2 file) abcexport MyHack.swf
pause
rabcdasm MyHack-1.abc
pause
(This code will create a folder with files to create for AIM).

3 file) rabcasm MyHack-1 \ MyHack-1.main.asasm
pause
abcreplace MyHack.swf one MyHack-1 \ MyHack-1.main.abc
pause

(This is when you need to run after you're done with the code AIM. Will replace in your SWF).

All of these files need to "save as" "any name". Bat for example 1.bat first "one file" -> "two file" -> edit Player.class (Save) -> "3 file" and should be ready . I have all the work!

Все коды открыты для пользователей вот по этой ссылке http://www.mpgh.net/forum/599-realm-...odes-here.html

(((I'm sorry my bad english)))
No I can do that part perfectly fine. The folder isn't popping up. That's my only problem.
Hum, first you
swfdecompress file.swf
than you
abcexport file.swf
and finally
racbdasm file-1.abc
This last step make the folder file-1, are you sure you don't take an error message? how are you using rabcdasm?
@nilly any ideas on how to debuff slow? I tried debuffing it, but it only works 100% in sprite world atm, u get hit by slow in sprite world n no dc, but if you get hit by slow at lord of lost lands, slime god, etc you get dced....maybe it needs to be debuffed somewhere else as well?
Ya, I don't know how to avoid the dc. Not sure if it's possible. I heard that in sprite world with the old cubeone wallhack one could wallhack their way to the boss and not get dc. Maybe not getting dc has to do with sprite world settings?
Quote Originally Posted by nilly View Post
Ya, I don't know how to avoid the dc. Not sure if it's possible. I heard that in sprite world with the old cubeone wallhack one could wallhack their way to the boss and not get dc. Maybe not getting dc has to do with sprite world settings?
good work dude, good work
Quote Originally Posted by nilly View Post
Ya, I don't know how to avoid the dc. Not sure if it's possible. I heard that in sprite world with the old cubeone wallhack one could wallhack their way to the boss and not get dc. Maybe not getting dc has to do with sprite world settings?
Maybe there is a way to redirect the code, for instance u got hit by slow, it will run thru the code and hit when u weren't slowed.

Redirection go the position when you weren't slowed upon getting hit by slow, or maybe you can help me find where this sprite world settings r located in so i can play with it?
thank you nilly i made my own client thanks to you and im gonna keep it to myself muuuaahahahaha
Quote Originally Posted by jimmy01 View Post
Can somebody help me with this?
http://www.mpgh.net/forum/599-realm-...nks-nelly.html
i want to change the autonexus (30% to 20%) but i don't know how.
can somebody teach me how to do it? please...
Code:
pop
getlocal0
getlex map_
getproperty player_
ifne 42
getlex map_
getproperty name_
pushstring Nexus
ifeq 31
getlex _-24
convert_d
getlex _-mH
convert_d
divide
pushbyte 7 ; <---- This
convert_d
pushbyte 20 ; <---- This
convert_d
divide
ifgt 11
getlex map_
getproperty gs_
getproperty gsc_
callpropvoid _-m3,0
pushtrue
I highlighted the code you need to change, as you can see you have 7 divided by 20 and this makes 35 (It's 35 by the way not 30). To make it 20% you just make it:
Code:
pop
getlocal0
getlex map_
getproperty player_
ifne 42
getlex map_
getproperty name_
pushstring Nexus
ifeq 31
getlex _-24
convert_d
getlex _-mH
convert_d
divide
pushbyte 1 ; <---- This
convert_d
pushbyte 5 ; <---- This
convert_d
divide
ifgt 11
getlex map_
getproperty gs_
getproperty gsc_
callpropvoid _-m3,0
pushtrue
And this makes it 1 divided by 5, which gives 0.20 (20%)
Quote Originally Posted by RonaldSeiger View Post
Code:
pop
getlocal0
getlex map_
getproperty player_
ifne 42
getlex map_
getproperty name_
pushstring Nexus
ifeq 31
getlex _-24
convert_d
getlex _-mH
convert_d
divide
pushbyte 7 ; <---- This
convert_d
pushbyte 20 ; <---- This
convert_d
divide
ifgt 11
getlex map_
getproperty gs_
getproperty gsc_
callpropvoid _-m3,0
pushtrue
I highlighted the code you need to change, as you can see you have 7 divided by 20 and this makes 35 (It's 35 by the way not 30). To make it 20% you just make it:
Code:
pop
getlocal0
getlex map_
getproperty player_
ifne 42
getlex map_
getproperty name_
pushstring Nexus
ifeq 31
getlex _-24
convert_d
getlex _-mH
convert_d
divide
pushbyte 1 ; <---- This
convert_d
pushbyte 5 ; <---- This
convert_d
divide
ifgt 11
getlex map_
getproperty gs_
getproperty gsc_
callpropvoid _-m3,0
pushtrue
And this makes it 1 divided by 5, which gives 0.20 (20%)
Thanks a lot! but...
I don't know how to put it on the client (yea, i know, im an idiot)
English isn't my native language so I cannot understand how to do it.

can you PLEASE change it? (in the client and then upload it)
I know its a lot of work, but, can you help me? please...
Quote Originally Posted by nilly View Post
Ya, I don't know how to avoid the dc. Not sure if it's possible. I heard that in sprite world with the old cubeone wallhack one could wallhack their way to the boss and not get dc. Maybe not getting dc has to do with sprite world settings?
In sprite world they did not dc because you could see where you were going. Similar to how plane works with rogue. As long as you can see the tiles that you are tp'ing to you are allowed but if you can't see than you dc.
Posts 316330 of 346 · Page 22 of 24

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?