Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > Coding Releases
You last visited: Today at 10:48

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

Advertisement



Bot Engine - BotKitty (Beta)

Discussion on Bot Engine - BotKitty (Beta) within the Coding Releases forum part of the Coders Den category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: Aug 2013
Posts: 10
Received Thanks: 7
Bot Engine - BotKitty (Beta)

What is this?
BotKitty (currently in beta) is a tool for writing bots in C#.
It provides an API + runtime + user interface out of the box.
For full documentation check out .
Downloads is below.
Programming is done in a plugin fashion.




Some things you can do with it:

Search for a substring and read in full string of each match:
Code:
//Print whole string of some string match
IProcess process = ...;
var matches = process.MemFind("substring");
foreach(var address in matches)
	Console.WriteLine(process.MemReadString(address));



Listen for mouse presses on a single window:
Code:
var window = ...;
window.OnMousePress += delegate (
    MouseKey key, Modifier modifiers, double x, double y)
{
    Console.WriteLine("Pressed: " + key.ToString());
};



Press in the middle of a window, and always in the middle:
Code:
IWindow window = ...;
window.MouseClick(MouseKey.Left, 500, 500);


Fake an browser. Allowing you to make logins and keep sessions alive:
Code:
IHttpClient client = ...;
var req = new HttpRequest
    ("https://accounts.google.com/Login?hl=SV");
    
var vars = new NameValueCollection();
vars.Add("var_name", "var_value");

var resp = client.Post(req, vars);



When dealing with raw data coming from the network a BitExtractor can help.
With it you can pull off scalars, arrays and individual bits in a streaming
fashion.


Code:
Stream stream = ...;
BitExtractor extractor = new BitExtractor(stream);
var integer = extractor.Read<int>();
var num = extractor.Read<double>();
var bit_field = extractor.ReadBits(3);


Edit #2:
More examples:
-

Today BotKitty has a philosophy of playing nice with as many libraries as possible.
But it was not that way back in the days.
Once upon a time I wrote this program using raw C++ and used Javascript as the plugin system.
What was quickly revealed was that I had to implement or write bindings for any library any
programmer ever wanted to use.
Making it hard to interact with amazing libraries like EasyHook and Blackmagic.
This is why C# is used as the plugin language.
This allows you to incorporate BlackMagic, EasyHook, AutoIt, Visual Basic and even
C++ where BotKitty is lacking.
We are all in the same sandbox.


How the GUI looks:


Virus scans:
-
-

Edit #1:
If you liked it, lets pass on the word. Shall we?

There is one false alert. This is common with unsigned C# programs.
Proof .

Download:
Kickupx is offline  
Thanks
4 Users
Old 02/17/2017, 00:34   #2
 
ecks de's Avatar
 
elite*gold: 0
The Black Market: 180/0/1
Join Date: Apr 2016
Posts: 1,452
Received Thanks: 201
Thanks! Will check it out and give you some feedback.
ecks de is offline  
Thanks
1 User
Old 06/18/2017, 01:07   #3
 
C_O_R_E's Avatar
 
elite*gold: 0
Join Date: Jul 2014
Posts: 264
Received Thanks: 54
Does someone know, why I'm not capable of reaching out their website?I was programming my bot with their memory API and realized while searching through their api doc that the website was not responding anymore.




âhoi
C_O_R_E
C_O_R_E is offline  
Old 11/10/2018, 12:40   #4
 
elite*gold: 0
Join Date: Nov 2018
Posts: 1
Received Thanks: 0
The download link brings me to a blank page with just the text

"The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."

please update or fix the mirror.
DigimonForever is offline  
Old 11/10/2018, 15:59   #5



 
Serraniel's Avatar
 
elite*gold: 2222
The Black Market: 204/1/0
Join Date: May 2010
Posts: 6,851
Received Thanks: 5,106
Quote:
Originally Posted by DigimonForever View Post
The download link brings me to a blank page with just the text

"The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."

please update or fix the mirror.
The thread creator probably decided not to pay any more for the domain or to discontinue the project. As he wasn´t online for more than a year I am goin to close this then.

@ Feel free to message me (or to use the report button) to get the topic open again.
Serraniel is offline  
Closed Thread

Tags
bot, c#, engine, memoryread, windowactions


Similar Threads Similar Threads
[Release] Cheat Engine 6.2 Beta 5
05/26/2012 - RFO Hacks, Bots, Cheats, Exploits & Guides - 24 Replies
((UPDATE)) THERE IS NOW AN OFFICIAL CHEAT ENGINE 6.2 NOW AVAILABLE at CheatEngine.Org - Although This CE has been edited with extra plugins and dlls which may be useful to you. Check the screenshot. Enjoy Gamers! I have recently come accross this new updated Cheat Engine 6.2 created by the "WolfTeam" - Sasue11. All Credit goes to this guy. I have tried using it to flyhack and speedhack on Rfonline and seems to work. Although i am still triggering the Fireguard. I am looking for a...
[RELEASE]CT Engine Beta
05/30/2010 - S4 League Hacks, Bots, Cheats & Exploits - 17 Replies
Meine Erste Version meines CT Engines was noch nicht dabei ist und woran gearbeitet wird könnt ihr in der Infobox gucken Es kann leider noch keine CT´s laden aber das kommt in den nächsten Tagen dazu. Bitte habt keine scheu bugs und Verbesserungsvorschläge zu Posten.VT http://img63.imageshack.us/img63/3919/unbenanntja a.png
Cheat Engine Undetected machen Beta
06/12/2009 - S4 League - 18 Replies
Hallo Jungs ich hab ein Weg gefunden CE undetected Diese Art klappt, ich rate aber niemanden das zu benutzen solange es eine Alternative UCE gibt, weil es ab und zu zu einen Absturz kommt wenn man es nicht richtig macht(wenn man es 2 mal Undetected macht). Also haltet euch also an die Anleitung :) Die Datei ist im Anhang
M2-Master-Bot Engine by tobitobitobi(BETA-Version)
05/24/2009 - Metin2 Hacks, Bots, Cheats, Exploits & Macros - 11 Replies
Hi, Ich code seit langem an dem script hier. es ist erst die erste BETA Verlsion, aber der pottbot funzt schon. ich programmiere täglich weiter und bald wird es auch die finale Version geben...:) Es ist virenfrei!!! Antivir: Nothing found ArcaVir: Nothing found Avast: Nothing found AVG: Nothing found BitDefender: Nothing found
[Release] SpeedHack for Dekaron EU Open Beta - testing new SECportal engine
10/22/2008 - Dekaron Exploits, Hacks, Bots, Tools & Macros - 123 Replies
This hack is really freaking old. It doesn't work for a long time now. Please, don't resurrect old threads, let them die peacefully :) ################################################# ### As u all know, the devs have patched .csv files editing out. Now we have to edit the data.pak directly. I am planning to empower SECportal with WinHex engine so we will still have all the hacks that we were used to. However, incorporating WinHex into my hack will consume a lot of time so before I will do...



All times are GMT +2. The time now is 10:48.


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.