PapierLP

Gem Clicker

Aug 19th, 2020 (edited)
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/preztel/AzureLibrary/master/uilib.lua", true))()
  2.  
  3. local AutoTab = Library:CreateTab("Auto Misc","Mikes Geheime Cheat Sachen", true)
  4.  
  5. AutoTab:CreateToggle("ULTRA OP CLICK", function(arg1) --the (arg) is if the checkbox is toggled or not
  6. if arg1 then
  7. _G.Basic = true
  8. while wait(0) and _G.Basic do
  9. game:GetService("ReplicatedStorage").Click:FireServer()
  10. end
  11. else
  12. _G.Basic = false
  13. end
  14. end)
  15. local AutoTab = Library:CreateTab("Auto Rebirth","Mikes Geheime Cheat Sachen", true)
  16. AutoTab:CreateToggle("5 Relinquish", function(arg) --the (arg) is if the checkbox is toggled or not
  17. if arg then
  18. _G.Basic = true
  19. while wait(1) and _G.Basic do
  20.  
  21. game:GetService("ReplicatedStorage").RemoteEvents.Relinquish5:FireServer()
  22.  
  23. end
  24. else
  25. _G.Basic = false
  26. end
  27. end)
  28. AutoTab:CreateToggle("1Sx", function(arg) --the (arg) is if the checkbox is toggled or not
  29. if arg then
  30. _G.Basic = true
  31. while wait(0) and _G.Basic do
  32.  
  33. game:GetService("ReplicatedStorage").Rebirth1Sx:FireServer()
  34.  
  35.  
  36.  
  37. end
  38. else
  39. _G.Basic = false
  40. end
  41. end)
  42.  
  43. local AutoTab = Library:CreateTab("Auto Sacrifice","Mikes Geheime Cheat Sachen", true)
  44.  
  45. AutoTab:CreateToggle("1T", function(arg) --the (arg) is if the checkbox is toggled or not
  46. if arg then
  47. _G.Basic = true
  48. while wait(0) and _G.Basic do
  49. game:GetService("ReplicatedStorage").RemoteEvents.Sacrifice1T:FireServer()
  50.  
  51.  
  52. end
  53. else
  54. _G.Basic = false
  55. end
  56. end)
  57. AutoTab:CreateToggle("10k", function(arg) --the (arg) is if the checkbox is toggled or not
  58. if arg then
  59. _G.Basic = true
  60. while wait(0) and _G.Basic do
  61. game:GetService("ReplicatedStorage").RemoteEvents.Sacrifice10k:FireServer()
  62.  
  63. end
  64. else
  65. _G.Basic = false
  66. end
  67. end)
  68. AutoTab:CreateToggle("100k", function(arg) --the (arg) is if the checkbox is toggled or not
  69. if arg then
  70. _G.Basic = true
  71. while wait(0) and _G.Basic do
  72. game:GetService("ReplicatedStorage").RemoteEvents.Sacrifice100k:FireServer()
  73.  
  74. end
  75. else
  76. _G.Basic = false
  77. end
  78. end)
  79. AutoTab:CreateToggle("1M", function(arg) --the (arg) is if the checkbox is toggled or not
  80. if arg then
  81. _G.Basic = true
  82. while wait(0) and _G.Basic do
  83. game:GetService("ReplicatedStorage").RemoteEvents.Sacrifice1M:FireServer()
  84.  
  85. end
  86. else
  87. _G.Basic = false
  88. end
  89. end)
  90. AutoTab:CreateToggle("10M", function(arg) --the (arg) is if the checkbox is toggled or not
  91. if arg then
  92. _G.Basic = true
  93. while wait(0) and _G.Basic do
  94. game:GetService("ReplicatedStorage").RemoteEvents.Sacrifice10M:FireServer()
  95.  
  96. end
  97. else
  98. _G.Basic = false
  99. end
  100. end)
  101. local AutoTab = Library:CreateTab("Auto Buy Upgrades","Mikes Geheime Cheat Sachen", true)
  102.  
  103. AutoTab:CreateToggle("Multi Click 1Qn", function(arg) --the (arg) is if the checkbox is toggled or not
  104. if arg then
  105. _G.Basic = true
  106. while wait(0) and _G.Basic do
  107. game:GetService("ReplicatedStorage").Upgrades.Upgrade1Qn:FireServer()
  108.  
  109.  
  110.  
  111. end
  112. else
  113. _G.Basic = false
  114. end
  115. end)
Add Comment
Please, Sign In to add comment