Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 18:57

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

Advertisement



Script frage ( POINTER )

Discussion on Script frage ( POINTER ) within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2010
Posts: 112
Received Thanks: 564
Script frage ( POINTER )

habe jetzt den script bis jetzt killerdeluxe hatte schon etwas verbessert doch wenn ich den wer von unbesiegbarkeit (god ) freeze geht das programm zu

HTML Code:
#RequireAdmin
#Include <NomadMemory.au3>

#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>

$Form1_1 = GUICreate("Evil Hack", 365, 180, 192, 124)
$Label1 = GUICtrlCreateLabel("Speed :", 8, 16, 41, 17)
$speedeingabe = GUICtrlCreateInput("16230", 49, 8, 121, 21)
$Label2 = GUICtrlCreateLabel("Skill     :", 8, 40, 41, 17)
$skilleingabe = GUICtrlCreateInput("", 40, 48, 121, 21)
$Label3 = GUICtrlCreateLabel("Unverwundbar :", 8, 104, 80, 17)
$Label4 = GUICtrlCreateLabel("Bank Hack     :", 48, 128, 76, 17)
$godon = GUICtrlCreateButton("On", 192, 104, 27, 17, $WS_GROUP)
$godoff = GUICtrlCreateButton("Off", 232, 104, 27, 17, $WS_GROUP)
$bankon = GUICtrlCreateButton("On", 128, 128, 27, 17, $WS_GROUP)
$bankoff = GUICtrlCreateButton("Off", 168, 128, 27, 17, $WS_GROUP)
$godstatus = GUICtrlCreateLabel("", 270, 110, 52, 12)
GUICtrlSetColor(-1, 0xFF0000)
GUICtrlSetBkColor(-1, 0xFF0000)
$bankstatus = GUICtrlCreateLabel("", 206, 134, 52, 12)
GUICtrlSetBkColor(-1, 0xFF0000)
$setspeed = GUICtrlCreateButton("Set !", 184, 8, 35, 25, $WS_GROUP)
$setskill = GUICtrlCreateButton("Set !", 184, 40, 35, 25, $WS_GROUP)
$Label5 = GUICtrlCreateLabel("Fly :", 48, 152, 23, 17)
$flyon = GUICtrlCreateButton("On", 128, 152, 27, 17, $WS_GROUP)
$flyoff = GUICtrlCreateButton("Off", 168, 152, 27, 17, $WS_GROUP)
$flystatus = GUICtrlCreateLabel("", 206, 155, 52, 12)
GUICtrlSetBkColor(-1, 0xFF0000)
$Nomiss = GUICtrlCreateLabel("Nomiss :", 16, 80, 44, 17)
$nomisson = GUICtrlCreateButton("On", 192, 80, 27, 17, $WS_GROUP)
$nomissoff = GUICtrlCreateButton("Off", 232, 80, 27, 17, $WS_GROUP)
$nomissstatus = GUICtrlCreateLabel("", 270, 85, 52, 12)
GUICtrlSetBkColor(-1, 0xFF0000)
$nomis = GUICtrlCreateInput("", 72, 80, 81, 21)
$god = GUICtrlCreateInput("", 88, 104, 97, 21)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
Global $OPEN = _MEMORYOPEN(ProcessExists("TClient.exe")) 
Global $Pointer = 0x6EFFFC 
Global $offsetgod[3] = [0, 0x44E, 0xAA8] 

Global $Bedingung1 = 0 

While Sleep(10) 
    $nMsg = GUIGetMsg() 
    Switch $nMsg 
        Case $GUI_EVENT_CLOSE 
            Exit 
        Case $NOMISSON 
            GUICtrlSetBkColor($NOMISSSTATUS, 60928) 
        Case $NOMISSOFF 
            GUICtrlSetBkColor($NOMISSSTATUS, 16651804) 
        Case $GODON 
            $Bedingung1 = 1 
            GUICtrlSetBkColor($GODSTATUS, 60928) 
        Case $GODOFF 
            $Bedingung1 = 0 
            GUICtrlSetBkColor($GODSTATUS, 16651804) 
    EndSwitch 
     
    If $Bedingung1 = 1 Then _MEMORYPOINTERWRITE($Pointer, $OPEN, $Offsetgod, "0") 
WEnd 
Evilkingg is offline  
Reply


Similar Threads Similar Threads
[Frage]zu CE pointer
08/26/2010 - General Coding - 1 Replies
Hallo, ich habe eine Frage: Das spiel was ich spiele verändert jedes mal die Pointer. Das einzige was gleich bleibt ist das Offset und die Anzahl der pointer die gefunden werden. Ich habe mal die letzten 5 male alle pointer mit geschrieben + die adresse zum suchen der Pointer. Hier : Merkmal die Adresse (die Adresse die man am anfang beim suchen raus bekommt mit den Values) wird immer zum wert 7,5898111607119E-35 gechanged beim restart des games. die ausgangs adresse ist die zum...
Frage: Wie findet man zB UG Pointer?Speed pointer?
03/30/2010 - Kal Online - 2 Replies
kann mir einer sagen wie man UG/Speed pointer finden kann usw^^´ß#
Pointer-Frage
06/23/2008 - Kal Online - 7 Replies
Kann man einen Pointer machen, der nicht auf eine Adresse zugreift sondern immer auf eine bestimmte Value? Da man bei einigen Skills kein "Copy Memory" findet... Wenn ja , wie ? Oder eine andere Möglichkeit ?
Pointer Script...
03/06/2008 - Kal Online - 10 Replies
Also will nen pointer script machen ^^ alloc(check,32) check: mov eax, mov eax,
DMA Pointer Frage
12/02/2006 - General Coding - 1 Replies
Huhu, und zwar nehmen wir an ich hab nen Pointer. Z.b. 003A0000 und Offset +128 Wie sieht dann die Adresse vom Pointer die ich in nen Trainer tippseln muss aus?



All times are GMT +1. The time now is 18:58.


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.