Posted
Requesting simple scripts that can work on JJsploit V4
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
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
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
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
pushnumber 100
setfield -2 Gravity
emptystack
Cancel
Post
Added
if you want anything more specific just ask
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post