|
You last visited: Today at 00:24
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.
07/01/2015, 08:19
|
#196
|
elite*gold: 0
Join Date: Jul 2015
Posts: 3
Received Thanks: 0
|
Quote:
Originally Posted by greyb1t
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 };
};
Thanks Gelz!
|
Sir I don't quite get this. How do I get this to work on the PServer I'm currently playing on?
|
|
|
07/01/2015, 16:59
|
#197
|
elite*gold: 0
Join Date: Jul 2010
Posts: 1,345
Received Thanks: 1,609
|
Quote:
Originally Posted by darksugar
Sir I don't quite get this. How do I get this to work on the PServer I'm currently playing on?
|
If you don't know what there values and adresses are, better first learn some basics about CheatEngine. Btw it isn't that hard to code a simple bot/hack with AutoIT. AutoIT is x100000 easier than C++ and its good enough for beginners. Its never so well as C++, but as i said, its easier for beginners.
For example, working with MemoryRead on AutoIT, you can go like this:
Code:
#include <WinAPI.au3>
#include <GUIConstants.au3>
#include <NomadMemory.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
$GUI = GUICreate("Simple Hack lalalala", 606, 450, -1, -1)
$CHECKBOX1 = GUICtrlCreateCheckbox("Range Hack", 1, 355, 85, 15)
If ProcessExists("Neuz.exe") <> 0 Then
$PID = ProcessWait("Neuz.exe")
$OPEN = _MEMORYOPEN($PID)
Do
Until _MEMORYREAD(15580024, $OPEN, "char[50]") = "rate"
If GUICtrlRead($CHECKBOX1) = 1 Then
_MEMORYWRITE(15580024, $OPEN, "graph_value", "char[12]")
EndIf
You will need NomanMemory UDF to start this script.
It creates a checkbox. When the checkbox got clicked, the hack will enable.
|
|
|
07/02/2015, 15:19
|
#198
|
elite*gold: 0
Join Date: Jun 2013
Posts: 52
Received Thanks: 1
|
sir grey your not playing insanity anymore?
there's 2x penya drop event already :3
|
|
|
07/02/2015, 15:28
|
#199
|
elite*gold: 70
Join Date: Apr 2015
Posts: 421
Received Thanks: 1,029
|
Quote:
Originally Posted by mnzkiegamer
sir grey your not playing insanity anymore?
there's 2x penya drop event already :3
|
Nope, not playing anymore.
Next time i'm playing FlyFF will be when Kingdom FlyFF opens up.
|
|
|
07/03/2015, 05:15
|
#200
|
elite*gold: 0
Join Date: Apr 2015
Posts: 2
Received Thanks: 1
|
Greaaat Job , still working tell now ^^
greyb1t that's a greaaaaaaat work , back play insanityflyff plsssss , we neeed you :'( :'(
|
|
|
07/04/2015, 04:50
|
#201
|
elite*gold: 0
Join Date: Jun 2010
Posts: 9
Received Thanks: 1
|
Bot not working anymore, does not detect my account anymore..
|
|
|
07/04/2015, 05:26
|
#202
|
elite*gold: 0
Join Date: Jul 2010
Posts: 1,345
Received Thanks: 1,609
|
They fixxed the target function.
|
|
|
07/04/2015, 06:39
|
#203
|
elite*gold: 0
Join Date: Jun 2013
Posts: 52
Received Thanks: 1
|
aw sad bot not working anymore :'( cant detect my account sad greyyyyyyyyyyyy
|
|
|
07/04/2015, 08:39
|
#204
|
elite*gold: 0
Join Date: Feb 2009
Posts: 35
Received Thanks: 1
|
good day sir wish it could be updated or pass on to other hacker so that they can continue your legacy ^^maybe teach how to update it by ourselves
more power and thank u for everything sir GREYB1tS it helped me a lot in lvlng my char ^^
|
|
|
07/04/2015, 12:37
|
#205
|
elite*gold: 70
Join Date: Apr 2015
Posts: 421
Received Thanks: 1,029
|
Quote:
Originally Posted by buglyff
Bot not working anymore, does not detect my account anymore..
|
Quote:
Originally Posted by Professor Linebeck
They fixxed the target function.
|
Quote:
Originally Posted by mnzkiegamer
aw sad bot not working anymore :'( cant detect my account sad greyyyyyyyyyyyy
|
Quote:
Originally Posted by khuletzkoh1426
good day sir wish it could be updated or pass on to other hacker so that they can continue your legacy ^^maybe teach how to update it by ourselves
more power and thank u for everything sir GREYB1tS it helped me a lot in lvlng my char ^^
|
Sorry for the late update, I was asleep :/
It's all good!
The levelbot is updated and working (June 04).
Download the latest version in the attached files (June 04).
Thanks
|
|
|
07/04/2015, 14:21
|
#206
|
elite*gold: 0
Join Date: Jul 2010
Posts: 1,345
Received Thanks: 1,609
|
Quote:
Originally Posted by greyb1t
Sorry for the late update, I was asleep :/
It's all good!
The levelbot is updated and working (June 04).
Download the latest version in the attached files (June 04).
Thanks 
|
Awesome, thx for your time and work.
|
|
|
07/05/2015, 02:48
|
#207
|
elite*gold: 0
Join Date: Jun 2013
Posts: 52
Received Thanks: 1
|
OMGGGGGGGGGGGGGGGGGGG thank you sir grey your the best your a LEGEND <3
|
|
|
07/05/2015, 11:02
|
#208
|
elite*gold: 0
Join Date: Nov 2012
Posts: 6
Received Thanks: 0
|
Quote:
Originally Posted by greyb1t
Sorry for the late update, I was asleep :/
It's all good!
The levelbot is updated and working (June 04).
Download the latest version in the attached files (June 04).
Thanks 
|
Thank you for updating and for your hardwork pls continue updating it soon 
|
|
|
07/05/2015, 14:21
|
#209
|
elite*gold: 0
Join Date: Mar 2013
Posts: 11
Received Thanks: 1
|
awhile ago the bot run perfectly and after i close it...it is not working properly anymore...whenever i open the bot my client lag and became unresponsive plss help thanks in advance
|
|
|
07/05/2015, 14:32
|
#210
|
elite*gold: 70
Join Date: Apr 2015
Posts: 421
Received Thanks: 1,029
|
Quote:
Originally Posted by weaksi009
awhile ago the bot run perfectly and after i close it...it is not working properly anymore...whenever i open the bot my client lag and became unresponsive plss help thanks in advance
|
Attach the bot at the login screen, then login.
|
|
|
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 00:24.
|
|