S4 League Hacking - Support

05/30/2014 19:19 K1ramoX#166
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.
05/30/2014 19:23 Forbidi#167
Quote:
Originally Posted by Rayzare View Post
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 ?
Heartbeat HS, VTable hook, VEH hook, many ways to.
05/31/2014 18:26 golle12#168
Hallo Liebe Leute ja ich bins der der wieder eine Frage stellt :o und zwar zum Packet Manager dieser kann nur Modifizieren oder Blocken dabei interessiert mich noch wie ich packets selber senden kann. Omdihar sagte man müsse die interne Senden Funktion finden um dies machen zu können hat diese schon jemand gefunden und wenn ja, kann mir da jemand bitte helfen :o ? Danke

Mfg Grüßen Golle12
06/01/2014 09:53 logreco#169
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
06/01/2014 10:25 MrSn0w#170
Quote:
Originally Posted by logreco View Post
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
You must use a undetecded Adresse ;)
06/01/2014 10:37 logreco#171
Quote:
Originally Posted by MrSn0w View Post
You must use a undetecded Adresse ;)
where can I find them?
06/01/2014 11:46 [Diisst.#172
@ logreco
CE (Cheat Engine) whit a Suspender. or Bypass.
06/01/2014 13:16 Dean-#173
hey leute wie erstelle ich ein aimbot?
06/01/2014 13:24 [Diisst.#174
@ Dean- frag Doge / Roli oder dieser Mr.Selman oder wie der immer heißt.
06/01/2014 13:47 I2espect#175
Quote:
Originally Posted by Dean- View Post
hey leute wie erstelle ich ein aimbot?
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 ...
but getting the player data is the hardest part cuz there is no bypass and for me i don't know the size of the class or base address or anything ! :D i was trying to search but no luck as CE makes the game close after less than 5min !..
06/01/2014 14:17 ZjadlbymBuraka#176
Is there any hack or way to bypassing random shop animation without bypass? :)
06/01/2014 14:23 onahoe#177
Quote:
Originally Posted by Dean- View Post
hey leute wie erstelle ich ein aimbot?
*Hier befand sich mal ein schlechter Troll*

06/01/2014 14:50 Ragulab#178
"undetected address"

stop this shit please.
06/03/2014 06:40 I2espect#179
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
06/03/2014 11:45 Slicktor#180
Quote:
Originally Posted by I2espect View Post
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
With pointers:
Try to get the position from you and a friend and then calc the size between your pointer and your friends pointer then add the size to the address.

Else you can try to get the playerstruct.
( search your position and look what access the address )