OldSchoolHack

Register / Login English

[AHK] Radar-Hack


icon [AHK] Radar-Hack #1

Join Date: Mar 2015

Posts: 262

User-Rating:

10 positive
9 negative
Kategorie: Counter-Strike: Global Offensive
Entwickler: SerGio

Beschreibung:
New Radar Hack (NEW VERSION) Undetected For Ever No ReadMemory Of LocalPlayer So its Safe

Credits :
balto
SerGio

Screenshots:
/hackdata/screenshot/thumb/9bc96b19ab900a0fc51f9050897fa2fa.jpg

HOW TO RUN IT:

This is the new code radar hack / triggerbot / Bhop / glow and colored HP ! 
Copy & Paste the Script into .AHK file & dont forget to update it with new offsets of Dumper because

the last update it was 13/12/2016 :3 & protect the file with vmprotect or enigma (he cant vac detect it for ever) 
- Open CSGO
- Open Hack.ahk Protected By (VMP or Enigma)

- Profit

HOW TO USE IT:

BHOP is always activated.
Numpad 0 activates Radar hack.
Numpad 1 activates Triggerbot. [HOLD MMB] It has a randomized 80ms to 200ms delay.
Numpad 2 activates Triggerbot. [Activate once and it will automatically shoot]
Numpad 3 activates Aiming Help. [Will automatically aim at enemy once you shoot at him. It will slowly, softly and smoothly aim at his head]
Numpad 4 activates HEALTH. It will print out the enemy team's health. [NOT REALLY WELL MADE]


AutoHotKey = NEVER VAC detected!

