Wenn ihr meint, dass ihr hier weiter rumspammen müsst, dann kann ich auch anders. Der nächste der hier wegen diesem Thema rumspammt hat mit Konsequenzen zu rechnen.
Heartbeat HS, VTable hook, VEH hook, many ways to.Quote:
Ich habe ein kleines problem also ..Ich habe einen Kick Programm erstellt und er funktioniert Spieler ausm Room Kicken alles funktioniert einwandfrei aber nach 5min bekomme ich einen Crash ich werde ausm Game geworfen ich benütze zwei verschiedene Bypasse ohne einen Bypass bekomme ich nach 15 Sekunden schon einen Crash könnte mir wer behilflich sein irgendwelche Experten hier , hm ?
#cs ----------------------------------------------------------------------------
AutoIt Version: 3.3.10.2
Author: Papera
Script Function:
Template AutoIt script.
#ce ----------------------------------------------------------------------------
; Script Start - Add your code below here
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <Nomadmemory.au3>
$GUI1 = GUICreate("Papera's Trainer", 400, 200)
$Label = GUICtrlCreateLabel("Papera :=)", 350, 170)
$Checkbox1 = GUICtrlCreateCheckbox("GOD MODE", 15, 50)
$Button1 = GUICtrlCreateButton("START", 180, 140)
GUISetState(@SW_SHOW)
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
_hack()
EndSwitch
WEnd
Func _hack()
GUISetState(@SW_HIDE)
MsgBox(0,"Attezione!","Divertitevi :=)")
$WAIT = ProcessWait("S4Client.exe")
MsgBox(0,"Attenzione!","In attesa di S4Client.exe")
Sleep(500)
$PID = ProcessExists("S4Client.exe")
MsgBox(0,"Attenzione!","Processo esistente")
Sleep(500)
_MemoryWrite(0x0052F0C5,_MemoryOpen(ProcessWait("S4Client.exe")),"1592365200","long")
Exit
EndFunc
You must use a undetecded Adresse ;)Quote:
HELP D:
When i log in the game i crash
What is wrong in my code?
Code:#cs ---------------------------------------------------------------------------- AutoIt Version: 3.3.10.2 Author: Papera Script Function: Template AutoIt script. #ce ---------------------------------------------------------------------------- ; Script Start - Add your code below here #include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> #include <Nomadmemory.au3> $GUI1 = GUICreate("Papera's Trainer", 400, 200) $Label = GUICtrlCreateLabel("Papera :=)", 350, 170) $Checkbox1 = GUICtrlCreateCheckbox("GOD MODE", 15, 50) $Button1 = GUICtrlCreateButton("START", 180, 140) GUISetState(@SW_SHOW) While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit Case $Button1 _hack() EndSwitch WEnd Func _hack() GUISetState(@SW_HIDE) MsgBox(0,"Attezione!","Divertitevi :=)") $WAIT = ProcessWait("S4Client.exe") MsgBox(0,"Attenzione!","In attesa di S4Client.exe") Sleep(500) $PID = ProcessExists("S4Client.exe") MsgBox(0,"Attenzione!","Processo esistente") Sleep(500) _MemoryWrite(0x0052F0C5,_MemoryOpen(ProcessWait("S4Client.exe")),"1592365200","long") Exit EndFunc
u need to create the player data class to get the enemy's x/y position and do some maths to get the new yaw / pitch ...Quote:
hey leute wie erstelle ich ein aimbot?
*Hier befand sich mal ein schlechter Troll*Quote:
hey leute wie erstelle ich ein aimbot?
With pointers:Quote:
is there anyone can give a hint about the other players [enemy/team] class like its size , pointer , any thing ?
i tried to search for name(s) and i can change it so the text on screen change .. but i couldn't find the position, team [ Beta/Alpha/Spec. ] , hp nothing ... :(
is the hp of the other players stored like normal values 100 - 115 - 150 , or it's bigger than 100k and something like that ?
#sry4badenglish