0% found this document useful (0 votes)
122 views2 pages

123333333333333333

This document describes a "Built to Troll Gui" for Roblox created by Uctron. It lists several Roblox games the gui can be used on with player counts from 6-10. It then provides the code for the gui which includes frames, buttons, and textboxes to perform various trolling functions in games like killing/kicking players, modifying the game environment, and creating clones for fun.

Uploaded by

joe mama
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
122 views2 pages

123333333333333333

This document describes a "Built to Troll Gui" for Roblox created by Uctron. It lists several Roblox games the gui can be used on with player counts from 6-10. It then provides the code for the gui which includes frames, buttons, and textboxes to perform various trolling functions in games like killing/kicking players, modifying the game environment, and creating clones for fun.

Uploaded by

joe mama
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

--[[ Build to Survive - Built to Troll gui by Uctron

Games this gui will work on:

# Max Players: 10 #
https://www.roblox.com/games/2810926304 - Concurrency: Average

# Max Players: 9 #
https://www.roblox.com/games/2166989315 - Concurrency: Popular
https://www.roblox.com/games/2674620887 - Concurrency: Unpopular

# Max Players: 6 #
https://www.roblox.com/games/2324813245 - Concurrency: Average
https://www.roblox.com/games/2833379343 - Concurrency: Average
https://www.roblox.com/games/2834662825 - Concurrency: Popular
https://www.roblox.com/games/2910622979 - Concurrency: Unpopular
https://www.roblox.com/games/2968325176 - Concurrency: Unpopular
https://www.roblox.com/games/3335073617 - Concurrency: Unpopular
https://www.roblox.com/games/3678355057 - Concurrency: Average
https://www.roblox.com/games/3964975083 - Concurrency: Popular

]]

-- [[ Built to Troll Gui by Uctron ]]

-- Variables

local ToggleGuis = true

-- Objects

local BuilttoTrollGui = Instance.new("ScreenGui")


local Toggle = Instance.new("TextButton")
local Menu = Instance.new("Frame")
local GameX = Instance.new("TextButton")
local Players = Instance.new("TextButton")
local Tools = Instance.new("TextButton")
local Fun = Instance.new("TextButton")
local PlayersFrame = Instance.new("Frame")
local Kill = Instance.new("TextButton")
local Kick = Instance.new("TextButton")
local Punish = Instance.new("TextButton")
local Ragdoll = Instance.new("TextButton")
local TeleportTo = Instance.new("TextButton")
local Victim = Instance.new("TextBox")
local GameFrame = Instance.new("Frame")
local ClearBases = Instance.new("TextButton")
local ClearWorkspace = Instance.new("TextButton")
local RemoveMobs = Instance.new("TextButton")
local RemoveCages = Instance.new("TextButton")
local PermRemoveMobs = Instance.new("TextButton")
local Shutdown = Instance.new("TextButton")
local ToolsFrame = Instance.new("Frame")
local AllBtools = Instance.new("TextButton")
local Move = Instance.new("TextButton")
local Copy = Instance.new("TextButton")
local Delete = Instance.new("TextButton")
local Shutdown_2 = Instance.new("Frame")
local Question = Instance.new("TextLabel")
local Normal = Instance.new("TextButton")
local Full = Instance.new("TextButton")
local Close = Instance.new("TextButton")
local FunFrame = Instance.new("Frame")
local CreateDeadClone = Instance.new("TextButton")
local SpamHeadClones = Instance.new("TextButton")
local SpamLimbClones = Instance.new("TextButton")
local Credit = Instance.new("TextLabel")

-- Properties

BuilttoTrollGui.Name = "Built to Troll Gui"


BuilttoTrollGui.Parent = game.CoreGui
BuilttoTrollGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling

Toggle.Name = "Toggle"
Toggle.Parent = BuilttoTrollGui
Toggle.BackgroundColor3 = Color3.new(0, 0, 0)
Toggle.BorderColor3 = Color3.new(0, 0, 0)
Toggle.BorderSizePixel = 0
Toggle.Position = UDim2.new(0, 0, 0.634069383, 0)
Toggle.Size = UDim2.new(0, 126, 0, 24)
Toggle.Font = Enum.Font.Garamond
Toggle.Text = "Built to Troll"
Toggle.TextColor3 = Color3.new(0, 1, 1)
Toggle.TextScaled = true
Toggle.TextSize = 14
Toggle.TextWrapped = true

Menu.Name = "Menu"
Menu.Parent = Toggle
Menu.Active = true
Menu.BackgroundColor3 = Color3.new(0, 0, 0)
Menu.BackgroundTransparency = 0.5
Menu.BorderColor3 = Color3.new(0, 1, 1)
Menu.BorderSizePixel = 2
Menu.Draggable = true
Menu.Position = UDim2.new(0, game.Players.LocalPlayer:GetMouse().ViewSizeX/2.5, 0,
-game.Players.LocalPlayer:GetMouse().ViewSizeY/2)
Menu.Size = UDim2.new(0, 500, 0, 28)
Menu.Visible = true

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy