Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 03:29

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

Advertisement



S4League hack erstellen

Discussion on S4League hack erstellen within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 5
Join Date: Dec 2011
Posts: 3,930
Received Thanks: 1,918
S4League hack erstellen

hallo E*pvp ich hab kp ob es hier rein gehört aber wollte mal fragen was ich falsch mache den bin noch amateur
PHP Code:
#include <GUIConstants.au3>
#include<NomadMemory.au3>
#RequireAdmin
#Region ### START Koda GUI section ### Form=
$Form1 GUICreate("hack"24280232166)
$Button1 GUICtrlCreateButton("Start"881612957)
$Checkbox1 GUICtrlCreateCheckbox("200hp"8167325)
$Slider1 GUICtrlCreateSlider(1123215045)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
    $nMsg 
GUIGetMsg() 
    Switch 
$nMsg
        
Case $GUI_EVENT_CLOSE
            
Exit
        Case 
$Button1
            _hack
()
    EndSwitch
WEnd
Func  _hack
()
    
ToolTip("Warte Auf S4Client.exe",0,0)
$PID ProcessExists ("S4Client.exe")
ProcessWait($PID)
ToolTip("Wait...",0,0)
$OPEN _MemoryOpen($PID)
If 
GUICtrlRead ($Checkbox1) = 1 Then
_MemoryWrite 
(100,$OPEN,"400"byte[4]) 
ElseIf
EndFunc 
Ruffу is offline  
Old 06/17/2012, 20:01   #2


 
!llu's Avatar
 
elite*gold: 90
Join Date: Oct 2011
Posts: 1,546
Received Thanks: 459


!llu is offline  
Old 06/17/2012, 20:03   #3
 
Der-Eddy's Avatar
 
elite*gold: 400
Join Date: Nov 2008
Posts: 67,909
Received Thanks: 19,503
Arrow S4 League -> AutoIt

/moved

Code:
$PID ProcessExists ("S4Client.exe")
Da fehlt ein Gleichzeichen
Der-Eddy is offline  
Old 06/17/2012, 20:06   #4
 
irrenhaus's Avatar
 
elite*gold: 0
Join Date: Jan 2011
Posts: 2,520
Received Thanks: 4,566
Code:
_MemoryWrite($Address,$Handle,$Value,$Type);
You're writting the Value 400 ( DWORD/Float whatever ) into the Address 100.
I think you tried to hack your HP but it wont work this way.
the type is also not byte. Please read some AutoIt Tutorials from the Section which
Azrail linked here.
irrenhaus is offline  
Old 06/17/2012, 20:52   #5
 
elite*gold: 5
Join Date: Dec 2011
Posts: 3,930
Received Thanks: 1,918
kann mir es dan richtig schriben pls wegen ich check die Tut'S net so
Ruffу is offline  
Old 06/17/2012, 21:57   #6


 
Lawliet's Avatar
 
elite*gold: 2
Join Date: Jul 2009
Posts: 14,456
Received Thanks: 4,685
Wir wissen nicht, was du mit dem "Hack" erreichen willst?
Außerdem sind wir hier da um zu helfen, nicht fertiges zu liefern.
Lawliet is offline  
Old 06/17/2012, 23:15   #7
 
Der-Eddy's Avatar
 
elite*gold: 400
Join Date: Nov 2008
Posts: 67,909
Received Thanks: 19,503

da steht wie man an die Adressen kommt
Der-Eddy is offline  
Old 06/17/2012, 23:42   #8
 
butter123's Avatar
 
elite*gold: 95
Join Date: May 2011
Posts: 982
Received Thanks: 189
Deutsche Grammatik
da steht wie man vernünftig deutsch schreibt...
butter123 is offline  
Thanks
1 User
Old 06/22/2012, 18:41   #9
 
Cashblood's Avatar
 
elite*gold: 0
Join Date: Apr 2012
Posts: 319
Received Thanks: 54
Quote:
Originally Posted by Der-Eddy View Post

da steht wie man an die Adressen kommt
Geht auch viel schneller,
Einfach einen Downloaden und decompilen, da es über 5 leeches grad releaset gibt und keiner schlau genug ist themida zzu benutzen.. Die meisten machen alles richtig, und dann heulen sie rum odermachen ihre handshow zeichen wegen Values..
Cashblood is offline  
Old 06/23/2012, 09:58   #10
 
elite*gold: 0
Join Date: Jan 2012
Posts: 1,458
Received Thanks: 1,407
It's gonna be this way:
Code:
#include <GUIConstants.au3> 
#include <NomadMemory.au3> 
#RequireAdmin 
#Region ### START Koda GUI section ### Form= 
$Form1 = GUICreate("Hack", 242, 80, 232, 166) 
$Button1 = GUICtrlCreateButton("Start", 88, 16, 129, 57) 
$Checkbox1 = GUICtrlCreateCheckbox("200hp", 8, 16, 73, 25) 
$Slider1 = GUICtrlCreateSlider(112, 32, 150, 45) 
GUISetState(@SW_SHOW) 
#EndRegion ### END Koda GUI section ### 

While 1 
    $nMsg = GUIGetMsg()  
    Switch $nMsg 
        Case $GUI_EVENT_CLOSE 
            Exit 
        Case $Button1 
            _Hack() 
    EndSwitch 
WEnd 
Func  _Hack() 
    ToolTip("Warte Auf S4Client.exe",0,0) 
$PID= ProcessWait ("S4Client.exe") 
ToolTip("Wait...",0,0) 
$OPEN = _MemoryOpen($PID)  
If GUICTRLREAD($CheckBox1)=1 Then
_MemoryWrite(#####,$OPEN,"#######","long")
EndIf
EndFunc
This is my base, Hope I helped ya
Hybrid~ is offline  
Thanks
1 User
Reply




All times are GMT +2. The time now is 03:29.


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.