athoi21

⚔️ Saber Simulator Haxx v0 ⚔️

Oct 5th, 2019
16,029
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.44 KB | None | 0 0
  1. --Please dont remake or skid em kthx luv u
  2. --- Anti Lag
  3. local plr = game:GetService("Players").LocalPlayer
  4. local screengui = plr.PlayerGui.Gui
  5. screengui.NumberAnimationStorage.Visible = false
  6.  
  7. --variable
  8. local newvar = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  9. local hum = game.Players.LocalPlayer.Character.HumanoidRootPart
  10.  
  11. game.StarterGui:SetCore("SendNotification", {
  12. Title = "Spero [SM HAXX]";
  13. Text = "Made by Athoi 21";
  14. Icon = "rbxassetid://3837426995";
  15. Duration = 23;
  16. })
  17.  
  18.  
  19.  
  20. local ScreenGui = Instance.new("ScreenGui")
  21. local FirstFrame = Instance.new("TextLabel")
  22. local Frame = Instance.new("Frame")
  23. local _1 = Instance.new("TextButton")
  24. local _2 = Instance.new("TextButton")
  25. local _3 = Instance.new("TextButton")
  26. local UIListLayout = Instance.new("UIListLayout")
  27. local _5 = Instance.new("TextButton")
  28. local Fuck = Instance.new("TextLabel")
  29. local fuck2 = Instance.new("TextLabel")
  30. --Properties:
  31. ScreenGui.Parent = game.CoreGui
  32. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  33.  
  34. FirstFrame.Name = "FirstFrame"
  35. FirstFrame.Parent = ScreenGui
  36. FirstFrame.Active = true
  37. FirstFrame.Draggable = true
  38. FirstFrame.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  39. FirstFrame.BorderSizePixel = 0
  40. FirstFrame.Position = UDim2.new(0.408180684, 0, 0.394622326, 0)
  41. FirstFrame.Size = UDim2.new(0, 189, 0, 28)
  42. FirstFrame.Font = Enum.Font.SourceSans
  43. FirstFrame.Text = "SARBER SIMULATOR V0"
  44. FirstFrame.TextColor3 = Color3.new(1, 1, 1)
  45. FirstFrame.TextSize = 20
  46.  
  47. Frame.Parent = FirstFrame
  48. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  49. Frame.BackgroundTransparency = 0.5
  50. Frame.BorderSizePixel = 0
  51. Frame.Position = UDim2.new(-6.81397796e-05, 0, 0.991697013, 0)
  52. Frame.Size = UDim2.new(0, 189, 0, 104)
  53.  
  54. _1.Name = "1"
  55. _1.Parent = Frame
  56. _1.BackgroundColor3 = Color3.new(1, 1, 1)
  57. _1.BorderSizePixel = 0
  58. _1.Position = UDim2.new(0, 0, 0.0736196339, 0)
  59. _1.Size = UDim2.new(0, 189, 0, 26)
  60. _1.Font = Enum.Font.Cartoon
  61. _1.Text = "Auto Strength"
  62. _1.TextColor3 = Color3.new(0, 0, 0)
  63. _1.TextSize = 21
  64. _1.MouseButton1Down:connect(function()
  65. while wait() do
  66. local tbl_main =
  67. {
  68. }
  69. game:GetService("ReplicatedStorage").Events.Clicked:FireServer(unpack(tbl_main))
  70. end
  71. end)
  72.  
  73.  
  74. _2.Name = "2"
  75. _2.Parent = Frame
  76. _2.BackgroundColor3 = Color3.new(1, 1, 1)
  77. _2.BorderSizePixel = 0
  78. _2.Position = UDim2.new(0, 0, 0.276073635, 0)
  79. _2.Size = UDim2.new(0, 189, 0, 26)
  80. _2.Font = Enum.Font.Cartoon
  81. _2.Text = "Auto Sell"
  82. _2.TextColor3 = Color3.new(0, 0, 0)
  83. _2.TextSize = 21
  84. _2.MouseButton1Down:connect(function()
  85. while wait() do
  86. wait(1)
  87. hum.CFrame = CFrame.new(-68.9284821, 83.4382248, -125.067215)
  88. wait(3)
  89. hum.CFrame = CFrame.new(-36,3,46)
  90. end
  91. end)
  92.  
  93.  
  94. _3.Name = "3"
  95. _3.Parent = Frame
  96. _3.BackgroundColor3 = Color3.new(1, 1, 1)
  97. _3.BorderSizePixel = 0
  98. _3.Position = UDim2.new(0, 0, 0.478527606, 0)
  99. _3.Size = UDim2.new(0, 189, 0, 26)
  100. _3.Font = Enum.Font.Cartoon
  101. _3.Text = "Auto Coin collect"
  102. _3.TextColor3 = Color3.new(0, 0, 0)
  103. _3.TextSize = 21
  104. _3.MouseButton1Down:connect(function()
  105. while wait(2) do
  106. local plr = game.Players.LocalPlayer
  107. for i,v in pairs(game.Workspace.CoinsHolder:GetChildren()) do
  108. if v and plr.Character:FindFirstChild("HumanoidRootPart") and v:IsA("MeshPart") then
  109. wait(1)
  110. plr.Character.HumanoidRootPart.CFrame = v.CFrame * CFrame.new(0,1,0)
  111. end
  112. end
  113. end
  114. end)
  115.  
  116.  
  117.  
  118. UIListLayout.Parent = Frame
  119. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  120.  
  121. _5.Name = "5"
  122. _5.Parent = Frame
  123. _5.BackgroundColor3 = Color3.new(1, 1, 1)
  124. _5.BorderSizePixel = 0
  125. _5.Position = UDim2.new({0.385, 0},{0.111, 0})
  126. _5.Size = UDim2.new(0, 189, 0, 26)
  127. _5.Font = Enum.Font.Cartoon
  128. _5.Text = "Close Gui"
  129. _5.TextColor3 = Color3.new(0, 0, 0)
  130. _5.TextSize = 21
  131. _5.MouseButton1Down:connect(function()
  132. FirstFrame.Visible = false
  133. Fuck.Visible = false
  134. fuck2.Visible = false
  135. end)
  136.  
  137.  
  138. Fuck.Name = "Fuck"
  139. Fuck.Parent = ScreenGui
  140. Fuck.BackgroundColor3 = Color3.new(1, 1, 1)
  141. Fuck.BackgroundTransparency = 1
  142. Fuck.BorderSizePixel = 0
  143. Fuck.Position = UDim2.new(0.385, 0,0.068, 0)
  144. Fuck.Size = UDim2.new(0, 350, 0, 36)
  145. Fuck.Font = Enum.Font.SciFi
  146. Fuck.Text = "??Saber Simulator Haxx?? "
  147. Fuck.TextColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  148. Fuck.TextScaled = true
  149. Fuck.TextSize = 14
  150. Fuck.TextWrapped = true
  151.  
  152. fuck2.Name = "fuck2"
  153. fuck2.Parent = ScreenGui
  154. fuck2.BackgroundColor3 = Color3.new(1, 1, 1)
  155. fuck2.BackgroundTransparency = 1
  156. fuck2.BorderSizePixel = 0
  157. fuck2.Position = UDim2.new(0.385, 0,0.111, 0)
  158. fuck2.Size = UDim2.new(0, 341, 0, 33)
  159. fuck2.Font = Enum.Font.SciFi
  160. fuck2.Text = "Made by Athoi 21"
  161. fuck2.TextColor3 = Color3.new(0, 0, 0)
  162. fuck2.TextSize = 25
  163. -- Scripts:
  164. function SCRIPT_XNND88_FAKESCRIPT() -- Fuck.Script
  165. local script = Instance.new('Script')
  166. script.Parent = Fuck
  167. repeat
  168. for hue = 0, 1, .01 do
  169. script.Parent.TextColor3= Color3.fromHSV(hue, 1, 1)
  170. wait()
  171. end
  172. for hue = 1, 0 -.01 do
  173. script.Parent.TextColor3= Color3.fromHSV(hue, 1, 1)
  174. wait()
  175. end
  176. until nil
  177.  
  178. end
  179. coroutine.resume(coroutine.create(SCRIPT_XNND88_FAKESCRIPT))
  180. function SCRIPT_OXUC71_FAKESCRIPT() -- fuck2.Script
  181. local script = Instance.new('Script')
  182. script.Parent = fuck2
  183. repeat
  184. for hue = 0, 1, .01 do
  185. script.Parent.TextColor3= Color3.fromHSV(hue, 1, 1)
  186. wait()
  187. end
  188. for hue = 1, 0 -.01 do
  189. script.Parent.TextColor3= Color3.fromHSV(hue, 1, 1)
  190. wait()
  191. end
  192. until nil
  193.  
  194. end
  195. coroutine.resume(coroutine.create(SCRIPT_OXUC71_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment