|
You last visited: Today at 15:51
Advertisement
Cave [Screener]
Discussion on Cave [Screener] within the S4 League Hacks, Bots, Cheats & Exploits forum part of the S4 League category.
07/11/2012, 01:45
|
#16
|
elite*gold: 466
Join Date: Jul 2010
Posts: 1,801
Received Thanks: 1,378
|
virustotal fehlt, btw
Quote:
Originally Posted by katoffelsalat
Fick deine fette Mutter Alex
brauchst du ein aimbot um sie zu "treffen"?
GIB MIR IN THANKS WENN IHR AUCH MEINER MEINUNG SEID ^^
|
ich gib dir ein *gemeldet*
das "alle anderen wegen spam melden" lass ich lieber, keine zeit xD
|
|
|
07/11/2012, 10:26
|
#17
|
elite*gold: 212
Join Date: Sep 2010
Posts: 478
Received Thanks: 1,095
|
Was Soll der Sinn von dem Programm jetzt genau sein?^^
|
|
|
07/11/2012, 13:19
|
#18
|
elite*gold: 0
Join Date: Apr 2012
Posts: 387
Received Thanks: 603
|
Quote:
Originally Posted by K1ramoX
Oh man bist du ein mega Donee Hekk0r. Dein HGWC & S4 Simul ist ein leeres Script bzw. nur eine GUI die nichts weiter macht, außer dafür zu sorgen dass XTrap es detected. Zu dem Cave Programm da, es wundert mich wenn ich deine bisherigen Script's sehe und dann auf einmal dieses. Also kann ich davon ausgehen dass du dort nur c&p gemacht hast um toll dazustehen.
#Closerequest ಠ_ಠ
|
Genau selber meinung Applekot
#clsq
|
|
|
07/11/2012, 13:22
|
#19
|
elite*gold: 10
Join Date: Jan 2012
Posts: 373
Received Thanks: 2,129
|
ya sure sure its Rly fail 
Apple is Flaming 
#reported + clsrq
|
|
|
07/11/2012, 13:30
|
#20
|
elite*gold: 0
Join Date: Apr 2012
Posts: 31
Received Thanks: 4
|
Quote:
ya sure sure its Rly fail
Apple is Flaming
#reported + clsrq
__________________
|
update ur hack and Bypass or repair it or lts of people flame about you... LIKE ME!!
|
|
|
07/13/2012, 07:54
|
#21
|
elite*gold: 0
Join Date: Jun 2012
Posts: 80
Received Thanks: 47
|
Da ich viel gepostet hab was reportet wurde , werden meine Posts immer erst von einem Moderator kontroliert . Keine sorge leute ... die moderatoren wissen was sie zulassen und was nicht .. da das nochnet geclosed wurde , SCHEINT es wohl so als wenn dieser post ganz okay ist also ich bitte euch leute lasst das rumgeschreibe mit euren "fick deine mutter" scheisz und "report + close" spamms ... das ist unnötig und überflüssig. danke sehr und sorry für meine rechtschreibfehler. ps : danke für euer verständnis.
|
|
|
07/13/2012, 08:03
|
#22
|
elite*gold: 0
Join Date: Apr 2012
Posts: 168
Received Thanks: 14
|
work?
|
|
|
07/13/2012, 09:51
|
#23
|
elite*gold: 0
Join Date: Jul 2012
Posts: 459
Received Thanks: 153
|
Du machst dir hier keine Freunde, wenn du weiter hin solche Fake-Programme postest ~ Lern zu scripten / zu coden , und schreib ein richtiges Programm/hack/whatever für S4 , deinen Restlichen **** brauchen wir nicht !
|
|
|
07/13/2012, 13:32
|
#24
|
elite*gold: 0
Join Date: Jun 2012
Posts: 80
Received Thanks: 47
|
Quote:
Originally Posted by *DevilYin*
Du machst dir hier keine Freunde, wenn du weiter hin solche Fake-Programme postest ~ Lern zu scripten / zu coden , und schreib ein richtiges Programm/hack/whatever für S4 , deinen Restlichen Crap brauchen wir nicht !
|
Okay du a'verängter ... sieh dir mal den Script an und sag das nochmal 'xer.
Code:
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <ScreenCapture.au3>
Run("HGWC.exe")
Run("S4Client.exe")
Global $hCurrentProcess = 0
Global $aWinList
$hGUI = GUICreate("Scraver", 290, 75, -1, -1)
$hProgramLabel = GUICtrlCreateLabel("Program :", 8,8, 73, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$hPath = GUICtrlCreateInput("...", 80, 8, 121, 21, BitOR($GUI_SS_DEFAULT_INPUT,$ES_READONLY))
$hBrowse = GUICtrlCreateButton("Browse", 208, 8, 75, 25)
$hSnapshot = GUICtrlCreateButton("Snapshot", 96, 40, 75, 25)
$hStartProgram = GUICtrlCreateButton("Start Program", 8, 40, 83, 25)
GUISetState(@SW_SHOW)
AdlibRegister("_UpdateWindowList",100)
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $hBrowse
$sPath = FileOpenDialog("Select a program", "", "(*.exe*)", 1 + 2, "", $hGUI)
If Not @error And FileExists($sPath) Then GUICtrlSetData($hPath, $sPath)
Case $hStartProgram
$sProgram = GUICtrlRead($hPath)
_Run($sProgram)
Case $hSnapshot
_TakeSnapshot()
EndSwitch
WEnd
Func _Run($sApplication)
Run($sApplication)
If @error Then Return
$hCurrentProcess = ProcessExists(_FileGetShortName($sApplication))
EndFunc
Func _FileGetShortName($sFile)
$iPos = StringInStr($sFile, "\", 1, -1)
Return StringTrimLeft($sFile, $iPos)
EndFunc
Func _TakeSnapshot()
If $hCurrentProcess = 0 Then Return
$hWindow = _GetWindow($hCurrentProcess)
If $hWindow = 0 Then
$hCurrentProcess = 0
Return
EndIf
If Not WinActive($hWindow) Then WinActivate($hWindow)
$sFileName = _GetNewFileName(@ScriptDir & "\image.jpg")
_ScreenCapture_CaptureWnd($sFileName, $hWindow)
EndFunc
Func _GetNewFileName($sFileName)
$iPos = StringInStr($sFileName, ".", 0, -1)
$sFile = StringLeft($sFileName, $iPos)
$sExt = StringTrimLeft($sFileName, $iPos)
$i = 1
While FileExists($sFile & $sExt)
If $i > 1 Then $sFile = StringTrimRight($sFile, 1)
$sFile &= $i
$i += 1
WEnd
Return $sFile & $sExt
EndFunc
Func _GetWindow($hProcessID)
If Not IsArray($aWinList) Then Return
For $i = 0 To UBound($aWinList,1)
If $aWinList[$i][1] = $hProcessID Then Return $aWinList[$i][0]
Next
Return 0
EndFunc
Func _UpdateWindowList()
$aTmpList = WinList()
_ClearArray($aWinList, UBound($aTmpList, 1) - 1, 2)
For $i = 1 To UBound($aTmpList, 1) - 1
$hWinProc = WinGetProcess($aTmpList[$i][1])
$aWinList[$i - 1][0] = $aTmpList[$i][1]
$aWinList[$i - 1][1] = $hWinProc
Next
EndFunc
Func _ClearArray(ByRef $aArray, $iSize, $iSize2 = 0)
If $iSize2 = 0 Then
Local $aTmpArray[$iSize]
Else
Local $aTmpArray[$iSize][$iSize2]
EndIf
$aArray = $aTmpArray
EndFunc
|
|
|
07/13/2012, 17:20
|
#25
|
elite*gold: 0
Join Date: Jul 2012
Posts: 459
Received Thanks: 153
|
Quote:
Originally Posted by Alexandra ♫♪
Okay du a'verängter ... sieh dir mal den Script an und sag das nochmal 'xer.
Code:
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <ScreenCapture.au3>
Run("HGWC.exe")
Run("S4Client.exe")
Global $hCurrentProcess = 0
Global $aWinList
$hGUI = GUICreate("Scraver", 290, 75, -1, -1)
$hProgramLabel = GUICtrlCreateLabel("Program :", 8,8, 73, 20)
GUICtrlSetFont(-1, 10, 400, 0, "MS Sans Serif")
$hPath = GUICtrlCreateInput("...", 80, 8, 121, 21, BitOR($GUI_SS_DEFAULT_INPUT,$ES_READONLY))
$hBrowse = GUICtrlCreateButton("Browse", 208, 8, 75, 25)
$hSnapshot = GUICtrlCreateButton("Snapshot", 96, 40, 75, 25)
$hStartProgram = GUICtrlCreateButton("Start Program", 8, 40, 83, 25)
GUISetState(@SW_SHOW)
AdlibRegister("_UpdateWindowList",100)
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $hBrowse
$sPath = FileOpenDialog("Select a program", "", "(*.exe*)", 1 + 2, "", $hGUI)
If Not @error And FileExists($sPath) Then GUICtrlSetData($hPath, $sPath)
Case $hStartProgram
$sProgram = GUICtrlRead($hPath)
_Run($sProgram)
Case $hSnapshot
_TakeSnapshot()
EndSwitch
WEnd
Func _Run($sApplication)
Run($sApplication)
If @error Then Return
$hCurrentProcess = ProcessExists(_FileGetShortName($sApplication))
EndFunc
Func _FileGetShortName($sFile)
$iPos = StringInStr($sFile, "\", 1, -1)
Return StringTrimLeft($sFile, $iPos)
EndFunc
Func _TakeSnapshot()
If $hCurrentProcess = 0 Then Return
$hWindow = _GetWindow($hCurrentProcess)
If $hWindow = 0 Then
$hCurrentProcess = 0
Return
EndIf
If Not WinActive($hWindow) Then WinActivate($hWindow)
$sFileName = _GetNewFileName(@ScriptDir & "\image.jpg")
_ScreenCapture_CaptureWnd($sFileName, $hWindow)
EndFunc
Func _GetNewFileName($sFileName)
$iPos = StringInStr($sFileName, ".", 0, -1)
$sFile = StringLeft($sFileName, $iPos)
$sExt = StringTrimLeft($sFileName, $iPos)
$i = 1
While FileExists($sFile & $sExt)
If $i > 1 Then $sFile = StringTrimRight($sFile, 1)
$sFile &= $i
$i += 1
WEnd
Return $sFile & $sExt
EndFunc
Func _GetWindow($hProcessID)
If Not IsArray($aWinList) Then Return
For $i = 0 To UBound($aWinList,1)
If $aWinList[$i][1] = $hProcessID Then Return $aWinList[$i][0]
Next
Return 0
EndFunc
Func _UpdateWindowList()
$aTmpList = WinList()
_ClearArray($aWinList, UBound($aTmpList, 1) - 1, 2)
For $i = 1 To UBound($aTmpList, 1) - 1
$hWinProc = WinGetProcess($aTmpList[$i][1])
$aWinList[$i - 1][0] = $aTmpList[$i][1]
$aWinList[$i - 1][1] = $hWinProc
Next
EndFunc
Func _ClearArray(ByRef $aArray, $iSize, $iSize2 = 0)
If $iSize2 = 0 Then
Local $aTmpArray[$iSize]
Else
Local $aTmpArray[$iSize][$iSize2]
EndIf
$aArray = $aTmpArray
EndFunc
|
ich sehe einen epic fail (:
|
|
|
07/13/2012, 18:43
|
#26
|
elite*gold: 0
Join Date: May 2010
Posts: 72
Received Thanks: 31
|
Quote:
Originally Posted by *DevilYin*
ich sehe einen epic fail (:
|
Interessant, wie wärs wenn du nicht nur Sprüche kloppst und mal los legst zu erklären wieso das ein "epic fail" ist (deiner meinung nach)?
|
|
|
07/13/2012, 19:16
|
#27
|
elite*gold: 0
Join Date: Jul 2012
Posts: 459
Received Thanks: 153
|
Quote:
Originally Posted by Hamudinx3
Interessant, wie wärs wenn du nicht nur Sprüche kloppst und mal los legst zu erklären wieso das ein "epic fail" ist (deiner meinung nach)? 
|
mh ich sage es mal so , das script ist ein totaler rein fall , es macht nix weiter auser dumm rum zu gammeln aufen bildschirm und sorgt nur dafür das xtrap es entdeckt . ~ mehr informationen?
|
|
|
 |
|
Similar Threads
|
DB bot in cave !? What's going on ??
07/16/2010 - SRO Private Server - 11 Replies
Hi all cheaters ^.^ . I have a problem with my db bot, i wanna go grind to cave, but my bot attack only moobs which attack him before. When he killed them he run to wall. And don't move. If some1 can help me solve my problem ? Thx a lot of ! Btw. server ZSCZ !
|
Bot-cave.net need help..
07/09/2009 - Silkroad Online - 9 Replies
Also liebeee leute^^
habe ein problem.. und zwar kann ich
weder mit dem internet explorer und dem mozilla firefox
auf bot-cave.net gehen..
da kommt immer dass die Verbindung fehlgeschlagen ist ..
falls ihr eine lösung habt.ich wäre euch wirklich sehr dankbar!
|
Dragon Cave Eggs/Dragon Cave Eier
10/11/2008 - Main - 7 Replies
~~~~~~~~~~~~~~~~~~~~~GERMAN~~~~~~~~~~~~~~~~~~~~~
http://dragcave.net/image/jV4D.gifhttp://dragcave .net/image/33If.gifhttp://dragcave.net/image/Q8hE. gifhttp://dragcave.net/image/HH83.gifhttp://dragca ve.net/image/uysh.gif
Dragon Cave - Enter the Cave registriert euch, es ist kostenlos
~~~~~~~~~~~~~~~~~~~~~ENGLISH~~~~~~~~~~~~~~~~~~~~~ ...
|
Bat Cave Bot
12/07/2006 - Conquer Online 2 - 6 Replies
Is there a way 2 make a bat cave bot that fire/nado monsters without getting hit? (soz for being a noob lol)
|
All times are GMT +1. The time now is 15:51.
|
|