itachi_itachi_

Turbulent SCRIPT V0.3XD

Jun 23rd, 2022 (edited)
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.00 KB | None | 0 0
  1.  
  2. -- by Lolocahhh45
  3.  
  4. -- INSTRUCTIONS
  5.  
  6. -- Press Shift+P to Freecam
  7. -- Click TP Hotkey : CTRL (Ez kick))
  8.  
  9. -- prints
  10.  
  11. print("Thank you for using The turbulent SCRIPT")
  12.  
  13. -- Notification - Loaded |
  14.  
  15. game:GetService("StarterGui"):SetCore("SendNotification",{
  16. Title = "☣The turbulent SCRIPT☣";
  17. Text = "By 💎Solo Script💎";
  18. })
  19.  
  20. -- Instances:
  21.  
  22. local Simple = Instance.new("ScreenGui")
  23. local main = Instance.new("Frame")
  24. local noclip = Instance.new("TextButton")
  25. local clicktp = Instance.new("TextButton")
  26. local tpto = Instance.new("TextButton")
  27. local infjump = Instance.new("TextButton")
  28. local btools = Instance.new("TextButton")
  29. local jumppower = Instance.new("TextButton")
  30. local jpframe = Instance.new("Frame")
  31. local jpinput = Instance.new("TextBox")
  32. local setjp = Instance.new("TextButton")
  33. local rejp = Instance.new("TextButton")
  34. local title = Instance.new("TextLabel")
  35. local walkspeed = Instance.new("TextButton")
  36. local wsframe = Instance.new("Frame")
  37. local wsinput = Instance.new("TextBox")
  38. local setws = Instance.new("TextButton")
  39. local rews = Instance.new("TextButton")
  40. local close = Instance.new("TextButton")
  41. local fly = Instance.new("TextButton")
  42. local open = Instance.new("TextButton")
  43. local jpclose = Instance.new("TextButton")
  44. local wsclose = Instance.new("TextButton")
  45. local tpframe = Instance.new("Frame")
  46. local tpinput = Instance.new("TextBox")
  47. local settp = Instance.new("TextButton")
  48. local tpclose = Instance.new("TextButton")
  49.  
  50. --Properties:
  51.  
  52. Simple.Name = "Simple"
  53. Simple.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  54.  
  55. main.Name = "main"
  56. main.Parent = Simple
  57. main.Active = true
  58. main.BackgroundColor3 = Color3.fromRGB(255, 0, 10)
  59. main.Position = UDim2.new(0.382422805, 0, 0.292828679, 0)
  60. main.Size = UDim2.new(0, 349, 0, 287)
  61. main.Draggable = true
  62.  
  63. noclip.Name = "noclip"
  64. noclip.Parent = main
  65. noclip.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
  66. noclip.Position = UDim2.new(0.0658583343, 0, 0.198759019, 0)
  67. noclip.Size = UDim2.new(0, 119, 0, 40)
  68. noclip.Font = Enum.Font.SourceSans
  69. noclip.Text = "Full Bright"
  70. noclip.TextColor3 = Color3.fromRGB(0, 0, 0)
  71. noclip.TextScaled = true
  72. noclip.TextSize = 12.500
  73. noclip.TextWrapped = true
  74. noclip.MouseButton1Click:Connect(function()
  75. loadstring(game:HttpGet("https://pastebin.com/raw/13fxDjAY", true))()
  76. game:GetService('RunService').Stepped:connect(function()
  77. if noclip then
  78. game.Players.LocalPlayer.Character.Humanoid:State(1)
  79. end
  80. end)
  81. plr = game.Players.LocalPlayer
  82. mouse = plr:GetMouse()
  83. mouse.KeyDown:connect(function(key)
  84.  
  85. if key == "e" then
  86. noclip = not noclip
  87. game.Players.LocalPlayer.Character.Humanoid:State(1)
  88. end
  89. end)
  90. noclip.Text = "Loaded!"
  91. noclip.TextColor3 = Color3.fromRGB(0, 255, 50)
  92. wait(2)
  93. noclip.TextColor3 = Color3.fromRGB(0, 0, 0)
  94. noclip.Text = "Full Bright"
  95. end)
  96.  
  97. clicktp.Name = "clicktp"
  98. clicktp.Parent = main
  99. clicktp.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
  100. clicktp.Position = UDim2.new(0.588318229, 0, 0.198759019, 0)
  101. clicktp.Size = UDim2.new(0, 119, 0, 40)
  102. clicktp.Font = Enum.Font.SourceSans
  103. clicktp.Text = "Click TP"
  104. clicktp.TextColor3 = Color3.fromRGB(0, 0, 0)
  105. clicktp.TextScaled = true
  106. clicktp.TextSize = 14.000
  107. clicktp.TextWrapped = true
  108. clicktp.MouseButton1Click:Connect(function()
  109. noclip = false
  110. local UIS = game:GetService("UserInputService")
  111. local Player = game.Players.LocalPlayer
  112. local Mouse = Player:GetMouse()
  113.  
  114.  
  115. function GetCharacter()
  116. return game.Players.LocalPlayer.Character
  117. end
  118.  
  119. function Teleport(pos)
  120. local Char = GetCharacter()
  121. if Char then
  122. Char:MoveTo(pos)
  123. end
  124. end
  125.  
  126.  
  127. UIS.InputBegan:Connect(function(input)
  128. if input.UserInputType == Enum.UserInputType.MouseButton1 and UIS:IsKeyDown(Enum.KeyCode.LeftControl) then
  129. Teleport(Mouse.Hit.p)
  130. end
  131. end)
  132. clicktp.Text = "Loaded!"
  133. clicktp.TextColor3 = Color3.fromRGB(0, 255, 50)
  134. wait(2)
  135. clicktp.TextColor3 = Color3.fromRGB(0, 0, 0)
  136. clicktp.Text = "Click TP"
  137. end)
  138.  
  139. tpto.Name = "tpto"
  140. tpto.Parent = main
  141. tpto.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
  142. tpto.Position = UDim2.new(0.588318229, 0, 0.411871731, 0)
  143. tpto.Size = UDim2.new(0, 119, 0, 41)
  144. tpto.Font = Enum.Font.SourceSans
  145. tpto.Text = "ESP (WRD)"
  146. tpto.TextColor3 = Color3.fromRGB(0, 0, 0)
  147. tpto.TextScaled = true
  148. tpto.TextSize = 9.000
  149. tpto.TextWrapped = true
  150. tpto.MouseButton1Click:Connect(function()
  151. loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/WRD%20ESP.txt"))()
  152.  
  153. end)
  154.  
  155. tpclose.Name = "tpclose"
  156. tpclose.Parent = tpframe
  157. tpclose.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  158. tpclose.Position = UDim2.new(0.92929244, 0, 0, 0)
  159. tpclose.Size = UDim2.new(0, 24, 0, 24)
  160. tpclose.Font = Enum.Font.SourceSans
  161. tpclose.Text = "X"
  162. tpclose.TextColor3 = Color3.fromRGB(255, 255, 255)
  163. tpclose.TextScaled = true
  164. tpclose.TextSize = 14.000
  165. tpclose.TextWrapped = true
  166. tpclose.MouseButton1Click:Connect(function()
  167. tpframe.Visible = false
  168. infjump.Visible = true
  169. jumppower.Visible = true
  170. walkspeed.Visible = true
  171. btools.Visible = true
  172. fly.Visible = true
  173. end)
  174.  
  175. infjump.Name = "infjump"
  176. infjump.Parent = main
  177. infjump.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
  178. infjump.Position = UDim2.new(0.0658583343, 0, 0.411871731, 0)
  179. infjump.Size = UDim2.new(0, 119, 0, 41)
  180. infjump.Font = Enum.Font.SourceSans
  181. infjump.Text = "Infinite Jump"
  182. infjump.TextColor3 = Color3.fromRGB(0, 0, 0)
  183. infjump.TextScaled = true
  184. infjump.TextSize = 14.000
  185. infjump.TextWrapped = true
  186. infjump.MouseButton1Click:Connect(function()
  187. loadstring(game:HttpGet("https://pastebin.com/raw/HQsQysa8", true))()
  188. infjump.Text = "Loaded!"
  189. infjump.TextColor3 = Color3.fromRGB(0, 255, 50)
  190. wait(2)
  191. infjump.TextColor3 = Color3.fromRGB(0, 0, 0)
  192. infjump.Text = "Infinite Jump"
  193. end)
  194.  
  195. btools.Name = "btools"
  196. btools.Parent = main
  197. btools.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
  198. btools.Position = UDim2.new(0.588318229, 0, 0.621999919, 0)
  199. btools.Size = UDim2.new(0, 119, 0, 38)
  200. btools.Font = Enum.Font.SourceSans
  201. btools.Text = "DUPE"
  202. btools.TextColor3 = Color3.fromRGB(0, 0, 0)
  203. btools.TextScaled = true
  204. btools.TextSize = 12.000
  205. btools.TextWrapped = true
  206. btools.MouseButton1Click:Connect(function()
  207. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  208. btools.Text = "Loaded!"
  209. btools.TextColor3 = Color3.fromRGB(0, 255, 50)
  210. wait(2)
  211. btools.TextColor3 = Color3.fromRGB(0, 0, 0)
  212. btools.Text = "DUPE"
  213. end)
  214.  
  215. jumppower.Name = "jumppower"
  216. jumppower.Parent = main
  217. jumppower.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
  218. jumppower.Position = UDim2.new(0.0658583343, 0, 0.621999919, 0)
  219. jumppower.Size = UDim2.new(0, 119, 0, 42)
  220. jumppower.Font = Enum.Font.SourceSans
  221. jumppower.Text = "Jump Power"
  222. jumppower.TextColor3 = Color3.fromRGB(0, 0, 0)
  223. jumppower.TextScaled = true
  224. jumppower.TextSize = 14.000
  225. jumppower.TextWrapped = true
  226. jumppower.MouseButton1Click:Connect(function()
  227. jpframe.Visible = true
  228. walkspeed.Visible = false
  229. fly.Visible = false
  230. end)
  231.  
  232. jpframe.Name = "jpframe"
  233. jpframe.Parent = jumppower
  234. jpframe.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  235. jpframe.BorderSizePixel = 0
  236. jpframe.Position = UDim2.new(-0.19314754, 0, -3.15096831, 0)
  237. jpframe.Size = UDim2.new(0, 348, 0, 240)
  238. jpframe.Visible = false
  239.  
  240. jpclose.Name = "jpclose"
  241. jpclose.Parent = jpframe
  242. jpclose.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  243. jpclose.Position = UDim2.new(0.92929244, 0, 0, 0)
  244. jpclose.Size = UDim2.new(0, 24, 0, 24)
  245. jpclose.Font = Enum.Font.SourceSans
  246. jpclose.Text = "X"
  247. jpclose.TextColor3 = Color3.fromRGB(255, 255, 255)
  248. jpclose.TextScaled = true
  249. jpclose.TextSize = 14.000
  250. jpclose.TextWrapped = true
  251. jpclose.MouseButton1Click:Connect(function()
  252. walkspeed.Visible = true
  253. fly.Visible = true
  254. jpframe.Visible = false
  255. end)
  256.  
  257. jpinput.Name = "jpinput"
  258. jpinput.Parent = jpframe
  259. jpinput.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  260. jpinput.Position = UDim2.new(0.209770113, 0, 0.174999997, 0)
  261. jpinput.Size = UDim2.new(0, 200, 0, 50)
  262. jpinput.Font = Enum.Font.SourceSans
  263. jpinput.Text = "Power Value(MAX 50!)"
  264. jpinput.TextColor3 = Color3.fromRGB(255, 255, 255)
  265. jpinput.TextSize = 22.000
  266.  
  267. setjp.Name = "setjp"
  268. setjp.Parent = jpframe
  269. setjp.BackgroundColor3 = Color3.fromRGB(85, 255, 255)
  270. setjp.Position = UDim2.new(0.0632183924, 0, 0.470833331, 0)
  271. setjp.Size = UDim2.new(0, 135, 0, 50)
  272. setjp.Font = Enum.Font.SourceSans
  273. setjp.Text = "Set Jump Power"
  274. setjp.TextColor3 = Color3.fromRGB(85, 0, 127)
  275. setjp.TextSize = 14.000
  276. setjp.MouseButton1Click:Connect(function()
  277. game.Players.LocalPlayer.Character.Humanoid.JumpPower = jpinput.Text
  278. end)
  279.  
  280. rejp.Name = "rejp"
  281. rejp.Parent = jpframe
  282. rejp.BackgroundColor3 = Color3.fromRGB(85, 255, 255)
  283. rejp.Position = UDim2.new(0.537356317, 0, 0.470833331, 0)
  284. rejp.Size = UDim2.new(0, 136, 0, 50)
  285. rejp.Font = Enum.Font.SourceSans
  286. rejp.Text = "Reset Jump Power"
  287. rejp.TextColor3 = Color3.fromRGB(85, 0, 127)
  288. rejp.TextSize = 14.000
  289. rejp.MouseButton1Click:Connect(function()
  290. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  291. end)
  292.  
  293. title.Name = "title"
  294. title.Parent = main
  295. title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  296. title.BackgroundTransparency = 1.000
  297. title.Position = UDim2.new(0.211408243, 0, -0.00288046151, 0)
  298. title.Size = UDim2.new(0, 200, 0, 47)
  299. title.Font = Enum.Font.Highway
  300. title.Text = "☣The turbulent☣"
  301. title.TextColor3 = Color3.fromRGB(0, 255, 255)
  302. title.TextScaled = true
  303. title.TextSize = 13.400
  304. title.TextWrapped = true
  305.  
  306. walkspeed.Name = "walkspeed"
  307. walkspeed.Parent = main
  308. walkspeed.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
  309. walkspeed.Position = UDim2.new(0.0658583343, 0, 0.817121804, 0)
  310. walkspeed.Size = UDim2.new(0, 119, 0, 42)
  311. walkspeed.Font = Enum.Font.SourceSans
  312. walkspeed.Text = "Walk Speed (30)"
  313. walkspeed.TextColor3 = Color3.fromRGB(0, 0, 0)
  314. walkspeed.TextScaled = true
  315. walkspeed.TextSize = 9.000
  316. walkspeed.TextWrapped = true
  317. walkspeed.MouseButton1Click:Connect(function()
  318. getgenv().WalkSpeedValue = 30; --
  319. local Player = game:service'Players'.LocalPlayer;
  320. Player.Character.Humanoid:GetPropertyChangedSignal'WalkSpeed':Connect(function()
  321. Player.Character.Humanoid.WalkSpeed = getgenv().WalkSpeedValue;
  322. end)
  323. Player.Character.Humanoid.WalkSpeed = getgenv().WalkSpeedValue;
  324. end)
  325.  
  326. close.Name = "close"
  327. close.Parent = main
  328. close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  329. close.Position = UDim2.new(0.92929244, 0, 0, 0)
  330. close.Size = UDim2.new(0, 24, 0, 24)
  331. close.Font = Enum.Font.SourceSans
  332. close.Text = "X"
  333. close.TextColor3 = Color3.fromRGB(255, 255, 255)
  334. close.TextScaled = true
  335. close.TextSize = 14.000
  336. close.TextWrapped = true
  337. close.MouseButton1Click:Connect(function()
  338. main.Visible = false
  339. open.Visible = true
  340. end)
  341.  
  342. fly.Name = "fly"
  343. fly.Parent = main
  344. fly.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
  345. fly.Position = UDim2.new(0.587348342, 0, 0.817121804, 0)
  346. fly.Size = UDim2.new(0, 119, 0, 42)
  347. fly.Font = Enum.Font.SourceSans
  348. fly.Text = "Free Cam(Shift+P)"
  349. fly.TextColor3 = Color3.fromRGB(0, 0, 0)
  350. fly.TextScaled = true
  351. fly.TextSize = 7.000
  352. fly.TextWrapped = true
  353. fly.MouseButton1Click:Connect(function()
  354. loadstring(game:HttpGet("https://pastebin.com/raw/ct8Kq5F0", true))()
  355. game:GetService('RunService').Stepped:connect(function()
  356. if noclip then
  357. game.Players.LocalPlayer.Character.Humanoid:State(1)
  358. end
  359. end)
  360. plr = game.Players.LocalPlayer
  361. mouse = plr:GetMouse()
  362. mouse.KeyDown:connect(function(key)
  363.  
  364. if key == "e" then
  365. noclip = not noclip
  366. game.Players.LocalPlayer.Character.Humanoid:State(1)
  367. end
  368. end)
  369. fly.Text = "Loaded!"
  370. fly.TextColor3 = Color3.fromRGB(255, 60, 10)
  371. wait(2)
  372. fly.TextColor3 = Color3.fromRGB(0, 0, 0)
  373. fly.Text = "Free Cam(Shift+P)"
  374. end)
  375.  
  376. open.Name = "open"
  377. open.Parent = Simple
  378. open.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  379. open.Position = UDim2.new(0, 0, 0.609974444, 0)
  380. open.Size = UDim2.new(0, 70, 0, 18)
  381. open.Visible = false
  382. open.Font = Enum.Font.SourceSans
  383. open.Text = "Open"
  384. open.TextColor3 = Color3.fromRGB(0, 255, 255)
  385. open.TextSize = 14.000
  386. open.MouseButton1Click:Connect(function()
  387. main.Visible = true
  388. open.Visible = false
  389. end)
Add Comment
Please, Sign In to add comment