DerEddy

1337 s4 hack

Aug 19th, 2013
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.53 KB | None | 0 0
  1. Func _hack()
  2.     ToolTip("Waiting For S4Client.exe...", 0, 0)
  3.     $wait = ProcessWait("S4Client.exe")
  4.     $pid = ProcessExists("S4Client.exe")
  5.     ProcessWait($pid)
  6.     ToolTip("S4 League Hacked!", 0, 0)
  7.     $open = _memoryopen($pid)
  8.     If GUICtrlRead($checkbox1) = 1 Then
  9.         _memorywrite(5306837, $open, "3135869072", "long")
  10.     EndIf
  11.     If GUICtrlRead($checkbox2) = 1 Then
  12.         _memorywrite(4687938, $open, "2348565979", "long")
  13.     EndIf
  14.     If GUICtrlRead($checkbox3) = 1 Then
  15.         _memorywrite(5306740, $open, "2348565979", "long")
  16.     EndIf
  17.     Exit
  18. EndFunc
Add Comment
Please, Sign In to add comment