Forum > General >

How To Use Walkspeed And JumpPower On ExploitAPI

Posts: 16

Threads: 6

Joined: May, 2018

Reputation: 0

Posted

How do  I use walkspeed and jumppower on ExploitAPI

May I Have The Code Please?
  • 0

Posts: 9

Threads: 1

Joined: Mar, 2018

Reputation: 0

Replied

This is the code for c#:
You need to put this code first:
ExploitApi api = new ExploitApi()
Walk Speed:


api.SetWalkSpeed("playername", "speed")

Playername: Is the name of player
speed: Is the speed you want to set
Jump Power:
api.SetJumpPower("playername","jump")
Playername: Is the name of player
speed: the speed you want to set
  • 0

Posts: 9

Threads: 0

Joined: May, 2018

Reputation: 0

Replied

^^^^^^^^^^^^^^^^^^^^^^^^^^^^
What that guy said but you might need to make a string 


so...

string username = textBox1.text();
api.SetWalkSpeed(username, speed);
  • 0

Users viewing this thread:

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