• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

RAT M3 AutoIt Rat v1.2.1 Update [ Beta ]

Status
Not open for further replies.

M3

Leech
User
Joined
Oct 27, 2011
Messages
25
Reputation
0
Reaction score
65
Points
13
Credits
0
‎13 Years of Service‎
50%
Buenas , los dejo esta atualizaccion en un otro hilo , las demas , subire en el mismo hilo ,

[video=youtube_share;71Z1aHzofZc]



 
Re: M3 AutoIt Rat v1.2.1 Update [ Beta ]

M3 you are the best, it is very cool rat

 
Re: M3 AutoIt Rat v1.2.1 Update [ Beta ]

This link is hidden for visitors. Please Log in or register now.


Sorry, i cant post image

Maby problem in a stub, I tried new stub in the old version and to me gave out a touch the mistake (sorry for my english)

 
Last edited by a moderator:
Re: M3 AutoIt Rat v1.2.1 Update [ Beta ]

I see you edit your reply , this version is not compatible with old version my friend , it is explain on the post , use the new Stub only with new client

Regards

 
Re: M3 AutoIt Rat v1.2.1 Update [ Beta ]

Okey, but mistake appered in new version. Old version good working

ON A NEW VERSION: I created the server as on video, for testing. everything was good, but when I started server appeared the mistake.

I have a skype and I can show it

 
Re: M3 AutoIt Rat v1.2.1 Update [ Beta ]

Okey, but mistake appered in new version. Old version good working

ON A NEW VERSION: I created the server as on video, for testing. everything was good, but when I started server appeared the mistake.

I have a skype and I can show you my monitor

 
Re: M3 AutoIt Rat v1.2.1 Update [ Beta ]

OK check your PM

 
Re: M3 AutoIt Rat v1.2.1 Update [ Beta ]

gracias mi amigo M3 siempre haces un buen trabajo me gusto sobre todo el estilo

ESTE SERVIDOR FUNCIONA BIEN NO HAY BAG y velocidad que probarlo en P4 USTED ES ESTRELLA

prueba de vídeo >>



saludo??

 
Re: M3 AutoIt Rat v1.2.1 Update [ Beta ]

gracias mi amigo M3 siempre haces un buen trabajo me gusto sobre todo el estilo ESTE SERVIDOR FUNCIONA BIEN NO HAY BAG y velocidad que probarlo en P4 USTED ES ESTRELLA

prueba de vídeo >>

Sos grande Amigo Ghost_Proxy , muy grande , un saludo e buen video , me alegro que no tenga errores , que SO utilizas ? X86 ?

 
Re: M3 AutoIt Rat v1.2.1 Update [ Beta ]

listening to a port doesn't work, it always shows it's not open when i go to canyouseeme.org, but it works on other rats...

 
Re: M3 AutoIt Rat v1.2.1 Update [ Beta ]

listening to a port doesn't work, it always shows it's not open when i go to canyouseeme.org, but it works on other rats...
you Add the Tool and port to listening on your Router ?

 
Re: M3 AutoIt Rat v1.2.1 Update [ Beta ]

victim runs application..
Error, line 951..
Willl check the this , Its Strang becouse for some people have no errors and works good , witch SO you test ?

Thanks for report

 
Re: M3 AutoIt Rat v1.2.1 Update [ Beta ]

Yes , it Have Array problem on Stub with some Win7 x64 ( not all Win 7 versions ) ,

will update de Stub soon

Pluguin Desktop Actualized

Just change old pluguin.dll for this one

This link is hidden for visitors. Please Log in or register now.


Pass :M3

Kind Regards

Saludos

 
Re: M3 AutoIt Rat v1.2.1 Update [ Beta ]

ghost_proxy test your pc windows 7 64 bits

( M3+AutoIt+Rat+v1.2.1 )

This process is considered safe. It is not likely to damage your system.

Plugin.dll resolves problems with plug-ins that do not use multiple processors.

These plug-ins replace the existing plug-ins of the same names installed with Photoshop 6.0.1.

Yes it is possible, you must export it as uen QLibrary function but not so you'll help farewell portability.

Another technique is to derivier a base class that knows the application (MyInterface for example) and create a function in the plugin that

returns a new instance of the class inheriting MyInterface.

Example in the plugin: This process is considered safe. It is not likely to damage your system.

class MyClass: public MyInterface

{

/ / ...

};

DLL_EXPORT MyInterface * newInstance ()

{

return new MyClass ();

}

DLL_EXPORT disposeInstance void (* MyInterface o)

{

delete o;

}

/ / ....

Plugins classes must therefore have the same interface (ie inherit MyInterface here) and ca should work very well.

In the main app you use to solve QLibrary newInstance () and disposeInstance () to create and destroy instances of

So I created my plugin with a RarPlugin class, and two ways to access this class in my dll

extern "C" {

Plugin *newInstance() { return new Rar Plugin;

}

void delete Instance(Plugin *obj) { delete o

Then I load my library, everything goes well, I solve my job, but it works when I use ca na work anymore

QLibrary * lib;

Plugin * archive;

typedef Plugin * (* newInstanceFn) ();

typedef void (* deleteInstanceFn) (Plugin * obj);

void MainForm :: init ()

{

lib = new QLibrary ("/ home/bastien/lama/v0.2/plugins/rar/librar.so.1.0.0");

newInstanceFn newInst = (newInstanceFn) lib-> resolve ("newInstance");

if (newInst)

pushButton4-> setText (QString ("OK"));

else

pushButton4-> setText (QString ("No glop"));

newInst archive = ();

}

your vdéo test 2 windows 7 64 bits ( M3+AutoIt+Rat+v1.2.1 )



thank you amigo M3

 
Re: M3 AutoIt Rat v1.2.1 Update [ Beta ]

probar video con el servidor fud


esta es la ultima vez que yo hago este video de M3 AutoIt Rat v1.2.1 update [beta] lo volvi a probar y funciona estupendamente bien , no es mi culpa que ustedes no les funcione este Rat. Por ultimo quiero agradecer a mi amigo M3 por su magnifico trabajo desarrollado en AutoIt

 
Re: M3 AutoIt Rat v1.2.1 Update [ Beta ]

you open config with notepad and you change dns with your lan ip exp : DNS :192.168.1.67

 
Re: M3 AutoIt Rat v1.2.1 Update [ Beta ]

@M3 .. Is is hard to make formgrabber with autoit !? Thx.

 
Status
Not open for further replies.
Back
Top