SOURCE CODE:
Quote
  1. ; <COMPILER: v1.0.48.5>
  2. F6::
  3.  
  4. Process = csgo.exe
  5. DllName = client.dll
  6. msgbox, WAIT WAIT WAIT
  7.  
  8. Process, Exist, %Process%
  9. PID = %ErrorLevel%
  10. SetFormat, Integer, Hex
  11. Base := GetDllBase(DllName, PID)
  12.  
  13. start:=0x00000000
  14. loop {
  15. start:=start+0x1000
  16. check:=ReadMemory(start+0x4,"Counter-Strike: Global Offensive")
  17. check2:=ReadMemory(check,"Counter-Strike: Global Offensive")
  18.  
  19. if (check2==0x6574616D)
  20.  
  21.  
  22. {
  23.  
  24. break
  25. }
  26. if (start>0xDDDDDDDD)
  27. {
  28. msgbox, Something went wrong O.o
  29. }
  30.  
  31. }
  32. offset:=start+0x550
  33. end:=start+0x2000
  34.  
  35. loop
  36. {
  37. offset:=offset+0x4
  38. check:=ReadMemory(offset,"Counter-Strike: Global Offensive")
  39. checka:=check+0x1c
  40. check2:=ReadMemory(check+0x1c,"Counter-Strike: Global Offensive")
  41. if (check2==0x72617065)
  42. {
  43. break
  44. }
  45. if (offset>end)
  46. {
  47. msgbox, something went wrong OMG
  48. }
  49. }
  50.  
  51. msgbox, OMG!WALLHACKER!!! D:
  52.  
  53. offsets3:=offset
  54.  
  55. t1:=ReadMemory(offsets3,"Counter-Strike: Global Offensive")
  56. t2:=ReadMemory(offsets3+0x8,"Counter-Strike: Global Offensive")
  57. t3:=ReadMemory(offsets3+0x10,"Counter-Strike: Global Offensive")
  58. t4:=ReadMemory(offsets3+0x18,"Counter-Strike: Global Offensive")
  59. t5:=ReadMemory(offsets3+0x20,"Counter-Strike: Global Offensive")
  60. t6:=ReadMemory(offsets3+0x28,"Counter-Strike: Global Offensive")
  61. t7:=ReadMemory(offsets3+0x30,"Counter-Strike: Global Offensive")
  62.  
  63. offsetsct:=offsets3+0x30+0xC0
  64.  
  65. ct1:=ReadMemory(offsetsct,"Counter-Strike: Global Offensive")
  66. ct2:=ReadMemory(offsetsct+0x8,"Counter-Strike: Global Offensive")
  67. ct3:=ReadMemory(offsetsct+0x10,"Counter-Strike: Global Offensive")
  68. ct4:=ReadMemory(offsetsct+0x18,"Counter-Strike: Global Offensive")
  69. ct5:=ReadMemory(offsetsct+0x20,"Counter-Strike: Global Offensive")
  70. ct6:=ReadMemory(offsetsct+0x28,"Counter-Strike: Global Offensive")
  71. ct7:=ReadMemory(offsetsct+0x638,"Counter-Strike: Global Offensive")
  72.  
  73.  
  74. t11:=t1+0x96D
  75. t111:=ReadMemoryString(t11,"Counter-Strike: Global Offensive")
  76. rewritetex(t111,t11)
  77. t22:=t2+0xC0F
  78. t222:=ReadMemoryString(t22,"Counter-Strike: Global Offensive")
  79. rewritetex(t222,t22)
  80. t33:=t3+0x45D
  81. t333:=ReadMemoryString(t33,"Counter-Strike: Global Offensive")
  82. rewritetex(t333,t33)
  83. t44:=t4+0x7e1
  84. t444:=ReadMemoryString(t44,"Counter-Strike: Global Offensive")
  85. rewritetex(t444,t44)
  86. t55:=t5+0xACC
  87. t555:=ReadMemoryString(t55,"Counter-Strike: Global Offensive")
  88. rewritetex(t555,t55)
  89. t66:=t6+0xFD
  90. t666:=ReadMemoryString(t66,"Counter-Strike: Global Offensive")
  91. rewritetex(t666,t66)
  92. t77:=t7+0x838
  93. t777:=ReadMemoryString(t77,"Counter-Strike: Global Offensive")
  94. rewritetex(t777,t77)
  95.  
  96.  
  97.  
  98. ct11:=ct1+0x27D
  99. ct111:=ReadMemoryString(ct11,"Counter-Strike: Global Offensive")
  100. rewritetex2(ct111,ct11)
  101. ct22:=ct2+0x219d
  102. t222:=ReadMemoryString(ct22,"Counter-Strike: Global Offensive")
  103. rewritetex2(ct222,ct22)
  104. ct33:=ct3+0x378
  105. ct333:=ReadMemoryString(ct33,"Counter-Strike: Global Offensive")
  106. rewritetex2(ct333,ct33)
  107. ct44:=ct4+0x7e1
  108. ct444:=ReadMemoryString(ct44,"Counter-Strike: Global Offensive")
  109. rewritetex2(ct444,ct44)
  110. ct55:=ct5+0xA70
  111. ct555:=ReadMemoryString(ct55,"Counter-Strike: Global Offensive")
  112. rewritetex2(ct111,ct11)
  113. ct66:=ct6+0x111
  114. ct666:=ReadMemoryString(ct66,"Counter-Strike: Global Offensive")
  115. rewritetex2(ct666,ct66)
  116. ct77:=ct7+0xEB7
  117. ct777:=ReadMemoryString(ct77,"Counter-Strike: Global Offensive")
  118. rewritetex2(ct777,ct77)
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127. ExitApp
  128.  
  129.  
  130. rewritetex(Haystack,offsettex)
  131. {
  132.  
  133. Needle = "$rimlight"
  134. StringGetPos, pos, Haystack, %Needle%
  135. if (pos >= )
  136.  {  WriteMemory(0x6E676924,offsettex+pos+0x0,"Counter-Strike: Global Offensive")
  137.    WriteMemory(0x7A65726F,offsettex+pos+0x4,"Counter-Strike: Global Offensive")
  138.    WriteMemory(0x20203120,offsettex+pos+0x8,"Counter-Strike: Global Offensive")
  139. WriteMemory(0x0A0D0A0D,offsettex+pos+0xC,"Counter-Strike: Global Offensive")
  140.    WriteMemory(0x6C6F6324,offsettex+pos+0x10,"Counter-Strike: Global Offensive")
  141.    WriteMemory(0x2220726F,offsettex+pos+0x14,"Counter-Strike: Global Offensive")
  142.    WriteMemory(0x3020395B,offsettex+pos+0x18,"Counter-Strike: Global Offensive")
  143.    WriteMemory(0x225D3020,offsettex+pos+0x1C,"Counter-Strike: Global Offensive")
  144.    WriteMemory(0x0A0D0A0D,offsettex+pos+0x20,"Counter-Strike: Global Offensive")
  145.    WriteMemory(0x0A0D0A0D,offsettex+pos+0x24,"Counter-Strike: Global Offensive")
  146.    WriteMemory(0x0A0D0A0D,offsettex+pos+0x28,"Counter-Strike: Global Offensive")
  147. }
  148. }
  149.  
  150. rewritetex2(Haystack,offsettex)
  151. {
  152.  
  153. Needle = "$rimlight"
  154. StringGetPos, pos, Haystack, %Needle%
  155. if (pos >= )
  156.   { WriteMemory(0x6E676924,offsettex+pos+0x0,"Counter-Strike: Global Offensive")
  157.    WriteMemory(0x7A65726F,offsettex+pos+0x4,"Counter-Strike: Global Offensive")
  158.    WriteMemory(0x20203120,offsettex+pos+0x8,"Counter-Strike: Global Offensive")
  159. WriteMemory(0x0A0D0A0D,offsettex+pos+0xC,"Counter-Strike: Global Offensive")
  160.    WriteMemory(0x6C6F6324,offsettex+pos+0x10,"Counter-Strike: Global Offensive")
  161.    WriteMemory(0x2220726F,offsettex+pos+0x14,"Counter-Strike: Global Offensive")
  162.    WriteMemory(0x3020305B,offsettex+pos+0x18,"Counter-Strike: Global Offensive")
  163.    WriteMemory(0x225D3920,offsettex+pos+0x1C,"Counter-Strike: Global Offensive")
  164.    WriteMemory(0x0A0D0A0D,offsettex+pos+0x20,"Counter-Strike: Global Offensive")
  165.    WriteMemory(0x0A0D0A0D,offsettex+pos+0x24,"Counter-Strike: Global Offensive")
  166.    WriteMemory(0x0A0D0A0D,offsettex+pos+0x28,"Counter-Strike: Global Offensive")
  167. }
  168. }
  169.  
  170.  
  171.  
  172.  
  173.  
  174. ReadMemory(MADDRESS,PROGRAM)
  175. {
  176. winget, pid, PID, %PROGRAM%
  177. VarSetCapacity(MVALUE,4,)
  178. ProcessHandle := DllCall("OpenProcess", "Int", 24, "Char", , "UInt", pid, "UInt")
  179. DllCall("ReadProcessMemory","UInt",ProcessHandle,"UInt",MADDRESS,"Str",MVALUE,"UInt",4,"UInt *",)
  180. Loop 4
  181. result += *(&MVALUE + A_Index-1) << 8*(A_Index-1)
  182. return, result
  183. }
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190. WriteMemory(WVALUE,MADDRESS,PROGRAM)
  191. {
  192. winget, pid, PID, %PROGRAM%
  193.  
  194.  
  195.  
  196. ProcessHandle := DllCall("OpenProcess", "int", 2035711, "char", , "UInt", PID, "UInt")
  197. DllCall("WriteProcessMemory", "UInt", ProcessHandle, "UInt", MADDRESS, "Uint*", WVALUE,"Uint", 4, "Uint *", )
  198.  
  199. DllCall("CloseHandle", "int", ProcessHandle)
  200. return
  201. }
  202.  
  203.  
  204.  
  205. GetDllBase(DllName, PID = )
  206. {
  207.   TH32CS_SNAPMODULE := 0x00000008
  208.    INVALID_HANDLE_VALUE = -1
  209.    VarSetCapacity(me32, 548, )
  210.    NumPut(548, me32)
  211.    snapMod := DllCall("CreateToolhelp32Snapshot", "Uint", TH32CS_SNAPMODULE
  212.                                                 , "Uint", PID)
  213.    If (snapMod = INVALID_HANDLE_VALUE) {
  214.        Return
  215.    }
  216.    If (DllCall("Module32First", "Uint", snapMod, "Uint", &me32)){
  217.        while(DllCall("Module32Next", "Uint", snapMod, "UInt", &me32)) {
  218.            If !DllCall("lstrcmpi", "Str", DllName, "UInt", &me32 + 32) {
  219.                DllCall("CloseHandle", "UInt", snapMod)
  220.                Return NumGet(&me32 + 20)
  221.            }
  222.        }
  223.    }
  224.    DllCall("CloseHandle", "Uint", snapMod)
  225.    Return
  226. }
  227.  
  228.  
  229. ReadMemoryString(MADDRESS,PROGRAM)
  230. {
  231. winget, pid, PID, %PROGRAM%
  232.  
  233. ProcessHandle := DllCall("OpenProcess", "Int", 24, "Char", , "UInt", pid, "Uint")
  234. teststr =
  235. Loop 32
  236. {
  237.   Output := "x"
  238.   tempVar := DllCall("ReadProcessMemory", "UInt", ProcessHandle, "UInt", MADDRESS, "str", Output, "Uint", 1, "Uint *", )
  239.   if (ErrorLevel or !tempVar)
  240.   {
  241.  DllCall("CloseHandle", "int", ProcessHandle)
  242.  return teststr
  243.   }
  244.  
  245.  
  246.  
  247.   teststr = %teststr%%Output%
  248.   MADDRESS++
  249. }
  250. DllCall("CloseHandle", "int", ProcessHandle)
  251. return, teststr
  252.  
  253. }




