Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > General Coding
You last visited: Today at 10:46

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

Advertisement



SSP bot 4Story

Discussion on SSP bot 4Story within the General Coding forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Aug 2010
Posts: 98
Received Thanks: 51
SSP bot 4Story

I try to make a bot for the SSP in 4Story,
A variable is egal to 1,2 or 3 in function of the sylbol. The idea is to make a bot who send the key 11 2 or 3 after read the memory.
So with CE I find the variable : 356B1E58
This is my AotoIt code :


HTML Code:
#Include <NomadMemory.au3> 

SetPrivilege("SeDebugPrivilege", 1) 

$Processus = _MemoryOpen(WinGetProcess("4Story")) 

While (1) 
    $Symbol = _MemoryRead(0x356B1E58 ,$Processus ,"int")  
    TrayTip("SSB","Symbol : " & $Symbol, 1) 
    Sleep(900) 
WEnd 

_MemoryClose($Processus)

But tthe message is : Symbol 0 whereas the variable is 2 !!!
Please what is the probleme ?
BadGamer78 is offline  
Old 09/27/2011, 19:48   #2
 
elite*gold: 0
Join Date: Sep 2011
Posts: 428
Received Thanks: 285
Itīs not possible to make an SSP Bot, i tryed it too, but i failed, its working serverside...
JixhE is offline  
Old 09/27/2011, 19:58   #3
 
elite*gold: 0
Join Date: Aug 2010
Posts: 98
Received Thanks: 51
But I would like know how read a memory adress, I wants to try ! =)
BadGamer78 is offline  
Reply




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


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.