Advertisement
RBX_pross_fan440872

Lifting Simulator *UPDATED*

Aug 30th, 2021 (edited)
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 23.93 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local AutoHub = Instance.new("ScreenGui")
  7. local Lifting_Simulator = Instance.new("Frame")
  8. local UICorner = Instance.new("UICorner")
  9. local TopBar = Instance.new("TextLabel")
  10. local UICorner_2 = Instance.new("UICorner")
  11. local TopBar2 = Instance.new("TextLabel")
  12. local TITLE = Instance.new("TextLabel")
  13. local AutoDetectGame = Instance.new("TextLabel")
  14. local UICorner_3 = Instance.new("UICorner")
  15. local Btn1Back = Instance.new("TextLabel")
  16. local UICorner_4 = Instance.new("UICorner")
  17. local Btn1 = Instance.new("TextButton")
  18. local UICorner_5 = Instance.new("UICorner")
  19. local Btn2Back = Instance.new("TextLabel")
  20. local UICorner_6 = Instance.new("UICorner")
  21. local Btn2 = Instance.new("TextButton")
  22. local UICorner_7 = Instance.new("UICorner")
  23. local Btn3Back = Instance.new("TextLabel")
  24. local UICorner_8 = Instance.new("UICorner")
  25. local Btn4Back = Instance.new("TextLabel")
  26. local UICorner_9 = Instance.new("UICorner")
  27. local Btn3 = Instance.new("TextButton")
  28. local UICorner_10 = Instance.new("UICorner")
  29. local BtnExit = Instance.new("TextButton")
  30. local UICorner_11 = Instance.new("UICorner")
  31. local Autosell_Method = Instance.new("Frame")
  32. local UICorner_12 = Instance.new("UICorner")
  33. local Btn1Back_2 = Instance.new("TextLabel")
  34. local UICorner_13 = Instance.new("UICorner")
  35. local Btn2Back_2 = Instance.new("TextLabel")
  36. local UICorner_14 = Instance.new("UICorner")
  37. local Btn3Back_2 = Instance.new("TextLabel")
  38. local UICorner_15 = Instance.new("UICorner")
  39. local BtnExitBack = Instance.new("TextLabel")
  40. local UICorner_16 = Instance.new("UICorner")
  41. local TITLE_2 = Instance.new("TextLabel")
  42. local Btn1_2 = Instance.new("TextButton")
  43. local UICorner_17 = Instance.new("UICorner")
  44. local Btn2_2 = Instance.new("TextButton")
  45. local UICorner_18 = Instance.new("UICorner")
  46. local Btn3_2 = Instance.new("TextButton")
  47. local UICorner_19 = Instance.new("UICorner")
  48. local BtnExit_2 = Instance.new("TextButton")
  49. local UICorner_20 = Instance.new("UICorner")
  50.  
  51. --Properties:
  52.  
  53. AutoHub.Name = "AutoHub"
  54. AutoHub.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  55. AutoHub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  56.  
  57. Lifting_Simulator.Name = "Lifting_Simulator"
  58. Lifting_Simulator.Parent = AutoHub
  59. Lifting_Simulator.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  60. Lifting_Simulator.Position = UDim2.new(0.317940891, 0, 0.350777954, 0)
  61. Lifting_Simulator.Size = UDim2.new(0.373959154, 1, 0.462517679, 1)
  62.  
  63. UICorner.CornerRadius = UDim.new(0, 10)
  64. UICorner.Parent = Lifting_Simulator
  65.  
  66. TopBar.Name = "TopBar"
  67. TopBar.Parent = Lifting_Simulator
  68. TopBar.BackgroundColor3 = Color3.fromRGB(67, 67, 67)
  69. TopBar.Size = UDim2.new(1.00000024, 0, 0.0481707342, 0)
  70. TopBar.Font = Enum.Font.SourceSans
  71. TopBar.Text = ""
  72. TopBar.TextColor3 = Color3.fromRGB(0, 0, 0)
  73. TopBar.TextSize = 14.000
  74.  
  75. UICorner_2.CornerRadius = UDim.new(0, 10)
  76. UICorner_2.Parent = TopBar
  77.  
  78. TopBar2.Name = "TopBar2"
  79. TopBar2.Parent = Lifting_Simulator
  80. TopBar2.BackgroundColor3 = Color3.fromRGB(67, 67, 67)
  81. TopBar2.BorderSizePixel = 0
  82. TopBar2.Position = UDim2.new(0, 0, 0.024390243, 0)
  83. TopBar2.Size = UDim2.new(1.00000024, 0, 0.0237804949, 0)
  84. TopBar2.Font = Enum.Font.SourceSans
  85. TopBar2.Text = ""
  86. TopBar2.TextColor3 = Color3.fromRGB(0, 0, 0)
  87. TopBar2.TextSize = 14.000
  88.  
  89. TITLE.Name = "TITLE"
  90. TITLE.Parent = Lifting_Simulator
  91. TITLE.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  92. TITLE.BackgroundTransparency = 1.000
  93. TITLE.Position = UDim2.new(0, 0, 0.0670731738, 0)
  94. TITLE.Size = UDim2.new(1.00000024, 0, 0.099999994, 0)
  95. TITLE.Font = Enum.Font.Jura
  96. TITLE.Text = "Lifting Simulator"
  97. TITLE.TextColor3 = Color3.fromRGB(255, 255, 255)
  98. TITLE.TextScaled = true
  99. TITLE.TextSize = 14.000
  100. TITLE.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  101. TITLE.TextWrapped = true
  102.  
  103. AutoDetectGame.Name = "AutoDetectGame"
  104. AutoDetectGame.Parent = Lifting_Simulator
  105. AutoDetectGame.BackgroundColor3 = Color3.fromRGB(67, 67, 67)
  106. AutoDetectGame.BackgroundTransparency = 1.000
  107. AutoDetectGame.Position = UDim2.new(0.0222222209, 0, 0, 0)
  108. AutoDetectGame.Size = UDim2.new(0.17171751, 0, 0.0481707342, 0)
  109. AutoDetectGame.Font = Enum.Font.Jura
  110. AutoDetectGame.Text = "Autohub"
  111. AutoDetectGame.TextColor3 = Color3.fromRGB(255, 255, 255)
  112. AutoDetectGame.TextScaled = true
  113. AutoDetectGame.TextSize = 14.000
  114. AutoDetectGame.TextWrapped = true
  115.  
  116. UICorner_3.CornerRadius = UDim.new(0, 10)
  117. UICorner_3.Parent = AutoDetectGame
  118.  
  119. Btn1Back.Name = "Btn1Back"
  120. Btn1Back.Parent = Lifting_Simulator
  121. Btn1Back.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  122. Btn1Back.BorderSizePixel = 0
  123. Btn1Back.Position = UDim2.new(0.187878653, 0, 0.204268292, 0)
  124. Btn1Back.Size = UDim2.new(0.19798027, 0, 0.127439216, 0)
  125. Btn1Back.Font = Enum.Font.SourceSans
  126. Btn1Back.Text = ""
  127. Btn1Back.TextColor3 = Color3.fromRGB(0, 0, 0)
  128. Btn1Back.TextSize = 14.000
  129.  
  130. UICorner_4.CornerRadius = UDim.new(0, 10)
  131. UICorner_4.Parent = Btn1Back
  132.  
  133. Btn1.Name = "Btn1"
  134. Btn1.Parent = Lifting_Simulator
  135. Btn1.BackgroundColor3 = Color3.fromRGB(67, 67, 67)
  136. Btn1.Position = UDim2.new(0.187878788, 0, 0.216463417, 0)
  137. Btn1.Size = UDim2.new(0.194949508, 0, 0.099999994, 0)
  138. Btn1.Font = Enum.Font.Jura
  139. Btn1.Text = "  Autolift  "
  140. Btn1.TextColor3 = Color3.fromRGB(255, 255, 255)
  141. Btn1.TextScaled = true
  142. Btn1.TextSize = 14.000
  143. Btn1.TextWrapped = true
  144.  
  145. UICorner_5.CornerRadius = UDim.new(0, 10)
  146. UICorner_5.Parent = Btn1
  147.  
  148. Btn2Back.Name = "Btn2Back"
  149. Btn2Back.Parent = Lifting_Simulator
  150. Btn2Back.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  151. Btn2Back.BorderSizePixel = 0
  152. Btn2Back.Position = UDim2.new(0.612121046, 0, 0.204268292, 0)
  153. Btn2Back.Size = UDim2.new(0.19798027, 0, 0.127439216, 0)
  154. Btn2Back.Font = Enum.Font.SourceSans
  155. Btn2Back.Text = ""
  156. Btn2Back.TextColor3 = Color3.fromRGB(0, 0, 0)
  157. Btn2Back.TextSize = 14.000
  158.  
  159. UICorner_6.CornerRadius = UDim.new(0, 10)
  160. UICorner_6.Parent = Btn2Back
  161.  
  162. Btn2.Name = "Btn2"
  163. Btn2.Parent = Lifting_Simulator
  164. Btn2.BackgroundColor3 = Color3.fromRGB(67, 67, 67)
  165. Btn2.Position = UDim2.new(0.614141405, 0, 0.216463417, 0)
  166. Btn2.Size = UDim2.new(0.194949508, 0, 0.099999994, 0)
  167. Btn2.Font = Enum.Font.Jura
  168. Btn2.Text = "  Autosell  "
  169. Btn2.TextColor3 = Color3.fromRGB(255, 255, 255)
  170. Btn2.TextScaled = true
  171. Btn2.TextSize = 14.000
  172. Btn2.TextWrapped = true
  173.  
  174. UICorner_7.CornerRadius = UDim.new(0, 10)
  175. UICorner_7.Parent = Btn2
  176.  
  177. Btn3Back.Name = "Btn3Back"
  178. Btn3Back.Parent = Lifting_Simulator
  179. Btn3Back.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  180. Btn3Back.BorderSizePixel = 0
  181. Btn3Back.Position = UDim2.new(0.193939254, 0, 0.521341443, 0)
  182. Btn3Back.Size = UDim2.new(0.19798027, 0, 0.127439216, 0)
  183. Btn3Back.Font = Enum.Font.SourceSans
  184. Btn3Back.Text = ""
  185. Btn3Back.TextColor3 = Color3.fromRGB(0, 0, 0)
  186. Btn3Back.TextSize = 14.000
  187.  
  188. UICorner_8.CornerRadius = UDim.new(0, 10)
  189. UICorner_8.Parent = Btn3Back
  190.  
  191. Btn4Back.Name = "Btn4Back"
  192. Btn4Back.Parent = Lifting_Simulator
  193. Btn4Back.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  194. Btn4Back.BorderSizePixel = 0
  195. Btn4Back.Position = UDim2.new(0.618181646, 0, 0.521341443, 0)
  196. Btn4Back.Size = UDim2.new(0.19798027, 0, 0.127439216, 0)
  197. Btn4Back.Font = Enum.Font.SourceSans
  198. Btn4Back.Text = ""
  199. Btn4Back.TextColor3 = Color3.fromRGB(0, 0, 0)
  200. Btn4Back.TextSize = 14.000
  201.  
  202. UICorner_9.CornerRadius = UDim.new(0, 10)
  203. UICorner_9.Parent = Btn4Back
  204.  
  205. Btn3.Name = "Btn3"
  206. Btn3.Parent = Lifting_Simulator
  207. Btn3.BackgroundColor3 = Color3.fromRGB(67, 67, 67)
  208. Btn3.Position = UDim2.new(0.187878788, 0, 0.533536553, 0)
  209. Btn3.Size = UDim2.new(0.194949508, 0, 0.099999994, 0)
  210. Btn3.Font = Enum.Font.Jura
  211. Btn3.Text = "  Anti-AFK  "
  212. Btn3.TextColor3 = Color3.fromRGB(255, 255, 255)
  213. Btn3.TextScaled = true
  214. Btn3.TextSize = 14.000
  215. Btn3.TextWrapped = true
  216.  
  217. UICorner_10.CornerRadius = UDim.new(0, 10)
  218. UICorner_10.Parent = Btn3
  219.  
  220. BtnExit.Name = "BtnExit"
  221. BtnExit.Parent = Lifting_Simulator
  222. BtnExit.BackgroundColor3 = Color3.fromRGB(67, 67, 67)
  223. BtnExit.Position = UDim2.new(0.618181825, 0, 0.533536553, 0)
  224. BtnExit.Size = UDim2.new(0.194949508, 0, 0.099999994, 0)
  225. BtnExit.Font = Enum.Font.Jura
  226. BtnExit.Text = " Exit AutoHub "
  227. BtnExit.TextColor3 = Color3.fromRGB(255, 255, 255)
  228. BtnExit.TextScaled = true
  229. BtnExit.TextSize = 14.000
  230. BtnExit.TextWrapped = true
  231.  
  232. UICorner_11.CornerRadius = UDim.new(0, 10)
  233. UICorner_11.Parent = BtnExit
  234.  
  235. Autosell_Method.Name = "Autosell_Method"
  236. Autosell_Method.Parent = Lifting_Simulator
  237. Autosell_Method.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  238. Autosell_Method.Position = UDim2.new(0.170169577, 0, 0.192073166, 0)
  239. Autosell_Method.Size = UDim2.new(0.656093359, 0, 0.610862732, 0)
  240. Autosell_Method.Visible = false
  241.  
  242. UICorner_12.CornerRadius = UDim.new(0, 10)
  243. UICorner_12.Parent = Autosell_Method
  244.  
  245. Btn1Back_2.Name = "Btn1Back"
  246. Btn1Back_2.Parent = Autosell_Method
  247. Btn1Back_2.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  248. Btn1Back_2.BorderSizePixel = 0
  249. Btn1Back_2.Position = UDim2.new(0.138612494, 0, 0.25417766, 0)
  250. Btn1Back_2.Size = UDim2.new(0.311908394, 0, 0.197312444, 0)
  251. Btn1Back_2.Font = Enum.Font.SourceSans
  252. Btn1Back_2.Text = ""
  253. Btn1Back_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  254. Btn1Back_2.TextSize = 14.000
  255.  
  256. UICorner_13.CornerRadius = UDim.new(0, 10)
  257. UICorner_13.Parent = Btn1Back_2
  258.  
  259. Btn2Back_2.Name = "Btn2Back"
  260. Btn2Back_2.Parent = Autosell_Method
  261. Btn2Back_2.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  262. Btn2Back_2.BorderSizePixel = 0
  263. Btn2Back_2.Position = UDim2.new(0.554296076, 0, 0.25417766, 0)
  264. Btn2Back_2.Size = UDim2.new(0.311908394, 0, 0.197312444, 0)
  265. Btn2Back_2.Font = Enum.Font.SourceSans
  266. Btn2Back_2.Text = ""
  267. Btn2Back_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  268. Btn2Back_2.TextSize = 14.000
  269.  
  270. UICorner_14.CornerRadius = UDim.new(0, 10)
  271. UICorner_14.Parent = Btn2Back_2
  272.  
  273. Btn3Back_2.Name = "Btn3Back"
  274. Btn3Back_2.Parent = Autosell_Method
  275. Btn3Back_2.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  276. Btn3Back_2.BorderSizePixel = 0
  277. Btn3Back_2.Position = UDim2.new(0.138612494, 0, 0.598552704, 0)
  278. Btn3Back_2.Size = UDim2.new(0.311908394, 0, 0.197312444, 0)
  279. Btn3Back_2.Font = Enum.Font.SourceSans
  280. Btn3Back_2.Text = ""
  281. Btn3Back_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  282. Btn3Back_2.TextSize = 14.000
  283.  
  284. UICorner_15.CornerRadius = UDim.new(0, 10)
  285. UICorner_15.Parent = Btn3Back_2
  286.  
  287. BtnExitBack.Name = "BtnExitBack"
  288. BtnExitBack.Parent = Autosell_Method
  289. BtnExitBack.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  290. BtnExitBack.BorderSizePixel = 0
  291. BtnExitBack.Position = UDim2.new(0.554296076, 0, 0.598552704, 0)
  292. BtnExitBack.Size = UDim2.new(0.311908394, 0, 0.197312444, 0)
  293. BtnExitBack.Font = Enum.Font.SourceSans
  294. BtnExitBack.Text = ""
  295. BtnExitBack.TextColor3 = Color3.fromRGB(0, 0, 0)
  296. BtnExitBack.TextSize = 14.000
  297.  
  298. UICorner_16.CornerRadius = UDim.new(0, 10)
  299. UICorner_16.Parent = BtnExitBack
  300.  
  301. TITLE_2.Name = "TITLE"
  302. TITLE_2.Parent = Autosell_Method
  303. TITLE_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  304. TITLE_2.BackgroundTransparency = 1.000
  305. TITLE_2.Position = UDim2.new(0, 0, 0.0670731738, 0)
  306. TITLE_2.Size = UDim2.new(1.00000024, 0, 0.099999994, 0)
  307. TITLE_2.Font = Enum.Font.Jura
  308. TITLE_2.Text = "Autosell Method"
  309. TITLE_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  310. TITLE_2.TextScaled = true
  311. TITLE_2.TextSize = 14.000
  312. TITLE_2.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  313. TITLE_2.TextWrapped = true
  314.  
  315. Btn1_2.Name = "Btn1"
  316. Btn1_2.Parent = Autosell_Method
  317. Btn1_2.BackgroundColor3 = Color3.fromRGB(67, 67, 67)
  318. Btn1_2.Position = UDim2.new(0.154008195, 0, 0.274659783, 0)
  319. Btn1_2.Size = UDim2.new(0.281117082, 0, 0.146613404, 0)
  320. Btn1_2.Font = Enum.Font.Jura
  321. Btn1_2.Text = " Teleport (Best) "
  322. Btn1_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  323. Btn1_2.TextScaled = true
  324. Btn1_2.TextSize = 14.000
  325. Btn1_2.TextWrapped = true
  326.  
  327. UICorner_17.CornerRadius = UDim.new(0, 10)
  328. UICorner_17.Parent = Btn1_2
  329.  
  330. Btn2_2.Name = "Btn2"
  331. Btn2_2.Parent = Autosell_Method
  332. Btn2_2.BackgroundColor3 = Color3.fromRGB(67, 67, 67)
  333. Btn2_2.Position = UDim2.new(0.569691777, 0, 0.274659783, 0)
  334. Btn2_2.Size = UDim2.new(0.281117082, 0, 0.146613404, 0)
  335. Btn2_2.Font = Enum.Font.Jura
  336. Btn2_2.Text = "Stop"
  337. Btn2_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  338. Btn2_2.TextScaled = true
  339. Btn2_2.TextSize = 14.000
  340. Btn2_2.TextWrapped = true
  341.  
  342. UICorner_18.CornerRadius = UDim.new(0, 10)
  343. UICorner_18.Parent = Btn2_2
  344.  
  345. Btn3_2.Name = "Btn3"
  346. Btn3_2.Parent = Autosell_Method
  347. Btn3_2.BackgroundColor3 = Color3.fromRGB(67, 67, 67)
  348. Btn3_2.Position = UDim2.new(0.15400818, 0, 0.619034767, 0)
  349. Btn3_2.Size = UDim2.new(0.281117082, 0, 0.146613404, 0)
  350. Btn3_2.Font = Enum.Font.Jura
  351. Btn3_2.Text = "Insta-TP (NOT RECOMENDED)"
  352. Btn3_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  353. Btn3_2.TextScaled = true
  354. Btn3_2.TextSize = 14.000
  355. Btn3_2.TextWrapped = true
  356.  
  357. UICorner_19.CornerRadius = UDim.new(0, 10)
  358. UICorner_19.Parent = Btn3_2
  359.  
  360. BtnExit_2.Name = "BtnExit"
  361. BtnExit_2.Parent = Autosell_Method
  362. BtnExit_2.BackgroundColor3 = Color3.fromRGB(67, 67, 67)
  363. BtnExit_2.Position = UDim2.new(0.569691777, 0, 0.619034767, 0)
  364. BtnExit_2.Size = UDim2.new(0.281117082, 0, 0.146613404, 0)
  365. BtnExit_2.Font = Enum.Font.Jura
  366. BtnExit_2.Text = "Close"
  367. BtnExit_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  368. BtnExit_2.TextScaled = true
  369. BtnExit_2.TextSize = 14.000
  370. BtnExit_2.TextWrapped = true
  371.  
  372. UICorner_20.CornerRadius = UDim.new(0, 10)
  373. UICorner_20.Parent = BtnExit_2
  374.  
  375. -- Scripts:
  376.  
  377. local function DDAM_fake_script() -- TopBar.Dragify
  378.     local script = Instance.new('LocalScript', TopBar)
  379.  
  380.     local UIS = game:GetService("UserInputService")
  381.     function dragify(Frame)
  382.         dragToggle = nil
  383.         local dragSpeed = 0.50
  384.         dragInput = nil
  385.         dragStart = nil
  386.         local dragPos = nil
  387.         function updateInput(input)
  388.             local Delta = input.Position - dragStart
  389.             local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  390.             game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.30), {Position = Position}):Play()
  391.         end
  392.         Frame.InputBegan:Connect(function(input)
  393.             if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  394.                 dragToggle = true
  395.                 dragStart = input.Position
  396.                 startPos = Frame.Position
  397.                 input.Changed:Connect(function()
  398.                     if input.UserInputState == Enum.UserInputState.End then
  399.                         dragToggle = false
  400.                     end
  401.                 end)
  402.             end
  403.         end)
  404.         Frame.InputChanged:Connect(function(input)
  405.             if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  406.                 dragInput = input
  407.             end
  408.         end)
  409.         game:GetService("UserInputService").InputChanged:Connect(function(input)
  410.             if input == dragInput and dragToggle then
  411.                 updateInput(input)
  412.             end
  413.         end)
  414.     end
  415.    
  416.     dragify(script.Parent.Parent)
  417. end
  418. coroutine.wrap(DDAM_fake_script)()
  419. local function WOIKFXA_fake_script() -- TopBar2.Dragify
  420.     local script = Instance.new('LocalScript', TopBar2)
  421.  
  422.     local UIS = game:GetService("UserInputService")
  423.     function dragify(Frame)
  424.         dragToggle = nil
  425.         local dragSpeed = 0.50
  426.         dragInput = nil
  427.         dragStart = nil
  428.         local dragPos = nil
  429.         function updateInput(input)
  430.             local Delta = input.Position - dragStart
  431.             local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  432.             game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.30), {Position = Position}):Play()
  433.         end
  434.         Frame.InputBegan:Connect(function(input)
  435.             if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  436.                 dragToggle = true
  437.                 dragStart = input.Position
  438.                 startPos = Frame.Position
  439.                 input.Changed:Connect(function()
  440.                     if input.UserInputState == Enum.UserInputState.End then
  441.                         dragToggle = false
  442.                     end
  443.                 end)
  444.             end
  445.         end)
  446.         Frame.InputChanged:Connect(function(input)
  447.             if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  448.                 dragInput = input
  449.             end
  450.         end)
  451.         game:GetService("UserInputService").InputChanged:Connect(function(input)
  452.             if input == dragInput and dragToggle then
  453.                 updateInput(input)
  454.             end
  455.         end)
  456.     end
  457.    
  458.     dragify(script.Parent.Parent)
  459. end
  460. coroutine.wrap(WOIKFXA_fake_script)()
  461. local function MQMQZOJ_fake_script() -- AutoDetectGame.Dragify
  462.     local script = Instance.new('LocalScript', AutoDetectGame)
  463.  
  464.     local UIS = game:GetService("UserInputService")
  465.     function dragify(Frame)
  466.         dragToggle = nil
  467.         local dragSpeed = 0.50
  468.         dragInput = nil
  469.         dragStart = nil
  470.         local dragPos = nil
  471.         function updateInput(input)
  472.             local Delta = input.Position - dragStart
  473.             local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  474.             game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.30), {Position = Position}):Play()
  475.         end
  476.         Frame.InputBegan:Connect(function(input)
  477.             if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  478.                 dragToggle = true
  479.                 dragStart = input.Position
  480.                 startPos = Frame.Position
  481.                 input.Changed:Connect(function()
  482.                     if input.UserInputState == Enum.UserInputState.End then
  483.                         dragToggle = false
  484.                     end
  485.                 end)
  486.             end
  487.         end)
  488.         Frame.InputChanged:Connect(function(input)
  489.             if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  490.                 dragInput = input
  491.             end
  492.         end)
  493.         game:GetService("UserInputService").InputChanged:Connect(function(input)
  494.             if input == dragInput and dragToggle then
  495.                 updateInput(input)
  496.             end
  497.         end)
  498.     end
  499.    
  500.     dragify(script.Parent.Parent)
  501. end
  502. coroutine.wrap(MQMQZOJ_fake_script)()
  503. local function EKKQ_fake_script() -- AutoDetectGame.Script
  504.     local script = Instance.new('Script', AutoDetectGame)
  505.  
  506.     while true do
  507.         wait(1)
  508.         script.Parent.TextTransparency = 1
  509.         wait(0.05)
  510.         script.Parent.TextTransparency = 0.9
  511.         wait(0.05)
  512.         script.Parent.TextTransparency = 0.8
  513.         wait(0.05)
  514.         script.Parent.TextTransparency = 0.7
  515.         wait(0.05)
  516.         script.Parent.TextTransparency = 0.6
  517.         wait(0.05)
  518.         script.Parent.TextTransparency = 0.5
  519.         wait(0.05)
  520.         script.Parent.TextTransparency = 0.4
  521.         wait(0.05)
  522.         script.Parent.TextTransparency = 0.3
  523.         wait(0.05)
  524.         script.Parent.TextTransparency = 0.2
  525.         wait(0.05)
  526.         script.Parent.TextTransparency = 0.1
  527.         wait(0.05)
  528.         script.Parent.TextTransparency = 0
  529.         wait(3)
  530.         script.Parent.TextTransparency = 0.1
  531.         wait(0.05)
  532.         script.Parent.TextTransparency = 0.2
  533.         wait(0.05)
  534.         script.Parent.TextTransparency = 0.3
  535.         wait(0.05)
  536.         script.Parent.TextTransparency = 0.4
  537.         wait(0.05)
  538.         script.Parent.TextTransparency = 0.5
  539.         wait(0.05)
  540.         script.Parent.TextTransparency = 0.6
  541.         wait(0.05)
  542.         script.Parent.TextTransparency = 0.7
  543.         wait(0.05)
  544.         script.Parent.TextTransparency = 0.8
  545.         wait(0.05)
  546.         script.Parent.TextTransparency = 0.9
  547.         wait(0.05)
  548.         script.Parent.TextTransparency = 1
  549.     end
  550. end
  551. coroutine.wrap(EKKQ_fake_script)()
  552. local function DJVP_fake_script() -- Btn1.Script
  553.     local script = Instance.new('LocalScript', Btn1)
  554.  
  555.     script.Parent.MouseButton1Down:connect(function()
  556.         script.Parent.MouseButton1Down:connect(function()
  557.             _G.Lift = true
  558.    
  559.             while _G.Lift do
  560.                 wait(0.0000000001)
  561.                 local table_1 = {
  562.                     [1] = 'GainMuscle'
  563.                 };
  564.                 local Target = game:GetService("ReplicatedStorage").RemoteEvent;
  565.                 Target:FireServer(table_1);
  566.             end
  567.         end)
  568.     end)
  569. end
  570. coroutine.wrap(DJVP_fake_script)()
  571. -- Btn2.Autosell is disabled.
  572. local function AFHL_fake_script() -- Btn2.Autosell_GUI
  573.     local script = Instance.new('LocalScript', Btn2)
  574.  
  575.     script.Parent.MouseButton1Down:connect(function()
  576.         wait(0.1)
  577.         script.Parent.Parent.Autosell_Method.Visible = true
  578.     end)
  579. end
  580. coroutine.wrap(AFHL_fake_script)()
  581. local function DJYIKLJ_fake_script() -- Btn3.Script
  582.     local script = Instance.new('LocalScript', Btn3)
  583.  
  584.     script.Parent.MouseButton1Down:connect(function()
  585.         wait(0.5)local ba=Instance.new("ScreenGui")
  586.         local ca=Instance.new("TextLabel")local da=Instance.new("Frame")
  587.         local _b=Instance.new("TextLabel")local ab=Instance.new("TextLabel")ba.Parent=game.CoreGui
  588.         ba.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;ca.Parent=ba;ca.Active=true
  589.         ca.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ca.Draggable=true
  590.         ca.Position=UDim2.new(0.698610067,0,0.098096624,0)ca.Size=UDim2.new(0,304,0,52)
  591.         ca.Font=Enum.Font.SourceSansSemibold;ca.Text="Anti Afk Kick Script"ca.TextColor3=Color3.new(0,1,1)
  592.         ca.TextSize=22;da.Parent=ca
  593.         da.BackgroundColor3=Color3.new(0.196078,0.196078,0.196078)da.Position=UDim2.new(0,0,1.0192306,0)
  594.         da.Size=UDim2.new(0,304,0,107)_b.Parent=da
  595.         _b.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)_b.Position=UDim2.new(0,0,0.800455689,0)
  596.         _b.Size=UDim2.new(0,304,0,21)_b.Font=Enum.Font.Arial;_b.Text="Made by Discord: Krew Kard Developer#2335"
  597.         _b.TextColor3=Color3.new(1,1,1)_b.TextSize=20;ab.Parent=da
  598.         ab.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ab.Position=UDim2.new(0,0,0.158377379,0)
  599.         ab.Size=UDim2.new(0,304,0,44)ab.Font=Enum.Font.ArialBold;ab.Text="Status: Script Started"
  600.         ab.TextColor3=Color3.new(1,1,1)ab.TextSize=20;local bb=game:service'VirtualUser'
  601.         game:service'Players'.LocalPlayer.Idled:connect(function()
  602.             bb:CaptureController()bb:ClickButton2(Vector2.new())
  603.             ab.Text="You went idle and ROBLOX tried to kick you but we reflected it!"wait(2)ab.Text="Script Re-Enabled"end)
  604.     end)
  605.    
  606. end
  607. coroutine.wrap(DJYIKLJ_fake_script)()
  608. local function FOCYRJH_fake_script() -- BtnExit.Script
  609.     local script = Instance.new('LocalScript', BtnExit)
  610.  
  611.     script.Parent.MouseButton1Click:Connect(function()
  612.         print("Attempting to destroy AutoHub! 1 Attempts.")
  613.         script.Parent.Parent.Parent:Destroy()
  614.     end)
  615. end
  616. coroutine.wrap(FOCYRJH_fake_script)()
  617. local function AJJMQ_fake_script() -- Btn1_2.Script
  618.     local script = Instance.new('LocalScript', Btn1_2)
  619.  
  620.     script.Parent.MouseButton1Down:connect(function()
  621.         while true do
  622.             wait(1) -- Change timer if you want!
  623.             local pos = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  624.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-634.539978, -53.9022369, 1859.40967, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  625.             wait(1)
  626.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-646.812012, -53.9022369, 1784.46838, 0.865950108, -6.29600407e-08, 0.500130415, 3.64264245e-08, 1, 6.28167598e-08, -0.500130415, -3.61782178e-08, 0.865950108)
  627.         end
  628.     end)
  629. end
  630. coroutine.wrap(AJJMQ_fake_script)()
  631. local function OWLASTV_fake_script() -- Btn2_2.Script
  632.     local script = Instance.new('LocalScript', Btn2_2)
  633.  
  634.     script.Parent.MouseButton1Down:connect(function()
  635.         wait(1)
  636.         game:GetService("TeleportService"):Teleport(3652625463, LocalPlayer)
  637.     end)
  638. end
  639. coroutine.wrap(OWLASTV_fake_script)()
  640. local function FOZBDQE_fake_script() -- Btn3_2.Script
  641.     local script = Instance.new('LocalScript', Btn3_2)
  642.  
  643.     script.Parent.MouseButton1Down:connect(function()
  644.         while true do
  645.             wait(1) -- Change timer if you want!
  646.             local pos = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  647.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-634.539978, -53.9022369, 1859.40967, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  648.             wait(-1)
  649.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(pos)
  650.         end
  651.     end)
  652. end
  653. coroutine.wrap(FOZBDQE_fake_script)()
  654. local function KVJGGJ_fake_script() -- BtnExit_2.Script
  655.     local script = Instance.new('LocalScript', BtnExit_2)
  656.  
  657.     script.Parent.MouseButton1Down:connect(function()
  658.         script.Parent.Parent.Visible = false
  659.     end)
  660. end
  661. coroutine.wrap(KVJGGJ_fake_script)()
  662.  
  663. game.Players.LocalPlayer.PlayerGui.AutoHub.Parent = game.CoreGui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement