Posted
Hi, I followed every step for the create a hack video which is now deleted. The one where you test the force field and kill hack. I followed it all except the part where I put down "string Kill_Text = username;" to get rid of an error CS0029 when I put down "string username = Kill_Text;" Then when I use forcefield or kill, it simply just closes the program can somebody tell me what I should do or why this is happening.
Thanks very much
Replied
you're fucking retarded?
if you want a forcefield,
on the main form create a button that says "FF"
double click it.
in the code of that button put:
api.CreateForceField();
that's literally all.
unless you're rarted and dont even know how to put the ExploitAPI api = new ExploitAPI in the form class.
if you want it to do it to a certain player you need a textbox.
go back to the forcefield button and put this:
string username = textBox1.Text;
string username = textBox1.Text;
api.CreateForceField(username);
then when you put the desired user in the textbox they should have a forcefield around them.
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post