xjzhsj

reign esp

Jan 24th, 2021 (edited)
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 13.68 KB | None | 0 0
  1.  
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local Frame = Instance.new("Frame")
  4. local IronOres = Instance.new("TextButton")
  5. local SilverOres = Instance.new("TextButton")
  6. local QumarasShrine = Instance.new("TextButton")
  7. local GoldOres = Instance.new("TextButton")
  8. local ShadeStone = Instance.new("TextButton")
  9. local Ruby = Instance.new("TextButton")
  10. local Obsidian = Instance.new("TextButton")
  11. local HeartRoot = Instance.new("TextButton")
  12. local Coal = Instance.new("TextButton")
  13. local TextLabel = Instance.new("TextLabel")
  14. local TextLabel_2 = Instance.new("TextLabel")
  15. local open = Instance.new("TextButton")
  16.  
  17. --Properties:
  18.  
  19. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  20. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  21.  
  22. Frame.Parent = ScreenGui
  23. Frame.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  24. Frame.BorderColor3 = Color3.fromRGB(255, 247, 247)
  25. Frame.BorderSizePixel = 3
  26. Frame.Position = UDim2.new(0.5, -180, 0.489795923, -235)
  27. Frame.Size = UDim2.new(0, 361, 0, 478)
  28. Frame.Visible = false
  29. Frame.Active = true
  30. Frame.Draggable = true
  31.  
  32. IronOres.Name = "IronOres"
  33. IronOres.Parent = Frame
  34. IronOres.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  35. IronOres.BorderColor3 = Color3.fromRGB(11, 190, 255)
  36. IronOres.BorderSizePixel = 3
  37. IronOres.Position = UDim2.new(0.0252206773, 0, 0.0318471342, 0)
  38. IronOres.Size = UDim2.new(0, 163, 0, 39)
  39. IronOres.Font = Enum.Font.SciFi
  40. IronOres.Text = "Iron Ores"
  41. IronOres.TextColor3 = Color3.fromRGB(255, 255, 255)
  42. IronOres.TextScaled = true
  43. IronOres.TextSize = 14.000
  44. IronOres.TextWrapped = true
  45. IronOres.MouseButton1Click:Connect(function()
  46.     for i,v in pairs(game.Workspace:GetDescendants()) do
  47.         if v.ClassName == 'TouchTransmitter' and v.Parent.Name == 'ironOre' then
  48.             local BillboardGui = Instance.new('BillboardGui')
  49.             local TextLabel = Instance.new('TextLabel')
  50.  
  51.             BillboardGui.Parent = v.Parent
  52.             BillboardGui.AlwaysOnTop = true
  53.             BillboardGui.Size = UDim2.new(0, 50, 0, 50)
  54.             BillboardGui.StudsOffset = Vector3.new(0,2,0)
  55.  
  56.             TextLabel.Parent = BillboardGui
  57.             TextLabel.BackgroundColor3 = Color3.new(254, 19, 231)
  58.             TextLabel.BackgroundTransparency = 1
  59.             TextLabel.Size = UDim2.new(1, 0, 1, 0)
  60.             TextLabel.Text = "Iron Ores"
  61.             TextLabel.TextColor3 = Color3.new(254, 19, 231)
  62.             TextLabel.TextScaled = true
  63.         end
  64.     end
  65. end)
  66.  
  67. SilverOres.Name = "SilverOres"
  68. SilverOres.Parent = Frame
  69. SilverOres.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  70. SilverOres.BorderColor3 = Color3.fromRGB(11, 190, 255)
  71. SilverOres.BorderSizePixel = 3
  72. SilverOres.Position = UDim2.new(0.025220681, 0, 0.28874734, 0)
  73. SilverOres.Size = UDim2.new(0, 163, 0, 39)
  74. SilverOres.Font = Enum.Font.SciFi
  75. SilverOres.Text = "Silver Ores"
  76. SilverOres.TextColor3 = Color3.fromRGB(255, 255, 255)
  77. SilverOres.TextScaled = true
  78. SilverOres.TextSize = 14.000
  79. SilverOres.TextWrapped = true
  80. SilverOres.MouseButton1Click:Connect(function()
  81.     for i,v in pairs(game.Workspace:GetDescendants()) do
  82.         if v.ClassName == 'TouchTransmitter' and v.Parent.Name == 'silverOre' then
  83.             local BillboardGui = Instance.new('BillboardGui')
  84.             local TextLabel = Instance.new('TextLabel')
  85.  
  86.             BillboardGui.Parent = v.Parent
  87.             BillboardGui.AlwaysOnTop = true
  88.             BillboardGui.Size = UDim2.new(0, 50, 0, 50)
  89.             BillboardGui.StudsOffset = Vector3.new(0,2,0)
  90.  
  91.             TextLabel.Parent = BillboardGui
  92.             TextLabel.BackgroundColor3 = Color3.new(254, 19, 231)
  93.             TextLabel.BackgroundTransparency = 1
  94.             TextLabel.Size = UDim2.new(1, 0, 1, 0)
  95.             TextLabel.Text = "Silver Ores"
  96.             TextLabel.TextColor3 = Color3.new(254, 19, 231)
  97.             TextLabel.TextScaled = true
  98.         end
  99.     end
  100. end)
  101.  
  102. QumarasShrine.Name = "QumarasShrine"
  103. QumarasShrine.Parent = Frame
  104. QumarasShrine.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  105. QumarasShrine.BorderColor3 = Color3.fromRGB(11, 190, 255)
  106. QumarasShrine.BorderSizePixel = 3
  107. QumarasShrine.Position = UDim2.new(0.025220681, 0, 0.165605098, 0)
  108. QumarasShrine.Size = UDim2.new(0, 163, 0, 39)
  109. QumarasShrine.Font = Enum.Font.SciFi
  110. QumarasShrine.Text = "QumarasShrine"
  111. QumarasShrine.TextColor3 = Color3.fromRGB(255, 255, 255)
  112. QumarasShrine.TextScaled = true
  113. QumarasShrine.TextSize = 14.000
  114. QumarasShrine.TextWrapped = true
  115. QumarasShrine.MouseButton1Click:Connect(function()
  116.     for i,v in pairs(game.Workspace:GetDescendants()) do
  117.         if v.ClassName == 'StringValue' and v.Value == 'QumarasShrine' then
  118.             local BillboardGui = Instance.new('BillboardGui')
  119.             local TextLabel = Instance.new('TextLabel')
  120.  
  121.             BillboardGui.Parent = v.Parent
  122.             BillboardGui.AlwaysOnTop = true
  123.             BillboardGui.Size = UDim2.new(0, 50, 0, 50)
  124.             BillboardGui.StudsOffset = Vector3.new(0,2,0)
  125.  
  126.             TextLabel.Parent = BillboardGui
  127.             TextLabel.BackgroundColor3 = Color3.new(254, 19, 231)
  128.             TextLabel.BackgroundTransparency = 1
  129.             TextLabel.Size = UDim2.new(1, 0, 1, 0)
  130.             TextLabel.Text = "QumarasShrine"
  131.             TextLabel.TextColor3 = Color3.new(0.486275, 0.666667, 1)
  132.             TextLabel.TextScaled = true
  133.         end
  134.     end
  135. end)
  136.  
  137. GoldOres.Name = "GoldOres"
  138. GoldOres.Parent = Frame
  139. GoldOres.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  140. GoldOres.BorderColor3 = Color3.fromRGB(11, 190, 255)
  141. GoldOres.BorderSizePixel = 3
  142. GoldOres.Position = UDim2.new(0.025220681, 0, 0.416135907, 0)
  143. GoldOres.Size = UDim2.new(0, 163, 0, 39)
  144. GoldOres.Font = Enum.Font.SciFi
  145. GoldOres.Text = "Gold Ores"
  146. GoldOres.TextColor3 = Color3.fromRGB(255, 255, 255)
  147. GoldOres.TextScaled = true
  148. GoldOres.TextSize = 14.000
  149. GoldOres.TextWrapped = true
  150. GoldOres.MouseButton1Click:Connect(function()
  151.     for i,v in pairs(game.Workspace:GetDescendants()) do
  152.         if v.ClassName == 'StringValue' and v.Value == 'goldOre' then
  153.             local BillboardGui = Instance.new('BillboardGui')
  154.             local TextLabel = Instance.new('TextLabel')
  155.  
  156.             BillboardGui.Parent = v.Parent
  157.             BillboardGui.AlwaysOnTop = true
  158.             BillboardGui.Size = UDim2.new(0, 50, 0, 50)
  159.             BillboardGui.StudsOffset = Vector3.new(0,2,0)
  160.  
  161.             TextLabel.Parent = BillboardGui
  162.             TextLabel.BackgroundColor3 = Color3.new(254, 19, 231)
  163.             TextLabel.BackgroundTransparency = 1
  164.             TextLabel.Size = UDim2.new(1, 0, 1, 0)
  165.             TextLabel.Text = "Gold Ores"
  166.             TextLabel.TextColor3 = Color3.new(0.184314, 1, 0.388235)
  167.             TextLabel.TextScaled = true
  168.         end
  169.     end
  170. end)
  171.  
  172. ShadeStone.Name = "ShadeStone"
  173. ShadeStone.Parent = Frame
  174. ShadeStone.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  175. ShadeStone.BorderColor3 = Color3.fromRGB(11, 190, 255)
  176. ShadeStone.BorderSizePixel = 3
  177. ShadeStone.Position = UDim2.new(0.025220681, 0, 0.552016973, 0)
  178. ShadeStone.Size = UDim2.new(0, 163, 0, 39)
  179. ShadeStone.Font = Enum.Font.SciFi
  180. ShadeStone.Text = "Shade Stones"
  181. ShadeStone.TextColor3 = Color3.fromRGB(255, 16, 88)
  182. ShadeStone.TextScaled = true
  183. ShadeStone.TextSize = 14.000
  184. ShadeStone.TextWrapped = true
  185. ShadeStone.MouseButton1Click:Connect(function()
  186.     for i,v in pairs(game.Workspace:GetDescendants()) do
  187.         if v.ClassName == 'StringValue' and v.Value == 'shadeStone' then
  188.             local BillboardGui = Instance.new('BillboardGui')
  189.             local TextLabel = Instance.new('TextLabel')
  190.  
  191.             BillboardGui.Parent = v.Parent
  192.             BillboardGui.AlwaysOnTop = true
  193.             BillboardGui.Size = UDim2.new(0, 50, 0, 50)
  194.             BillboardGui.StudsOffset = Vector3.new(0,2,0)
  195.  
  196.             TextLabel.Parent = BillboardGui
  197.             TextLabel.BackgroundColor3 = Color3.new(254, 19, 231)
  198.             TextLabel.BackgroundTransparency = 1
  199.             TextLabel.Size = UDim2.new(1, 0, 1, 0)
  200.             TextLabel.Text = "Shade Stones"
  201.             TextLabel.TextColor3 = Color3.new(1, 0.00784314, 0.439216)
  202.             TextLabel.TextScaled = true
  203.         end
  204.     end
  205. end)
  206.  
  207. Ruby.Name = "Ruby"
  208. Ruby.Parent = Frame
  209. Ruby.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  210. Ruby.BorderColor3 = Color3.fromRGB(11, 190, 255)
  211. Ruby.BorderSizePixel = 3
  212. Ruby.Position = UDim2.new(0.025220681, 0, 0.685774982, 0)
  213. Ruby.Size = UDim2.new(0, 163, 0, 39)
  214. Ruby.Font = Enum.Font.SciFi
  215. Ruby.Text = "Ruby"
  216. Ruby.TextColor3 = Color3.fromRGB(14, 151, 255)
  217. Ruby.TextScaled = true
  218. Ruby.TextSize = 14.000
  219. Ruby.TextWrapped = true
  220. Ruby.MouseButton1Click:Connect(function()
  221.     for i,v in pairs(game.Workspace:GetDescendants()) do
  222.         if v.ClassName == 'StringValue' and v.Value == 'rubyOre' then
  223.             local BillboardGui = Instance.new('BillboardGui')
  224.             local TextLabel = Instance.new('TextLabel')
  225.  
  226.             BillboardGui.Parent = v.Parent
  227.             BillboardGui.AlwaysOnTop = true
  228.             BillboardGui.Size = UDim2.new(0, 50, 0, 50)
  229.             BillboardGui.StudsOffset = Vector3.new(0,2,0)
  230.  
  231.             TextLabel.Parent = BillboardGui
  232.             TextLabel.BackgroundColor3 = Color3.new(254, 19, 231)
  233.             TextLabel.BackgroundTransparency = 1
  234.             TextLabel.Size = UDim2.new(1, 0, 1, 0)
  235.             TextLabel.Text = "Ruby Ores"
  236.             TextLabel.TextColor3 = Color3.new(0.101961, 0.760784, 1)
  237.             TextLabel.TextScaled = true
  238.         end
  239.     end
  240. end)
  241.  
  242. Obsidian.Name = "Obsidian"
  243. Obsidian.Parent = Frame
  244. Obsidian.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  245. Obsidian.BorderColor3 = Color3.fromRGB(11, 190, 255)
  246. Obsidian.BorderSizePixel = 3
  247. Obsidian.Position = UDim2.new(0.025220681, 0, 0.813163519, 0)
  248. Obsidian.Size = UDim2.new(0, 163, 0, 39)
  249. Obsidian.Font = Enum.Font.SciFi
  250. Obsidian.Text = "Obsidian"
  251. Obsidian.TextColor3 = Color3.fromRGB(255, 16, 152)
  252. Obsidian.TextScaled = true
  253. Obsidian.TextSize = 14.000
  254. Obsidian.TextWrapped = true
  255. Obsidian.MouseButton1Click:Connect(function()
  256.     for i,v in pairs(game.Workspace:GetDescendants()) do
  257.         if v.ClassName == 'StringValue' and v.Value == 'obsidianOre' then
  258.             local BillboardGui = Instance.new('BillboardGui')
  259.             local TextLabel = Instance.new('TextLabel')
  260.  
  261.             BillboardGui.Parent = v.Parent
  262.             BillboardGui.AlwaysOnTop = true
  263.             BillboardGui.Size = UDim2.new(0, 50, 0, 50)
  264.             BillboardGui.StudsOffset = Vector3.new(0,2,0)
  265.  
  266.             TextLabel.Parent = BillboardGui
  267.             TextLabel.BackgroundColor3 = Color3.new(254, 19, 231)
  268.             TextLabel.BackgroundTransparency = 1
  269.             TextLabel.Size = UDim2.new(1, 0, 1, 0)
  270.             TextLabel.Text = "Obsidian Ores"
  271.             TextLabel.TextColor3 = Color3.new(1, 0.00784314, 0.439216)
  272.             TextLabel.TextScaled = true
  273.         end
  274.     end
  275. end)
  276.  
  277. HeartRoot.Name = "HeartRoot"
  278. HeartRoot.Parent = Frame
  279. HeartRoot.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  280. HeartRoot.BorderColor3 = Color3.fromRGB(11, 190, 255)
  281. HeartRoot.BorderSizePixel = 3
  282. HeartRoot.Position = UDim2.new(0.524252713, 0, 0.165605083, 0)
  283. HeartRoot.Size = UDim2.new(0, 163, 0, 39)
  284. HeartRoot.Font = Enum.Font.SciFi
  285. HeartRoot.Text = "Heart Root"
  286. HeartRoot.TextColor3 = Color3.fromRGB(255, 255, 255)
  287. HeartRoot.TextScaled = true
  288. HeartRoot.TextSize = 14.000
  289. HeartRoot.TextWrapped = true
  290. HeartRoot.MouseButton1Click:Connect(function()
  291.     for i,v in pairs(game.Workspace:GetDescendants()) do
  292.         if v.ClassName == 'TouchTransmitter' and v.Parent.Name == 'heartRoot' then
  293.             local BillboardGui = Instance.new('BillboardGui')
  294.             local TextLabel = Instance.new('TextLabel')
  295.  
  296.             BillboardGui.Parent = v.Parent
  297.             BillboardGui.AlwaysOnTop = true
  298.             BillboardGui.Size = UDim2.new(0, 50, 0, 50)
  299.             BillboardGui.StudsOffset = Vector3.new(0,2,0)
  300.  
  301.             TextLabel.Parent = BillboardGui
  302.             TextLabel.BackgroundColor3 = Color3.new(254, 19, 231)
  303.             TextLabel.BackgroundTransparency = 1
  304.             TextLabel.Size = UDim2.new(1, 0, 1, 0)
  305.             TextLabel.Text = "HeartRoots"
  306.             TextLabel.TextColor3 = Color3.new(0.45098, 1, 0.368627)
  307.             TextLabel.TextScaled = true
  308.         end
  309.     end
  310. end)
  311.  
  312. Coal.Name = "Coal"
  313. Coal.Parent = Frame
  314. Coal.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  315. Coal.BorderColor3 = Color3.fromRGB(11, 190, 255)
  316. Coal.BorderSizePixel = 3
  317. Coal.Position = UDim2.new(0.524252713, 0, 0.0297240168, 0)
  318. Coal.Size = UDim2.new(0, 163, 0, 39)
  319. Coal.Font = Enum.Font.SciFi
  320. Coal.Text = "Coal"
  321. Coal.TextColor3 = Color3.fromRGB(255, 255, 255)
  322. Coal.TextScaled = true
  323. Coal.TextSize = 14.000
  324. Coal.TextWrapped = true
  325. Coal.MouseButton1Click:Connect(function()
  326.     for i,v in pairs(game.Workspace:GetDescendants()) do
  327.         if v.ClassName == 'StringValue' and v.Value == 'coal' then
  328.             local BillboardGui = Instance.new('BillboardGui')
  329.             local TextLabel = Instance.new('TextLabel')
  330.  
  331.             BillboardGui.Parent = v.Parent
  332.             BillboardGui.AlwaysOnTop = true
  333.             BillboardGui.Size = UDim2.new(0, 50, 0, 50)
  334.             BillboardGui.StudsOffset = Vector3.new(0,2,0)
  335.  
  336.             TextLabel.Parent = BillboardGui
  337.             TextLabel.BackgroundColor3 = Color3.new(254, 19, 231)
  338.             TextLabel.BackgroundTransparency = 1
  339.             TextLabel.Size = UDim2.new(1, 0, 1, 0)
  340.             TextLabel.Text = "Coal"
  341.             TextLabel.TextColor3 = Color3.new(1, 1, 1)
  342.             TextLabel.TextScaled = true
  343.         end
  344.     end
  345. end)
  346.  
  347. TextLabel.Parent = Frame
  348. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  349. TextLabel.BackgroundTransparency = 1.000
  350. TextLabel.Position = UDim2.new(0.524252772, 0, 0.348195344, 0)
  351. TextLabel.Size = UDim2.new(0, 163, 0, 187)
  352. TextLabel.Font = Enum.Font.SciFi
  353. TextLabel.Text = "More Coming Soon!"
  354. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  355. TextLabel.TextScaled = true
  356. TextLabel.TextSize = 14.000
  357. TextLabel.TextWrapped = true
  358.  
  359. TextLabel_2.Parent = Frame
  360. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  361. TextLabel_2.BackgroundTransparency = 1.000
  362. TextLabel_2.Position = UDim2.new(-0.00165763497, 0, -0.141359195, 0)
  363. TextLabel_2.Size = UDim2.new(0, 361, 0, 58)
  364. TextLabel_2.Font = Enum.Font.SourceSans
  365. TextLabel_2.Text = "Reign ESP"
  366. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  367. TextLabel_2.TextScaled = true
  368. TextLabel_2.TextSize = 14.000
  369. TextLabel_2.TextWrapped = true
  370.  
  371. open.Name = "open"
  372. open.Parent = ScreenGui
  373. open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  374. open.BackgroundTransparency = 1.000
  375. open.Position = UDim2.new(0, 0, 0.600000024, -16)
  376. open.Size = UDim2.new(0, 116, 0, 32)
  377. open.Font = Enum.Font.SciFi
  378. open.Text = "Misc ESP"
  379. open.TextColor3 = Color3.fromRGB(255, 255, 255)
  380. open.TextScaled = true
  381. open.TextSize = 14.000
  382. open.TextWrapped = true
  383. open.MouseButton1Click:Connect(function()
  384.     if Frame.Visible == false then
  385.         Frame.Visible = true
  386.     else
  387.         Frame.Visible = false
  388.     end
  389. end)
Add Comment
Please, Sign In to add comment