Advertisement
twixkevin

D NEW

Feb 14th, 2023
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.82 KB | None | 0 0
  1. -- IF DOESN'T WORK WITHOUT LAG THEN PUT LAG ON 0.1 OR 0.2 AND IF DOESNT WORK WITH LAG THEN PUT LAG ON 0 AND TRY WITH VPN
  2. local Settings = {
  3. Slot = "Slot1"; -- The Slot That Will Get The Stat Boost
  4. NamekSlot = "Slot3"; -- The Namek Slot
  5. Lag = 0.1; -- 0 - 0.2,if script doesnt work then try with VPN
  6. AutoStats = false;
  7. StatToUp = "Phys-Damage"; -- Will invest on this stat if autostats is true,Phys-Damage,Ki-Damage,Phys-Resist,Ki-Resist,Health-Max,Ki-Max,Speed
  8. ProMode = false; -- The script will be much faster,disable if doesn't work with you
  9. ExtraTime = 2; -- 1-2 if your pc is bad
  10. }
  11. local Mode = "Mode" -- Don't touch this
  12. local Stop = false -- Don't touch this
  13. local Tries = 0 -- Don't touch this
  14. local Tries2 = 0 -- Don't touch this
  15. local Timee = .7 -- Don't touch this
  16. settings().Network.IncomingReplicationLag = Settings.Lag
  17. local VU=game:GetService("VirtualUser")
  18. game.Players.LocalPlayer.Idled:Connect(function()
  19. VU:CaptureController()
  20. VU:ClickButton2(Vector2.new())
  21. end)
  22. game:GetService("CoreGui").RobloxPromptGui.promptOverlay.ChildAdded:Connect(function(child)
  23. if child.Name == "ErrorPrompt" and child:FindFirstChild("MessageArea") and child.MessageArea:FindFirstChild("ErrorFrame") then
  24. for i =1,30 do
  25. task.wait(.1)
  26. game.Players.LocalPlayer:Kick("Rejoin")
  27. end
  28. end
  29. end)
  30. local b = false
  31. local Created = true
  32. task.wait(3 + Settings.ExtraTime)
  33. if game.PlaceId == 552500546 then
  34. task.wait(1.5)
  35. repeat task.wait(1)
  36. pcall(function()
  37. game.Players.LocalPlayer.Backpack.Scripter.RemoteEvent:FireServer(game:GetService("Players").LocalPlayer.PlayerGui.Setup.Frame.Side.Race,"up")
  38. end)
  39. task.wait(.5)
  40. if game:GetService("Players").LocalPlayer.PlayerGui.Setup.Frame.Side.Race.Set.Texter.Text == "Namekian" then break end
  41. until game:GetService("Players").LocalPlayer.PlayerGui.Setup.Frame.Side.Race.Set.Texter.Text == "Namekian"
  42. game:GetService("Players").LocalPlayer.Backpack.Scripter.RemoteEvent:FireServer("woah")
  43. end
  44. function Talk(NPC,What1,What2,What3,What4,s)
  45. if Stop == true and s == false then return end
  46. repeat task.wait() until game.Players.LocalPlayer:FindFirstChild("Backpack") and game.Players.LocalPlayer.Backpack:FindFirstChild("ServerTraits")
  47. pcall(function()
  48. game.Players.LocalPlayer.Backpack.ServerTraits.ChatStart:FireServer(workspace.FriendlyNPCs[NPC])
  49. task.wait(Timee)
  50. game.Players.LocalPlayer.Backpack.ServerTraits.ChatAdvance:FireServer({What1})
  51. if What2 then
  52. task.wait(Timee)
  53. game.Players.LocalPlayer.Backpack.ServerTraits.ChatAdvance:FireServer({What2})
  54. if What3 then
  55. task.wait(Timee)
  56. game.Players.LocalPlayer.Backpack.ServerTraits.ChatAdvance:FireServer({What3})
  57. if What4 then
  58. task.wait(Timee)
  59. game.Players.LocalPlayer.Backpack.ServerTraits.ChatAdvance:FireServer({What4})
  60. end
  61. end
  62. end
  63. end)
  64. end
  65. if Settings.ProMode == true then
  66. Talk("Character Slot Changer","Yes","k",Settings.NamekSlot,"k")
  67. end
  68. if Settings.ProMode == false then
  69. task.wait(.6)
  70. Talk("Character Slot Changer","Yes","k",Settings.NamekSlot,"k")
  71. task.wait(5)
  72. else
  73. task.wait(3.6)
  74. if not workspace.Live:FindFirstChild(game.Players.LocalPlayer.Name) then
  75. task.wait(2.3)
  76. Talk("Character Slot Changer","Yes","k",Settings.NamekSlot,"k")
  77. end
  78. end
  79. task.wait(4)
  80. local Level = tonumber(game:GetService("Players").LocalPlayer.PlayerGui.HUD.Bottom.Stats.LVL.Val.Text)
  81. print("a")
  82. pcall(function()
  83. if tonumber(game:GetService("Players").LocalPlayer.PlayerGui.HUD.Bottom.Stats.LVL.Val.Text) < 80 then
  84. Level = tonumber(game:GetService("Players").LocalPlayer.PlayerGui.HUD.Bottom.Stats.LVL.Val.Text)
  85. end
  86. end)
  87. if Level < 50 then
  88. if Stop == true then return end
  89. Talk("Bulma","k","k","Yes","k")
  90. task.wait(Timee)
  91. Talk("Spaceship","k","k","No")
  92. task.wait(Timee)
  93. Talk("Trunks [Future]","k","k","Yes","k")
  94. task.wait(Timee)
  95. Talk("TimeMachine","k","k","No")
  96. task.wait(Timee)
  97. workspace.FriendlyNPCs["Quest Giver"]:Destroy()
  98. workspace.FriendlyNPCs["Quest Giver"]:Destroy()
  99. Talk("Quest Giver","k","k","Yes","k")
  100. task.wait(Timee)
  101. Talk("NamekianShip","k","k","No","k")
  102. task.wait(Timee)
  103. Talk("Elder Kai","k","Yes","k","k")
  104. task.wait(1.2)
  105. Talk("Character Slot Changer","Yes","k",Settings.Slot,"k")
  106. task.wait(5)
  107. Talk("Character Slot Changer","Yes","k",Settings.NamekSlot,"k")
  108. task.wait(5)
  109. game.Players.LocalPlayer.Backpack.ServerTraits.ChatStart:FireServer(workspace.FriendlyNPCs.Korin.Chat.Chat)
  110. task.wait(Timee)
  111. game.Players.LocalPlayer.Backpack.ServerTraits.ChatAdvance:FireServer({"k"})
  112. task.wait(Timee)
  113. game.Players.LocalPlayer.Backpack.ServerTraits.ChatAdvance:FireServer({"DRINK"})
  114. task.wait(3)
  115. end
  116. if Settings.ProMode == true then
  117. Timee = .480
  118. end
  119. task.spawn(function()
  120. while true do
  121. task.wait(.1)
  122. if Mode ~= "Reset" then
  123. if Level >= 50 and game.Players.LocalPlayer.Character.Race.Value == "Namekian" then
  124. if not workspace.FriendlyNPCs:FindFirstChild("KAMI") then
  125. Mode = "Reset"
  126. end
  127. end
  128. end
  129. end
  130. end)
  131.  
  132. task.spawn(function()
  133. while true do
  134. task.wait(.1)
  135. if Mode == "Reset" then
  136. Stop = true
  137. task.wait(3)
  138. Talk("Character Slot Changer","Yes","k",Settings.NamekSlot,true)
  139. task.wait(6)
  140. if game.Players.LocalPlayer.Character.Race.Value ~= "Namekian" then
  141. repeat
  142. Talk("Character Slot Changer","Yes","k",Settings.NamekSlot,true)
  143. task.wait(6)
  144. Tries2 = Tries2 + 1
  145. if Tries2 >= 3 then
  146. game.Players.LocalPlayer:Kick("Rejoin,script saved your account from being reseted") break
  147. end
  148. until game.Players.LocalPlayer.Character.Race.Value ~= "Namekian"
  149. end
  150. game.Players.LocalPlayer.Backpack.ServerTraits.ChatStart:FireServer(workspace.FriendlyNPCs["Start New Game [Redo Character]"])
  151. task.wait(.6)
  152. game.Players.LocalPlayer.Backpack.ServerTraits.ChatAdvance:FireServer({"Yes"})
  153. task.wait(.6)
  154. game.Players.LocalPlayer.Backpack.ServerTraits.ChatAdvance:FireServer({"k"})
  155. task.wait(.6)
  156. game.Players.LocalPlayer.Backpack.ServerTraits.ChatAdvance:FireServer({"Yes"})
  157. end
  158. end
  159. end)
  160. task.spawn(function()
  161. while true do
  162. if Tries >= 6 and Stop == false then
  163. game.Players.LocalPlayer.Character:BreakJoints()
  164. task.wait(7.5)
  165. end
  166. if Tries >= 15 then
  167. game.Players.LocalPlayer:Kick("Rejoin")
  168. end
  169. pcall(function()
  170. game:GetService("Players").LocalPlayer.PlayerGui.HUD.Bottom.Stats.Visible = true
  171. if not workspace.FriendlyNPCs:FindFirstChild("KAMI") then
  172. Stop = true
  173. task.wait(3)
  174. Talk("Character Slot Changer","Yes","k",Settings.NamekSlot,true)
  175. task.wait(6)
  176. if game.Players.LocalPlayer.Character.Race.Value ~= "Namekian" then
  177. repeat
  178. Talk("Character Slot Changer","Yes","k",Settings.NamekSlot,true)
  179. task.wait(6)
  180. Tries2 = Tries2 + 1
  181. if Tries2 >= 3 then
  182. game.Players.LocalPlayer:Kick("Rejoin,script saved your account from being reseted") break
  183. end
  184. until game.Players.LocalPlayer.Character.Race.Value ~= "Namekian"
  185. end
  186. game.Players.LocalPlayer.Backpack.ServerTraits.ChatStart:FireServer(workspace.FriendlyNPCs["Start New Game [Redo Character]"])
  187. task.wait(.5)
  188. game.Players.LocalPlayer.Backpack.ServerTraits.ChatAdvance:FireServer({"Yes"})
  189. task.wait(.5)
  190. game.Players.LocalPlayer.Backpack.ServerTraits.ChatAdvance:FireServer({"k"})
  191. task.wait(.5)
  192. game.Players.LocalPlayer.Backpack.ServerTraits.ChatAdvance:FireServer({"Yes"})
  193. end
  194. if Stop == true then repeat task.wait() until Stop == false end
  195. if tonumber(game:GetService("Players").LocalPlayer.PlayerGui.HUD.Bottom.Stats.LVL.Val.Text) < 80 then
  196. Level = tonumber(game:GetService("Players").LocalPlayer.PlayerGui.HUD.Bottom.Stats.LVL.Val.Text)
  197. end
  198. Talk("Character Slot Changer","Yes","k",Settings.Slot)
  199. task.wait(.3)
  200. pcall(function()
  201. for _ = 1,5 do
  202. task.wait(0.050)
  203. game.Players.LocalPlayer.Backpack.ServerTraits.ChatStart:FireServer(workspace.FriendlyNPCs.KAMI.Chat)
  204. end
  205. end)
  206. task.spawn(function()
  207. for i = 1,300 do
  208. task.wait()
  209. pcall(function()
  210. if tonumber(game:GetService("Players").LocalPlayer.PlayerGui.HUD.Bottom.Stats.LVL.Val.Text) >= 50 and tonumber(game:GetService("Players").LocalPlayer.PlayerGui.HUD.Bottom.Stats.LVL.Val.Text) < 80 and game.Players.LocalPlayer.PlayerGui.HUD.Bottom.ChatGui.TextLabel.Text == "Mr Popo is a nice guy" then
  211. Mode = "Reset"
  212. for i = 1,3 do
  213. task.wait(.5)
  214. Mode = "Reset"
  215. end
  216. end
  217. if not game.Players.LocalPlayer.Character.HumanoidRootPart:FindFirstChild("Booster") and tonumber(game:GetService("Players").LocalPlayer.PlayerGui.HUD.Bottom.Stats.LVL.Val.Text) >= 50 and tonumber(game:GetService("Players").LocalPlayer.PlayerGui.HUD.Bottom.Stats.LVL.Val.Text) < 80 and b == false and (game.Players.LocalPlayer.PlayerGui.HUD.Bottom.ChatGui.TextLabel.Text == "Alright let's do it" or game.Players.LocalPlayer.PlayerGui.HUD.Bottom.ChatGui.TextLabel.Text == "Loading!") then
  218. b = true
  219. Tries = Tries + 1
  220. else
  221. if b == true and game.Players.LocalPlayer.Character.HumanoidRootPart:FindFirstChild("Booster") then
  222. Tries = 0
  223. end
  224. end
  225. end)
  226. end
  227. b = false
  228. end)
  229. task.wait(5)
  230. task.delay(4.2,function()
  231. if game:GetService("Stats").Network.ServerStatsItem["Data Ping"]:GetValue() >= 450 and Lag >= 0.2 then
  232. settings().Network.IncomingReplicationLag = 0.1
  233. end
  234. end)
  235. pcall(function()
  236. game:GetService("Players").LocalPlayer.PlayerGui.HUD.Bottom.Stats.Visible = true
  237. end)
  238. if Stop == true then repeat task.wait() until Stop == false end
  239. task.spawn(function()
  240. if Settings.AutoStats == true then
  241. for i = 1,100 do
  242. task.wait()
  243. game:GetService("Players").LocalPlayer.Backpack.ServerTraits.AttemptUpgrade:FireServer(game:GetService("Players").LocalPlayer.PlayerGui.HUD.Bottom.Stats[Settings.StatToUp])
  244. end
  245. end
  246. end)
  247. Talk("Character Slot Changer","Yes","k",Settings.NamekSlot)
  248. task.wait(5)
  249. end)
  250. end
  251. end)
  252. pcall(function()
  253. loadstring(game:HttpGet("https://pastebin.com/raw/QD7QmrB7"))()
  254. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement