Categories > Exploiting > Scripts >

(Lua C) Skydive script

Posts: 51

Threads: 17

Joined: Mar, 2023

Reputation: 4

Posted

so its a useless script but it basically puts you high in the air and you just free-fall.

 
here it is:
 
getglobal game
getfield -1 Players
getfield -1 LocalPlayer
getfield -1 Character
getfield -1 HumanoidRootPart
getglobal CFrame
getfield -1 new
pushnumber 0
pushnumber 1000
pushnumber 0
pcall 3 1 0
setfield -3 CFrame
  • 0

random quote here... ðŸ˜‚

heckerdude

heckerdude

Posts: 129

Threads: 16

Joined: Aug, 2022

Reputation: 6

Replied

local game = getglobal(game)

local players = getfield(game, "Players")

local localPlayer = getfield(players, "LocalPlayer")

local character = getfield(localPlayer, "Character")

local humanoidRootPart = getfield(character, "HumanoidRootPart")

local cframe = getglobal(CFrame)

local newCFrame = getfield(cframe, "new")

local x = 0

local y = 1000

local z = 0

local success, result = pcall(function()

    return newCFrame(newCFrame, x, y, z)

end, 3, 1, 0)

if success then

    setfield(humanoidRootPart, "CFrame", result)

end

 

Comments

plusgiant5 5 Reputation

Commented

Sensational.

  • 0

  • 0

hecker dude ngl i hecked 5 ips in 1 second also luaU_loadbiglongjuicythingy(rL);

Posts: 4

Threads: 1

Joined: Apr, 2023

Reputation: 0

Replied

amazing just amazing

  • 0

Users viewing this thread:

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