Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Hacks, Bots, Cheats, Exploits & Macros
You last visited: Today at 21:38

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Tutorial] Call a function inside Neuz (melee attack example)

Discussion on [Tutorial] Call a function inside Neuz (melee attack example) within the Flyff Hacks, Bots, Cheats, Exploits & Macros forum part of the Flyff category.

Reply
 
Old 06/19/2017, 11:19   #16
 
cookie69's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 627
Received Thanks: 686
Quote:
Originally Posted by ButtBoobies View Post
Well developed Bot.
Tested it on C# and C++ Works Fine with FlyForSky / Insanity and SoD flyff.
Keep developing! ^^
It is working in Insanity, Yes.
So Hellz has fixed it??
cookie69 is offline  
Old 06/20/2017, 09:51   #17
 
elite*gold: 0
Join Date: Jan 2010
Posts: 3
Received Thanks: 0
hey man, does that allow to hit mobs all around me? I'm trying to gather mobs at this point

thanks for your great tutorial i am learning a bit
Hytsu is offline  
Old 06/20/2017, 23:13   #18
 
cookie69's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 627
Received Thanks: 686
I made one for Insanity as a PoC based on my initial source but I added some dialog buttons and also the weapon attack speed is now auto-computed so you can equip a sword or knux...

Executables are in the first page.

Have fun.




VT:
cookie69 is offline  
Thanks
1 User
Old 07/14/2017, 04:16   #19
 
elite*gold: 0
Join Date: Feb 2017
Posts: 1
Received Thanks: 0
Looks good..
I have some questions, how do you find the client address? Becouse from your screenshots i can tell that the function SendAttack address is the line after the Move ecx,"Client Address here". But how do i find that?
And for the bot, this is not an aoe-like, right? that doesnt attack multiples mobs on every attack, just one at a time right?
federama is offline  
Old 07/26/2017, 21:06   #20
 
elite*gold: 0
Join Date: Jan 2014
Posts: 5
Received Thanks: 0
can you make Neuz file for Mazey flyff please
slver26 is offline  
Old 07/26/2017, 22:57   #21
 
cookie69's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 627
Received Thanks: 686
Quote:
Originally Posted by slver26 View Post
can you make Neuz file for Mazey flyff please
If you are asking for a bypassed Neuz for Mazey then you could simply bypass the protection by killing the 2 threads below (using "Process hacker" for example) and you can use Cheat Engine without problems.
cookie69 is offline  
Thanks
1 User
Old 07/27/2017, 17:06   #22
 
elite*gold: 0
Join Date: Jan 2014
Posts: 5
Received Thanks: 0
Quote:
Originally Posted by cookie69 View Post
If you are asking for a bypassed Neuz for Mazey then you could simply bypass the protection by killing the 2 threads below (using "Process hacker" for example) and you can use Cheat Engine without problems.
Thank you !
now i am working on how to melee attack
slver26 is offline  
Old 07/28/2017, 06:19   #23
 
elite*gold: 0
Join Date: Jul 2008
Posts: 38
Received Thanks: 22
@

How will I find the value of "dwAtkMsg" is it always 0x1d or 29 ?
slayer12 is offline  
Old 07/28/2017, 06:25   #24
 
killzone's Avatar
 
elite*gold: 100
Join Date: Mar 2006
Posts: 1,819
Received Thanks: 425
If there's a function that calls for "find target" then make a bot from it.
killzone is offline  
Old 07/28/2017, 08:51   #25
 
cookie69's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 627
Received Thanks: 686
Quote:
Originally Posted by slayer12 View Post
@

How will I find the value of "dwAtkMsg" is it always 0x1d or 29 ?
Use the debugger. Put Breakpoint on the function start on CE and hit a monster and watch the stack frame you will see all the parameters of the function. I will add this later to the guide..

Quote:
Originally Posted by killzone View Post
If there's a function that calls for "find target" then make a bot from it.
There is something like that. If you hit 'Tab' when you are in GS or flying then you will select the. Nearest target.
You can use this function but you need to modify your client to Nop all the checks (that you are flying, that you are in GS...)
cookie69 is offline  
Old 07/28/2017, 09:41   #26
 
elite*gold: 0
Join Date: Jul 2008
Posts: 38
Received Thanks: 22
@



I set breakpoint at SendMeleeAttackaddress Neuz.exe+1836B0 then client freezes upon attacking the Aibatt which means breakpoint is correct. Is sending neuz functions working on server with tom's antihack/?

Found these parameters on stack trace.

