Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > S4 League
You last visited: Today at 17:22

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

Advertisement



AutoIT hilfe

Discussion on AutoIT hilfe within the S4 League forum part of the Shooter category.

Reply
 
Old   #1
 
mvenus2's Avatar
 
elite*gold: 0
Join Date: Oct 2012
Posts: 131
Received Thanks: 49
AutoIT hilfe

HI leute ich wollte einen autoIT hack schreiben und hat auch alles super funktioniert.....

dann wolte ich eine checkbox einbauen, mit der alle values und damit hacks zurückgesetzt werden naja nur habe ich dann das problem , dass nach der funktion sich das autoIT Programm einfach schließt (S4 bleibt offen)
ich hofffe ihr könnt mir helfen

hier die funktionen die die probleme machen:

Code:
Func reset()
	GUISwitch($Checkbox1) = 0
	GUISwitch($Checkbox2) = 0
	GUISwitch($Checkbox3) = 0
	GUISwitch($Checkbox4) = 0
	GUISwitch($Checkbox5) = 0
	GUISwitch($Checkbox6) = 0
	GUISwitch($Checkbox7) = 0
	GUISwitch($Checkbox8) = 0
	GUISwitch($Checkbox9) = 0
	GUISwitch($Checkbox10) = 0
	GUISwitch($Checkbox11) = 0
	GUISwitch($Checkbox12) = 0
	GUISwitch($Checkbox13) = 0
	GUISwitch($Checkbox14) = 0
	GUISwitch($Checkbox15) = 0
	resetvalue()
EndFunc

Func resetvalue()

	$pid = ProcessExists("S4Client.exe")
	$open = _memoryopen($pid)

If GUICtrlRead($Checkbox1) = 0 Then
	_memorywrite(xxx, $open, "xxx", "long")
endif
	If GUICtrlRead($Checkbox2) = 0 Then
	_memorywrite(xxx, $open, "xxx", "long")
endif
	If GUICtrlRead($Checkbox3) = 0 Then
	_memorywrite(xxx, $open, "xxx", "long")
endif
	If GUICtrlRead($Checkbox4) = 0 Then
	_memorywrite(xxx, $open, "xxx", "long")
endif
	If GUICtrlRead($Checkbox5) = 0 Then
	_memorywrite(xxx, $open, "xxx", "float")
endif
	If GUICtrlRead($Checkbox6) = 0 Then
	_memorywrite(xxx, $open, "xxx", "long")
endif
	If GUICtrlRead($Checkbox7) = 0 Then
	_memorywrite(xxx, $open, "xxx", "long")
endif
	If GUICtrlRead($Checkbox8) = 0 Then
	_memorywrite(xxx , $open, "xxx", "long")
endif
	If GUICtrlRead($Checkbox9) = 0 Then
	_memorywrite(xxx, $open, "xxx", "long")
endif
	If GUICtrlRead($Checkbox10) = 0 Then
	_memorywrite(xxx, $open, "xxx", "long")
endif
	If GUICtrlRead($Checkbox11) = 0 Then
	_memorywrite(xxx, $open, "xxx", "long")
endif
	If GUICtrlRead($Checkbox12) = 0 Then
	_memorywrite(xxx, $open, "xxx", "long")
endif
	If GUICtrlRead($Checkbox13) = 0 Then
	_memorywrite(xxx, $open, "xxx", "long")
endif
	If GUICtrlRead($Checkbox14) = 0 Then
	_memorywrite(xxx, $open, "xxx", "long")
endif
	If GUICtrlRead($Checkbox15) = 0 Then
	_memorywrite(xxx, $open, "xxx", "long")
endif

	If GUICtrlRead($Checkbox16) = 1 Then
	reset()
Else
hackgo()
	EndIf

Ja ich habe extra xxx eingefügt ^^
mvenus2 is offline  
Old 03/17/2014, 16:21   #2
 
elite*gold: 0
Join Date: May 2012
Posts: 1,342
Received Thanks: 1,496
This isn't a proper AutoIT code. You must post your full code to understand what's the problem.
SilverEmerald is offline  
Thanks
1 User
Old 03/17/2014, 18:11   #3
 
mvenus2's Avatar
 
elite*gold: 0
Join Date: Oct 2012
Posts: 131
Received Thanks: 49
Quote:
Originally Posted by SilverEmerald View Post
This isn't a proper AutoIT code. You must post your full code to understand what's the problem.
Quote:
.
mvenus2 is offline  
Old 03/17/2014, 18:45   #4
 
elite*gold: 0
Join Date: May 2013
Posts: 827
Received Thanks: 359
Quote:
Originally Posted by mvenus2 View Post
.
Das mit dem Reset ist doch völlig sinnlos, mach es doch so.

PHP Code:
 If GUICtrlRead($Checkbox1) = 1 Then
 _memorywrite
(0x005EFCF4$open"hacked value""long")
else
 
_memorywrite0x005EFCF4$open"normal value ""long")
EndIf 
Wenn du Checkbox1 ingame deaktivierst, ändert sich die gehackte value wieder in die normale
xAce™ is offline  
Old 03/17/2014, 19:43   #5
 
mvenus2's Avatar
 
elite*gold: 0
Join Date: Oct 2012
Posts: 131
Received Thanks: 49
Quote:
Originally Posted by xAce™ View Post
Das mit dem Reset ist doch völlig sinnlos, mach es doch so.

PHP Code:
 If GUICtrlRead($Checkbox1) = 1 Then
 _memorywrite
(0x005EFCF4$open"hacked value""long")
else
 
_memorywrite0x005EFCF4$open"normal value ""long")
EndIf 
Wenn du Checkbox1 ingame deaktivierst, ändert sich die gehackte value wieder in die normale
jaja ich weiß hatte ich auch aber da is iwi das game immer gecrasht und so funzt es halbwegs nur das resetten eben net
mvenus2 is offline  
Old 03/17/2014, 20:06   #6
 
elite*gold: 0
Join Date: May 2013
Posts: 827
Received Thanks: 359
Add mich mal in Skype, bin mit dem Handy on kann dir aber kurz helfen.
xAce™ is offline  
Old 03/18/2014, 18:40   #7
 
xKemya's Avatar
 
elite*gold: 0
Join Date: Jan 2013
Posts: 2,450
Received Thanks: 1,880
I think using Else Function is better, here is a code (Bad) :

Code:
 Case $Checkbox1
         $WAIT = ProcessWait("S4Client.exe")
$PID = ProcessExists("S4Client.exe")
$OPEN = _MemoryOpen ($PID)
         if(GUICtrlRead($Checkbox1) = 1)Then
            _MemoryWrite(Address,$open,HackedValue,"Type")
         Else
               _MemoryWrite(Address,$open,NormalValue,"Type")

            EndIf
I tried using Ace's example, but didn't work.
xKemya is offline  
Reply




All times are GMT +1. The time now is 17:25.


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