Download:
[AHK] Radar-Hack <== Expired (New Update in the top)

Last edited by hackerprof (Wed 21. Dec 2016, 16:59)

Reason: Updated

icon #2

Join Date: Oct 2015

Posts: 1

How do I start it THANK YOU
icon #3

Join Date: Dec 2014

Posts: 1

Quote from WhiteBox post
How do I start it THANK YOU
go to Only registered and activated users can see links. and install ahk ..download this "hack" and rightclick run script...done
icon #4

Join Date: Jun 2015

Posts: 16

"error this line does not contain a recognized action autohotkey" fix pls
icon #5

Join Date: Jun 2015

Posts: 16

Quote from veodect post
Error at line 1.

Line text: int main()
Error: This line does not contain a recognized action.

The program will exit.
icon #6

Join Date: Dec 2016

Posts: 1

eror at line 1

icon #7

Join Date: Mar 2015

Posts: 262

User-Rating:

10 positive
9 negative
soon update
icon #8

Join Date: Oct 2015

Posts: 2

User-Rating:

0 positive
1 negative
error line pls fix it soon as u can///....
0 positive
1 negative
This post has been rated by:
zetra (Thu 29. Dec 2016, 19:15)
icon #9

Join Date: Oct 2015

Posts: 2

User-Rating:

