Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 13:28

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

Advertisement



AutoIT Memory Functions

Discussion on AutoIT Memory Functions within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 1
Join Date: Oct 2008
Posts: 1,078
Received Thanks: 276
AutoIT Memory Functions

Hi^^
Also, ich bin im moment nen bisschen dabei mit AutoIT rumzuspielen, da ich noch keinen wirklichwn Plan hab was ich damit anfangen will :P (zu viel Noob für Bots, bzw. Hacks)

Allerdings hatte ich jetz ma die Idee das ich für Cs nen kleinen Memory Bot erstell

Der soll per Hotkey die Munition im Magazin auf dem maximalen stand halten

Funzt auch alles prima^^
Nur jetz hab ich das Probelm, dass ich nur einmal Funktion ausführen kann

Kann mir wer sagen wie ich die aktive Funktion wieder Deaktivieren kann, so dass es möglich ist die Munition erneut wiederherzustellen?^^

Ziel ists die Munition automatisch immer auf höchststand zu halten :P
(geht denk ich ma einfach mit "while", korrigiert mich wenn ich da falsch lieg^^)

Edit: Hier habter das Script
HTML Code:
#include <NomadMemory.au3>

HotKeySet ("{r}", "ChgValue")
HotKeySet ("{ESC}",  "Terminate")

$pid = WinGetProcess ("Cheat Engine Tutorial")
$Memory = 0x0913F68
$Written = 1000
$ProcessInformation = _MemoryOpen($pid)

While 1=1

WEnd

Func ChgValue()
$ammo = _MemoryRead($Memory, $ProcessInformation)
If $ammo < 100 Then
	_MemoryWrite($Memory, $ProcessInformation, $Written)
_MemoryClose($ProcessInformation)
EndIf
EndFunc

Func Terminate()
	Exit 0
EndFunc
.nAno is offline  
Old 11/14/2009, 13:23   #2
 
| Moep |'s Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 1,079
Received Thanks: 438
Müsste so eigentlich funktionieren mit den Hotkey.
Wenn du willst, dass der Wert automatisch auf 100 angehoben wird, also ohne Hotkey, dann musste die Func nur in der While Schleife aufrufen.
| Moep | is offline  
Thanks
1 User
Old 11/14/2009, 14:34   #3
 
elite*gold: 1
Join Date: Oct 2008
Posts: 1,078
Received Thanks: 276
Problem gelöst, trotzdem thx
hab das gerüst nen bisschen umgeschrieben :P
.nAno is offline  
Reply


Similar Threads Similar Threads
[Guide] Bot Functions.
10/26/2010 - Mabinogi Hacks, Bots, Cheats & Exploits - 26 Replies
If you cant script don't bother. Edit for clarity: There is no file, scripts are in the code blocks. Put together your own config.ini from actually reading the code. See http://www.elitepvpers.com/forum/mabinogi-hacks-bot s-cheats-exploits/439422-autoit-bot-functions-3.ht ml#post6473481 This is all the functions my bot uses. Two of the functions don't work, one because of a font change and one because I haven't finished rewriting it. File contains the folder structure for the code and...
[5173] - Python bot interface with loadable memory functions. (w/ Melee demo)
12/10/2009 - CO2 Programming - 41 Replies
M O V E D _ T O _ C O D E X P L O S I O N
AutoIt Memory Functions
07/05/2007 - CO2 Exploits, Hacks & Tools - 0 Replies
prob in the wrong section... would be nice if mod could move it text2schild.php?smilienummer=1&text=my bad' border='0' alt='my bad' />
Small CO Memory Functions Library...
01/15/2007 - Conquer Online 2 - 4 Replies
I've begun to work on a small dynamic load library (DLL) for Conquer Online in pure assembler. Due to it being programmed in assembler not only will the library be incredibly small in file size, but it will also be much faster than any Visual Basic, C++, or Pascal equivalent. Not to mention I just plain love programming in assembler languages. Before I get started on some major functions, I would like some of the more intelligent users to suggest and chose features for each so that...



All times are GMT +2. The time now is 13:28.


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.