Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Cabal Online
You last visited: Today at 23:24

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

Advertisement



[Question] about Memory bot

Discussion on [Question] about Memory bot within the Cabal Online forum part of the MMORPGs category.

Reply
 
Old   #1
 
genesisVI's Avatar
 
elite*gold: 0
Join Date: Jul 2011
Posts: 796
Received Thanks: 434
[Question] about Memory bot

Edit:
now i only nid to connect to Cabal and some defined packets to send
hope someone will point me in the right direction


PHP Code:

#include <_TCP.au3>
Func InitBot()
$hServer _TCP_Client_Create("222.111.213.25"30001)
_TCP_RegisterEvent($hServer$TCP_CONNECT"Connect")
_TCP_RegisterEvent($hServer$TCP_RECEIVE"Reciv")
_TCP_RegisterEvent($hServer$TCP_DISCONNECT"Discon")
EndFunc

Func Connect
($socket$error)
Global 
$SERVER_SOCKET $socket
ConsoleWrite
("Connected to server!" & @CRLF)
_TCP_Send($socket"0x07")
EndFunc

Func Reciv
($socket$data$error)
ConsoleWrite("Recived: " String($data) & @CRLF)
EndFunc

Func BotWork
($socket$packet)
    
$packet "00123abc00" 
TCPSend($socket_HexToString($packet))
EndFunc

Func Discon
($socket$error)
ConsoleWrite("Disconnected from server" & @CRLF)
Exit
EndFunc

Func Decrypt
($data$key)
    
Decrypt($data$key)
EndFunc
Func _Crypt_DecryptData
($data$key$CALG_AES_256)
 
_Crypt_DecryptData($data$key$CALG_AES_256)
EndFunc

Func 
XOR($a$b$bit 8)
$c BitXOR($a$b$bit)
Return 
Hex($c)
EndFunc 
these code is written in AU3
it connects to a specified ip and sends a specified packet ....
but still i dont know what packet to send and what ip to connect
Code
PHP Code:
#include <engine.au3>
Global $LINE 0
InitBot
()
while 
1
Sleep
(100)
WEnd 
genesisVI is offline  
Old 08/06/2012, 15:25   #2



 
Acid's Avatar
 
elite*gold: 6851
The Black Market: 186/0/0
Join Date: Oct 2008
Posts: 52,122
Received Thanks: 11,067
Arrow Cabal PServer - Discussions / Questions -> Cabal Main - Discussions / Questions

#moved
Acid is offline  
Reply


Similar Threads Similar Threads
Memory Question
05/09/2011 - Perfect World - 4 Replies
Hey epvp, I have been doing a for loop in C from 0 to 769 and my loop has been "crashing" due to an exception. It took me a while to figure out, but I started to realize that every mob ptr requires you to do the index * 0x4 0x00AE9944 + 0x1C + 0x1C + 0x24 + 0x50 + i * 0x4 + 0x11C Now, I figured out that some i * 0x4 simply return ?? in CheatEngine, so I was wondering how to fix this problem, because not every i * 0x4 returns 0 therefore it causes my code to crash.
Question about memory finding.
08/21/2010 - GW Bots - 1 Replies
Hey,I'm pretty much new at memory finding/reading,I've been trying to do it by myself until now,I decided to seek help here because I am somewhat confused. I know how to find base memory address in Guild Wars and I've found out that 1b4 is the offset for "skill id".However if I use base memory address and 1b4 offset it gives me the skill I AM casting.How do I make it so it displays the skill id my target is casting? I've tried pretty much every possibilty with my "knowledge" but I...
[Question] Dumping Memory
04/30/2009 - Kal Online - 4 Replies
This snippet is in a loop that dumps values from memory. char &myposition=*(char*)offset; printf("%x \n",myposition); offset++; This is a little of my output: 55 ffffff8b ffffffec ffffff83 ffffffec 18
[Question] Memory address of VP?
06/06/2008 - Conquer Online 2 - 24 Replies
Anyone know the memory address for Virtue Points? Or is this stored on the server? How is it that people get it on their tools...
[Question] Autoit Memory
06/04/2008 - Conquer Online 2 - 7 Replies
Hey everyone, I just started learning about how to do memory in AutoIt. I made this simple script but for some reason would not work. ------CODE START---------- #Include<NomadMemory.au3> $ProcessID = WinGetProcess("","") $DllInformation = _MemoryOpen($ProcessID) $CharName=_MemoryOpen(0x56BC64,$DllInformation)



All times are GMT +1. The time now is 23:24.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.