View Full Version : Weapon hack
wr-hacker
05-06-2008, 01:07 PM
Could somebody give me an example for weapon hack?
dutch
05-06-2008, 02:28 PM
Could somebody give me an example for weapon hack?
hmm no we still need to know coding because vb8 is harder then vb6
Christoleroo
05-06-2008, 02:56 PM
this is ur code m8.
If GetAsyncKeyState([hotkey here!]) Then
WriteFloatPointer(&HPlayerPointer, &H4C, 42)
End If
btw i wrote 42 cuz 42 is shotgun and it's the only wepaon who really make damage ;)
Btw2:
if you want to make it " choosable " for you in a text box it will look like that
If GetAsyncKeyState([hotkey here!]) Then
WriteFloatPointer(&HPlayerPointer, &H4C, textbox1.text)
End If
wr-hacker
05-07-2008, 01:24 PM
doesn't work for me :(
Bigxxx
05-09-2008, 09:26 AM
this is ur code m8.
If GetAsyncKeyState([hotkey here!]) Then
WriteFloatPointer(&HPlayerPointer, &H4C, 42)
End If
btw i wrote 42 cuz 42 is shotgun and it's the only wepaon who really make damage ;)
Btw2:
if you want to make it " choosable " for you in a text box it will look like that
If GetAsyncKeyState([hotkey here!]) Then
WriteFloatPointer(&HPlayerPointer, &H4C, textbox1.text)
End If
If you dont have any idea then shut up ;)
True :
If GetAsyncKeyState([hotkey here!]) Then
WriteLongPointer(&HPlayerPointer, &H4C, 30, 4)
End If
or for button
WriteLongPointer(&HPlayerPointer, &H4C, 30, 4)
It is scorpion hack ;)
Much fun
Powered by vBulletin® Version 4.1.12 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.