Forum > Scripts >

[REQ] Requesting Limited LUA C scripts

Posts: 5

Threads: 2

Joined: Jun, 2018

Reputation: 0

Posted

Requesting simple scripts that can work on JJsploit V4
  • 0

Posts: 6

Threads: 0

Joined: Jun, 2018

Reputation: 0

Replied

Not rally sure what you want but ill just post some simple ones which I know
--FE CHECK
getglobal workspace
getfield -1 FilteringEnabled
getglobal print
pushvalue -2
pcall 1 0 0
emptystack
--WALKSPEED AND JUMPOWER
getglobal game
getfield -1 GetService
pushvalue -2
pushstring Players
pcall 2 1 0
getfield -1 LocalPlayer
getfield -1 Character
getfield -1 Humanoid
pushnumber 30
setfield -2 WalkSpeed
emptystack

getglobal game
getfield -1 GetService
pushvalue -2
pushstring Players
pcall 2 1 0
getfield -1 LocalPlayer
getfield -1 Character
getfield -1 Humanoid
pushnumber 100
setfield -2 JumpPower
emptystack

change the number after pushnumber to increase or decrease it
--SETGRAVITY
getglobal workspace
pushnumber 100
setfield -2 Gravity
emptystack
  • 0

Added

if you want anything more specific just ask
  • 0

Users viewing this thread:

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