Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Fiesta Online
You last visited: Today at 17:22

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

Advertisement



FiestaMonitor - Open Source

Discussion on FiestaMonitor - Open Source within the Fiesta Online forum part of the MMORPGs category.

Reply
 
Old   #1
 
​Tension's Avatar
 
elite*gold: 110
Join Date: Jun 2013
Posts: 599
Received Thanks: 510
FiestaMonitor - Open Source

Yo,
this is my Packet Monitor for Fiesta online.

I've disabled the recv function because it's logging too much. ( you still can enable it. )

You can use this to create a Clientless Bot for farming as example

Picture:


This tool is just for viewing packets ( if you are clever enough you can code an editor ).

It's written in C++ ( would code in MASM but since i've decided to make it open-source it's better to code it in C++ i thought ).

If you want to hook the normal send function and then decrypt the packets ( which is a bit useless since you can hook the function before the data gets encrypted ). You just need to find the Xor-Table and the encryption function and recode it to create a decryption function.

that's how the crypt-function looks like.
if you want to decrypt the data ( in the send function ) you have to call it like this:
Code:
crypt(data,(key_index-len),len);
beacuse the real key_index is a pointer and gets added by the len after each encryption.

For the key_index there is a function here:
Code:
typedef int (__thiscall* t_calc)(void* _this, WORD nr);
DWORD  dwCalc = 0x00807130;
where key_index is the paremter nr modulo 499.
To receive the key_index from the function you can create a detour
and let the function look like:
Code:
int __fastcall d_calc(void* _this, void* U, WORD nr)
{
	printf("CALC(%d) = %d\n",nr,nr%499);
	return p_calc(_this,nr);
}
That was everything i want to say so far.
If you've got questions feel free to ask.
(Password for the Winrar file: elitepvpers)

virustotal for the dll:


Happy Happy Fun Fun Time!
Ten$ion
Attached Files
File Type: rar FiestaMonitor.rar (281.1 KB, 132 views)
​Tension is offline  
Old 10/19/2013, 18:21   #2
 
elite*gold: 0
Join Date: Aug 2013
Posts: 78
Received Thanks: 22
Library: "detours.h" missing.....
ωօղძεɾlმղძ is offline  
Old 10/19/2013, 18:34   #3
 
​Tension's Avatar
 
elite*gold: 110
Join Date: Jun 2013
Posts: 599
Received Thanks: 510
detours.lib in the VC lib folder
detours.h in the VC include folder

if you dont know how to do that , then it's useless for you ( the source ).
Attached Files
File Type: rar detours.rar (46.1 KB, 64 views)
​Tension is offline  
Reply


Similar Threads Similar Threads
[Selling] source [c#] Bin or Open For !
03/24/2013 - Conquer Online 2 Trading - 0 Replies
http://www10.0zz0.com/2013/03/24/13/624300081.jpg Welcome all one if you need to see the source 5689 or 5706 call me in 01117729662 for get offer and see it and thank you Mr.omany=> ............>=Good Bay=<..............
New Srx Open Source !
08/11/2011 - SRO Private Server - 4 Replies
Hey Communtiy, Here is the open Source code from srevolution, Allready Compiled: MEGAUPLOAD - The leading online storage and file delivery service Open Source: https://svn.assembla.com/svn/srevolution/
[RELEASE] [OPEN SOURCE] CE 5.5 Pointer to AutoIt Source-Code
02/13/2011 - AutoIt - 6 Replies
Habe heute erst gemerkt, dass es hier eine AutoIt Sektion gibt xD also poste ich mal mein Programm mit rein. Funktionsweise: 1. in CE Rechtsklick auf den Pointer und auf "Copy" klicken 2. in meinem Programm auf "Code generieren" klicken 3. In euer Scite gehen und einfügen Hier ist der Source Code vom Programm:
Headset source OPEN SOURCE REQUEST!
09/23/2008 - Conquer Online 2 - 3 Replies
Yow As u know samehvan started a project to make the Gay headset source cooler. Then LOTF released (fucking super.pvper) Now noone wanna work on our project so we restarted it! Join us and help us to make it better! Forum - Project-Samehvan!
Open Source Bot?
04/02/2008 - WoW Bots - 5 Replies
Hallo Liebe Boter, Ich suche einen WoW Bot zum lvln er sollte allerdings Kostenlos sein da ich leider über kein Paypal verfüge und auch keine Kreditkarte besitze. Gibt es irgend ein Opensource Bot oder was ändliches ? bin für jede Hilfe mehr als Dankbar Euer Bigmac :)



All times are GMT +2. The time now is 17:22.


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.