C# super bullets hack.

Posts 115 of 24 · Page 1 of 2
[]C# super bullets hack. []
ok so i was working on making a super-bullets hack. i have the address(0x374B01B6), and the way to turn it on (\x90\x90\x90 -> ON) But I'm not totally sure how to finish this off.
I know that the ProcessMemoryReader.WriteProcessMemory format is
ProcessMemoryReader.WriteProcessMemory
(memaddress , Byte[] bytes to write, out int bytesWritten)

How would i put that in?

Feelin noobish!

moo9801

EDIT: thank you to all that were helpful
C# is the language I am using because i started learning it before any others such as C++
didn't know that was such a problem :/
Code:
ProcessMemoryReader.WriteProcessMemory (0x374B01B6, \x90\x90\x90, 3)
Seriously dude?
thanks everyone! making as solved....

Quote Originally Posted by flameswor10 View Post
Code:
ProcessMemoryReader.WriteProcessMemory (0x374B01B6, \x90\x90\x90, 3)
Seriously dude?
unexpeced character "\"
Quote Originally Posted by moo9801 View Post
thanks everyone! making as solved....



unexpeced character "\"
You figure it out yourself
C#? Are you serious?
C++ Is the way to go my friend.
Quote Originally Posted by BloodHound. View Post
C#? Are you serious?
C++ Is the way to go my friend.
True this
Quote Originally Posted by BloodHound. View Post
C#? Are you serious?
C++ Is the way to go my friend.
Whats wrong with C#?
Its a programing language just like c++..
Quote Originally Posted by whit View Post


Whats wrong with C#?
Its a programing language just like c++..
Yeah, I use C# when programming the robot for my robotics team.
Quote Originally Posted by Jack View Post


Yeah, I use C# when programming the robot for my robotics team.
We use java at my school..
Quote Originally Posted by whit View Post


We use java at my school..
We use java too. But I hate java compared to c++.
wow you sure are nice.
Quote Originally Posted by moo9801 View Post
wow you sure are nice.
Learn. Maybe, get rid of the \ and replace with spaces?
still don't understand why you beat me up, even though your code snippet doesn't work! go flame someone else.
Quote Originally Posted by moo9801 View Post
still don't understand why you beat me up, even though your code snippet doesn't work! go flame someone else.

You're the one learning. I'm teaching you
ProcessMemoryReader.WriteProcessMemory = C#, Vb and C++!
Posts 115 of 24 · Page 1 of 2

Post a Reply

Tags for this Thread

None

Need help?