Posted
How do I use walkspeed and jumppower on ExploitAPI
May I Have The Code Please?
Replied
This is the code for c#:
You need to put this code first:
ExploitApi api = new ExploitApi()
Walk Speed:
Playername: Is the name of player
api.SetWalkSpeed("playername", "speed") |
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
Cancel
Post
Replied
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
What that guy said but you might need to make a stringÂ
so...
string username = textBox1.text();
api.SetWalkSpeed(username, speed);
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post