Categories > Exploiting > Scripts >

[Request] A fling script

Posts: 31

Threads: 7

Joined: Jan, 2021

Reputation: 0

Posted

it sounds stupid but I can't find a fling script any fling script please even a sniper fling script that works in R6 games

  • 0

Added

thanks it works

  • 0

Posts: 4072

Threads: 202

Joined: Mar, 2018

Reputation: 67

Replied

I use this one:
https://pastebin.com/raw/q91bMPBH

 

makes u invisible and hides your name so people just get flung randomly and have no idea whats going on

  • 0

Reputation Goal: 69
#NoMoreMods

 

#MEWANTGLOBALCHAT 

Posts: 31

Threads: 7

Joined: Jan, 2021

Reputation: 0

Replied

didn't work for me do I need to wear a a hat or something?

  • 0

Posts: 48

Threads: 4

Joined: Feb, 2021

Reputation: 0

Replied

I made this a while ago when I started scripting so it's really bad but it's useable

local Player = game.Players.PLAYER -- Replace PLAYER with person you want to annoy

while wait() do 
    game.Players.LocalPlayer.Character.Head.CFrame = CFrame.new(Player.Character.Head.Position) -- Change LowerTorso to Torso if they are R6
    RPP = Instance.new("RocketPropulsion", game.Players.LocalPlayer.Character.Torso)
    RPP.Target = Player.Character.Torso -- Change LowerTorso to Torso if they are R6
    RPP.MaxSpeed = 9999999
    RPP.MaxThrust = 9999999
    RPP:Fire()
end
  • 0

hi

im bad at scripting

Posts: 31

Threads: 7

Joined: Jan, 2021

Reputation: 0

Replied

it actually works good besides sometimes it breaks but thanks. 

  • 0

Users viewing this thread:

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