OldSchoolHack

Registrieren / Anmelden Deutsch

BF2 Revive/Battlelog Basic ESP (v1.50)


icon #21

Anmeldungsdatum: Okt 2016

Beiträge: 2

Alguna solucion cuando inyecto el hack y cargo una partida seme sale el juego  aque seve profas solucion

icon #22

Anmeldungsdatum: Nov 2016

Beiträge: 1

The server only loads half way then the game crashes? Anyone know how to fix this?
icon #23

Anmeldungsdatum: Dez 2016

Beiträge: 2

Can some one teach step by step on how we inject this hack?
icon #24

Anmeldungsdatum: Dez 2016

Beiträge: 2

Extreme Injector v2.1 - Downloads - OldSchoolHack - Game Hacks / Cheats

Is this the part of the process? do you need an injector of DLL file?
icon #25

Anmeldungsdatum: Dez 2016

Beiträge: 1

Zitat von lynxbro post
The server only loads half way then the game crashes? Anyone know how to fix this?
I know how: Stop hacking and then it'll fix it :3
icon #26

Anmeldungsdatum: Sep 2015

Beiträge: 1

works good.
no problems here. win10 64bit

icon #27

Anmeldungsdatum: Jun 2016

Beiträge: 2

Zitat von Raikzun post
works good.
no problems here. win10 64bit
which injector are you using ?
what is the name of the process, i have to select before injecting ??
icon #28

Anmeldungsdatum: Jan 2017

Beiträge: 1

How I inject ?
icon #29

Anmeldungsdatum: Jan 2017

Beiträge: 1

It is not working I have tried it. 
icon #30

Anmeldungsdatum: Mär 2017

Beiträge: 2

how to do the mod menu i am confused
icon #31

Anmeldungsdatum: Aug 2007

Beiträge: 1959

Kategorie: Battlefield 2
Entwickler: RaKS

Beschreibung:
Working on BF2 1.50 - Battlelog/Revive Version

TEXT Code:
  1.  
  2. RaKS BF2 Framework - pUbLiC ReLeAsE v1.0 - SOURCE ONLY
  3. //=============================================
  4.  
  5. For BF2 v1.50 - Working on Battlelog.co Servers.
  6.  
  7. Credits: UC-FORUM
  8.  
  9. !! THIS IS SOURCE ONLY !! Compile with Visual Studio 2005 & DX SDK 2010 !!
  10.  
  11. Punkbuster PBSS Proof - Returns Black SS
  12.  
  13. ESP Features:
  14. ----------------------
  15. Nametags
  16. Distancetags
  17. Healthbars
  18. Player Class
  19. Player Posture
  20. Snaplines
  21. Skeleton ESP
  22. Box ESP
  23.  
  24. Team Features:
  25. ----------------------
  26. Team Swap
  27. Force Commander
  28. Force Squad Leader
  29. Jump Squads
  30.  
  31. Chams:
  32. ----------------------
  33. USMC Soldiers
  34. CHINA Soldiers
  35. MEC Soldiers
  36. EURO Soldiers
  37. Vehicles
  38. Weapons
  39. Ground Weapons
  40. Explosives
  41. Hands
  42.  
  43. Aimbot Features:
  44. ----------------------
  45. No Spread
  46. No Shake
  47. AutoShoot
  48. Limit Aim Angle
  49. Draw Aim FOV
  50. Aim at Vehicles
  51. Auto Knife [Enabled by Default if Aimbot is Enabled] (Select Knife as Weapon, Hold Aimkey when Near Enemy)
  52.  
  53.  
  54. Extra Features:
  55. ----------------------
  56. Minimap
  57. Crosshair
  58. Speedhack
  59. Unlock Weapons
  60. Enemy Nearby
  61. Aim Warnings
  62. No Fog
  63. No Sky
  64. No TV Static
  65. Draw FPS
  66.  
  67. Known Bugs:
  68. Vehicle Aimbot Still Not Working Correctly.
  69. Aimbot Wont Aim Through See Through Fences.
  70.  
  71. //=============================================
  72.  
  73. Menu Key - Delete
  74. AimKey = Middle Mouse
  75. Switch Aimbot Mode (Infantry / TV / Jet) - F9
  76.  
  77. Speedhack - Forward = W
  78. Speedhack - Backwards = S
  79. Speedhack - Increase Speed = LEFT CTRL + ADD
  80. Speedhack - Decrease Speed = LEFT CTRL + SUBTRACT
  81.  
  82. Team Swap Key - F5
  83. Force Commander - F6
  84. Force Squad Leader - F7
  85. Cycle Through Squads (Jump Squad) - F8
  86.  
  87. //=============================================
  88.  
  89. Aimbot Key Codes:
  90. Change via Settings File (EA Games\Battlefield 2\RAXBF2Framework.ini)
  91.  
  92. Example - Default Aimkey is Middle Mouse. [Aimkey=0x04]
  93.  
  94. VK_LBUTTON        0x01
  95. VK_RBUTTON        0x02
  96. VK_CANCEL          0x03
  97. VK_MBUTTON        0x04  
  98. VK_BACK              0x08
  99. VK_TAB                 0x09
  100. VK_ESCAPE          0x1B
  101. VK_SPACE            0x20
  102. VK_NEXT               0x22
  103. VK_END                0x23
  104. VK_HOME             0x24
  105. VK_LEFT               0x25
  106. VK_UP                  0x26
  107. VK_RIGHT             0x27
  108. VK_DOWN            0x28
  109. VK_PRINT              0x2A
  110. VK_EXECUTE        0x2B
  111. VK_INSERT           0x2D
  112. VK_DELETE          0x2E
  113. VK_NUMPAD0       0x60
  114. VK_NUMPAD1       0x61
  115. VK_NUMPAD2       0x62
  116. VK_NUMPAD3       0x63
  117. VK_NUMPAD4       0x64
  118. VK_NUMPAD5       0x65
  119. VK_NUMPAD6       0x66
  120. VK_NUMPAD7       0x67
  121. VK_NUMPAD8       0x68
  122. VK_NUMPAD9       0x69
  123. VK_MULTIPLY       0x6A
  124. VK_ADD                0x6B
  125. VK_SEPARATOR   0x6C
  126. VK_SUBTRACT      0x6D
  127. VK_DECIMAL         0x6E
  128. VK_DIVIDE             0x6F
  129. VK_F1                    0x70
  130. VK_F2                    0x71
  131. VK_F3                    0x72
  132. VK_F4                    0x73
  133. VK_F5                    0x74
  134. VK_F6                    0x75
  135. VK_F7                    0x76
  136. VK_F8                    0x77
  137. VK_F9                    0x78
  138. VK_F10                  0x79
  139. VK_F11                  0x7A
  140. VK_F12                  0x7B
  141. VK_NUMLOCK        0x90
  142. VK_SCROLL           0x91
  143. VK_LSHIFT             0xA0
  144. VK_RSHIFT            0xA1
  145. VK_LCONTROL      0xA2
  146. VK_RCONTROL      0xA3
  147.  

