Advertisement
KeeplookID

Roblox Tapping gods Ui 2

May 7th, 2021
481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.48 KB | None | 0 0
  1. --------------------ui 2----------------
  2.  
  3.  
  4. local library = loadstring(game:HttpGet(("https://pastebin.com/raw/FsJak6AT")))()
  5.  
  6. local w = library:CreateWindow("Tapping Gods")
  7.  
  8. local b = w:CreateFolder("Functions")
  9. b:Label("~Functions~", Color3.fromRGB(38, 38, 38), Color3.fromRGB(255, 34, 0))
  10.  
  11. b:Toggle(
  12. "Auto Tap",
  13. function(bool)
  14. AutoTap = bool
  15. end
  16. )
  17. b:Toggle(
  18. "Faster Auto Tap",
  19. function(bool)
  20. FasterAutoTap = bool
  21. end
  22. )
  23. b:Toggle(
  24. "Auto Boss",
  25. function(bool)
  26. AutoBoss = bool
  27. end
  28. )
  29. b:Toggle(
  30. "Bring Gems",
  31. function(bool)
  32. AutoGems = bool
  33. end
  34. )
  35. spawn(
  36. function()
  37. while wait() do
  38. if AutoBoss then
  39. game:GetService("ReplicatedStorage").BossStuff.Yes:InvokeServer()
  40. game:GetService("ReplicatedStorage").BossStuff.Yes:InvokeServer()
  41. game:GetService("ReplicatedStorage").BossStuff.Yes:InvokeServer()
  42. game:GetService("ReplicatedStorage").BossStuff.Yes:InvokeServer()
  43. game:GetService("ReplicatedStorage").BossStuff.Yes:InvokeServer()
  44. game:GetService("ReplicatedStorage").BossStuff.Yes:InvokeServer()
  45. game:GetService("ReplicatedStorage").BossStuff.Yes:InvokeServer()
  46. game:GetService("ReplicatedStorage").BossStuff.Yes:InvokeServer()
  47. game:GetService("ReplicatedStorage").BossStuff.Yes:InvokeServer()
  48. game:GetService("ReplicatedStorage").BossStuff.Yes:InvokeServer()
  49. game:GetService("ReplicatedStorage").BossStuff.Yes:InvokeServer()
  50. game:GetService("ReplicatedStorage").BossStuff.Yes:InvokeServer()
  51. end
  52. end
  53. end
  54. )
  55. spawn(
  56. function()
  57. while wait() do
  58. if AutoGems then
  59. for i, v in pairs(game:GetService("Workspace"):GetDescendants()) do
  60. if v.Name == "Diamond" then
  61. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  62. end
  63. end
  64. end
  65. end
  66. end
  67. )
  68. b:Dropdown(
  69. "Rebirths",
  70. {
  71. "1",
  72. "5",
  73. "10",
  74. "50",
  75. "100",
  76. "250",
  77. "500",
  78. "1K",
  79. "5K",
  80. "10K",
  81. "25K",
  82. "69K",
  83. "100K",
  84. "400K",
  85. "1M",
  86. "12M",
  87. "38M",
  88. "900M"
  89. },
  90. true,
  91. function(lol92)
  92. print(lol92)
  93. _G.Quests2 = lol92
  94. end
  95. )
  96.  
  97. b:Toggle(
  98. "Auto Rebirth",
  99. function(bool)
  100. shared.toggle82 = bool
  101. end
  102. )
  103.  
  104. spawn(
  105. function()
  106. while wait(0.1) do
  107. if shared.toggle82 then
  108. if _G.Quests2 == "1" then
  109. local A_1 = 1
  110. local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  111. Event:FireServer(A_1)
  112. elseif _G.Quests2 == "5" then
  113. local A_1 = 5
  114. local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  115. Event:FireServer(A_1)
  116. elseif _G.Quests2 == "10" then
  117. local A_1 = 10
  118. local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  119. Event:FireServer(A_1)
  120. elseif _G.Quests2 == "50" then
  121. local A_1 = 50
  122. local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  123. Event:FireServer(A_1)
  124. elseif _G.Quests2 == "100" then
  125. local A_1 = 100
  126. local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  127. Event:FireServer(A_1)
  128. elseif _G.Quests2 == "250" then
  129. local A_1 = 250
  130. local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  131. Event:FireServer(A_1)
  132. elseif _G.Quests2 == "500" then
  133. local A_1 = 500
  134. local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  135. Event:FireServer(A_1)
  136. elseif _G.Quests2 == "1K" then
  137. local A_1 = 1000
  138. local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  139. Event:FireServer(A_1)
  140. elseif _G.Quests2 == "5K" then
  141. local A_1 = 5000
  142. local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  143. Event:FireServer(A_1)
  144. elseif _G.Quests2 == "10K" then
  145. local A_1 = 10000
  146. local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  147. Event:FireServer(A_1)
  148. elseif _G.Quests2 == "25K" then
  149. local A_1 = 25000
  150. local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  151. Event:FireServer(A_1)
  152. elseif _G.Quests2 == "69K" then
  153. local A_1 = 69000
  154. local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  155. Event:FireServer(A_1)
  156. elseif _G.Quests2 == "100K" then
  157. local A_1 = 100000
  158. local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  159. Event:FireServer(A_1)
  160. elseif _G.Quests2 == "400K" then
  161. local A_1 = 400000
  162. local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  163. Event:FireServer(A_1)
  164. elseif _G.Quests2 == "1M" then
  165. local A_1 = 1000000
  166. local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  167. Event:FireServer(A_1)
  168. elseif _G.Quests2 == "12M" then
  169. local A_1 = 12000000
  170. local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  171. Event:FireServer(A_1)
  172. elseif _G.Quests2 == "38M" then
  173. local A_1 = 38, 000, 00
  174. local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  175. Event:FireServer(A_1)
  176. elseif _G.Quests2 == "900M" then
  177. local A_1 = 900000000
  178. local Event = game:GetService("ReplicatedStorage").Events.Rebirth
  179. Event:FireServer(A_1)
  180. end
  181. end
  182. end
  183. end
  184. )
  185.  
  186. b:Dropdown(
  187. "Select An Egg",
  188. {
  189. "Starter Egg",
  190. "Spiky Egg",
  191. "Elemental Egg"
  192. },
  193. true,
  194. function(lol90)
  195. print(lol90)
  196. _G.Quests1 = lol90
  197. end
  198. )
  199.  
  200. b:Toggle(
  201. "Auto Open Egg",
  202. function(bool)
  203. shared.toggle2012 = bool
  204. end
  205. )
  206.  
  207. spawn(
  208. function()
  209. while wait(0.1) do
  210. if shared.toggle2012 then
  211. if _G.Quests1 == "Starter Egg" then
  212.  
  213.  
  214.  
  215. local A_1 = "Starter Egg"
  216. local Event = game:GetService("ReplicatedStorage").Events.OpenEgg
  217. Event:FireServer(A_1)
  218. elseif _G.Quests1 == "Spiky Egg" then
  219.  
  220.  
  221. local A_1 = "Spiky Egg"
  222. local Event = game:GetService("ReplicatedStorage").Events.OpenEgg
  223. Event:FireServer(A_1)
  224. elseif _G.Quests1 == "Elemental Egg" then
  225.  
  226.  
  227.  
  228. local A_1 = "Elemental Egg"
  229. local Event = game:GetService("ReplicatedStorage").Events.OpenEgg
  230. Event:FireServer(A_1)
  231. end
  232. end
  233. end
  234. end
  235. )
  236. --------------------------------------------------------- Toggles
  237. spawn(
  238. function()
  239. while wait() do
  240. if AutoTap then
  241. game:GetService("ReplicatedStorage").Events.Tap:FireServer()
  242. game:GetService("ReplicatedStorage").Events.Tap:FireServer()
  243.  
  244. end
  245. end
  246. end
  247. )
  248. spawn(
  249. function()
  250. while wait() do
  251. if FasterAutoTap then
  252. game:GetService("ReplicatedStorage").Events.Tap:FireServer()
  253. game:GetService("ReplicatedStorage").Events.Tap:FireServer()
  254. game:GetService("ReplicatedStorage").Events.Tap:FireServer()
  255. game:GetService("ReplicatedStorage").Events.Tap:FireServer()
  256. game:GetService("ReplicatedStorage").Events.Tap:FireServer()
  257. game:GetService("ReplicatedStorage").Events.Tap:FireServer()
  258. game:GetService("ReplicatedStorage").Events.Tap:FireServer()
  259. game:GetService("ReplicatedStorage").Events.Tap:FireServer()
  260. game:GetService("ReplicatedStorage").Events.Tap:FireServer()
  261. game:GetService("ReplicatedStorage").Events.Tap:FireServer()
  262. end
  263. end
  264. end
  265. )
  266.  
  267. --------------------------------------------------------- Functions
  268. b:Button(
  269. "Equip Best",
  270. function()
  271.  
  272.  
  273.  
  274. local A_1 = "EquipBest"
  275. local Event = game:GetService("ReplicatedStorage").Events.PetAction
  276. Event:InvokeServer(A_1)
  277. end
  278. )
  279. b:Button(
  280. "UnequipAll",
  281. function()
  282.  
  283.  
  284.  
  285. local A_1 = "UnequipAll"
  286. local Event = game:GetService("ReplicatedStorage").Events.PetAction
  287. Event:InvokeServer(A_1)
  288. end
  289. )
  290.  
  291.  
  292.  
  293. local MISC = w:CreateFolder("Misc")
  294.  
  295. MISC:Button(
  296. "Rejoin",
  297. function()
  298. local TeleportService = game:GetService("TeleportService")
  299. local PlaceId = game.PlaceId
  300. local player = game.Players.LocalPlayer
  301. if player then
  302. TeleportService:Teleport(PlaceId, player)
  303. end
  304. end
  305. )
  306.  
  307. MISC:GuiSettings()
  308.  
  309. local CS = w:CreateFolder("Credits")
  310.  
  311. CS:Label("Made By: Bebo Mods", Color3.fromRGB(38, 38, 38), Color3.fromRGB(255, 34, 0))
  312. CS:Label("Discord Bebo Mods#1532", Color3.fromRGB(38, 38, 38), Color3.fromRGB(255, 34, 0))
  313. CS:Label("YouTube Channel Bebo Mods", Color3.fromRGB(38, 38, 38), Color3.fromRGB(255, 34, 0))
  314. CS:Label("Thanks For Using My Scripts", Color3.fromRGB(38, 38, 38), Color3.fromRGB(255, 34, 0))
  315. CS:Button(
  316. "Discord Server Link",
  317. function()
  318. setclipboard("https://discord.gg/mTC5yP5ay8")
  319. end
  320. )
  321. CS:DestroyGUI()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement