Register for your free account! | Forgot your password?

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

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

Advertisement



greyb1t's Insanity Flyff Levelbot

Discussion on greyb1t's Insanity Flyff Levelbot within the Flyff Hacks, Bots, Cheats, Exploits & Macros forum part of the Flyff category.

Reply
 
Old   #1
 
greyb1t's Avatar
 
elite*gold: 70
Join Date: Apr 2015
Posts: 421
Received Thanks: 1,023
Exclamation greyb1t's Insanity Flyff Levelbot (1.43)

Status: Closed Oct 21

If you play reckless you have a chance on getting banned. Insanity Flyff just got some new active staff. I am not responible if you get banned or something else happends.

Insanity FlyFF has done some small updates fixing some stuff. It seems like they removed a range check on non-ranged classes, which destroys range hack for all non-ranged classes.

I really do appreciate if you presses that Thanks button, not much to ask I hope.

Virus Scans:

Status: Undetected
  • Windows 10 - Working
  • Windows 8.1 - Working
  • Windows 8 - Working
  • Windows 7 - Working
  • Windows Vista - Not tested
  • Windows XP - Not working

Features:
  • Finds closest entity
    Calculates the entities ranges and finding the closest ones for efficiency. (Might screw up sometimes).
  • Multiple logged in clients support
    Allows support for more than one logged in account to use bot on.
  • F-Key simulator
    Works like a normal f-key simulator aswell, ex Chat bot.
  • Customizable delay
    Change the delay after each monster kill to let the pet pick up drops.
  • Mode - Legit
    This mode kills enemies like a normal player.
  • Mode - Teleport
    Teleport to the enemies and kills them.
  • Mode - Super Range
    Kill the enemies with a good range.
  • Mode - Speed Hack
    Pretty self explained, kill them with speed hack.
  • (Option) Re-Select
    If you've ever gotten stuck on a obstacle. This will run a timer on your delay choice which selects another monster.
  • (Option) Teleport
    Same as above, just teleports to the monster instead. To avoid the obstacle.
  • (Option) Force Buff / Pickup pet
    Keeps the pickup pet out picking up items most of the time, might be a bit buggy (It does the job).
  • (Option) Rotate Camera
    Rotates the camera when afk'ing with the bot, it makes the bot more efficient and better.
  • (Option) Set range and speed
    Set your speed and your range manually, range hack does only work for some classes.

Frequently asked questions:

Q: Will this work for others flyffs?
A: No, unless I recompile it using the correct addresses and offsets.

Q: Can you make it work for any other flyff?
A: Yes, but I won't. It is not getting it to work that's the problem. It is keeping it updated that's the problem.

Q: Can I get the source code?
A: No, I will not give out the source code to anyone.

Known Issues:

Problem: I cannot see the process name even though I've started the game.
Solution: Change the name of game exe file to "Neuz.exe".

Problem: When I attach the bot to a process, the game crashes / freezes.
Solution: Start and attach the bot at the login screen instead of in game. Credits: @

Problem: "Super Attack Range Mode" does not work with classes not made for ranged attack.
Solution: There is currently no solution to this.