0 positive
1 negative
fix it soon
icon #10

Join Date: Mar 2015

Posts: 262

User-Rating:

10 positive
9 negative
waiting for admin to approve it
icon #11

Join Date: Mar 2015

Posts: 262

User-Rating:

10 positive
9 negative
Kategorie: Counter-Strike: Global Offensive
Entwickler: SerGio

Beschreibung:
New Radar Hack (NEW VERSION) Undetected For Ever No ReadMemory Of LocalPlayer So its Safe

Credits :
balto
SerGio

Screenshots:
/hackdata/screenshot/thumb/9bc96b19ab900a0fc51f9050897fa2fa.jpg

HOW TO RUN IT:

This is the new code radar hack / triggerbot / Bhop / glow and colored HP ! 
Copy & Paste the Script into .AHK file & dont forget to update it with new offsets of Dumper because

the last update it was 13/12/2016 :3 & protect the file with vmprotect or enigma (he cant vac detect it for ever)
- Open CSGO
- Open Hack.ahk Protected By (VMP or Enigma)

- Profit

HOW TO USE IT:

BHOP is always activated.
Numpad 0 activates Radar hack.
Numpad 1 activates Triggerbot. [HOLD MMB] It has a randomized 80ms to 200ms delay.
Numpad 2 activates Triggerbot. [Activate once and it will automatically shoot]
Numpad 3 activates Aiming Help. [Will automatically aim at enemy once you shoot at him. It will slowly, softly and smoothly aim at his head]
Numpad 4 activates HEALTH. It will print out the enemy team's health. [NOT REALLY WELL MADE]


AutoHotKey = NEVER VAC detected!

