pizzaloiopo

Gold

Jun 10th, 2018
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. ⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️Gold you got the Gold Script is i buy 20 doaller No is joke ahahaha...
  2. .
  3. .
  4. .
  5. .
  6. .
  7. .
  8. .
  9. .
  10. .
  11. .
  12. .
  13. .
  14.  
  15. พอกูเหนื่อย เป้นตัวปั้ม นะครับ /e racingmode พิมแล้วใส่เอารถแล้ววิ่งไปเลยๆ มันจะเร็วปกติ ให้พิมในแชทปกตินะครับอันนี้เป้นการเพิ่ม speed ให้เร็วขึ้น
  16. แล้วกด /e stop ! มันจะล็อคความเร็วไวแล้วจะได้เงินตลอดเวลา! ของดีจริง
  17.  
  18. local plr = game.Players.LocalPlayer
  19. local inftoggle = false
  20. function getvehicle()
  21. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  22. if v:IsA("Model") then
  23. if v.owner.Value == plr.Name then
  24. return v
  25. end
  26. end
  27. end
  28. return nil
  29. end
  30. function hint(txt, t)
  31. if t then
  32. local h = Instance.new("Hint",plr.PlayerGui)
  33. h.Text = txt
  34. wait(t)
  35. h:remove()
  36. else
  37. local h = Instance.new("Hint",plr.PlayerGui)
  38. h.Text = txt
  39. wait(2)
  40. h:remove()
  41. end
  42. end
  43.  
  44. plr.Chatted:connect(function(msg)
  45. if msg:lower():sub(1,10) == "/e toggle:" then
  46. local ins = msg:lower():sub(11)
  47. local vehicle = getvehicle()
  48. if vehicle then
  49. if ins == "infnitro" then
  50. if inftoggle == true then
  51. inftoggle = false
  52. hint("(-)Disabled Infinite Nitro!(-)")
  53. else
  54. inftoggle = true
  55. hint("(+)Enabled Infinite Nitro!(+)")
  56. end
  57. end
  58. else
  59. hint("(-)You do not have a vehicle spawned!(-)")
  60. end
  61. elseif msg:lower():sub(1,14) == "/e nitrospeed:" then
  62. local num = msg:sub(15)
  63. local vehicle = getvehicle()
  64. if vehicle then
  65. vehicle.Handling.Nitro.NitroSpeed.Value = tonumber(num)
  66. else
  67. hint("(-)You do not have a vehicle spawned!(-)")
  68. end
  69. elseif msg:lower():sub(1,14) == "/e stop" then
  70. local num = msg:sub(1,15)
  71. local vehicle = getvehicle()
  72. if vehicle then
  73. vehicle.Chassis.VehicleSeat.Anchored = true
  74. else
  75. hint("(-)You do not have a vehicle spawned!(-)")
  76. end
  77. elseif msg:lower():sub(1,14) == "/e nitroforce:" then
  78. local num = msg:sub(1,15)
  79. local vehicle = getvehicle()
  80. if vehicle then
  81. vehicle.Handling.Nitro.NitroForce.Value = tonumber(num)
  82. else
  83. hint("(-)You do not have a vehicle spawned!(-)")
  84. end
  85. elseif msg:lower():sub(1,12) == "/e maxspeed:" then
  86. local num = msg:sub(13)
  87. local vehicle = getvehicle()
  88. if vehicle then
  89. vehicle.Handling.MaxSpeed.Value = tonumber(num)
  90. else
  91. hint("(-)You do not have a vehicle spawned!(-)")
  92. end
  93. elseif msg:lower():sub(1,10) == "/e torque:" then
  94. local num = msg:sub(11)
  95. local vehicle = getvehicle()
  96. if vehicle then
  97. vehicle.Handling.Torque.Value = tonumber(num)
  98. else
  99. hint("(-)You do not have a vehicle spawned!(-)")
  100. end
  101. elseif msg:lower():sub(1,12) == "/e friction:" then
  102. local num = msg:sub(13)
  103. local vehicle = getvehicle()
  104. if vehicle then
  105. vehicle.Handling.FrictionOffroad.Value = tonumber(num)
  106. vehicle.Handling.FrictionRoad.Value = tonumber(num)
  107. else
  108. hint("(-)You do not have a vehicle spawned!(-)")
  109. end
  110. elseif msg:lower():sub(1,13) == "/e racingmode" then
  111. local vehicle = getvehicle()
  112. if vehicle then
  113. han = vehicle.Handling
  114. han.MaxSpeed.Value = 10000
  115. han.Torque.Value = 30000
  116. han.SteeringRadiusConstant.Value = 12000
  117. han.FrictionOffroad.Value = 200
  118. han.FrictionRoad.Value = 200
  119. han.Nitro.NitroSpeed.Value = 300
  120. han.Nitro.NitroForce.Value = 8000
  121. han.TurboJump.TurboJumpHeight.Value = 300
  122. inftoggle = true
  123. else
  124. hint("(-)You do not have a vehicle spawned!(-)")
  125. end
  126. end
  127. end)
  128. wait(0.5)
  129. while inftoggle == true do
  130. wait(0.02)
  131. local vehicle = getvehicle()
  132. if vehicle then
  133. vehicle.Handling.Nitro.NitroAmount.Value = 250
  134. end
  135. end
  136.  
  137.  
  138.  
  139. ขอให้มีความสุข
Advertisement
Add Comment
Please, Sign In to add comment