Changelog:
  • Fixed teleport option, now working properly.
  • Fixed when using multiple accounts, the bot targets the wrong window / process.
  • Fixed stack overflow crash.
  • Fixed existing memory leaks.
  • Added better optimization.
  • Fixed CPU usage to lower level.
  • Fixed more efficient re-selection of mobs and teleporting.
  • Fixed a bug that needs you to restart hack to get some functions working.
  • Fixed crashing when low amount of monsters around you.
  • Added a new option get through blocking obstacles by teleporting to them on a delay.
  • Added a option to automatically select a new monster when timer hits the last second.
  • Added button to only use F-Key bot to be able to use leecher to buff or chat bot.
  • Added a customizable delay on each monster kill, to give time to pick-up pet.
  • Fixed the bot targeting normal (by WebZEN) NPC's (Insanity's customs ones still cause problems).
  • Fixed the bot targeting the character itself.
  • Fixed the bot targeting pickup-pets-
  • Fixed the bot targeting other players near (You're able to use a leecher).
greyb1t is offline  
Thanks
127 Users
Old 05/02/2015, 07:03   #2
 
exception1337's Avatar
 
elite*gold: 0
Join Date: Sep 2013
Posts: 30
Received Thanks: 5
Wow, thank you very much for this! Works very fine for me (Y)

//Edit:
- Windows 7 Prof. x64
- Using 1024x768 resolution

//Edit2:
The Char target's his Pet and/or PickUp Pet if used!
Should be a easy fix for you
exception1337 is offline  
Thanks
2 Users
Old 05/02/2015, 11:30   #3
 
greyb1t's Avatar
 
elite*gold: 70
Join Date: Apr 2015
Posts: 421
Received Thanks: 1,023
Quote:
Originally Posted by exception1337 View Post
Wow, thank you very much for this! Works very fine for me (Y)

//Edit:
- Windows 7 Prof. x64
- Using 1024x768 resolution

//Edit2:
The Char target's his Pet and/or PickUp Pet if used!
Should be a easy fix for you
Ops, haven't tested it with a pet.
I'll try to fix it later today, Thanks!

Alright, It's fixed. Download the new version, virus scans added aswell.
greyb1t is offline  
Thanks
3 Users
Old 05/02/2015, 12:29   #4
 
elite*gold: 0
Join Date: Dec 2012
Posts: 15
Received Thanks: 1
this is unique Cool as always.
Gelz is offline  
Old 05/02/2015, 13:01   #5
 
elite*gold: 0
Join Date: Mar 2008
Posts: 4
Received Thanks: 0
Any way to get this working in some other PServers?
FlyKatsuro is offline  
Old 05/02/2015, 13:21   #6
 
greyb1t's Avatar
 
elite*gold: 70
Join Date: Apr 2015
Posts: 421
Received Thanks: 1,023
Quote:
Originally Posted by FlyKatsuro View Post
Any way to get this working in some other PServers?
Yeah, there is.
But you have to find addresses and offsets.
Which one?

Code:
namespace LocalPlayerAddys {
	
        // LocalPlayer 
	static int xOffsets[] = { 0x164 };
	static int yOffsets[] = { 0x168 };
	static int zOffsets[] = { 0x16c };

	static int hpOffsets[] = { 0x720 };

	static int rangeOffsets[] = { 0x12b4 };
	static int speedOffsets[] = { 0x1178 };
	
	static DWORD usernameBase = 0x8AB690;
	static DWORD playerBase = 0x008AA060;
};
Code:
namespace EntityAddys {

	// Entity
	static int xOffsets[] = { 0x164 };
	static int yOffsets[] = { 0x168 };
	static int zOffsets[] = { 0x16c };

	static int hpOffsets[] = { 0x720 };
	static int mpOffsets[] = { 0x724 };

	static DWORD entityBase = 0x00A5FAE8;
	static DWORD entityDist = 0x4;

	// Selected Entity
	static DWORD selectedEntityBase = 0x008AA420;
	static int selectedEntityOffsets[] = { 0x20 };
};
Quote:
Originally Posted by Gelz View Post
this is unique Cool as always.
Thanks Gelz!
greyb1t is offline  
Thanks
2 Users
Old 05/02/2015, 16:18   #7
 
elite*gold: 0
Join Date: Feb 2015
Posts: 22
Received Thanks: 6
For Dream Flyff would be awesome.
McDirtyy is offline  
Old 05/03/2015, 11:53   #8
 
elite*gold: 0
Join Date: Jan 2011
Posts: 55
Received Thanks: 6
does not work for equinox
schlange231 is offline  
Old 05/03/2015, 12:05   #9
 
greyb1t's Avatar
 
elite*gold: 70
Join Date: Apr 2015
Posts: 421
Received Thanks: 1,023
Quote:
Originally Posted by schlange231 View Post
does not work for equinox
Read the title.
greyb1t is offline  
Thanks
1 User
Old 05/03/2015, 12:45   #10
 
elite*gold: 0
Join Date: Apr 2009
Posts: 2
Received Thanks: 0
super cool

Thanks
zpeaker is offline  
Old 05/03/2015, 13:37   #11
 
elite*gold: 0
Join Date: Nov 2012
Posts: 2
Received Thanks: 0
Hello I am on a private server, but the bot is not working fully

Let me explain, the function F work when I click on a monster character will move to go kill him but nothing else , it will not look the other monsters and remains there until I select another monster
TristanS3 is offline  
Old 05/03/2015, 13:39   #12
 
greyb1t's Avatar
 
elite*gold: 70
Join Date: Apr 2015
Posts: 421
Received Thanks: 1,023
Quote:
Originally Posted by TristanS3 View Post
Hello I am on a private server, but the bot is not working fully

Let me explain, the function F work when I click on a monster character will move to go kill him but nothing else , it will not look the other monsters and remains there until I select another monster
Look at the title, Insanity Flyff.
greyb1t is offline  
Old 05/03/2015, 13:41   #13
 
elite*gold: 0
Join Date: Nov 2012
Posts: 2
Received Thanks: 0
okay thanks ^^
TristanS3 is offline  
Old 05/03/2015, 13:44   #14
 
greyb1t's Avatar
 
elite*gold: 70
Join Date: Apr 2015
Posts: 421
Received Thanks: 1,023
Quote:
Originally Posted by TristanS3 View Post
okay thanks ^^
I'm sorry, but I dont have the time to make it work for other flyffs.
greyb1t is offline  
Old 05/03/2015, 19:47   #15
 
elite*gold: 0
Join Date: Apr 2015
Posts: 2
Received Thanks: 1
hi greyb1t
First , thinks for this great work , i have just an issue with the known problem , i can't change file nname to neuz coz already a file named neuz.exe existe ; wht should i do ?
boyintob is offline  
Thanks
1 User
Reply

Tags
cheat, hack, insanity flyff, insanity flyff bot, levelbot


Similar Threads Similar Threads
greyb1t's Insanity Flyff Hack
02/21/2017 - Flyff Hacks, Bots, Cheats, Exploits & Macros - 147 Replies
Status: Discontinued July 06 Click here or here for Website Time to say goodbye, if you're reading this, hopefully you had a blast with the hack / bot. I will not update neither the hack or the bot anymore. I don't have the time neither the effort, I have other stuff to do. Now even when Kingdom FlyFF is comming out, i'll create some goodies for that (I'll probably keep it private untill some time). It's just a perfect time to discontinue this project, Insanity FlyFF fixed a crucial...
[Release] insanity flyff Bot/Hack (RangeHack, NaviTeleport,Levelbot,RangeHack...)
04/21/2015 - Flyff Trading - 86 Replies
Please close



All times are GMT +1. The time now is 01:26.


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.