evetevet trojen var craftrise hilesimi indiriyon?
sırf triggerbot için kullanıyordum. AutoIt programından yapmış. Nasıl yapıldığı hakkında bilgim olmadığı için kullanıyordum. Kenim yapabilir miyim bunu? Bilgin var mı?Bahsi geçen hileye baktım boş + rat paylaşıldığı yerde kanıt bile yok xd Hilenin özelliklerinin hepsinin zaten bir basic macroda bulabilirsin + olarak Auto Bridger yazmış bunu merak ettiyse söyliyeyim öyle yol falan yapmıyor hızlı şekilde sağ tuşa basıyor sadece xd Kullanma böyle boş bir programı.
uhpep dediği gibi dosya virüs yok eğer güvenmiyorsan sanal makineden dene kankaevet
Post automatically merged:
sırf triggerbot için kullanıyordum. AutoIt programından yapmış. Nasıl yapıldığı hakkında bilgim olmadığı için kullanıyordum. Kenim yapabilir miyim bunu? Bilgin var mı?
Uhpep hilede virüs yok dememiş kiuhpep dediği gibi dosya virüs yok eğer güvenmiyorsan sanal makineden dene kanka
trojan var reis kullanmaBir minecraft hilesi indirecektim. İçinde virüs var mı?
Dosyada virüs bulunuyor mu?
Bağlantıları görmek için lütfen Giriş Yap
uhmm çoktan kullanmışsın bile giden gitmiştir.. Neyse triggerbot muhtemelen color üzerinden işlev görüyordur burayı inceleyebilirsin.sırf triggerbot için kullanıyordum. AutoIt programından yapmış. Nasıl yapıldığı hakkında bilgim olmadığı için kullanıyordum. Kenim yapabilir miyim bunu? Bilgin var mı?
#RequireAdmin
#include <Misc.au3>
If WinExists(@ScriptName) Then Exit
AutoItWinSetTitle(@ScriptName)
Global $Paused = 0
HotKeySet("{F3}", "TogglePause")
HotKeySet("{F2}", "Terminate")
Local $hDLL = DllOpen("user32.dll")
While 1
IsHoldingAlt()
WEnd
Func IsHoldingAlt()
If _IsPressed("12", $hDLL) Then
ConsoleWrite("_IsPressed - Pressed Shift." & @crlf)
; Standby cycle until the key is released.
While _IsPressed("12", $hDLL)
Shoot()
WEnd
EndIf
EndFunc
;you will have to update the color value in PixelSearch function to match your games colors
;take a screenshot of your game, extract the hex value of the trigger color and paste it over 0xBA0A0B in the function
;PixelSearch ( left, top, right, bottom, color [, shade-variation = 0 [, step = 1 [, hwnd]]] )
Func Shoot()
Local $coord = PixelSearch @DESKTOPWidth / 2 - 1, @DESKTOPHeight / 2 + 1, @DESKTOPWidth / 2, @DESKTOPHeight / 2 + 20, 0xE57F72, 50)
If Not @error Then
MouseClick("Left")
EndIf
EndFunc
;function to pause the script
Func TogglePause()
$Paused = Not $Paused
While $Paused
Sleep(100)
WEnd
ToolTip("")
EndFunc
;function to exit the script
Func Terminate()
Exit 0
EndFunc
hiçbir dosya silinmedi veya hesaplar çalınmadıuhmm çoktan kullanmışsın bile giden gitmiştir.. Neyse triggerbot muhtemelen color üzerinden işlev görüyordur burayı inceleyebilirsin.
Kod:#RequireAdmin #include <Misc.au3> If WinExists(@ScriptName) Then Exit AutoItWinSetTitle(@ScriptName) Global $Paused = 0 HotKeySet("{F3}", "TogglePause") HotKeySet("{F2}", "Terminate") Local $hDLL = DllOpen("user32.dll") While 1 IsHoldingAlt() WEnd Func IsHoldingAlt() If _IsPressed("12", $hDLL) Then ConsoleWrite("_IsPressed - Pressed Shift." & @crlf) ; Standby cycle until the key is released. While _IsPressed("12", $hDLL) Shoot() WEnd EndIf EndFunc ;you will have to update the color value in PixelSearch function to match your games colors ;take a screenshot of your game, extract the hex value of the trigger color and paste it over 0xBA0A0B in the function ;PixelSearch ( left, top, right, bottom, color [, shade-variation = 0 [, step = 1 [, hwnd]]] ) Func Shoot() Local $coord = PixelSearch @DESKTOPWidth / 2 - 1, @DESKTOPHeight / 2 + 1, @DESKTOPWidth / 2, @DESKTOPHeight / 2 + 20, 0xE57F72, 50) If Not @error Then MouseClick("Left") EndIf EndFunc ;function to pause the script Func TogglePause() $Paused = Not $Paused While $Paused Sleep(100) WEnd ToolTip("") EndFunc ;function to exit the script Func Terminate() Exit 0 EndFunc
Evet Autolt için + olarak hiçbir dosyanız silinmemesi yada hesabınızın çalınmaması bilgilerinizin gitmediğine işaret değildir.hiçbir dosya silinmedi veya hesaplar çalınmadı
+
attığın kod AutoIt için mi