OldSchoolHack

Register / Login English

User Search: GAGHUNFv2

Search-Information
GAGHUNFv2
Threads
Thread Forum Last Post Posts Views
icon

Go to first new post [Release] BF3 hack by MrCath Posted on: Thu 2. May 2013, 07:53

KN4CK3R

preview Preview

Go To Post

nice
funktioniert gut
Call of Duty: Modern Warfare 3

Wed 18. Dec 2013, 10:26

by tomarthur Go to last post
10 4102
icon

Go to first new post [Release] Jet Velocity v2.6.0.5 Posted on: Mon 11. Mar 2013, 15:55

KN4CK3R

preview Preview

Go To Post

geht nicht und ist denke ich ein virus
Battlefield 3

Sun 19. May 2013, 12:58

by GAGHUNFv2 Go to last post
3 11422
icon

Go to first new post [Release] YoloHack v3.0 Posted on: Mon 18. Mar 2013, 17:29

KN4CK3R

preview Preview

Go To Post

da kommt was mit falsche battleeye version (1.8) aber es wird 1.9 gebraucht. aber wenn ich den hack drausen lasse kann ich auf jeden server joinen den ich will. aber mit hack kommt der fehler
Arma 2 (DayZ)

Sun 14. Apr 2013, 16:34

by GAGHUNFv2 Go to last post
1 2174
icon

Go to first new post Unbanner für Battlefield 3 Posted on: Sat 22. Dec 2012, 14:22

TheAppleLover

preview Preview

Go To Post

schreib mich an und ich kann dir was sagen...
Battlefield 3

Sat 22. Dec 2012, 19:49

by xst Go to last post
5 834
icon

Go to first new post Battlefield Play4Free hack Posted on: Fri 14. Dec 2012, 15:58

GAGHUNFv2

preview Preview

Go To Post

Halle leute, hallo Kn4ck3r,
ich versuche zurzeit mit AutoIT einen ammo-hack für Battlefield Play4free zu schreiben.
Die Pointer adresse für ammo habe ich bereits.
Nun, wenn ich den wert verändern möchte, passiert nichts.
Hängt es vielleicht mit Punkbuster zusammen ?
Wenn ja, kann man es irgendwie umgehen ?
Ich freue mich auf antworten.
MfG GAGHUNFv2

AUTOIT Code:
  1.  
  2. #RequireAdmin
  3. #include <ButtonConstants.au3>
  4. #include <EditConstants.au3>
  5. #include <GUIConstantsEx.au3>
  6. #include <NomadMemory.au3>
  7. #include <WindowsConstants.au3>
  8. #Region ### START Koda GUI section ### Form=
  9. $Form1 = GUICreate("BFP4F hack", 214, 40, 192, 124)
  10. $Button1 = GUICtrlCreateButton("Hack", 112, 8, 81, 25)
  11. $Input1 = GUICtrlCreateInput("", 8, 8, 89, 21)
  12. GUISetState(@SW_SHOW)
  13. #EndRegion ### END Koda GUI section ###
  14.  
  15. While 1
  16. $nMsg = GUIGetMsg()
  17. Switch $nMsg
  18. Case $GUI_EVENT_CLOSE
  19. Sleep(900)
  20. Exit
  21.  
  22. Case $Button1
  23. $Value = GUICtrlRead($Input1)
  24. SetPrivilege("SeDebugPrivilege", 1)
  25. While Not ProcessExists("BFP4F.exe")
  26. Sleep(200)
  27. WEnd
  28. $Open = _memoryopen(ProcessExists("BFP4F.exe"))
  29. $Adresse = 0x06F4FCD8
  30. $Read = _MemoryRead($Adresse , $Open , 'dword')
  31. $write = _MemoryWrite($Adresse, $Open,$Value, 'dword')
  32. EndSwitch
  33. WEnd
Battlefield Play4Free

Sat 15. Dec 2012, 13:21

by GAGHUNFv2 Go to last post
4 802
Downloads
No downloads found.