[Guide] Basic DLL Editing 1: One Charge Fireball

02/22/2010 20:27 tbstewa#211
there's an edit button for a reason...
02/23/2010 00:38 Morally#212
Double-clicking the JNB SHORT Skill.xxxxxx is not doing anything for me.


Is there a solution to that ._.?
02/24/2010 05:47 Seddieface#213
Quote:
Originally Posted by tbstewa View Post
Kev rarely comes here anymore, however there is no way to make mods IMPOSSIBLE. There are some skills that call to check standard.dll and then the function it calls in standard calls a function in mint.dll and mint calls ESL.dll
long story short you could trace the calls to the last call altar the result to always return an Ok to go message or in the originating code change jumps or pushes to achieve your desired result ideally it will work. hope i helped O_O
<3 for ur effort o3o;; no te comprendo k? lul;; ill sweat over it for a coup of min to figure it out then try to retrace the commanding sequence o3o;;
oh btw did this weblaunch patch returned dll to pre-g8 dll versions? o3o


Oh and Morally, try right-click and modification or something? :o
02/24/2010 06:50 tbstewa#214
Quote:
Originally Posted by Seddieface View Post
<3 for ur effort o3o;; no te comprendo k? lul;; ill sweat over it for a coup of min to figure it out then try to retrace the commanding sequence o3o;;
oh btw did this weblaunch patch returned dll to pre-g8 dll versions? o3o


Oh and Morally, try right-click and modification or something? :o
like i said you should be able to altar the end result. also all g8 mods won't work unless you find the address in the new ones.
02/26/2010 01:57 Jiangshi#215
Has anyone got 1 Charge Fireball to work w/ the recent update?
02/26/2010 03:19 tbstewa#216
Quote:
Originally Posted by Jiangshi View Post
Has anyone got 1 Charge Fireball to work w/ the recent update?
yes, check out tbnogi
02/26/2010 06:30 Seddieface#217
tbs is there any easy skill to start modding with? that doesn't call out external dlls? D:
02/26/2010 14:17 tbstewa#218
fireball.... making it one shot doesn't deal with other dlls. all you do is :
A: change the jump
B change CMP AL,5 to CMP AL,1
02/28/2010 02:42 tempxx01#219
thanks..
03/08/2010 05:16 Seddieface#220
Well like... I dont has a fireball yet ;-; i get how it works and all, but it is kinda hard to apply this to other skills :U thanks tho xD
03/09/2010 08:40 tbstewa#221
not hard to apply to other skills.. it was actually how the target anyone fireball was discovered
03/09/2010 12:15 newstarmoon#222
got any ideas about why "File Skill.dll is a Dynamic Link Library. Windows can't execute DLLs directly. Launch LOADDLL.exe"for me?
03/09/2010 14:28 andycatdog10#223
This will soon be corrected.
The cmp al,5 will be removed in later updates
Thats what happened in taiwan....................................
03/09/2010 15:30 tbstewa#224
Quote:
Originally Posted by newstarmoon View Post
got any ideas about why "File Skill.dll is a Dynamic Link Library. Windows can't execute DLLs directly. Launch LOADDLL.exe"for me?
click yes............ olly alone doesn't have compatibility to launch and debug dlls but the plugin loaddll.exe does and therefore is needed to debug .dll files..
03/09/2010 16:14 newstarmoon#225
Quote:
Originally Posted by tbstewa View Post
click yes............ olly alone doesn't have compatibility to launch and debug dlls but the plugin loaddll.exe does and therefore is needed to debug .dll files..
My English is not good
how to plugin loaddll.exe or give debug .dll
can you teaching me particular