Hi guys, i have a big question.
Any ideas or methods to create a working bot for DO?
I know that few years ago it was something like downloading game SWF and getting all data from there, i tried to do this but i got completely stuck on those new SWFs, so - is there a good (don't have to be simple) method to reverse DO and get player, map, etc. data for bot use?
Or i'm thinking wrong and there is a completely different way to get those, like web server responses?
I would really appreciate something that would give me direction, so i can make something good for myself and you. Thank you in advance.
Phoenix_PL it isnt bad idea but it is science fiction My advice is try to decompile old IBot and try rework it if it is possible but risk is so big broo but this is the way how to make working packer bot but it isnt good idea because BP can easy detect it so forget maybe to do packet bot or do what I wrote and take risk
do you know any working packetbot at this time ? i dont care its safe or unsafe i really miss old times old bots
I would really like to make one, but as i said - Tried to hack into SWF by download or even cheat engine - impossible (for me). It's possible that there is a way to get whole SWF with data (trace HTTP requests/responses and reverse whole loading procedure), but i don't really want to mess with this, so easy way to get into DO and make standard low-level bot is out for me.
Quote:
Originally Posted by PrdlyAndel
Phoenix_PL it isnt bad idea but it is science fiction My advice is try to decompile old IBot and try rework it if it is possible but risk is so big broo but this is the way how to make working packer bot but it isnt good idea because BP can easy detect it so forget maybe to do packet bot or do what I wrote and take risk
I thought about bot working into game SWF, not directly using packets or responses - you know, calling client-side events like player movement, attack, etc.. That's better idea. But SWF is pretty nice locked up, or I just can't hack into it
Let me tell you real quick, if it was hard for you and you got stuck in the past while reverse engineering the old main.swf with basic encryption just forget doing packet bot(command bot). Now encryption is way more advanced and hard to reverse. However you can use the old 7.5 main swf to help yourself with few commands that existed in the "past".
Let me tell you real quick, if it was hard for you and you got stuck in the past while reverse engineering the old main.swf with basic encryption just forget doing packet bot(command bot). Now encryption is way more advanced and hard to reverse. However you can use the old 7.5 main swf to help yourself with few commands that existed in the "past".
I didn't tried to reverse old SWF, i only tried to get actual one. But thanks for advice.
Well u need to decrypt, decomplie, etc and than find the *.as which holds the Server Commands.
And if u code a Packet bot right it wont be so easy to detect. For sure the chance is still a be a little bit higher than the chance of getting banned from using a Pixelbot but still, the packet bot is faster etc.
So if u allready struggeling with decrypting, decompiling etc(which isnt easy, that forsure) than u rly shouldnt try to do a Packet Bot, better try wokring on a Pixelbot or something similar
Phoenix_PL it isnt bad idea but it is science fiction My advice is try to decompile old IBot and try rework it if it is possible but risk is so big broo but this is the way how to make working packer bot but it isnt good idea because BP can easy detect it so forget maybe to do packet bot or do what I wrote and take risk
bullshit.
tl;dr
Don't even try it. Even the best failed at it.
Phoenix_PL it isnt bad idea but it is science fiction My advice is try to decompile old IBot and try rework it if it is possible but risk is so big broo but this is the way how to make working packer bot but it isnt good idea because BP can easy detect it so forget maybe to do packet bot or do what I wrote and take risk
yes bro pls rework ibot the best bot i dont care about ban i will make new acc or use it on localhost for simple targets to kill
Phoenix_PL it isnt bad idea but it is science fiction My advice is try to decompile old IBot and try rework it if it is possible but risk is so big broo but this is the way how to make working packer bot but it isnt good idea because BP can easy detect it so forget maybe to do packet bot or do what I wrote and take risk
Can a person do that, rework it to full working bot, I will give him 100€.
Phoenix_PL it isnt bad idea but it is science fiction My advice is try to decompile old IBot and try rework it if it is possible but risk is so big broo but this is the way how to make working packer bot but it isnt good idea because BP can easy detect it so forget maybe to do packet bot or do what I wrote and take risk
Will be easier to make a bot from 0.The only thing that you can get from IBot source would be the socket connection (half a class) and the UI
Reversing. 04/15/2013 - S4 League - 2 Replies Ich hätte mal ne frage was das Reversing an geht.
Gibts ein Gutes ausführliches tutorial?
Wenn ja bitte Link.
Tut mir leid, will einfach mein Wissensfeld erweitern.
Ich habe nämlich ein Problem, wir üben zur Zeit in der Weiterbildung das Reversing, und ich hänge da ein bisschen hinterher, und bräuchte daher ein gutes TUT dafür, um den anderen ein kleinen Schritt vorraus zu sein.
Danke im vorraus
How to bypass HS for reversing? 12/20/2011 - Metin2 - 0 Replies Dear e*pvp,
I have been trying to update the metin2 adresses for a fishing bot, but I do not know why, I cannot get the message "wrong Pack/index file version" away, although I never modified anything in the '/pack' files. I already re downloaded metin2, but nothing changes...
Any help?
Shannou06.
up
Reversing... 07/09/2009 - Rohan - 0 Replies Hi , i'm actually trying to patch gameguard with ollydbg , i disable it at launch of game , i can connect to my account , but when i'm arriving at the selection of my different caracter , the bouton "START" is disable , i can't click on it.
Anyone can guid me how to patch this ?
Thx.
CreateMutex reversing 02/25/2009 - General Coding - 4 Replies Hi,
Ich hab da ein Problem mit dem Cracken eines Spiels. Das Spiel benutzt CreateMutex damit es nur einmal gestartert werden darf. Nun, deswegen will ich die .exe so reversen, sodass mehrere Anwendungen gleichzeitig laufen können.
Darafhin kam ich in OllyDBG dahin:
http://skilly.sk.funpic.de/r1.gif
Erklärung:
Reversing / Debugging Q 01/19/2006 - General Coding - 11 Replies So i got this address range in the 00ee0000 -> 00eeffff area ... its inventory bits /array of bytes(not bits) 1=inventory slot filled, and 0=not filled.
Thats good and all, but being dynamic and all means that the base address changes a bit from time to time.
SO I am looking for a pointer to that specific area of memory.
However i cannot find one ? The nearest pointer i find is like fff away from the destination!
MY question is this ; im obvsioly going about this wrong, finding a...