00B4E8CC, 0000001D, 00000000, 00000000,...

Are these the parameters for the function:

#ifdef __HACK_1023
void CDPClient::SendMeleeAttack( OBJMSG dwAtkMsg, OBJID objid, int nParam2, int nParam3, FLOAT fVal )
#else // __HACK_1023
void CDPClient::SendMeleeAttack( OBJMSG dwAtkMsg, OBJID objid, int nParam2, int nParam3 )
#endif // __HACK_1023
slayer12 is offline  
Old 07/28/2017, 10:40   #27
 
cookie69's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 627
Received Thanks: 686
Quote:
Originally Posted by slayer12 View Post
@



I set breakpoint at SendMeleeAttackaddress Neuz.exe+1836B0 then client freezes upon attacking the Aibatt which means breakpoint is correct.

Found these parameters on stack trace.

00B4E8CC, 0000001D, 00000000, 00000000,...

Are these the parameters for the function:

#ifdef __HACK_1023
void CDPClient::SendMeleeAttack( OBJMSG dwAtkMsg, OBJID objid, int nParam2, int nParam3, FLOAT fVal )
#else // __HACK_1023
void CDPClient::SendMeleeAttack( OBJMSG dwAtkMsg, OBJID objid, int nParam2, int nParam3 )
#endif // __HACK_1023


It seems that OBJMSG is on parameter 1 and OBJID on parameter 0 on my neuz. And, both parameter 2 and 3 should be 0.
Yep, it depends on the flyff version. By the way, in the stack frame right click and select "full stack" for better display of the parameters.
And the client address (aldo called class pointer in Object oriented programming) is stored in the register ECX when the BP is hit.
This is because Microsoft decided to save the class pointer in ECX for their compiler and has no other explanations
cookie69 is offline  
Old 07/29/2017, 15:39   #28
 
elite*gold: 0
Join Date: Jul 2008
Posts: 38
Received Thanks: 22
@

i have basic knowledge in c++. thanks anyways
slayer12 is offline  
Thanks
1 User
Old 07/30/2017, 02:48   #29
 
cookie69's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 627
Received Thanks: 686
Quote:
Originally Posted by slayer12 View Post
@

i have basic knowledge in c++. thanks anyways
You already have good basics because you found the right address of the target using the right way
To make it faster in CE, when you are not targeting any entity, the address value is 0.
What you need, is to train with CE (youtube has more than what you need to learn how to search for a static pointer with multi offsets).

You can also check my little guide about finding the target address and target id in this post (Example with Insanity Flyff)
cookie69 is offline  
Old 08/06/2017, 22:49   #30
 
elite*gold: 0
Join Date: Aug 2017
Posts: 4
Received Thanks: 0
Thanks , awsome tutorial (y)
Small question, any idea to how to generate random target ID ? so that to kill monsters which are arround...
Thanks in advance !
mssm1996 is offline  
Reply

Tags
call function, flyff, hack, krona


Similar Threads Similar Threads
[TOOL] 1.5-2x attack speed 4 melee s
06/05/2010 - RFO Hacks, Bots, Cheats, Exploits & Guides - 15 Replies
because i play with warior char n envious with launcher 10x hack attack speed here is attack speed for melee weapon altough just 1.5-2x but really helpful for me this file already edited with pot hack too extract this file to datatable in your rf folder Download: Item.edf.rar | xup.in no virus: here
[Tutorial]1.5-2x Launcher attack speed for melee! Got the Idea from (Hige)
03/21/2010 - RFO Hacks, Bots, Cheats, Exploits & Guides - 13 Replies
null
[release]1.5-2x attack speed for melee
11/24/2008 - RFO Hacks, Bots, Cheats, Exploits & Guides - 155 Replies
because i play with warior char n envious with launcher 10x hack attack speed here is attack speed for melee weapon :D altough just 1.5-2x but really helpful for me this file already edited with pot hack too :cool: extract this file to datatable in your rf folder RapidShare: 1-Click Webhosting sory for my bad english :p press thanx button ^^
Requesting Melee Speed Attack.
06/28/2008 - RF Online - 3 Replies
I Search the whole forum but no Luck for me..
10x Melee attack sped or any better speed attack than 2x
05/27/2008 - RF Online - 5 Replies
I tested All Guides of melee Speed attack, and nothing work correctly ... Maybe i cant setup or This dont function -_-'' So... SomeBody can explain the correctly type to Get 10x Speed melee Attack , YaRFBOT get 1.5~2x speed...



All times are GMT +2. The time now is 21:38.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.