ScriptsQP

Untitled

Jun 8th, 2024
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 KB | None | 0 0
  1. local Lib = loadstring(game:HttpGet("https://raw.githubusercontent.com/Hosvile/Refinement/main/UI-th%20Library%20v0.1.2"))()
  2. local window = Lib:CreateWindow("Race Clicker")
  3. local tab = window:CreateTab("Hacks")
  4. local tab3 = window:CreateTab("Other")
  5. local tabs = window:CreateTab("Credit")
  6.  
  7.  
  8. -- Auto Click
  9. tab:CreateToggle("Auto Click",false,function(bool)
  10. if bool== true then
  11. _G.AutoClick = true
  12. while _G.AutoClick == true do
  13. game:GetService("ReplicatedStorage").Packages.Knit.Services.ClickService.RF.Click:InvokeServer()
  14. game:GetService("ReplicatedStorage").Packages.Knit.Services.ClickService.RF.Click:InvokeServer()
  15. game:GetService("ReplicatedStorage").Packages.Knit.Services.ClickService.RF.Click:InvokeServer()
  16. game:GetService("ReplicatedStorage").Packages.Knit.Services.ClickService.RF.Click:InvokeServer()
  17. game:GetService("ReplicatedStorage").Packages.Knit.Services.ClickService.RF.Click:InvokeServer()
  18. game:GetService("ReplicatedStorage").Packages.Knit.Services.ClickService.RF.Click:InvokeServer()
  19. wait()
  20. end
  21. end
  22. end)
  23.  
  24. tab:CreateToggle("Auto Win",false,function(win)
  25.  
  26. if win == true then
  27. _G.wins = true
  28. while _G.wins == true do
  29. local CFrameEnd = CFrame.new(-442415.71875, 2.9999988079071045, -70.02269744873047) -- Place your coords in here
  30. local Time = 1-- Time in seconds
  31. local tween = game:GetService("TweenService"):Create(game.Players.LocalPlayer.Character.HumanoidRootPart, TweenInfo.new(Time), {CFrame = CFrameEnd})
  32. tween:Play(0.1)
  33. tween.Completed:Wait()
  34. wait()
  35. end
  36. else
  37. _G.wins = false
  38. end
  39. end)
  40.  
  41.  
  42.  
  43.  
  44.  
  45. tab:CreateButton("-------- PET----------", function () end)
  46.  
  47.  
  48. tab:CreateToggle(" Auto Craft",false,function(cra)
  49. if cra == true then
  50. _G.craft = true
  51. while _G.craft == true do
  52. game:GetService("ReplicatedStorage").Packages.Knit.Services.PetsService.RF.CraftAll:InvokeServer()
  53. wait()
  54. end
  55. else
  56. _G.craft = false
  57. end
  58. end)
  59.  
  60.  
  61.  
  62. tab:CreateToggle(" Auto Equip Best Pets",false,function(eq)
  63. if eq == true then
  64. _G.ez = true
  65. while _G.ez == true do
  66. game:GetService("ReplicatedStorage").Packages.Knit.Services.PetsService.RF.EquipBest:InvokeServer()
  67. wait()
  68. end
  69. else
  70. _G.ez = false
  71. end
  72. end)
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81. tab:CreateToggle("Auto Hatch - 5 WIN ",false,function(one)
  82. if one == true then
  83. _G.stne =true
  84. while _G.stne == true do
  85. local args = {
  86. [1] = "Starter01",
  87. [2] = "Auto",
  88. [3] = {}
  89. }
  90.  
  91. game:GetService("ReplicatedStorage").Packages.Knit.Services.EggService.RF.Open:InvokeServer(unpack(args))
  92. wait()
  93. end
  94. else
  95. _G.stne = false
  96. end
  97. end)
  98.  
  99.  
  100. tab:CreateToggle("Auto Hatch - 25 WIN ",false,function(two)
  101. if two == true then
  102. _G.vv = true
  103. while _G.vv == true do
  104. local args = {
  105. [1] = "Starter02",
  106. [2] = "Auto",
  107. [3] = {}
  108. }
  109.  
  110. game:GetService("ReplicatedStorage").Packages.Knit.Services.EggService.RF.Open:InvokeServer(unpack(args))
  111. wait()
  112. end
  113. else
  114. _G.vv = false
  115. end
  116. end)
  117.  
  118.  
  119.  
  120. tab:CreateToggle("Auto Hatch - 175 WIN ",false,function(three)
  121. if three == true then
  122. _G.kk = true
  123. while _G.kk == true do
  124. local args = {
  125. [1] = "Starter03",
  126. [2] = "Auto",
  127. [3] = {}
  128. }
  129.  
  130. game:GetService("ReplicatedStorage").Packages.Knit.Services.EggService.RF.Open:InvokeServer(unpack(args))
  131.  
  132. wait()
  133. end
  134. else
  135. _G.kk= false
  136. end
  137. end)
  138.  
  139.  
  140. tab:CreateToggle("Auto Hatch - 1k WIN ",false,function(four)
  141. if four== true then
  142. _G.bb = true
  143. while _G.bb == true do
  144. local args = {
  145. [1] = "Starter04",
  146. [2] = "Auto",
  147. [3] = {}
  148. }
  149.  
  150. game:GetService("ReplicatedStorage").Packages.Knit.Services.EggService.RF.Open:InvokeServer(unpack(args))
  151.  
  152. wait()
  153. end
  154. else
  155. _G.bb = false
  156. end
  157. end)
  158.  
  159.  
  160.  
  161.  
  162.  
  163. tab:CreateToggle("Auto Hatch - 10k WIN ",false,function(five)
  164. if five == true then
  165. _G.xd = true
  166. while _G.xd == true do
  167. local args = {
  168. [1] = "Pro01",
  169. [2] = "Auto",
  170. [3] = {}
  171. }
  172.  
  173. game:GetService("ReplicatedStorage").Packages.Knit.Services.EggService.RF.Open:InvokeServer(unpack(args))
  174. wait()
  175. end
  176. else
  177. _G.xd = false
  178. end
  179. end)
  180.  
  181.  
  182. tab:CreateToggle("Auto Hatch - 75k WIN ",false,function(six)
  183. if six == true then
  184. _G.nah = true
  185. while _G.nah == true do
  186. local args = {
  187. [1] = "Pro02",
  188. [2] = "Auto",
  189. [3] = {}
  190. }
  191.  
  192. game:GetService("ReplicatedStorage").Packages.Knit.Services.EggService.RF.Open:InvokeServer(unpack(args))
  193.  
  194. wait()
  195. end
  196. else
  197. _G.nah = false
  198. end
  199. end)
  200.  
  201.  
  202.  
  203. tab:CreateToggle("Auto Hatch - 225k WIN ",false,function(sven)
  204. if sven == true then
  205. _G.alr = true
  206. while _G.alr == true do
  207. local args = {
  208. [1] = "Pro03",
  209. [2] = "Auto",
  210. [3] = {}
  211. }
  212.  
  213. game:GetService("ReplicatedStorage").Packages.Knit.Services.EggService.RF.Open:InvokeServer(unpack(args))
  214.  
  215. wait()
  216. end
  217. else
  218. _G.alr = false
  219. end
  220. end)
  221.  
  222.  
  223.  
  224.  
  225. tabs:CreateButton("Credit - Sub to ScriptsQP", function ()
  226. end)
  227.  
  228.  
  229.  
  230. -- other
  231. tab3:CreateSlider("Speed", 0, 60250, function(v) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = v end)
  232. tab3:CreateButton(" Rejoin Server ", function () loadstring(game:HttpGet('https://pastebin.com/raw/e8jN1Lvu'))() end)
Advertisement
Add Comment
Please, Sign In to add comment