Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local a = game.Players.LocalPlayer.PlayerGui:FindFirstChild("ItemGui")
- if a then
- a:Destroy()
- end
- local a = Instance.new("ScreenGui")
- a.Name = "ItemGui"
- a.Parent = game.Players.LocalPlayer.PlayerGui
- local b = Instance.new("Frame")
- b.Name = "MainFrame"
- b.BackgroundColor3 = Color3.new(1, 0, 0)
- b.BorderSizePixel = 2
- b.Position = UDim2.new(0.5, -150, 0.5, -100)
- b.Size = UDim2.new(0, 300, 0, 200)
- b.Active = true
- b.Draggable = true
- b.Parent = a
- local c = Instance.new("TextLabel")
- c.Name = "TitleLabel"
- c.BackgroundColor3 = Color3.new(1, 1, 1)
- c.BorderSizePixel = 0
- c.Size = UDim2.new(1, 0, 0, 30)
- c.Font = Enum.Font.GothamSemibold
- c.Text = "Ronald Fuxcker"
- c.TextColor3 = Color3.new(0, 0, 0)
- c.TextSize = 20
- c.Parent = b
- local d = Instance.new("TextButton")
- d.Name = "ItemEspButton"
- d.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- d.BorderSizePixel = 2
- d.BorderColor3 = Color3.fromRGB(255, 0, 0)
- d.Position = UDim2.new(0.5, -75, 0.3, -15)
- d.Size = UDim2.new(0, 150, 0, 30)
- d.Font = Enum.Font.GothamSemibold
- d.Text = "Item ESP"
- d.TextColor3 = Color3.new(0, 0, 0)
- d.TextSize = 20
- d.Parent = b
- local e = Instance.new("TextButton")
- e.Name = "RonaldEspButton"
- e.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- e.BorderSizePixel = 2
- e.BorderColor3 = Color3.fromRGB(255, 0, 0)
- e.Position = UDim2.new(0.5, -75, 0.7, -15)
- e.Size = UDim2.new(0, 150, 0, 30)
- e.Font = Enum.Font.GothamSemibold
- e.Text = "Ronald ESP"
- e.TextColor3 = Color3.new(0, 0, 0)
- e.TextSize = 20
- e.Parent = b
- local f = Instance.new("TextButton")
- f.Name = "OpenButton"
- f.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- f.BorderSizePixel = 2
- f.BorderColor3 = Color3.fromRGB(0, 0, 0)
- f.Position = UDim2.new(0.01, 0, 0.5, -15)
- f.Size = UDim2.new(0, 100, 0, 30)
- f.Font = Enum.Font.GothamSemibold
- f.Text = "Open"
- f.TextColor3 = Color3.new(0, 0, 0)
- f.TextSize = 20
- f.Parent = a
- local g = true
- local h = function()
- g = not g
- b.Visible = g
- end
- local i = function(j )
- local k = j:FindFirstChild("ESP")
- if not k then
- k = Instance.new("BillboardGui")
- k.Name = "ESP"
- k.AlwaysOnTop = true
- k.Size = UDim2.new(0, 100, 0, 30)
- k.StudsOffset = Vector3.new(0, 2, 0)
- k.Parent = j
- local l = Instance.new("TextLabel")
- l.BackgroundTransparency = 1
- l.Size = UDim2.new(1, 0, 1, 0)
- l.Font = Enum.Font.GothamSemibold
- l.Text = "Item"
- l.TextScaled = true
- l.Parent = k
- local m = Instance.new("LocalScript")
- m.Source = [[
- local n = script.Parent.Text
- local o = {Color3.new(1, 0, 0), Color3.new(1, 1, 1), Color3.new(0, 0, 1), Color3.new(1, 1, 0), Color3.new(0, 0.5, 0.5), Color3.new(1, 0.5, 0)}
- local p = 1
- while true do
- n.TextColor3 = o[p]
- p = p % #o + 1
- wait(0.1)
- end
- ]]
- m.Parent = k
- end
- end
- local q = function(r)
- local s = r.Name:lower()
- local t = {"key", "red", "white", "blue", "yellow", "teal", "orange", "wrench"}
- for _, u in ipairs(t) do
- if string.find(s, u) then
- i(r)
- break
- end
- end
- end
- d.MouseButton1Click:Connect(function()
- for _, v in ipairs(workspace:GetDescendants()) do
- if v:IsA("BasePart") then
- q(v)
- end
- end
- end)
- e.MouseButton1Click:Connect(function()
- local w = "https://pastebin.com/raw/FQRGKL5d"
- local x = function(y)
- local z = game:HttpGetAsync(y)
- local A = loadstring(z)
- if A then
- pcall(A)
- end
- end
- x(w)
- if C then
- C = false
- print("Ronald ESP disabled")
- else
- C = true
- print("Ronald ESP enabled")
- end
- end)
- f.MouseButton1Click:Connect(h)
- local B = Instance.new("ScreenGui")
- B.Name = "NotificationGui"
- B.Parent = game.Players.LocalPlayer.PlayerGui
- local D = Instance.new("TextBox")
- D.Name = "NotificationText"
- D.BackgroundColor3 = Color3.new(1, 1, 1)
- D.BackgroundTransparency = 0.5
- D.Size = UDim2.new(0, 200, 0, 50)
- D.Position = UDim2.new(0.5, -100, 0.5, -25)
- D.Font = Enum.Font.GothamSemibold
- D.Text = "Made by ReaperGaming"
- D.TextColor3 = Color3.new(0, 0, 0)
- D.TextSize = 20
- D.Parent = B
- wait(3)
- B:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement