Making BOTS for games?

now now where would linux be if knowledge shouldn't be shared :x, your almost saying that open security hackers (in the mean of true hacker not cracker) only point out opennings to be exploited rather fixed. the fact you want to learn, have knowledege on how to making something doesn't mean you'll use it. personally i think bot is a good way gain more knowledge cause you can make a simple thing then improve it
 
You guys are all going way off topic. You're just discussing if we should help him or not rather than helping the poor guy. MentaL said it's alright as long as we dont post any, so that's what we should do.

[N]asser` ~ out
 
Alright here you got a FlyFF bot

..::Picks Up Selected Items::..
..::Alarm Clock::..
Few more


LINK REMOVED

EXTRACT THEN START IT NOT FROM THE .ZIP FILE!!!

ENJOY!:angel_hyp
 
Last edited by a moderator:
TenZa said:
Does anyone know of any games that doesnt use Packet Encryption?
I can write up an entire tutorial on how to code a bot in vb6 ( ragnarok online bot )
Since RO doesnt use packet encryption.
When it is encrypted im screwed since i dont know anything about packet encryptions...
I was planning on making my a personal vending bot for PT, but sadly enough PT packets are encrypted :(
Almost all companies write their own algorithms to encrypt packet. The only way to get algorithms are using some debug, disassemble tools like softIce,... to debug game client. You'll need to find a good cracker to help you.
Some game even use differrent algorithms for differrent packet types. Ex: packet attack encrypt using algorithm 1, packet move encrypt using algorithm 2,... To decrypt all packets in a game like this will cost months to year, even for a exp cracker.
 
Lol chill hahaha
its a fake lookin virus + change start button name to "n00b" lol
in other words DOS screen with non more then 5 ehco lines that do non and it creat a file called virus.bat lol
want sourcecod of it..here u go lol

..::VISUAL BASIC::..
[PIE]Private Sub Command1_Click()

WriteAFile "virus.bat", "@echo off" & vbCrLf & _
"echo. Loading......" & vbCrLf & _
"echo. Installzing no-ip...DONE!..." & vbCrLf & _

"echo. Opening port [1716] ...DONE" & vbCrLf & _
"Pause"

Shell "virus.bat", vbNormalNoFocus 'Executes the Fake Virus
End Sub
Private Function WriteAFile(Filename1 As String, WhatToWrite As String)
On Error GoTo ErrorControl
Dim FileType As Integer
FileType = FreeFile
Open Filename1 For Output As #FileType
Print #FileType, WhatToWrite
Close #FileType
ErrorControl:
If Err <> 0 Then
MsgBox "Wrong File Name or File Path!", vbCritical, "Error"
End If
End Function
Form_Load(Dim as intriger)
msgbox "ACTIVATED"
msgbox "ACTIVATED"
msgbox "ACTIVATED"
msgbox "ACTIVATED"
msgbox "ACTIVATED"
msgbox "ACTIVATED"
msgbox "ACTIVATED"
msgbox "ACTIVATED"
msgbox "ACTIVATED"
msgbox "ACTIVATED"
End Sub
[/PIE]
 
Last edited:
Who cares lol if you saw its a .exe y you even TRYED THAT IF YOU SAID HE ASKED FOR A GUIDE NOT A READY BOT

and its stupid to ask such stuff in forum you want tuts for bots
go MPC
 
lol who cares dude

if he would go to Myg0t ppl would give him a reall trojan/virus that would fuk up his PC
and not a fake virus like i did here

as i said go MPC for that crap
 
I dont see the problem here ...
Hes asking on how to make a bot.
He never said he wanted a premade/compiled bot for a particular game.
Asking questions on how to code, bot or not is all about this coding section >.>
And whatever he uses that code for is his choice to make.

Anyways, maybe you should try finding some opensource bot or something and learn from it.
Or some other packet sending/receiving code that does about the same.
A bot is just all about sending client packets and processing the packets received from the server to do some other things.
 
ShadowzRay Banned for posting a custom trojan/virus
 
You're banning me for posting a joke application thats totaly hurmless
OMFG you want source code to see that its aint a virus or whateva ..trojan or dunno...


i show echo lines that do non
craeted a hurmless virus.bat file
thats it!!!!1

GO SCAN THAT FILE FOR VIRUSS AND YOU WONT FIND ****

youk now what GO BAN ME ...BAN THAT ACC TOOO Y NOT ILL MAKE A NEW ACC I DONT GIVE A ****..

and damn you're sig is ugly
 
ShadowRays said:
You're banning me for posting a joke application thats totaly hurmless
OMFG you want source code to see that its aint a virus or whateva ..trojan or dunno...


i show echo lines that do non
craeted a hurmless virus.bat file
thats it!!!!1

GO SCAN THAT FILE FOR VIRUSS AND YOU WONT FIND ****

youk now what GO BAN ME ...BAN THAT ACC TOOO Y NOT ILL MAKE A NEW ACC I DONT GIVE A ****..

and damn you're sig is ugly
Your a funny little insect.
 
I have made bots for many games will never release since ill get in trouble but here is a few tips

if the protocol is TCP and very simple packet encryption learn sockets some programming langauge and make a socket bot or a proxy to your game..

if your more old school hacker you can use a hook that hooks a the game at dll or engine you just call the functions that are already built into the game if they were loaded before would be the best way.. it makes your game into a bot basiclly

now the most easiest way if your a total noob at this is to fiddle with game memory unless it runs a gameguard this is than eliminated

now even more easier than this is a script kiddie you use scripts like AutoIt to move your mouse playing how you always play or color detection.

To get into game hacking attempt to use tools at first to get better.
Too learn all this download ebooks with reverse engineering its very fun :)


just to add

TenZa said:
Does anyone know of any games that doesnt use Packet Encryption?
I can write up an entire tutorial on how to code a bot in vb6 ( ragnarok online bot )
Since RO doesnt use packet encryption.
When it is encrypted im screwed since i dont know anything about packet encryptions...
I was planning on making my a personal vending bot for PT, but sadly enough PT packets are encrypted :(

I played many mmorpgs many of the encryptions all pretty much match in some way they all consiste of size of packet the command it self and the data you see the size almost instantly as for encryption it could be xor related public key or private key or any table pattern encryption just takes time if you want to guess it its fun to do otherwise just use a Disassembler like ida. This is very healthly to do it helps mmorpgs change encryption and even reward you Lol
 
Last edited:
Back