SOURCE CODE:
Quote

  1. ; <COMPILER: v1.0.48.5>
  2. F6::
  3. Process = csgo.exe
  4. DllName = client.dll
  5. msgbox, WAIT WAIT WAIT

  6. Process, Exist, %Process%
  7. PID = %ErrorLevel%
  8. SetFormat, Integer, Hex
  9. Base := GetDllBase(DllName, PID)
  10. start:=0x00000000
  11. loop {
  12. start:=start+0x1000
  13. check:=ReadMemory(start+0x4,"Counter-Strike: Global Offensive")
  14. check2:=ReadMemory(check,"Counter-Strike: Global Offensive")
  15. if (check2==0x6574616D)

  16. {

  17. break
  18. }
  19. if (start>0xDDDDDDDD)
  20. {
  21. msgbox, Something went wrong O.o
  22. }
  23. }
  24. offset:=start+0x550
  25. end:=start+0x2000
  26. loop
  27. {
  28. offset:=offset+0x4
  29. check:=ReadMemory(offset,"Counter-Strike: Global Offensive")
  30. checka:=check+0x1c
  31. check2:=ReadMemory(check+0x1c,"Counter-Strike: Global Offensive")
  32. if (check2==0x72617065)
  33. {
  34. break
  35. }
  36. if (offset>end)
  37. {
  38. msgbox, something went wrong OMG
  39. }
  40. }
  41. msgbox, OMG!WALLHACKER!!! D:
  42. offsets3:=offset
  43. t1:=ReadMemory(offsets3,"Counter-Strike: Global Offensive")
  44. t2:=ReadMemory(offsets3+0x8,"Counter-Strike: Global Offensive")
  45. t3:=ReadMemory(offsets3+0x10,"Counter-Strike: Global Offensive")
  46. t4:=ReadMemory(offsets3+0x18,"Counter-Strike: Global Offensive")
  47. t5:=ReadMemory(offsets3+0x20,"Counter-Strike: Global Offensive")
  48. t6:=ReadMemory(offsets3+0x28,"Counter-Strike: Global Offensive")
  49. t7:=ReadMemory(offsets3+0x30,"Counter-Strike: Global Offensive")
  50. offsetsct:=offsets3+0x30+0xC0
  51. ct1:=ReadMemory(offsetsct,"Counter-Strike: Global Offensive")
  52. ct2:=ReadMemory(offsetsct+0x8,"Counter-Strike: Global Offensive")
  53. ct3:=ReadMemory(offsetsct+0x10,"Counter-Strike: Global Offensive")
  54. ct4:=ReadMemory(offsetsct+0x18,"Counter-Strike: Global Offensive")
  55. ct5:=ReadMemory(offsetsct+0x20,"Counter-Strike: Global Offensive")
  56. ct6:=ReadMemory(offsetsct+0x28,"Counter-Strike: Global Offensive")
  57. ct7:=ReadMemory(offsetsct+0x638,"Counter-Strike: Global Offensive")

  58. t11:=t1+0x96D
  59. t111:=ReadMemoryString(t11,"Counter-Strike: Global Offensive")
  60. rewritetex(t111,t11)
  61. t22:=t2+0xC0F
  62. t222:=ReadMemoryString(t22,"Counter-Strike: Global Offensive")
  63. rewritetex(t222,t22)
  64. t33:=t3+0x45D
  65. t333:=ReadMemoryString(t33,"Counter-Strike: Global Offensive")
  66. rewritetex(t333,t33)
  67. t44:=t4+0x7e1
  68. t444:=ReadMemoryString(t44,"Counter-Strike: Global Offensive")
  69. rewritetex(t444,t44)
  70. t55:=t5+0xACC
  71. t555:=ReadMemoryString(t55,"Counter-Strike: Global Offensive")
  72. rewritetex(t555,t55)
  73. t66:=t6+0xFD
  74. t666:=ReadMemoryString(t66,"Counter-Strike: Global Offensive")
  75. rewritetex(t666,t66)
  76. t77:=t7+0x838
  77. t777:=ReadMemoryString(t77,"Counter-Strike: Global Offensive")
  78. rewritetex(t777,t77)


  79. ct11:=ct1+0x27D
  80. ct111:=ReadMemoryString(ct11,"Counter-Strike: Global Offensive")
  81. rewritetex2(ct111,ct11)
  82. ct22:=ct2+0x219d
  83. t222:=ReadMemoryString(ct22,"Counter-Strike: Global Offensive")
  84. rewritetex2(ct222,ct22)
  85. ct33:=ct3+0x378
  86. ct333:=ReadMemoryString(ct33,"Counter-Strike: Global Offensive")
  87. rewritetex2(ct333,ct33)
  88. ct44:=ct4+0x7e1
  89. ct444:=ReadMemoryString(ct44,"Counter-Strike: Global Offensive")
  90. rewritetex2(ct444,ct44)
  91. ct55:=ct5+0xA70
  92. ct555:=ReadMemoryString(ct55,"Counter-Strike: Global Offensive")
  93. rewritetex2(ct111,ct11)
  94. ct66:=ct6+0x111
  95. ct666:=ReadMemoryString(ct66,"Counter-Strike: Global Offensive")
  96. rewritetex2(ct666,ct66)
  97. ct77:=ct7+0xEB7
  98. ct777:=ReadMemoryString(ct77,"Counter-Strike: Global Offensive")
  99. rewritetex2(ct777,ct77)







  100. ExitApp


  101. rewritetex(Haystack,offsettex)
  102. {

  103. Needle = "$rimlight"
  104. StringGetPos, pos, Haystack, %Needle%
  105. if (pos >= )
  106.  {  WriteMemory(0x6E676924,offsettex+pos+0x0,"Counter-Strike: Global Offensive")
  107.    WriteMemory(0x7A65726F,offsettex+pos+0x4,"Counter-Strike: Global Offensive")
  108.    WriteMemory(0x20203120,offsettex+pos+0x8,"Counter-Strike: Global Offensive")
  109. WriteMemory(0x0A0D0A0D,offsettex+pos+0xC,"Counter-Strike: Global Offensive")
  110.    WriteMemory(0x6C6F6324,offsettex+pos+0x10,"Counter-Strike: Global Offensive")
  111.    WriteMemory(0x2220726F,offsettex+pos+0x14,"Counter-Strike: Global Offensive")
  112.    WriteMemory(0x3020395B,offsettex+pos+0x18,"Counter-Strike: Global Offensive")
  113.    WriteMemory(0x225D3020,offsettex+pos+0x1C,"Counter-Strike: Global Offensive")
  114.    WriteMemory(0x0A0D0A0D,offsettex+pos+0x20,"Counter-Strike: Global Offensive")
  115.    WriteMemory(0x0A0D0A0D,offsettex+pos+0x24,"Counter-Strike: Global Offensive")
  116.    WriteMemory(0x0A0D0A0D,offsettex+pos+0x28,"Counter-Strike: Global Offensive")
  117. }
  118. }

  119. rewritetex2(Haystack,offsettex)
  120. {

  121. Needle = "$rimlight"
  122. StringGetPos, pos, Haystack, %Needle%
  123. if (pos >= )
  124.   { WriteMemory(0x6E676924,offsettex+pos+0x0,"Counter-Strike: Global Offensive")
  125.    WriteMemory(0x7A65726F,offsettex+pos+0x4,"Counter-Strike: Global Offensive")
  126.    WriteMemory(0x20203120,offsettex+pos+0x8,"Counter-Strike: Global Offensive")
  127. WriteMemory(0x0A0D0A0D,offsettex+pos+0xC,"Counter-Strike: Global Offensive")
  128.    WriteMemory(0x6C6F6324,offsettex+pos+0x10,"Counter-Strike: Global Offensive")
  129.    WriteMemory(0x2220726F,offsettex+pos+0x14,"Counter-Strike: Global Offensive")
  130.    WriteMemory(0x3020305B,offsettex+pos+0x18,"Counter-Strike: Global Offensive")
  131.    WriteMemory(0x225D3920,offsettex+pos+0x1C,"Counter-Strike: Global Offensive")
  132.    WriteMemory(0x0A0D0A0D,offsettex+pos+0x20,"Counter-Strike: Global Offensive")
  133.    WriteMemory(0x0A0D0A0D,offsettex+pos+0x24,"Counter-Strike: Global Offensive")
  134.    WriteMemory(0x0A0D0A0D,offsettex+pos+0x28,"Counter-Strike: Global Offensive")
  135. }
  136. }





  137. ReadMemory(MADDRESS,PROGRAM)
  138. {
  139. winget, pid, PID, %PROGRAM%
  140. VarSetCapacity(MVALUE,4,)
  141. ProcessHandle := DllCall("OpenProcess", "Int", 24, "Char", , "UInt", pid, "UInt")
  142. DllCall("ReadProcessMemory","UInt",ProcessHandle,"UInt",MADDRESS,"Str",MVALUE,"UInt",4,"UInt *",)
  143. Loop 4
  144. result += *(&MVALUE + A_Index-1) << 8*(A_Index-1)
  145. return, result
  146. }





  147. WriteMemory(WVALUE,MADDRESS,PROGRAM)
  148. {
  149. winget, pid, PID, %PROGRAM%



  150. ProcessHandle := DllCall("OpenProcess", "int", 2035711, "char", , "UInt", PID, "UInt")
  151. DllCall("WriteProcessMemory", "UInt", ProcessHandle, "UInt", MADDRESS, "Uint*", WVALUE,"Uint", 4, "Uint *", )
  152. DllCall("CloseHandle", "int", ProcessHandle)
  153. return
  154. }



  155. GetDllBase(DllName, PID = )
  156. {
  157.   TH32CS_SNAPMODULE := 0x00000008
  158.    INVALID_HANDLE_VALUE = -1
  159.    VarSetCapacity(me32, 548, )
  160.    NumPut(548, me32)
  161.    snapMod := DllCall("CreateToolhelp32Snapshot", "Uint", TH32CS_SNAPMODULE
  162.                                                 , "Uint", PID)
  163.    If (snapMod = INVALID_HANDLE_VALUE) {
  164.        Return
  165.    }
  166.    If (DllCall("Module32First", "Uint", snapMod, "Uint", &me32)){
  167.        while(DllCall("Module32Next", "Uint", snapMod, "UInt", &me32)) {
  168.            If !DllCall("lstrcmpi", "Str", DllName, "UInt", &me32 + 32) {
  169.                DllCall("CloseHandle", "UInt", snapMod)
  170.                Return NumGet(&me32 + 20)
  171.            }
  172.        }
  173.    }
  174.    DllCall("CloseHandle", "Uint", snapMod)
  175.    Return
  176. }

  177. ReadMemoryString(MADDRESS,PROGRAM)
  178. {
  179. winget, pid, PID, %PROGRAM%
  180. ProcessHandle := DllCall("OpenProcess", "Int", 24, "Char", , "UInt", pid, "Uint")
  181. teststr =
  182. Loop 32
  183. {
  184.   Output := "x"
  185.   tempVar := DllCall("ReadProcessMemory", "UInt", ProcessHandle, "UInt", MADDRESS, "str", Output, "Uint", 1, "Uint *", )
  186.   if (ErrorLevel or !tempVar)
  187.   {
  188.  DllCall("CloseHandle", "int", ProcessHandle)
  189.  return teststr
  190.   }


  191.   teststr = %teststr%%Output%
  192.   MADDRESS++
  193. }
  194. DllCall("CloseHandle", "int", ProcessHandle)
  195. return, teststr
  196. }



Download:
[AHK] Radar-Hack <== Expired (New Update in the top)

icon #12

Join Date: Apr 2016

Posts: 7

error line 1 bro are u stupid ? posted unknowcheast and mpgh ..
icon #13

Join Date: Mar 2015

Posts: 262

User-Rating:

10 positive
9 negative
Quote from CPLNet post
error line 1 bro are u stupid ? posted unknowcheast and mpgh ..
are f**king stupid ? read the past comment idiot
icon #14

Join Date: Jul 2015

Posts: 2

 where is the download for the updated version? im stupid sorry
icon #15

Join Date: Dec 2016

Posts: 2

User-Rating:

2 positive
0 negative
where's download new version? sorry, i'm a noob.
icon #16

Join Date: Feb 2016

Posts: 1

error at line 189

Line Text:GetDllBase(DllName, PID= )
Error: Unsupported Parameter Default

Last edited by nutshot123 (Sat 24. Dec 2016, 08:32)

Reason: no reason given

icon #17

Join Date: Oct 2016

Posts: 1

DONT USE THIS IS VAC DETECTED


**READMEMORY 
**WRITEMEMORY

THIS SHIT MODIFIES THE GAME'S DATA 

BELIEVE ME DONT USE THIS!