Advertisement
Naruto_X

Untitled

Nov 15th, 2018
810
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.84 KB | None | 0 0
  1. ScreenGui = Instance.new("ScreenGui")
  2. Frame = Instance.new("Frame")
  3. TextLabel = Instance.new("TextLabel")
  4. Form = Instance.new("TextBox")
  5. Magic = Instance.new("TextBox")
  6. Equip1 = Instance.new("TextButton")
  7. Weapon = Instance.new("TextBox")
  8. Speed = Instance.new("TextBox")
  9. Equip2 = Instance.new("TextButton")
  10.  
  11. ScreenGui.Parent = game.CoreGui
  12.  
  13. Frame.Parent = ScreenGui
  14. Frame.Active = true
  15. Frame.Draggable = true
  16. Frame.BackgroundColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  17. Frame.BorderColor3 = Color3.new(0.886275, 0.886275, 0.886275)
  18. Frame.BorderSizePixel = 2
  19. Frame.Position = UDim2.new(0.248175189, 0, 0.211155385, 0)
  20. Frame.Size = UDim2.new(0, 373, 0, 245)
  21.  
  22. TextLabel.Parent = Frame
  23. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  24. TextLabel.BackgroundTransparency = 1
  25. TextLabel.Position = UDim2.new(0.0187667552, 0, 0.0244897958, 0)
  26. TextLabel.Size = UDim2.new(0, 112, 0, 18)
  27. TextLabel.Font = Enum.Font.SourceSansBold
  28. TextLabel.FontSize = Enum.FontSize.Size28
  29. TextLabel.Text = "Deadly Sins Online v1"
  30. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  31. TextLabel.TextScaled = true
  32. TextLabel.TextSize = 25
  33. TextLabel.TextStrokeTransparency = 0
  34. TextLabel.TextWrapped = true
  35.  
  36. Form.Name = "Form"
  37. Form.Parent = Frame
  38. Form.BackgroundColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  39. Form.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314)
  40. Form.Position = UDim2.new(0.091152817, 0, 0.212244898, 0)
  41. Form.Size = UDim2.new(0, 91, 0, 33)
  42. Form.Font = Enum.Font.SourceSansLight
  43. Form.FontSize = Enum.FontSize.Size14
  44. Form.Text = "Demon"
  45. Form.TextColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  46. Form.TextSize = 14
  47.  
  48. Magic.Name = "Magic"
  49. Magic.Parent = Frame
  50. Magic.BackgroundColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  51. Magic.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314)
  52. Magic.Position = UDim2.new(0.383378029, 0, 0.212244898, 0)
  53. Magic.Size = UDim2.new(0, 91, 0, 33)
  54. Magic.Font = Enum.Font.SourceSansLight
  55. Magic.FontSize = Enum.FontSize.Size14
  56. Magic.Text = "Sunshine"
  57. Magic.TextColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  58. Magic.TextSize = 14
  59.  
  60. Equip1.Name = "Equip1"
  61. Equip1.Parent = Frame
  62. Equip1.BackgroundColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  63. Equip1.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314)
  64. Equip1.Position = UDim2.new(0.383378029, 0, 0.409613788, 0)
  65. Equip1.Size = UDim2.new(0, 91, 0, 33)
  66. Equip1.Font = Enum.Font.SourceSansLight
  67. Equip1.FontSize = Enum.FontSize.Size14
  68. Equip1.Text = "EQUIP "
  69. Equip1.TextColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  70. Equip1.TextSize = 14
  71.  
  72. Weapon.Name = "Weapon"
  73. Weapon.Parent = Frame
  74. Weapon.BackgroundColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  75. Weapon.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314)
  76. Weapon.Position = UDim2.new(0.662198424, 0, 0.212244898, 0)
  77. Weapon.Size = UDim2.new(0, 91, 0, 33)
  78. Weapon.Font = Enum.Font.SourceSansLight
  79. Weapon.FontSize = Enum.FontSize.Size14
  80. Weapon.Text = "Starter GreatSword"
  81. Weapon.TextColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  82. Weapon.TextSize = 14
  83.  
  84. Speed.Name = "Speed"
  85. Speed.Parent = Frame
  86. Speed.BackgroundColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  87. Speed.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314)
  88. Speed.Position = UDim2.new(0.804289579, 0, 0.746938765, 0)
  89. Speed.Size = UDim2.new(0, 55, 0, 19)
  90. Speed.Font = Enum.Font.SourceSansLight
  91. Speed.FontSize = Enum.FontSize.Size14
  92. Speed.Text = "30"
  93. Speed.TextColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  94. Speed.TextSize = 14
  95.  
  96. Equip2.Name = "Equip2"
  97. Equip2.Parent = Frame
  98. Equip2.BackgroundColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  99. Equip2.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314)
  100. Equip2.Position = UDim2.new(0.804289579, 0, 0.859397292, 0)
  101. Equip2.Size = UDim2.new(0, 55, 0, 19)
  102. Equip2.Font = Enum.Font.SourceSansLight
  103. Equip2.FontSize = Enum.FontSize.Size14
  104. Equip2.Text = "SPEED [Q]"
  105. Equip2.TextColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  106. Equip2.TextSize = 14
  107.  
  108.  
  109.  
  110.  
  111. local plr = game.Players.LocalPlayer
  112. local Clan = Form.Text
  113. local Sword = Weapon.Text
  114. local MagicPower = Magic.Text
  115. local speedp = Speed.Text
  116.  
  117. function send(msg)
  118. game.StarterGui:SetCore('SendNotification', {
  119. Title = 'MELIODAS I TSDS';
  120. Text = msg;
  121. Duration = 3;
  122. wait(3)
  123. })
  124. end
  125.  
  126. function start()
  127. local A_1 = "WriteClothing"
  128. local A_2 =
  129. {
  130. ["HairColor"] = "Really white",
  131. ["Face"] = 1,
  132. ["PrimaryOutfitColor"] = "Really black",
  133. ["WeaponColors"] =
  134. {
  135. ["Primary"] = "Really black",
  136. ["Tertiary"] = "Really black",
  137. ["Secondary"] = "Really white"
  138. },
  139. ["Hair"] = 1,
  140. ["Accessory"] = 1,
  141. ["AcColor"] = "Really black",
  142. ["Clan"] = Clan, --Change Clan here!
  143. ["Magic"] = MagicPower, --Change Magic here!
  144. ["SecondaryOutfitColor"] = "Really black",
  145. ["Outfit"] = 1,
  146. ["Weapon"] = Sword
  147. }
  148. local Event = game:GetService("ReplicatedStorage").Bridge.Event
  149. Event:FireServer(A_1, A_2)
  150. end
  151.  
  152. function start2()
  153. down = false
  154. velocity = Instance.new("BodyVelocity")
  155. velocity.maxForce = Vector3.new(100000, 0, 100000)
  156. ---vv Use that to change the speed v
  157. local speed = speedp
  158. gyro = Instance.new("BodyGyro")
  159. gyro.maxTorque = Vector3.new(100000, 0, 100000)
  160.  
  161. local hum = game.Players.LocalPlayer.Character.Humanoid
  162.  
  163. function onButton1Down(mouse)
  164. down = true
  165. velocity.Parent = game.Players.LocalPlayer.Character.UpperTorso
  166. velocity.velocity = (hum.MoveDirection) * speed
  167. gyro.Parent = game.Players.LocalPlayer.Character.UpperTorso
  168. while down do
  169. if not down then break end
  170. velocity.velocity = (hum.MoveDirection) * speed
  171. local refpos = gyro.Parent.Position + (gyro.Parent.Position - workspace.CurrentCamera.CoordinateFrame.p).unit * 5
  172. gyro.cframe = CFrame.new(gyro.Parent.Position, Vector3.new(refpos.x, gyro.Parent.Position.y, refpos.z))
  173. wait(0.1)
  174. end
  175. end
  176.  
  177. function onButton1Up(mouse)
  178. velocity.Parent = nil
  179. gyro.Parent = nil
  180. down = false
  181. end
  182. function onSelected(mouse)
  183. mouse.KeyDown:connect(function(k) if k:lower()=="q"then onButton1Down(mouse)end end)
  184. mouse.KeyUp:connect(function(k) if k:lower()=="q"then onButton1Up(mouse)end end)
  185. end
  186. onSelected(game.Players.LocalPlayer:GetMouse())
  187. end
  188.  
  189. send("Welcome "..plr.Name)
  190.  
  191.  
  192. send("Gui By Meliodas I TSDS")
  193. send("Scripts By Len Kagamine")
  194.  
  195. Equip1.MouseButton1Click:connect(function()
  196.  
  197. local A_1 = "WriteClothing"
  198. local A_2 =
  199. {
  200. ["HairColor"] = "Really white",
  201. ["Face"] = 1,
  202. ["PrimaryOutfitColor"] = "Really black",
  203. ["WeaponColors"] =
  204. {
  205. ["Primary"] = "Really black",
  206. ["Tertiary"] = "Really black",
  207. ["Secondary"] = "Really white"
  208. },
  209. ["Hair"] = 1,
  210. ["Accessory"] = 1,
  211. ["AcColor"] = "Really black",
  212. ["Clan"] = Clan, --Change Clan here!
  213. ["Magic"] = MagicPower, --Change Magic here!
  214. ["SecondaryOutfitColor"] = "Really black",
  215. ["Outfit"] = 1,
  216. ["Weapon"] = Sword
  217. }
  218. local Event = game:GetService("ReplicatedStorage").Bridge.Event
  219. Event:FireServer(A_1, A_2) send("Function start() Has Been Loaded")
  220. end)
  221.  
  222. Equip2.MouseButton1Click:connect(function()
  223. down = false
  224. velocity = Instance.new("BodyVelocity")
  225. velocity.maxForce = Vector3.new(100000, 0, 100000)
  226. ---vv Use that to change the speed v
  227. local speed = speedp
  228. gyro = Instance.new("BodyGyro")
  229. gyro.maxTorque = Vector3.new(100000, 0, 100000)
  230.  
  231. local hum = game.Players.LocalPlayer.Character.Humanoid
  232.  
  233. function onButton1Down(mouse)
  234. down = true
  235. velocity.Parent = game.Players.LocalPlayer.Character.UpperTorso
  236. velocity.velocity = (hum.MoveDirection) * speed
  237. gyro.Parent = game.Players.LocalPlayer.Character.UpperTorso
  238. while down do
  239. if not down then break end
  240. velocity.velocity = (hum.MoveDirection) * speed
  241. local refpos = gyro.Parent.Position + (gyro.Parent.Position - workspace.CurrentCamera.CoordinateFrame.p).unit * 5
  242. gyro.cframe = CFrame.new(gyro.Parent.Position, Vector3.new(refpos.x, gyro.Parent.Position.y, refpos.z))
  243. wait(0.1)
  244. end
  245. end
  246.  
  247. function onButton1Up(mouse)
  248. velocity.Parent = nil
  249. gyro.Parent = nil
  250. down = false
  251. end
  252. function onSelected(mouse)
  253. mouse.KeyDown:connect(function(k) if k:lower()=="q"then onButton1Down(mouse)end end)
  254. mouse.KeyUp:connect(function(k) if k:lower()=="q"then onButton1Up(mouse)end end)
  255. end
  256. onSelected(game.Players.LocalPlayer:GetMouse()) send("Function start2() Has Been Loaded")
  257. end)
  258.  
  259. wait(6)
  260. send("Notifactions Enabled!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement