Pastebin
API
tools
faq
paste
Login
Sign up
Please fix the following errors:
New Paste
Syntax Highlighting
--just put this on the top of a script and boom 89% works --note this does not work on big scripts if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end local Player,game,owner = owner,game local RealPlayer = Player do local rp = RealPlayer script.Parent = rp.Character --RemoteEvent for communicating local Event = Instance.new("RemoteEvent") Event.Name = "UserInput_Event" --Fake event to make stuff like Mouse.KeyDown work local function fakeEvent() local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end} t.connect = t.Connect return t end --Creating fake input objects with fake variables local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()} local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()} local CAS = {Actions={},BindAction=function(self,name,fun,touch,...) CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil end} --Merged 2 functions into one by checking amount of arguments CAS.UnbindAction = CAS.BindAction --This function will trigger the events that have been :Connect()'ed local function te(self,ev,...) local t = m[ev] if t and t._fakeEvent then for _,f in pairs(t.Functions) do f(...) end end end m.TrigEvent = te UIS.TrigEvent = te Event.OnServerEvent:Connect(function(plr,io) if plr~=rp then return end m.Target = io.Target m.Hit = io.Hit if not io.isMouse then local b = io.UserInputState == Enum.UserInputState.Begin if io.UserInputType == Enum.UserInputType.MouseButton1 then return m:TrigEvent(b and "Button1Down" or "Button1Up") end for _,t in pairs(CAS.Actions) do for _,k in pairs(t.Keys) do if k==io.KeyCode then t.Function(t.Name,io.UserInputState,io) end end end m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower()) UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false) end end) Event.Parent = NLS([==[ local Player = game:GetService("Players").LocalPlayer local Event = script:WaitForChild("UserInput_Event") local Mouse = Player:GetMouse() local UIS = game:GetService("UserInputService") local input = function(io,a) if a then return end --Since InputObject is a client-side instance, we create and pass table instead Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target}) end UIS.InputBegan:Connect(input) UIS.InputEnded:Connect(input) local h,t --Give the server mouse data 30 times every second, but only if the values changed --If player is not moving their mouse, client won't fire events while wait(1/30) do if h~=Mouse.Hit or t~=Mouse.Target then h,t=Mouse.Hit,Mouse.Target Event:FireServer({isMouse=true,Target=t,Hit=h}) end end]==],Player.Character) ----Sandboxed game object that allows the usage of client-side methods and services --Real game object local _rg = game --Metatable for fake service local fsmt = { __index = function(self,k) local s = rawget(self,"_RealService") if s then return s[k] end end, __newindex = function(self,k,v) local s = rawget(self,"_RealService") if s then s[k]=v end end, __call = function(self,...) local s = rawget(self,"_RealService") if s then return s(...) end end } local function FakeService(t,RealService) t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService return setmetatable(t,fsmt) end --Fake game object local g = { GetService = function(self,s) return self[s] end, Players = FakeService({ LocalPlayer = FakeService({GetMouse=function(self)return m end},Player) },"Players"), UserInputService = FakeService(UIS,"UserInputService"), ContextActionService = FakeService(CAS,"ContextActionService"), } rawset(g.Players,"localPlayer",g.Players.LocalPlayer) g.service = g.GetService g.RunService = FakeService({ RenderStepped = _rg:GetService("RunService").Heartbeat, BindToRenderStep = function(self,name,_,fun) self._btrs[name] = self.Heartbeat:Connect(fun) end, UnbindFromRenderStep = function(self,name) self._btrs[name]:Disconnect() end, },"RunService") setmetatable(g,{ __index=function(self,s) return _rg:GetService(s) or typeof(_rg[s])=="function" and function(_,...)return _rg[s](_rg,...)end or _rg[s] end, __newindex = fsmt.__newindex, __call = fsmt.__call }) --Changing owner to fake player object to support owner:GetMouse() game,owner = g,g.Players.LocalPlayer end warn('Script by stommmDev haha now u cant copy my scripts :D') local plr = game.Players.LocalPlayer repeat wait(.2) until plr.Character local char = plr.Character if char:FindFirstChild("Animate") then char.Animate:Destroy() end local runsrv = game:GetService("RunService") local progs = 0 char:WaitForChild("Torso") local armR = char.Torso["Right Shoulder"] local armL = char.Torso["Left Shoulder"] local legR = char.Torso["Right Hip"] local legL = char.Torso["Left Hip"] local human = char.Humanoid human.Name = "ScriptbyStommmDev" local walking = false for i,v in pairs(human:GetPlayingAnimationTracks()) do v:Stop() end local root = char:WaitForChild("HumanoidRootPart").RootJoint local jumpposeaL = armL.C0 * CFrame.Angles(-1.8,0,0) * CFrame.new(0,-.5,-.4) local jumpposeaR = armR.C0 * CFrame.Angles(-1.8,0,0) * CFrame.new(0,-.5,-.4) local oldarmR = armR.C0 local oldarmL = armL.C0 local jumpposeroot = root.C0 * CFrame.Angles(.2,0,0) local oldroot = root.C0 local oldlegR = legR.C0 local oldlegL = legL.C0 local legpos1R = legR.C0 * CFrame.Angles(0,0,.5) local legpos1L = legL.C0 * CFrame.Angles(0,0,.5) local legpos2R = legR.C0 * CFrame.Angles(0,0,-.5) local legpos2L = legL.C0 * CFrame.Angles(0,0,-.5) local animeatR = armR.C0 * CFrame.Angles(.2,.8,2) local armpos1R = armR.C0 * CFrame.Angles(0,0,-.7) local armpos1L = armL.C0 * CFrame.Angles(0,0,-.7) local armpos2R = armR.C0 * CFrame.Angles(0,0,.7) local armpos2L = armL.C0 * CFrame.Angles(0,0,.7) if char:FindFirstChild("Bighead") then else print("oh no bighead rip ur ass xdxdxdxdxdx") animeatR = armR.C0 * CFrame.Angles(.2,.8,2) * CFrame.new(-.4,0,0) end local eating = false local jumping = false human.Running:Connect(function(speed) if speed > 2 then walking = true else walking = false end end) human.Jumping:Connect(function() jumping = true for i=1,15 do armL.C0 = armL.C0:Lerp(jumpposeaL,.025) armR.C0 = armR.C0:Lerp(jumpposeaR,.025) root.C0 = root.C0:Lerp(jumpposeroot,.025) runsrv.RenderStepped:wait() end wait(.05) for i=1,15 do armL.C0 = armL.C0:Lerp(jumpposeaL * CFrame.Angles(0,0,1),.045) armR.C0 = armR.C0:Lerp(jumpposeaR * CFrame.Angles(0,0,-1),.045) root.C0 = root.C0:Lerp(jumpposeroot,.045) runsrv.RenderStepped:wait() end for i=1,25 do armL.C0 = armL.C0:Lerp(oldarmL,.075) armR.C0 = armR.C0:Lerp(oldarmR,.075) root.C0 = root.C0:Lerp(oldroot,.075) runsrv.RenderStepped:wait() end jumping = false end) local finpr = false function onchatted2(message) if char.Head:FindFirstChild("Message") then char.Head:FindFirstChild("Message"):Destroy() end local messagebill = Instance.new("BillboardGui") messagebill.Size = UDim2.new(0,200,0,100) messagebill.Parent = plr.Character.Head messagebill.StudsOffset = Vector3.new(0,4,0) messagebill.Name = "Message" local chattext = Instance.new("TextLabel") chattext.Parent = messagebill chattext.Size = UDim2.new(1,0,1,0) chattext.BackgroundTransparency = 1 chattext.TextColor3 = Color3.new(255,255,255) chattext.TextScaled = false local length = string.len(message) chattext.Text = "" chattext.TextSize = 18 for i = 1, length do wait(.034) local subText = string.sub(message, 1, i) chattext.Text = subText end wait(3) if messagebill then for i = length,1,-1 do wait(.034) local subText = string.sub(message, 1, i) chattext.Text = subText end wait(.034) messagebill:Destroy() end end runsrv.RenderStepped:connect(function() human.MaxHealth = 1e5555555 human.Health = 1e5555555 if char:FindFirstChild("Ass") then else local force = Instance.new("ForceField",char) force.Name = "Ass" force.Visible = false end if char:FindFirstChild("ScriptbyStommmDev") then else local hum = Instance.new("Humanoid",char) hum.MaxHealth = 1e5555555 hum.Health = 1e5555555 hum.Name = "ScriptbyStommmDev" human = hum end if finpr == false then if walking == true then finpr = true progs = progs + 1 --print(progs) wait(.15) finpr = false else progs = 0 for i = 1,25 do legR.C0 = legR.C0:Lerp(oldlegR,.075) legL.C0 = legL.C0:Lerp(oldlegL,.075) if jumping == false then if eating == false then armR.C0 = armR.C0:Lerp(oldarmR,.080) end armL.C0 = armL.C0:Lerp(oldarmL,.080) end runsrv.RenderStepped:wait() end end end end) runsrv.RenderStepped:Connect(function() if progs > 2 then progs = 0 end if progs == 1 then for i = 1,15 * 1.1 do legR.C0 = legR.C0:Lerp(legpos1R,.075) legL.C0 = legL.C0:Lerp(legpos1L,.075) if jumping == false then if eating == false then armR.C0 = armR.C0:Lerp(armpos1R,.075) end armL.C0 = armL.C0:Lerp(armpos1L,.075) end runsrv.RenderStepped:wait() end end if progs == 2 then for i = 1,15 do legL.C0 = legL.C0:Lerp(legpos2L,.065 ) legR.C0 = legR.C0:Lerp(legpos2R,.065 ) if jumping == false then if eating == false then armR.C0 = armR.C0:Lerp(armpos2R,.075) end armL.C0 = armL.C0:Lerp(armpos2L,.075) end runsrv.RenderStepped:wait() end end end) local part = Instance.new("Part") local mesh = Instance.new("SpecialMesh") part.Anchored = false part.Size = Vector3.new(2.15, 0.19, 2.13) part.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) part.BrickColor = BrickColor.new("Really black") part.TopSurface = Enum.SurfaceType.Smooth part.BottomSurface = Enum.SurfaceType.Smooth part.Parent = char part.CFrame = CFrame.new(72.465, 0.095, 98.575) mesh.TextureId = "rbxassetid://1202473285" mesh.MeshType = Enum.MeshType.FileMesh mesh.MeshId = "rbxassetid://1202473244" mesh.Parent = part mesh.Scale = Vector3.new(.8,.8,.8) local cookieweld = Instance.new("Weld",char["Right Arm"]) cookieweld.Part0 = char["Right Arm"] cookieweld.Part1 = part cookieweld.C0 = CFrame.new(0,-1,0) * CFrame.Angles(0,0,1.5) local oldcookie = cookieweld.C0 local cookieat = cookieweld.C0 * CFrame.Angles(-1.5,0,.5) * CFrame.new(0,.2,.6) local pga = false local neck = char.Torso.Neck local particleemitter function createparticles() particleemitter = Instance.new("ParticleEmitter") particleemitter.EmissionDirection = Enum.NormalId.Bottom particleemitter.Lifetime = NumberRange.new(2) particleemitter.Rotation = NumberRange.new(-20) particleemitter.Speed = NumberRange.new(3) particleemitter.LightInfluence = 1 particleemitter.VelocitySpread = 40 particleemitter.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.211, 0), NumberSequenceKeypoint.new(0.495, 0.075), NumberSequenceKeypoint.new(0.773, 0), NumberSequenceKeypoint.new(1, 1)}) particleemitter.Texture = "rbxassetid://603193846" particleemitter.Color = ColorSequence.new(Color3.new(0.776471, 0.517647, 0), Color3.new(1, 0.909804, 0.580392)) particleemitter.SpreadAngle = Vector2.new(40, 40) particleemitter.Rate = 9 particleemitter.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.3), NumberSequenceKeypoint.new(1, 0.3)}) particleemitter.Parent = part particleemitter.Enabled = false particleemitter.LockedToPart = true end warn('\083\099\114\105\112\116\032\098\121\032\115\116\111\109\109\109\068\101\118\032\104\097\104\097\032\110\111\119\032\117\032\099\097\110\039\116\032\099\111\112\121\032\109\121\032\115\099\114\105\112\116\115\032\058\068') runsrv.RenderStepped:Connect(function() if walking == true then if pga == false then pga = true for i = 1,10 do root.C0 = root.C0 * CFrame.new(0,0,-.004) runsrv.RenderStepped:wait() end for i = 1,10 do root.C0 = root.C0 * CFrame.new(0,0,.008) runsrv.RenderStepped:wait() end for i = 1,10 do root.C0 = root.C0 * CFrame.new(0,0,-.004) runsrv.RenderStepped:wait() end pga = false end end end) local mouse = plr:getMouse() mouse.Button1Down:Connect(function() --createparticles() if eating == false then eating = true for i = 1,50 do armR.C0 = armR.C0:Lerp(animeatR,.1) cookieweld.C0 = cookieweld.C0:Lerp(cookieat,.1) runsrv.RenderStepped:wait() end --particleemitter.Enabled = true for i = 1,20 do neck.C0 = neck.C0 * CFrame.Angles(.01,0,0) runsrv.RenderStepped:wait() end for i = 1,20 do neck.C0 = neck.C0 * CFrame.Angles(-.01,0,0) runsrv.RenderStepped:wait() end for i = 1,20 do neck.C0 = neck.C0 * CFrame.Angles(.01,0,0) runsrv.RenderStepped:wait() end for i = 1,20 do neck.C0 = neck.C0 * CFrame.Angles(-.01,0,0) runsrv.RenderStepped:wait() end --particleemitter.Enabled = false --particleemitter:Destroy() for i = 1,50 do armR.C0 = armR.C0:Lerp(oldarmR,.1) cookieweld.C0 = cookieweld.C0:Lerp(oldcookie,.1) runsrv.RenderStepped:wait() end eating = false end end) function deletepos() for i,v in pairs(char:GetChildren()) do if v:IsA("BasePart") then for y,l in pairs(v:GetChildren()) do if l:IsA("BodyPosition") or l:IsA("BodyForce") or l:IsA("BodyVelocity") then l:Destroy() end end end end end mouse.KeyDown:Connect(function(k) if k == "x" then local sound = Instance.new("Sound",char.Head) sound.Volume = 10 sound.SoundId = "rbxassetid://1604398888" sound:Play() onchatted2("Would you like a cookie xdddd") end end) while wait(2) do deletepos() end -----------------
Optional Paste Settings
Category:
None
Cryptocurrency
Cybersecurity
Fixit
Food
Gaming
Haiku
Help
History
Housing
Jokes
Legal
Money
Movies
Music
Pets
Photo
Science
Software
Source Code
Spirit
Sports
Travel
TV
Writing
Tags:
Syntax Highlighting:
None
Bash
C
C#
C++
CSS
HTML
JSON
Java
JavaScript
Lua
Markdown (PRO members only)
Objective C
PHP
Perl
Python
Ruby
Swift
4CS
6502 ACME Cross Assembler
6502 Kick Assembler
6502 TASM/64TASS
ABAP
AIMMS
ALGOL 68
APT Sources
ARM
ASM (NASM)
ASP
ActionScript
ActionScript 3
Ada
Apache Log
AppleScript
Arduino
Asymptote
AutoIt
Autohotkey
Avisynth
Awk
BASCOM AVR
BNF
BOO
Bash
Basic4GL
Batch
BibTeX
Blitz Basic
Blitz3D
BlitzMax
BrainFuck
C
C (WinAPI)
C Intermediate Language
C for Macs
C#
C++
C++ (WinAPI)
C++ (with Qt extensions)
C: Loadrunner
CAD DCL
CAD Lisp
CFDG
CMake
COBOL
CSS
Ceylon
ChaiScript
Chapel
Clojure
Clone C
Clone C++
CoffeeScript
ColdFusion
Cuesheet
D
DCL
DCPU-16
DCS
DIV
DOT
Dart
Delphi
Delphi Prism (Oxygene)
Diff
E
ECMAScript
EPC
Easytrieve
Eiffel
Email
Erlang
Euphoria
F#
FO Language
Falcon
Filemaker
Formula One
Fortran
FreeBasic
FreeSWITCH
GAMBAS
GDB
GDScript
Game Maker
Genero
Genie
GetText
Go
Godot GLSL
Groovy
GwBasic
HQ9 Plus
HTML
HTML 5
Haskell
Haxe
HicEst
IDL
INI file
INTERCAL
IO
ISPF Panel Definition
Icon
Inno Script
J
JCL
JSON
Java
Java 5
JavaScript
Julia
KSP (Kontakt Script)
KiXtart
Kotlin
LDIF
LLVM
LOL Code
LScript
Latex
Liberty BASIC
Linden Scripting
Lisp
Loco Basic
Logtalk
Lotus Formulas
Lotus Script
Lua
M68000 Assembler
MIX Assembler
MK-61/52
MPASM
MXML
MagikSF
Make
MapBasic
Markdown (PRO members only)
MatLab
Mercury
MetaPost
Modula 2
Modula 3
Motorola 68000 HiSoft Dev
MySQL
Nagios
NetRexx
Nginx
Nim
NullSoft Installer
OCaml
OCaml Brief
Oberon 2
Objeck Programming Langua
Objective C
Octave
Open Object Rexx
OpenBSD PACKET FILTER
OpenGL Shading
Openoffice BASIC
Oracle 11
Oracle 8
Oz
PARI/GP
PCRE
PHP
PHP Brief
PL/I
PL/SQL
POV-Ray
ParaSail
Pascal
Pawn
Per
Perl
Perl 6
Phix
Pic 16
Pike
Pixel Bender
PostScript
PostgreSQL
PowerBuilder
PowerShell
ProFTPd
Progress
Prolog
Properties
ProvideX
Puppet
PureBasic
PyCon
Python
Python for S60
QBasic
QML
R
RBScript
REBOL
REG
RPM Spec
Racket
Rails
Rexx
Robots
Roff Manpage
Ruby
Ruby Gnuplot
Rust
SAS
SCL
SPARK
SPARQL
SQF
SQL
SSH Config
Scala
Scheme
Scilab
SdlBasic
Smalltalk
Smarty
StandardML
StoneScript
SuperCollider
Swift
SystemVerilog
T-SQL
TCL
TeXgraph
Tera Term
TypeScript
TypoScript
UPC
Unicon
UnrealScript
Urbi
VB.NET
VBScript
VHDL
VIM
Vala
Vedit
VeriLog
Visual Pro Log
VisualBasic
VisualFoxPro
WHOIS
WhiteSpace
Winbatch
XBasic
XML
XPP
Xojo
Xorg Config
YAML
YARA
Z80 Assembler
ZXBasic
autoconf
jQuery
mIRC
newLISP
q/kdb+
thinBasic
Paste Expiration:
Never
Burn after read
10 Minutes
1 Hour
1 Day
1 Week
2 Weeks
1 Month
6 Months
1 Year
Paste Exposure:
Public
Unlisted
Private
Folder:
(members only)
Password
NEW
Enabled
Disabled
Burn after read
NEW
Paste Name / Title:
Create New Paste
Hello
Guest
Sign Up
or
Login
Sign in with Facebook
Sign in with Twitter
Sign in with Google
You are currently not logged in, this means you can not edit or delete anything you paste.
Sign Up
or
Login
Public Pastes
๐ฐ๐ฐ PASSIVE INCOME 24/7 ๐ฐ๐ฐ
JavaScript | 4 min ago | 0.07 KB
๐ฅ๐ฅ๐ฅ EASYMONEY GUIDE ๐ฅ๐ฅ๐ฅ
JavaScript | 5 min ago | 0.16 KB
๐ฐ๐ฐ HOW TO EARN $2,500 TONIGHT
JavaScript | 5 min ago | 0.07 KB
๐ฅ๐ฅ SWAPZONE TRADING EXPLOIT
JavaScript | 5 min ago | 0.16 KB
โกโก Earn 8000$ Monthly Leaked Guide
JavaScript | 6 min ago | 0.16 KB
๐ฅ๐ฅ SWAPZONE TRADING EXPLOIT
JavaScript | 6 min ago | 0.07 KB
๐ INSTANT CSH METHOD ๐
JavaScript | 6 min ago | 0.07 KB
๐ INSTANT PAYOUT METHOD ๐ต | $2,500 IN 20 MIN...
JavaScript | 7 min ago | 0.07 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!