From Avex, 5 Years ago, written in Plain Text.

A PHP Error was encountered

Severity: Warning

Message: sizeof(): Parameter must be an array or an object that implements Countable

Filename: helpers/language_helper.php

Line Number: 81

Backtrace:

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/helpers/language_helper.php
Line: 81
Function: _error_handler

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/themes/geocities/views/view/view.php
Line: 24
Function: random_expire_msg

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/core/MY_Loader.php
Line: 173
Function: include

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/core/MY_Loader.php
Line: 43
Function: _ci_load

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/controllers/Main.php
Line: 700
Function: view

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Trying to access array offset on value of type null

Filename: helpers/language_helper.php

Line Number: 81

Backtrace:

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/helpers/language_helper.php
Line: 81
Function: _error_handler

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/themes/geocities/views/view/view.php
Line: 24
Function: random_expire_msg

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/core/MY_Loader.php
Line: 173
Function: include

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/core/MY_Loader.php
Line: 43
Function: _ci_load

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/controllers/Main.php
Line: 700
Function: view

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/index.php
Line: 315
Function: require_once

This paste will in 1 Second.
Embed
  1. local a=getrawmetatable(game)local b=checkcaller or is_protosmasher_caller;local c=newcclosure;local d=a.__index;local e=a.__newindex;local f=a.__namecall;setreadonly(a,false)a.__newindex=c(function(g,h,i)if not b()then if g:IsA"Humanoid"then if h=="WalkSpeed"or h=="Health"then return end;if h=="JumpPower"or h=="HipHeight"then return end end;if h=="CFrame"and g.name=="HumanoidRootPart"or g.name=="Torso"then return end end;return e(g,h,i)end)a.__namecall=c(function(g,...)if not b()then local j={...}if getnamecallmethod()=="Destroy"and tostring(g)=="BodyGyro"or getnamecallmethod()=="Destroy"and tostring(g)=="BodyVelocity"then return UK(g,...)end;if getnamecallmethod()=="BreakJoints"and tostring(g)==game:GetService"Players".LocalPlayer.Character.name then return UK(g,...)end;if getnamecallmethod()=="FireServer"then if g.name=="lIII"or tostring(g.Parent)=="ReplicatedStorage"then return wait(9e9)end;if j[1]=="hey"then return wait(9e9)end end end;return f(g,...)end)pmpl=25;pmlp=16;KeyHeld=false;function onKeyPress(k,l)if k.KeyCode==Enum.KeyCode.LeftShift then KeyHeld=true;while KeyHeld do game.Workspace[game.Players.LocalPlayer.Name].Humanoid.WalkSpeed=pmpl;wait()end end end;function onKeyRelease(k,l)if k.KeyCode==Enum.KeyCode.LeftShift then KeyHeld=false;game.Workspace[game.Players.LocalPlayer.Name].Humanoid.WalkSpeed=pmlp end end;game:GetService("UserInputService").InputBegan:connect(onKeyPress)game:GetService("UserInputService").InputEnded:connect(onKeyRelease)