ssssdsd1213

Untitled

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