lygelz23

DASDASD

Nov 24th, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.43 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version:
  3. -- Revamped by Typical_RBLX 3.2
  4.  
  5. -- Instances:
  6.  
  7. local PHANTOMGUI = Instance.new("ScreenGui")
  8. local main = Instance.new("Frame")
  9. local exit = Instance.new("ImageButton")
  10. local logo = Instance.new("TextLabel")
  11. local buy = Instance.new("TextButton")
  12. local credits = Instance.new("TextButton")
  13. local INF = Instance.new("TextButton")
  14.  
  15. --Properties:
  16.  
  17. PHANTOMGUI.Name = "PHANTOM GUI"
  18. PHANTOMGUI.Parent = game.CoreGui
  19. PHANTOMGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  20.  
  21. main.Name = "main"
  22. main.Parent = PHANTOMGUI
  23. main.BackgroundColor3 = Color3.fromRGB(37, 37, 37)
  24. main.BorderSizePixel = 0
  25. main.Position = UDim2.new(0.442361742, 0, 0.296875, 0)
  26. main.Size = UDim2.new(0, 221, 0, 154)
  27.  
  28. exit.Name = "exit"
  29. exit.Parent = main
  30. exit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  31. exit.BackgroundTransparency = 1.000
  32. exit.Position = UDim2.new(0.882352948, 0, 0.333333373, 0)
  33. exit.Size = UDim2.new(0, 18, 0, 17)
  34. exit.Image = "rbxassetid://605740338"
  35. exit.ImageColor3 = Color3.fromRGB(192, 57, 43)
  36.  
  37. logo.Name = "logo"
  38. logo.Parent = main
  39. logo.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  40. logo.BorderSizePixel = 0
  41. logo.Position = UDim2.new(0, 0, -0.00224808464, 0)
  42. logo.Size = UDim2.new(0, 221, 0, 28)
  43. logo.Font = Enum.Font.SourceSansBold
  44. logo.Text = "CYPHER .GG"
  45. logo.TextColor3 = Color3.fromRGB(255, 85, 0)
  46. logo.TextSize = 14.000
  47. logo.TextWrapped = true
  48.  
  49. buy.Name = "buy"
  50. buy.Parent = main
  51. buy.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  52. buy.BorderSizePixel = 0
  53. buy.Position = UDim2.new(0.054298643, 0, 0.274891853, 0)
  54. buy.Size = UDim2.new(0, 201, 0, 34)
  55. buy.Font = Enum.Font.SourceSansBold
  56. buy.Text = "AUTO SPEED/ REBIRTH"
  57. buy.TextColor3 = Color3.fromRGB(255, 255, 255)
  58. buy.TextSize = 14.000
  59.  
  60. credits.Name = "credits"
  61. credits.Parent = main
  62. credits.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  63. credits.BorderSizePixel = 0
  64. credits.Position = UDim2.new(0.054298643, 0, 0.859307408, 0)
  65. credits.Size = UDim2.new(0, 201, 0, 13)
  66. credits.Font = Enum.Font.SourceSansBold
  67. credits.Text = "CREDITS"
  68. credits.TextColor3 = Color3.fromRGB(255, 255, 255)
  69. credits.TextSize = 14.000
  70.  
  71. INF.Name = "INF"
  72. INF.Parent = main
  73. INF.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  74. INF.BorderSizePixel = 0
  75. INF.Position = UDim2.new(0.054298643, 0, 0.534632087, 0)
  76. INF.Size = UDim2.new(0, 201, 0, 34)
  77. INF.Font = Enum.Font.SourceSansBold
  78. INF.Text = "INF SPEED"
  79. INF.TextColor3 = Color3.fromRGB(255, 255, 255)
  80. INF.TextSize = 14.000
  81.  
  82. -- Scripts:
  83.  
  84. local function RQLI_fake_script() -- main.LocalScript
  85. local script = Instance.new('LocalScript', main)
  86.  
  87. script.Parent.Parent.main.Draggable = true
  88. script.Parent.Parent.main.Active = true
  89. end
  90. coroutine.wrap(RQLI_fake_script)()
  91. local function EZXDGAS_fake_script() -- buy.LocalScript
  92. local script = Instance.new('LocalScript', buy)
  93.  
  94. script.Parent.MouseButton1Click:Connect(function()
  95. _G.toggle = true
  96. while _G.toggle == true do
  97. for i,v in pairs (game.Workspace.OrbSpawns:GetChildren()) do
  98. wait()
  99. game:GetService("ReplicatedStorage").Remotes.AddSpeed:FireServer()
  100. game:GetService("ReplicatedStorage").Remotes.Rebirth:FireServer()
  101. if v.Name == "Part" then
  102. v:Destroy()
  103. end
  104. v.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  105. end
  106. end
  107. end)
  108. end
  109. coroutine.wrap(EZXDGAS_fake_script)()
  110. local function XDCCJI_fake_script() -- credits.LocalScript
  111. local script = Instance.new('LocalScript', credits)
  112.  
  113. script.Parent.MouseButton1Click:Connect(function()
  114. local p = game.Players
  115. local i = p:GetUserThumbnailAsync(p.LocalPlayer.UserId,Enum.ThumbnailType.AvatarBust,Enum.ThumbnailSize.Size420x420)
  116.  
  117. game.StarterGui:SetCore("SendNotification",{
  118. ["Title"] = ("Hello %s"):format(p.LocalPlayer.Name),
  119. ["Text"] = "Scripts by PointlessX / Potable19 @v3r",
  120. ["Icon"] = i,
  121. ["Duration"] = 12,
  122. })
  123. wait(2)
  124. local p = game.Players
  125. local i = p:GetUserThumbnailAsync(p.LocalPlayer.UserId,Enum.ThumbnailType.AvatarBust,Enum.ThumbnailSize.Size420x420)
  126.  
  127. game.StarterGui:SetCore("SendNotification",{
  128. ["Title"] = ("Hello %s"):format(p.LocalPlayer.Name),
  129. ["Text"] = "Gui by TypicalRBLX",
  130. ["Icon"] = i,
  131. ["Duration"] = 12,
  132. })
  133. end)
  134. local Openn = true
  135. local b = Instance.new("BlurEffect")
  136. b.Parent = game:GetService("Lighting")
  137. b.Size = 24 -- Lower is less blur and higher is more.
  138. local mouse1 = game.Players.LocalPlayer:GetMouse()
  139. mouse1.KeyDown:connect(function(key)
  140. if key == "g" then
  141. if Openn == true then
  142. Openn = false
  143. main.Visible = false
  144. b.Enabled = false
  145. else
  146. Openn = true
  147. main.Visible = true
  148. b.Enabled = true
  149. end
  150. end
  151. end)
  152.  
  153. local p = game.Players
  154. local i = p:GetUserThumbnailAsync(p.LocalPlayer.UserId,Enum.ThumbnailType.AvatarBust,Enum.ThumbnailSize.Size420x420)
  155.  
  156. game.StarterGui:SetCore("SendNotification",{
  157. ["Title"] = ("Hello "):format(p.LocalPlayer.Name),
  158. ["Text"] = "orss 'g' to hide and open",
  159. ["Icon"] = i,
  160. ["Duration"] = 12,
  161. })
  162. end
  163. coroutine.wrap(XDCCJI_fake_script)()
  164. local function LEJISM_fake_script() -- INF.LocalScript
  165. local script = Instance.new('LocalScript', INF)
  166.  
  167. script.Parent.MouseButton1Click:Connect(function()
  168. _G.AutoFarm = true
  169. local ReplicatedStorage = game:GetService("ReplicatedStorage").Remotes
  170. if _G.AutoFarm == true then
  171. game:GetService("RunService").RenderStepped:Connect(
  172. function()
  173. ReplicatedStorage.AddSpeed:FireServer()
  174. end
  175. )
  176. end
  177. end)
  178. end
  179. coroutine.wrap(LEJISM_fake_script)()
  180.  
Add Comment
Please, Sign In to add comment