Advertisement
Arabicscripts

Timi

Mar 1st, 2025
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.44 KB | None | 0 0
  1. local msg = Instance.new("Message",workspace)
  2. msg.Text = "Uhh gui by hidar, timi edition"
  3. wait(3.6)
  4. msg:Destroy()
  5.  
  6. --By FireServiceScripter
  7.  
  8.  
  9. local function notif(str,dur)
  10. game:FindService("StarterGui"):SetCore("SendNotification", {
  11. Title = "Uhh gui timi edition",
  12. Text = str,
  13. Icon = "rbxassetid://2005276185",
  14. Duration = dur or 10
  15. })
  16. end
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27. local main = Instance.new("ScreenGui")
  28. local Frame = Instance.new("Frame")
  29. local up = Instance.new("TextButton")
  30. local down = Instance.new("TextButton")
  31. local onof = Instance.new("TextButton")
  32. local TextLabel = Instance.new("TextLabel")
  33. local plus = Instance.new("TextButton")
  34. local speed = Instance.new("TextLabel")
  35. local mine = Instance.new("TextButton")
  36. local closebutton = Instance.new("TextButton")
  37. local mini = Instance.new("TextButton")
  38. local mini2 = Instance.new("TextButton")
  39.  
  40. main.Name = "main"
  41. main.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  42. main.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  43. main.ResetOnSpawn = false
  44.  
  45. Frame.Parent = main
  46. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  47. Frame.BorderColor3 = Color3.fromRGB(0, 0, 255)
  48. Frame.Position = UDim2.new(0.100320168, 0, 0.379746825, 0)
  49. Frame.Size = UDim2.new(0, 190, 0, 57)
  50.  
  51. onof.Name = "onof"
  52. onof.Parent = Frame
  53. onof.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  54. onof.Position = UDim2.new(0.702823281, 0, 0.491228074, 0)
  55. onof.Size = UDim2.new(0, 56, 0, 28)
  56. onof.Font = Enum.Font.SourceSans
  57. onof.Text = "on/off"
  58. onof.TextColor3 = Color3.fromRGB(0, 0, 100)
  59. onof.TextSize = 14.000
  60.  
  61. TextLabel.Parent = Frame
  62. TextLabel.BackgroundColor3 = Color3.fromRGB(242, 60, 255)
  63. TextLabel.Position = UDim2.new(0.469327301, 0, 0, 0)
  64. TextLabel.Size = UDim2.new(0, 100, 0, 28)
  65. TextLabel.Font = Enum.Font.SourceSans
  66. TextLabel.Text = "Uhh gui"
  67. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  68. TextLabel.TextScaled = true
  69. TextLabel.TextSize = 14.000
  70. TextLabel.TextWrapped = true
  71.  
  72. plus.Name = "plus"
  73. plus.Parent = Frame
  74. plus.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  75. plus.Position = UDim2.new(0.231578946, 0, 0, 0)
  76. plus.Size = UDim2.new(0, 45, 0, 28)
  77. plus.Font = Enum.Font.SourceSans
  78. plus.Text = "More speed"
  79. plus.TextColor3 = Color3.fromRGB(0, 0, 0)
  80. plus.TextScaled = true
  81. plus.TextSize = 14.000
  82. plus.TextWrapped = true
  83.  
  84. speed.Name = "speed"
  85. speed.Parent = Frame
  86. speed.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  87. speed.Position = UDim2.new(0.468421042, 0, 0.491228074, 0)
  88. speed.Size = UDim2.new(0, 44, 0, 28)
  89. speed.Font = Enum.Font.SourceSans
  90. speed.Text = "Enter number timi"
  91. speed.TextColor3 = Color3.fromRGB(0, 0, 0)
  92. speed.TextScaled = true
  93. speed.TextSize = 14.000
  94. speed.TextWrapped = true
  95.  
  96. mine.Name = "mine"
  97. mine.Parent = Frame
  98. mine.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  99. mine.Position = UDim2.new(0.231578946, 0, 0.491228074, 0)
  100. mine.Size = UDim2.new(0, 45, 0, 29)
  101. mine.Font = Enum.Font.SourceSans
  102. mine.Text = "Less speed"
  103. mine.TextColor3 = Color3.fromRGB(0, 0, 0)
  104. mine.TextScaled = true
  105. mine.TextSize = 14.000
  106. mine.TextWrapped = true
  107.  
  108. closebutton.Name = "Close"
  109. closebutton.Parent = main.Frame
  110. closebutton.BackgroundColor3 = Color3.fromRGB(225, 25, 0)
  111. closebutton.Font = "SourceSans"
  112. closebutton.Size = UDim2.new(0, 45, 0, 28)
  113. closebutton.Text = "Close:("
  114. closebutton.TextSize = 15
  115. closebutton.Position = UDim2.new(0, 0, -1, 27)
  116.  
  117. mini.Name = "minimize"
  118. mini.Parent = main.Frame
  119. mini.BackgroundColor3 = Color3.fromRGB(192, 150, 230)
  120. mini.Font = "SourceSans"
  121. mini.Size = UDim2.new(0, 45, 0, 28)
  122. mini.Text = "Minimize"
  123. mini.TextSize = 15
  124. mini.Position = UDim2.new(0, 44, -1, 27)
  125.  
  126. mini2.Name = "minimize2"
  127. mini2.Parent = main.Frame
  128. mini2.BackgroundColor3 = Color3.fromRGB(192, 150, 230)
  129. mini2.Font = "SourceSans"
  130. mini2.Size = UDim2.new(0, 45, 0, 28)
  131. mini2.Text = "Open"
  132. mini2.TextSize = 15
  133. mini2.Position = UDim2.new(0, 44, -1, 57)
  134. mini2.Visible = false
  135.  
  136. speeds = 1
  137.  
  138. local speaker = game:GetService("Players").LocalPlayer
  139.  
  140. local chr = game.Players.LocalPlayer.Character
  141. local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
  142.  
  143. nowe = false
  144.  
  145. game:GetService("StarterGui"):SetCore("SendNotification", {
  146. Title = "Uhh";
  147. Text = "By hidar ig";
  148. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  149. Duration = 5;
  150.  
  151. Frame.Active = true -- main = gui
  152. Frame.Draggable = true
  153.  
  154. onof.MouseButton1Down:connect(function()
  155.  
  156. if nowe == true then
  157. nowe = false
  158.  
  159. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Climbing,true)
  160. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.FallingDown,true)
  161. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Flying,true)
  162. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Freefall,true)
  163. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.GettingUp,true)
  164. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Jumping,true)
  165. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Landed,true)
  166. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Physics,true)
  167. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.PlatformStanding,true)
  168. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Ragdoll,true)
  169. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Running,true)
  170. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.RunningNoPhysics,true)
  171. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated,true)
  172. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.StrafingNoPhysics,true)
  173. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Swimming,true)
  174. speaker.Character.Humanoid:ChangeState(Enum.HumanoidStateType.RunningNoPhysics)
  175. else
  176. nowe = true
  177.  
  178.  
  179.  
  180. for i = 1, speeds do
  181. spawn(function()
  182.  
  183. local hb = game:GetService("RunService").Heartbeat
  184.  
  185.  
  186. tpwalking = true
  187. local chr = game.Players.LocalPlayer.Character
  188. local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
  189. while tpwalking and hb:Wait() and chr and hum and hum.Parent do
  190. if hum.MoveDirection.Magnitude > 0 then
  191. chr:TranslateBy(hum.MoveDirection)
  192. end
  193. end
  194.  
  195. end)
  196. end
  197. game.Players.LocalPlayer.Character.Animate.Disabled = true
  198. local Char = game.Players.LocalPlayer.Character
  199. local Hum = Char:FindFirstChildOfClass("Humanoid") or Char:FindFirstChildOfClass("AnimationController")
  200.  
  201. for i,v in next, Hum:GetPlayingAnimationTracks() do
  202. v:AdjustSpeed(0)
  203. end
  204. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Climbing,false)
  205. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.FallingDown,false)
  206. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Flying,false)
  207. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Freefall,false)
  208. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.GettingUp,false)
  209. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Jumping,false)
  210. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Landed,false)
  211. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Physics,false)
  212. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.PlatformStanding,false)
  213. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Ragdoll,false)
  214. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Running,false)
  215. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.RunningNoPhysics,false)
  216. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated,false)
  217. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.StrafingNoPhysics,false)
  218. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Swimming,false)
  219. speaker.Character.Humanoid:ChangeState(Enum.HumanoidStateType.Swimming)
  220. end
  221.  
  222.  
  223.  
  224.  
  225. if game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid").RigType == Enum.HumanoidRigType.R6 then
  226.  
  227.  
  228.  
  229. local plr = game.Players.LocalPlayer
  230. local torso = plr.Character.Torso
  231. local flying = true
  232. local deb = true
  233. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  234. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  235. local maxspeed = 50
  236. local speed = 0
  237.  
  238.  
  239. local bg = Instance.new("BodyGyro", torso)
  240. bg.P = 9e4
  241. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  242. bg.cframe = torso.CFrame
  243. local bv = Instance.new("BodyVelocity", torso)
  244. bv.velocity = Vector3.new(0,0.1,0)
  245. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  246. if nowe == true then
  247. plr.Character.Humanoid.PlatformStand = true
  248. end
  249. while nowe == true or game:GetService("Players").LocalPlayer.Character.Humanoid.Health == 0 do
  250. game:GetService("RunService").RenderStepped:Wait()
  251.  
  252. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  253. speed = speed+.5+(speed/maxspeed)
  254. if speed > maxspeed then
  255. speed = maxspeed
  256. end
  257. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  258. speed = speed-1
  259. if speed < 0 then
  260. speed = 0
  261. end
  262. end
  263. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  264. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  265. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  266. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  267. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  268. else
  269. bv.velocity = Vector3.new(0,0,0)
  270. end
  271. -- game.Players.LocalPlayer.Character.Animate.Disabled = true
  272. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  273. end
  274. ctrl = {f = 0, b = 0, l = 0, r = 0}
  275. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  276. speed = 0
  277. bg:Destroy()
  278. bv:Destroy()
  279. plr.Character.Humanoid.PlatformStand = false
  280. game.Players.LocalPlayer.Character.Animate.Disabled = false
  281. tpwalking = false
  282.  
  283.  
  284.  
  285.  
  286. else
  287. local plr = game.Players.LocalPlayer
  288. local UpperTorso = plr.Character.UpperTorso
  289. local flying = true
  290. local deb = true
  291. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  292. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  293. local maxspeed = 50
  294. local speed = 0
  295.  
  296.  
  297. local bg = Instance.new("BodyGyro", UpperTorso)
  298. bg.P = 9e4
  299. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  300. bg.cframe = UpperTorso.CFrame
  301. local bv = Instance.new("BodyVelocity", UpperTorso)
  302. bv.velocity = Vector3.new(0,0.1,0)
  303. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  304. if nowe == true then
  305. plr.Character.Humanoid.PlatformStand = true
  306. end
  307. while nowe == true or game:GetService("Players").LocalPlayer.Character.Humanoid.Health == 0 do
  308. wait()
  309.  
  310. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  311. speed = speed+.5+(speed/maxspeed)
  312. if speed > maxspeed then
  313. speed = maxspeed
  314. end
  315. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  316. speed = speed-1
  317. if speed < 0 then
  318. speed = 0
  319. end
  320. end
  321. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  322. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  323. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  324. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  325. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  326. else
  327. bv.velocity = Vector3.new(0,0,0)
  328. end
  329.  
  330. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  331. end
  332. ctrl = {f = 0, b = 0, l = 0, r = 0}
  333. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  334. speed = 0
  335. bg:Destroy()
  336. bv:Destroy()
  337. plr.Character.Humanoid.PlatformStand = false
  338. game.Players.LocalPlayer.Character.Animate.Disabled = false
  339. tpwalking = false
  340.  
  341.  
  342.  
  343. end
  344.  
  345.  
  346.  
  347.  
  348.  
  349. end)
  350.  
  351. local tis
  352.  
  353. up.MouseButton1Down:connect(function()
  354. tis = up.MouseEnter:connect(function()
  355. while tis do
  356. wait()
  357. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,1,0)
  358. end
  359. end)
  360. end)
  361.  
  362. up.MouseLeave:connect(function()
  363. if tis then
  364. tis:Disconnect()
  365. tis = nil
  366. end
  367. end)
  368.  
  369. local dis
  370.  
  371. down.MouseButton1Down:connect(function()
  372. dis = down.MouseEnter:connect(function()
  373. while dis do
  374. wait()
  375. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,-1,0)
  376. end
  377. end)
  378. end)
  379.  
  380. down.MouseLeave:connect(function()
  381. if dis then
  382. dis:Disconnect()
  383. dis = nil
  384. end
  385. end)
  386.  
  387.  
  388. game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(char)
  389. wait(0.7)
  390. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  391. game.Players.LocalPlayer.Character.Animate.Disabled = false
  392.  
  393. end)
  394.  
  395.  
  396. plus.MouseButton1Down:connect(function()
  397. speeds = speeds + 1
  398. speed.Text = speeds
  399. if nowe == true then
  400.  
  401.  
  402. tpwalking = false
  403. for i = 1, speeds do
  404. spawn(function()
  405.  
  406. local hb = game:GetService("RunService").Heartbeat
  407.  
  408.  
  409. tpwalking = true
  410. local chr = game.Players.LocalPlayer.Character
  411. local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
  412. while tpwalking and hb:Wait() and chr and hum and hum.Parent do
  413. if hum.MoveDirection.Magnitude > 0 then
  414. chr:TranslateBy(hum.MoveDirection)
  415. end
  416. end
  417.  
  418. end)
  419. end
  420. end
  421. end)
  422. mine.MouseButton1Down:connect(function()
  423. if speeds == 1 then
  424. speed.Text = 'cannot be less than 1'
  425. wait(1)
  426. speed.Text = speeds
  427. else
  428. speeds = speeds - 1
  429. speed.Text = speeds
  430. if nowe == true then
  431. tpwalking = false
  432. for i = 1, speeds do
  433. spawn(function()
  434.  
  435. local hb = game:GetService("RunService").Heartbeat
  436.  
  437.  
  438. tpwalking = true
  439. local chr = game.Players.LocalPlayer.Character
  440. local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
  441. while tpwalking and hb:Wait() and chr and hum and hum.Parent do
  442. if hum.MoveDirection.Magnitude > 0 then
  443. chr:TranslateBy(hum.MoveDirection)
  444. end
  445. end
  446.  
  447. end)
  448. end
  449. end
  450. end
  451. end)
  452.  
  453. closebutton.MouseButton1Click:Connect(function()
  454. main:Destroy()
  455. end)
  456.  
  457. mini.MouseButton1Click:Connect(function()
  458. up.Visible = false
  459. down.Visible = false
  460. onof.Visible = false
  461. plus.Visible = false
  462. speed.Visible = false
  463. mine.Visible = false
  464. mini.Visible = false
  465. mini2.Visible = true
  466. main.Frame.BackgroundTransparency = 1
  467. closebutton.Position = UDim2.new(0, 0, -1, 57)
  468. end)
  469.  
  470. mini2.MouseButton1Click:Connect(function()
  471. up.Visible = true
  472. down.Visible = true
  473. onof.Visible = true
  474. plus.Visible = true
  475. speed.Visible = true
  476. mine.Visible = true
  477. mini.Visible = true
  478. mini2.Visible = false
  479. main.Frame.BackgroundTransparency = 0
  480. closebutton.Position = UDim2.new(0, 0, -1, 27)
  481. end)
  482.  
  483.  
  484. --//fsddfsdf
  485. notif("Loaded successfully! Created by hidar.", 10)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement