The Presentation Experience Script GUI | TELEPORTS, REDEEM CODES, REMOVE DOORS

Png-2-5-300x169-1.png

Created by kubuntuclaps

Features:

  • TELEPORTS
  • REDEEM CODES
  • REMOVE DOORS
-- Wait for game to load
repeat wait() until game:IsLoaded()

-- Synapse Compatibilities
if syn then
    queue_on_teleport = syn.queue_on_teleport
    request = syn.request
end

-- Auto Join
request({
	Url = "http://127.0.0.1:6463/rpc?v=1",
	Method = "POST",
	Headers = {
		["Content-Type"] = "application/json",
		["Origin"] = "https://discord.com"
	},
	Body = game:GetService("HttpService"):JSONEncode({
		cmd = "INVITE_BROWSER",
		args = {
			code = "MKVr5DunmQ"
		},
		nonce = game:GetService("HttpService"):GenerateGUID(false)
	}),
})

-- Variables
local Workspace = game:GetService("Workspace")
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local VirtualUser = game:GetService("VirtualUser")
local UIS = game:GetService("UserInputService")
local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer

-- Global Variables
getgenv().InfiniteJump = false

-- Infinite Jump
UIS.InputBegan:Connect(function(UserInput)
    if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
        if getgenv().InfiniteJump then
            LocalPlayer.Character.Humanoid:ChangeState(3)
        end
    end
end)

-- ImGui Settings
local ImGui = loadstring(game:HttpGet("https://raw.githubusercontent.com/kubuntuclaps/Roblox-Scripts/main/UI/ImGui.lua"))()
local Settings = {
    main_color = Color3.fromRGB(0, 0, 0),
    min_size = Vector2.new(600, 400),
    toggle_key = Enum.KeyCode.RightShift,
    can_resize = true,
}
local Window = ImGui:AddWindow("kubuntuhaxsâ„¢ - The Presentation Experience", Settings)
local PlayerTab = Window:AddTab("LocalPlayer")
local ExploitTab = Window:AddTab("Exploit")
local TeleportTab = Window:AddTab("Teleports")
local CreditsTab = Window:AddTab("Credits")

-- Player Tab
PlayerTab:AddLabel("Movility")

local WalkSpeedSlider = PlayerTab:AddSlider("WalkSpeed", function(WalkSpeed)
    LocalPlayer.Character.Humanoid.WalkSpeed = WalkSpeed
end, {
	["min"] = 16,
	["max"] = 100,
})
WalkSpeedSlider:Set(1)

local JumpSlider = PlayerTab:AddSlider("JumpPower", function(Jump)
    LocalPlayer.Character.Humanoid.JumpPower = Jump
end, {
    ["min"] = 50,
    ["max"] = 150,
})
JumpSlider:Set(1)

local InfiniteJump = PlayerTab:AddSwitch("Infinite Jump", function(toggle)
    getgenv().InfiniteJump = toggle
end)
InfiniteJump:Set(false)

-- Exploit Tab
ExploitTab:AddLabel("Exploits")

local RedeemCodes = ExploitTab:AddButton("Redeem All Codes", function()
	local Codes = {
		"push-ups",
		"220kmembers",
		"210kmembers",
		"Poop",
		"toilet",
		"itsaboutdriveitsaboutpower",
		"intensesilence",
		"azureoptix",
		"teachermadcuzbad",
		"10points",
		"Bookworm",
		"NikkoCoder"
	}

	for i, Code in ipairs(Codes) do wait()
		ReplicatedStorage.RedeemCode:InvokeServer(Code)
	end
end)

local RemoveDoors = ExploitTab:AddButton("Remove Doors and Windows", function()
	for i, Part in pairs(Workspace:GetChildren()) do
		if Part.Name == "Door" or Part.Name == "Window" then
			Part:Destroy()
		end
	end
end)

local StandUp = ExploitTab:AddButton("Stand Up", function()
	Workspace[LocalPlayer.Name].Sit:Remove()
	wait() -- If we dont do this, player cant move
	LocalPlayer.Character.Humanoid.WalkSpeed = 16
	LocalPlayer.Character.Humanoid.JumpPower = 50
end)

local SitDown = ExploitTab:AddButton("Sit Down", function()
	LocalPlayer.Character.Humanoid.Sit = true
end)

-- Credits to https://wearedevs.net/forum/t/16769 (I'm lazy to code myself this XD)
local AntiAFK = ExploitTab:AddButton("Anti-AFK", function()
	LocalPlayer.Idled:connect(function()
		VirtualUser:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
		wait(1)
		VirtualUser:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
	end)
end)

-- Teleports Tab (Coordinates are not mine)
TeleportTab:AddLabel("Teleports - Click to use")

local StreetTeleport = TeleportTab:AddButton("Street", function()
	LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(54.4540291, 3.09297752, 117.169495) 
end)

local TeacherChair = TeleportTab:AddButton("Sit in Teacher's Chair", function()
	LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(34.9976883, 20.7799644, -5.02423, 0.048455216, 9.29976959e-05, 0.998825371, -0.00180156284, 0.999998391, -5.7091338e-06, -0.998823702, -0.00179917004, 0.0484553054)
	LocalPlayer.Character.Humanoid.Sit = true
end)

local ClassTeleport = TeleportTab:AddButton("Class", function()
	LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(31.7222672, 24.0017262, -5.10098886)
end)

local ToiletTeleport = TeleportTab:AddButton("Toilet", function()
	LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(19.4476147, -47.5020065, -1575.3125)
end)

local ReturnToSeat = TeleportTab:AddButton("Return to your sit", function()
	for i, Seat in pairs(Workspace:GetChildren()) do
		if Seat.Name == "shool desk" and Seat:FindFirstChild("StudentSeat") then
			if Seat.StudentSeat.User.Value == LocalPlayer.Name then
				LocalPlayer.Character.HumanoidRootPart.CFrame = Seat.StudentSeat.CFrame
				Seat.StudentSeat:Sit()
			end
		end
	end
end)

-- Credits Tab
CreditsTab:AddLabel("Made by kubuntuclaps")
CreditsTab:AddLabel("UI Library by Singularity#5490")
CreditsTab:AddLabel("Requested by faustino#8488 - Tried my best")
CreditsTab:AddButton("Copy Discord Link", function()
    setclipboard("https://discord.gg/MKVr5DunmQ")
end)

ImGui:FormatWindows()
CreditsTab:Show()

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of ServiceÂ