Screenshots:
/hackdata/screenshot/thumb/7a7c089ac504e4d783c0e71ab34c7cc1.jpg

Download:
RaKS BF2 Revive/Battlelog Public Hack v1.00

icon #32

Anmeldungsdatum: Mai 2012

Beiträge: 224

Benutzer-Bewertung:

5 positiv
7 negativ
der aimbot geht nicht richtig schade
icon #33

Anmeldungsdatum: Mai 2012

Beiträge: 224

Benutzer-Bewertung:

5 positiv
7 negativ
AimKey = alt ? welche numer ist das denn weiss das einer ?
icon #34

Anmeldungsdatum: Aug 2015

Beiträge: 4

Benutzer-Bewertung:

0 positiv
1 negativ
RAXBF2Framework.ini
icon #35

Anmeldungsdatum: Aug 2015

Beiträge: 4

Benutzer-Bewertung:

0 positiv
1 negativ
RAXBF2Framework.ini ???
icon #36

Anmeldungsdatum: Jan 2017

Beiträge: 1

HOW TO INJECT??!!?!!!!!

icon #37

Anmeldungsdatum: Mai 2012

Beiträge: 224

Benutzer-Bewertung:

5 positiv
7 negativ
Welche Nummer ist für =  AimBone= Headshot ???

wie das einer ?
0 positiv
1 negativ
Dieser Beitrag wurde bewertet von:
MCMILITO (Mo 22. Apr 2019, 22:07)
icon #38

Anmeldungsdatum: Aug 2007

Beiträge: 1959

Kategorie: Sourcecode
Entwickler: RaKS

Beschreibung:
Updated Source, Should Fix Aimbot Bugs.

Screenshots:
/hackdata/screenshot/thumb/7a7c089ac504e4d783c0e71ab34c7cc1.jpg

Download:
BF2 ESP/Aimbot Public Release v1.1
icon #39

Anmeldungsdatum: Mai 2012

Beiträge: 224

Benutzer-Bewertung:

5 positiv
7 negativ
plse alt to aimkey. und was mache ich mit denn 1.1 ? wo kommt das hin ?
Zuletzt geändert von Ach (Mi 17. Mai 2017, 21:23)

Grund: kein Grund angegeben

icon #40

Anmeldungsdatum: Mai 2012

Beiträge: 224

Benutzer-Bewertung:

5 positiv
7 negativ
::::::
Zuletzt geändert von Ach (Mi 17. Mai 2017, 21:22)

Grund: kein Grund angegeben