Forum > General >

Create your own Hack Doesn't work

Posts: 1

Threads: 1

Joined: Jun, 2018

Reputation: 0

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

  • 0

Posts: 120

Threads: 19

Joined: Apr, 2018

Reputation: 1

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;
api.CreateForceField(username);
then when you put the desired user in the textbox they should have a forcefield around them.
  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )