i m working on mining but the most is done from pro4never if u look in code u can find 2 important method isore inside Bot.c and DropItem in Items.c not difficolt to make a good function )
work on /speed <-- parameters move to attack 1000 or jump 1000 and try to find stable connection :I))
I can use speeds like:
action 100
update 100
jump 100
attack 50
hitstokill 1
For me now lvling is preaty easy . 3-5 hrs in 1 char with that speeds in low spawns .. ( to many dcs while hunt.) I got max Ko 2k+
But my internet sucks ... Still going down .. cant connect to my provider ect..
<Edit1> All my thanks gones to oelaboela .. ty for help
....
<Edit2> Cuz isnt my relase i cant host it .. The owner have all my respect and I am not Leechet and I dont aprove leeching
....
<Edit3> Anyone got a working looting functionality? I still try to get work with only rares .. but seems to be imposible cuz dont know much cooding
sad but true in italy i play with ping around 800 ms so for not dch use 1000 on proxy, on monster distance use 7 and when use special xp spell 15 .. ://
sigh sigh i m cring my provider isn t good like ur
TRY THIS FOR PULL POTIONS
public static bool PullPotion(Client C)
{
int[] pot = new int[9] { 1000001, 1000000, 1000010, 1000020, 1000030, 1002000, 1002010, 1002020, 1002050 };
int vart;
foreach(Items.ItemInfo I in C.Inventory.Values)
{
//Console.WriteLine("In magazzino " + I.ID + " --- " + I.ToString()) ;
vart = (int)I.ID;
if ((Array.BinarySearch(pot,vart)>0) && C.LastJump < DateTime.Now)
{
Packets.UseItem(C, I.UID);
C.LastJump = DateTime.Now;//Didn't add this before botjail
return true;
}
Ok changed this completely I am running alchemy on PC and laptop seperately lol. But again is there any way to make the login more stable instead of having to try to keep logging in? Twenty minutes to log a char in gets a bit monotinous lol.
Also I have no idea about the mining thing *****. So I will just have to do it manually with the /dcplayers command.
Hey guys me and fashionzombie have been working on the botting and so far this is what we have.
-GUI
-autohunt
-paths
-autoloot
-just started auto miner
-autohp
-and dc on hp
I'm having a few problems with dcing while botting. First I'm not sure why its disconnects I've got the jumping distance good, so could it be because I have my guy set to jump directly onto a monster then attack it, Also sometimes my guy will get stuck on a monster and end up not being able to hit it, which I also beleave is being caused by jumping directly. Also If any of you guys that can program wanna work together and get this bot working good or need help I'm down with that. Heres a short clip of the progress.
edit: Also I started playing around with the packet sniffer and I'm learning alot about it but I have a couple questions about it.
Ok so heres a jump packet
25 00 1A 27 1D 4A 1D 00 23 03 FF 01 00 00 00 00
converts to
37 0 10010 1919517 0 803 211 0 0 0 0
so what I don't get is why do you invert the packettype, x, and y and when you get to the uid you don't invert the packets at all. Also in your source the jump packet has map id,jump type,x, and y pos at the end of the packet so why does it not show up in the packet sniffer. Also the offsets in the packet are those the index position where certain info is stored in the packet. Sorry for asking so many question I'm just really interested in this stuff and want to learn more about it. thanks xD
whoaa gratz mates !! i work on WPF interface is more pretty but yr is more complex anyway did u have try to attack aroud 200 i think is only the fast the problem ..
(but is only my opinion, to have an idea need /sniff records before Dch)
i noted me too isn t much stable and i work on /sniff to understood how this happen
pro4never ehehe do u see how many work on yr proxy ? u be proud of ur work !! thx again ehehh
I've been working for ages on this speedhack, have lost tons of accounts. but still it isnt working. P4N, can't you just help me on this one? Its my last problem for a almost fully working private proxy.
I think i quit boys and girls ... Still cant add looting to the bot .. I got borred by still looking my screen to see when met / DB is droped ...
I lost 2 dbs while i hunt ... Saw dropet . cant found it manualy .
i use a flag to detect if i m hunting or i m get item from ground...
when i shot and kill a monster i stop hunting until i cheak all items on ground i added a flag on client class so in main BOt i cheak on C.cheak_ground if is on i stop hunt and cheak all items with this
i use a flag to detect if i m hunting or i m get item from ground...
when i shot and kill a monster i stop hunting until i cheak all items on ground i added a flag on client class so in main BOt i cheak on C.cheak_ground if is on i stop hunt and cheak all items with this
Items.GroundItem ogg = GetClosestItem(C);
while (ogg != null)
{
// if object near me isn t null so is interesting item i go to take it
// stop hunting
// look flag -> go to take item
C.cheak_ground= true;
Coord XY = newCoord(ogg.X , ogg.Y);
// cheak
//goto not work for me i dk why so i used this is normal client jump
if (Calculations.ValidDmap(C.StaticMap, XY.X, XY.Y))
{
Packets.CliJump(XY.X, XY.Y, 156, C);
Handler.Chat(C, " ", 2008);// I Left emty
C.X = XY.X;
C.Y = XY.Y;
C.UpdatedX = XY.X;
C.UpdatedY = XY.Y;
Calculations.UpdateLocal(C);
C.LastJump = DateTime.Now;
Packets.Jump(C, XY.X, XY.Y, 156);
System.Threading.Thread.Sleep(C.JumpSpeed);
//wait untile i get ground after jump
Console.WriteLine("Find item at " + XY.X + " - " + XY.Y + " ITEM ID " + ogg.ID);
// take item from ground
Packets.PickItem(C, ogg);
C.LastJump = DateTime.Now;
// restart to look around again if near me there are other rare item
ogg = GetClosestItem(C);
[RELEASE(SOURCE CODE)]-- KabBOT2 v1 Full Source(vb6) 10/07/2011 - Dekaron Exploits, Hacks, Bots, Tools & Macros - 106 Replies I've been meaning to post this for awhile but I pretty much forgot about it. I've been getting quite a few requests for it so I decided to finally get around to posting it.
#1. So here you go, Just have or Download Visual Basic 6, you need to update it to VbRuntime 6 Service Pack 6.
#2. Run the file name KabBOT.vbp.
#3. Enjoy.
100% Virus Free VirusTotal.com report.
VirusTotal - Free Online Virus, Malware and URL Scanner
[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: