Advertisement
Nulze

Script jump

Nov 20th, 2022 (edited)
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. getgenv().autotap = false;
  2. getgenv().autofirst = false;
  3. getgenv().autoap = false;
  4. getgenv().doreb = false;
  5. getgenv().dosecond = false;
  6. getgenv().doth = false;
  7. getgenv().dolast = false;
  8.  
  9.  
  10.  
  11.  
  12. local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))()
  13.  
  14. local w = library:CreateWindow("Get Script") -- Creates the window
  15.  
  16.  
  17.  
  18. local c = w:CreateFolder("Copy link") -- Creates the folder(U will put here your buttons,etc)
  19.  
  20.  
  21. local d = w:CreateFolder("Destroy") -- Creates the folder(U will put here your buttons,etc)
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46. c:Button("Script",function()
  47. wait(1.2)
  48. game.StarterGui:SetCore("SendNotification", {
  49. Title = "< 3"; -- the title (ofc)
  50. Text = " link copied to your clipboard (There will be giveaway 20$ at the end of next month stay tuned < 3)"; -- what the text says (ofc)
  51. Icon = "rbxassetid://57254791"; -- the image if u want.
  52. Duration = 15; -- how long the notification should in secounds
  53. })
  54.  
  55. wait(0.5)
  56.  
  57. setclipboard("https://link-hub.net/541634/jump-clicker-script-gui")
  58.  
  59. end)
  60.  
  61. d:DestroyGui()
  62.  
  63. function dofirst()
  64. spawn(function()
  65. while getgenv().autfirst == true do
  66. local args = {[1] = 1}
  67.  
  68. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(6.789732933044434, 1352096.859375, 30.97100257873535))
  69.  
  70. wait(0.2)
  71. end
  72. end)
  73. end
  74.  
  75. function dosecond()
  76. spawn(function()
  77. while getgenv().autosecond == true do
  78. local args = {[1] = 1}
  79.  
  80. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(2.6062700748443604, 3333105.6484375, -149.41708374023438))
  81.  
  82. wait(0.2)
  83. end
  84. end)
  85. end
  86.  
  87. function doth()
  88. spawn(function()
  89. while getgenv().autoth == true do
  90. local args = {[1] = 1}
  91.  
  92. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-36.068214416503906, 2333502.46337890625, -382.9264831542969))
  93. wait(0.2)
  94. end
  95. end)
  96. end
  97.  
  98.  
  99. function dolast()
  100. spawn(function()
  101. while getgenv().autolast == true do
  102. local args = {[1] = 1}
  103.  
  104. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(16.96515655517578, 73373331.2158813476562, -583.5429077148438))
  105. wait(0.2)
  106. end
  107. end)
  108. end
  109.  
  110.  
  111. function doreb()
  112. spawn(function()
  113. while getgenv().autoreb == true do
  114. local args = {[1] = 1}
  115.  
  116.  
  117. local Event = game:GetService("ReplicatedStorage").Packages["_Index"]["sleitnick_knit@1.4.7"].knit.Services.RebirthService.RF.Rebirth
  118. Event:InvokeServer()
  119.  
  120.  
  121. wait(0.5)
  122. end
  123. end)
  124. end
  125.  
  126.  
  127.  
  128.  
  129. function dotap()
  130. spawn(function()
  131. while getgenv().autotap == true do
  132. local args = {[1] = 1}
  133. local Event = game:GetService("ReplicatedStorage").Packages["_Index"]["sleitnick_knit@1.4.7"].knit.Services.JumpService.RE.Tap
  134. Event:FireServer()
  135. wait(0.2)
  136. end
  137. end)
  138. end
  139.  
  140.  
  141. function dorebap()
  142. spawn(function()
  143. while getgenv().autotap == true do
  144. local args = {[1] = 1}
  145.  
  146. local A_1 = "rebirthUpgrades"
  147. local Event = game:GetService("ReplicatedStorage").Events.Upgrade
  148. Event:FireServer(A_1)
  149.  
  150. wait(0.2)
  151. end
  152. end)
  153. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement