Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.87 KB | None | 0 0
  1. Instance.new("BlurEffect", game.Lighting).Name = "BlurLoad"
  2. game.Lighting.BlurLoad.Size = 20
  3. game.StarterGui:SetCore("SendNotification", {
  4. Title = " Devil Script";
  5. Text = " Bypass script";
  6. Icon = "rbxassetid://3468302763";
  7. Duration = 9;
  8. })
  9. wait(0.1)
  10. local ScreenGui = Instance.new("ScreenGui")
  11. local Frame = Instance.new("Frame")
  12. local TextLabel = Instance.new("TextLabel")
  13. local TextLabel2 = Instance.new("TextLabel")
  14. local ImageLabel = Instance.new("ImageLabel")
  15. local WhiteListframe = Instance.new("Frame")
  16. local WhiteListTitle = Instance.new("TextLabel")
  17. local Open = Instance.new("TextButton")
  18. local TextBox = Instance.new("TextBox")
  19. --Properties:
  20. ScreenGui.Parent = game.CoreGui
  21. WhiteListframe.Visible = false
  22. wait(2)
  23. Frame.Parent = ScreenGui
  24. Frame.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  25. Frame.Position = UDim2.new(0.430834234, 0, 0.261127591, 0)
  26. Frame.Size = UDim2.new(0, 211, 0, 293)
  27.  
  28. TextLabel.Parent = Frame
  29. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  30. TextLabel.BorderColor3 = Color3.new(1, 0.666667, 0)
  31. TextLabel.Size = UDim2.new(0, 211, 0, 50)
  32. TextLabel.Font = Enum.Font.SourceSans
  33. TextLabel.Text = "DevilScript"
  34. TextLabel.TextColor3 = Color3.new(1, 0.666667, 0)
  35. TextLabel.TextScaled = true
  36. TextLabel.TextSize = 14
  37. TextLabel.TextWrapped = true
  38.  
  39. TextLabel2.Name = "TextLabel2"
  40. TextLabel2.Parent = Frame
  41. TextLabel2.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  42. TextLabel2.BackgroundTransparency = 1
  43. TextLabel2.Position = UDim2.new(-0.07109005, 0, 0.754266202, 0)
  44. TextLabel2.Size = UDim2.new(0, 241, 0, 72)
  45. TextLabel2.Font = Enum.Font.SourceSans
  46. TextLabel2.Text = "Loading to Gui..."
  47. TextLabel2.TextColor3 = Color3.new(1, 0, 0.0156863)
  48. TextLabel2.TextSize = 30
  49.  
  50. ImageLabel.Parent = Frame
  51. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  52. ImageLabel.BackgroundTransparency = 1
  53. ImageLabel.Position = UDim2.new(0.260663509, 0, 0.327645063, 0)
  54. ImageLabel.Size = UDim2.new(0, 100, 0, 100)
  55. ImageLabel.Image = "rbxassetid://3468302763"
  56.  
  57. WhiteListframe.Name = "WhiteListframe"
  58. WhiteListframe.Parent = ScreenGui
  59. WhiteListframe.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  60. WhiteListframe.Position = UDim2.new(0.398948073, 0, 0.360277146, 0)
  61. WhiteListframe.Size = UDim2.new(0, 339, 0, 176)
  62.  
  63. Open.Name = "Open"
  64. Open.Parent = WhiteListframe
  65. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  66. Open.BorderColor3 = Color3.new(1, 0.666667, 0)
  67. Open.Position = UDim2.new(0.329411775, 0, 0.727272749, 0)
  68. Open.Size = UDim2.new(0, 114, 0, 39)
  69. Open.Font = Enum.Font.SourceSans
  70. Open.Text = "Check"
  71. Open.TextColor3 = Color3.new(1, 0.666667, 0)
  72. Open.TextSize = 25
  73. Open.MouseButton1Down:connect(function()
  74. if TextBox.Text ~= "Beta" then
  75. game.Players.LocalPlayer.Character:BreakJoints()
  76. wait(0.3)
  77. game:GetService("StarterGui"):SetCore("SendNotification", {
  78. Title = " Devil Script";
  79. Text = " Wrong Key!";
  80. Icon = "rbxassetid://3468302763";
  81. })
  82. Open.Text = "Error!"
  83. wait(1)
  84. Open.Text = "Check"
  85.  
  86. end
  87.  
  88. if TextBox.Text == "Beta" then
  89. Open.Text = "Check"
  90. wait(0.5)
  91. Open.Text = "Done!"
  92. game:GetService("StarterGui"):SetCore("SendNotification", {
  93. Title = " Devil Script";
  94. Text = " Loading...";
  95. Icon = "rbxassetid://3468302763";
  96. Color = Color3.new(1, 0.666667, 0);
  97. })
  98.  
  99. wait(3)
  100. game:GetService("StarterGui"):SetCore("SendNotification", {
  101. Title = " Devil Script";
  102. Text = " Open Gui";
  103. Color = Color3.new(1, 0.666667, 0);
  104. Icon = "rbxassetid://3468302763";
  105. })
  106. WhiteListframe.Visible = false
  107. loadstring(game:HttpGet('https://pastebin.com/raw/T3fzg7tm', true))()
  108.  
  109. wait(0.5)
  110. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  111. Text = "DEVIL SCRIPT : Made By : Devil Script!!";
  112. Color = Color3.new(0, 0, 0);
  113. Font = Enum.Font.SourceSansBold;
  114. FontSize = Enum.FontSize.Size24;
  115. })
  116. end
  117. end)
  118.  
  119. WhiteListTitle.Name = "WhiteListTitle"
  120. WhiteListTitle.Parent = WhiteListframe
  121. WhiteListTitle.BackgroundColor3 = Color3.new(0, 0, 0)
  122. WhiteListTitle.BorderColor3 = Color3.new(1, 0.666667, 0)
  123. WhiteListTitle.Position = UDim2.new(-0.000130802393, 0, -0.00401490927, 0)
  124. WhiteListTitle.Size = UDim2.new(0, 340, 0, 46)
  125. WhiteListTitle.Font = Enum.Font.SourceSans
  126. WhiteListTitle.Text = "Devil Script"
  127. WhiteListTitle.TextColor3 = Color3.new(1, 0.666667, 0)
  128. WhiteListTitle.TextScaled = true
  129. WhiteListTitle.TextSize = 14
  130. WhiteListTitle.TextWrapped = true
  131.  
  132. TextBox.Parent = WhiteListframe
  133. TextBox.BackgroundColor3 = Color3.new(0, 0, 0)
  134. TextBox.BorderColor3 = Color3.new(1, 0, 0.0156863)
  135. TextBox.Position = UDim2.new(0.143996149, 0, 0.374318212, 0)
  136. TextBox.Size = UDim2.new(0, 241, 0, 44)
  137. TextBox.Font = Enum.Font.SourceSans
  138. TextBox.PlaceholderColor3 = Color3.fromRGB(255,0,0)
  139. TextBox.PlaceholderText = "Enter your key here"
  140. TextBox.Text = ""
  141. TextBox.TextColor3 = Color3.new(1, 0, 0)
  142. TextBox.TextSize = 25
  143. --Script:
  144.  
  145. local plr = game:service"Players".LocalPlayer;
  146. local tween_s = game:service"TweenService";
  147. local info = TweenInfo.new(9,Enum.EasingStyle.Quad);
  148. function tp(...)
  149. local tic_k = tick();
  150. local params = {...};
  151. local cframe = CFrame.new(params[1],params[2],params[3]);
  152. local tween,err = pcall(function()
  153. local tween = tween_s:Create(plr.Character["HumanoidRootPart"],info,{CFrame=cframe});
  154. tween:Play();
  155. end)
  156. if not tween then return err end
  157. end
  158. tp(0, 10, 10);
  159.  
  160. Frame.Visible = true
  161.  
  162. TextLabel2.Text = "L"
  163. wait(0.2)
  164. TextLabel2.Text = "Lo"
  165. wait(0.2)
  166. TextLabel2.Text = "Loa"
  167. wait(0.2)
  168. TextLabel2.Text = "Load"
  169. wait(0.2)
  170. TextLabel2.Text = "Loadi"
  171. wait(0.1)
  172. TextLabel2.Text = "Loadin"
  173. wait(0.2)
  174. TextLabel2.Text = "Loading"
  175. wait(0.2)
  176. TextLabel2.Text = "Loading t"
  177. wait(0.2)
  178. TextLabel2.Text = "Loading to"
  179. wait(0.2)
  180. TextLabel2.Text = "Loading to G"
  181. wait(0.2)
  182. TextLabel2.Text = "Loading to Gu"
  183. wait(0.2)
  184. TextLabel2.Text = "Loading to Gui"
  185. wait(0.2)
  186. TextLabel2.Text = "Loading to Gui."
  187. wait(0.5)
  188. TextLabel2.Text = "Loading to Gui.."
  189. wait(0.5)
  190. TextLabel2.Text = "Loading to Gui..."
  191. --tween
  192. for i = 1, 100 do
  193. wait(0.01)
  194. ImageLabel.Rotation = ImageLabel.Rotation +1
  195. end
  196. wait(1)
  197. Frame.Visible = false
  198. game.Lighting.BlurLoad:Destroy()
  199. wait(1)
  200. WhiteListframe.Visible = true
  201.  
  202. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  203.  
  204. counter = 0
  205.  
  206. while wait(0.1)do
  207. WhiteListframe.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  208. counter = counter + 0.03
  209. Open.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  210. TextBox.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  211. WhiteListTitle.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  212. Open.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  213. WhiteListTitle.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  214. TextBox.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  215. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement