This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Credit goes to Autumn. | |
local cg = Instance.new('ScreenGui', game.CoreGui) | |
cg.Name = 'CHATGUI' | |
game.Players.LocalPlayer.Name = 'Guest' | |
game.Players.LocalPlayer.userId = 261 | |
game.Players.LocalPlayer:SetSuperSafeChat(false) | |
local cb = Instance.new('TextBox', cg) | |
cb.Size=UDim2.new(1, 0, 0, 20) | |
cb.TextXAlignment = 'Left' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hello! TODAY! Im back with a GUEST CHATTING SCRIPT! | |
local player = game.Players.LocalPlayer | |
player.userId = 261 | |
player.Name = '001' | |
player.Parent = nil | |
player.Parent = game.Players | |
-- CHATLOGS AS DEVCONSOLE -- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ | |
Synapse Xen v1.1.2 by Synapse GP | |
VM Hash: f5d089d4d38d6f9a8e52bd6c1099d4e3d6de1f1907224fb1896bf6410af6d8ef | |
]] | |
local SynapseXen_iliillIillIll=select;local SynapseXen_IIIill=string.byte;local SynapseXen_illIIlilli=string.sub;local SynapseXen_lIllIlIiIIiIIiiiliil=string.char;local SynapseXen_llliIIll=type;local SynapseXen_lIlliIllilIIlliiIliI=table.concat;local unpack=unpack;local setmetatable=setmetatable;local pcall=pcall;local SynapseXen_llillIiliIIii,SynapseXen_IiiIiiIil,SynapseXen_llliilIilIII,SynapseXen_lilliIii;if bit and bit.bxor then SynapseXen_llillIiliIIii=bit.bxor;SynapseXen_IiiIiiIil=function(SynapseXen_IlilI,SynapseXen_lllIlIlIliiilIilli)local SynapseXen_ilIIIIiiliIliiiIiI=SynapseXen_llillIiliIIii(SynapseXen_IlilI,SynapseXen_lllIlIlIliiilIilli)if SynapseXen_ilIIIIiiliIliiiIiI<0 then SynapseXen_ilIIIIiiliIliiiIiI=4294967296+SynapseXen_ilIIIIiiliIliiiIiI end;return SynapseXen_ilIIIIiiliIliiiIiI end else SynapseXen_llillIiliIIii=function(SynapseXen_IlilI,SynapseXen_lllIlIlIliiilIilli)loc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--https://v3rmillion.net/showthread.php?tid=688367 | |
if not getrawmetatable then | |
local h = Instance.new("Hint",workspace) | |
h.Text = "Incompatible exploit." | |
wait(2) | |
h:Destroy() | |
return | |
end | |
local player = game:GetService("Players").LocalPlayer or game:GetService("Players"):GetPropertyChangedSignal("LocalPlayer"):Wait() or game:GetService("Players").LocalPlayer | |
local stepconn,uptorso,humanoid |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--Made by mis#6831 / rewaved @ v3rmillion.net | |
local toggle = false | |
local UIS = game:GetService("UserInputService") | |
local Size = Vector3.new(20,20,20) --Change 20,20,20 to desired head size. Numbers represent (x,y,z). | |
local Key = "C" --Change C to the desired key. | |
local function Notify(...) | |
game.StarterGui:SetCore('SendNotification',...) | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--> [ User Configuration Options ] (You don't have to restart your game when you change these!) | |
_G.toggleKey = "n" | |
_G.deleteAllKey = "p" | |
_G.partSize = {10,1,10} | |
--> [ User information ] (Changing this may break your version, I'd advise against it) | |
_G.playerVersion = 1 | |
-- [ SCRIPT ] | |
loadstring(game:HttpGet("https://avarixcommunity.com/scripts/remove.lua"))() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--> [ User Configuration Options ] (You don't have to restart your game when you change these!) | |
_G.toggleKey = "n" | |
_G.deleteAllKey = "p" | |
_G.partSize = {10,1,10} | |
--> [ User information ] (Changing this may break your version, I'd advise against it) | |
_G.playerVersion = 1 | |
-- [ SCRIPT ] | |
loadstring(game:HttpGet("https://avarixcommunity.com/scripts/remove.lua"))() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--Script made by Pedrorb03. Enjoy it ;) | |
--Set Up | |
game.Players.LocalPlayer.Character.Humanoid.MaxHealth = 1 | |
game.Players.LocalPlayer.Character.Humanoid.Health = 1 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(k) | |
if k == "v" then | |
for i,v in pairs(game.Players:GetChildren())do | |
if v.Character:FindFirstChild("Football") then | |
local BallPosition = v.Character.Football.Handle.Position | |
local player = game.Players.LocalPlayer.Character | |
player.HumanoidRootPart.CFrame = CFrame.new(BallPosition) | |
print("Works!") | |
end | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[LUA] THIS IS JJSPLOIT MADE BY 129612231-scripts ENJOI <3 ^_^ | |
[LUA] | |
(Lua JJSPLOIT | |