Categories > Coding > Lua >

Need help with my exploit

Posts: 2

Threads: 1

Joined: Nov, 2021

Reputation: 0

Posted

i want to make a numeric up down to choose the api.setwalkspeed, but i dont know how to make that code, can anyone help??https://imgur.com/a/CEEKGAy

https://imgur.com/a/yQEFm2X

 

  • 0

Posts: 197

Threads: 10

Joined: Feb, 2021

Reputation: 9

Replied

you should check the method args by pressing ctrl and click on the method

or i think you cant set others players walkspeed so yeah u prob just need int :/

edit:

 

oh sorry im blind :/

 

private void numericUpDown1_ValueChanged(object sender, EventArgs e)
{
     api.SetWalkSpeed((NumericUpDown(sender)).Value)
}

 

sorry if wrong lol im not touching c# in a age :/

  • 0

Im netral, not evil, not too kind either.

Posts: 0

Threads: 0

Joined: ?

Reputation:

Replied

  • 0

Posts: 2

Threads: 1

Joined: Nov, 2021

Reputation: 0

Replied

neither worked :(, anyway thx for the answers

  • 0

Posts: 0

Threads: 0

Joined: ?

Reputation:

Replied

@cykaa Do remember that setwalkspeed is only called when the value in the NumericUpDown control has changed. 

  • 0

Users viewing this thread:

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