Advertisement
jamkles

jamkles gui

Mar 31st, 2024 (edited)
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.86 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local jamkles_lua = Instance.new("ScreenGui")
  7. local ImageButton = Instance.new("ImageButton")
  8. local jamkles = Instance.new("Frame")
  9. local jamklescamlock = Instance.new("TextButton")
  10. local UICorner = Instance.new("UICorner")
  11. local silentaim = Instance.new("TextButton")
  12. local UICorner_2 = Instance.new("UICorner")
  13. local TextLabel = Instance.new("TextLabel")
  14. local TextLabel_2 = Instance.new("TextLabel")
  15. local resolver = Instance.new("TextButton")
  16. local UICorner_3 = Instance.new("UICorner")
  17.  
  18. --Properties:
  19.  
  20. jamkles_lua.Name = "jamkles_lua"
  21. jamkles_lua.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  22. jamkles_lua.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  23.  
  24. ImageButton.Parent = jamkles_lua
  25. ImageButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  26. ImageButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  27. ImageButton.BorderSizePixel = 0
  28. ImageButton.Position = UDim2.new(0.140561566, 0, 0.0817588419, 0)
  29. ImageButton.Size = UDim2.new(0, 43, 0, 44)
  30. ImageButton.Image = "rbxassetid://16723980638"
  31.  
  32. jamkles.Name = "jamkles"
  33. jamkles.Parent = jamkles_lua
  34. jamkles.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  35. jamkles.BorderColor3 = Color3.fromRGB(0, 0, 0)
  36. jamkles.BorderSizePixel = 0
  37. jamkles.Position = UDim2.new(0.233454928, 0, 0.23540315, 0)
  38. jamkles.Size = UDim2.new(0, 186, 0, 281)
  39. jamkles.Visible = false
  40.  
  41. jamklescamlock.Name = "jamkles camlock"
  42. jamklescamlock.Parent = jamkles
  43. jamklescamlock.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  44. jamklescamlock.BorderColor3 = Color3.fromRGB(0, 0, 0)
  45. jamklescamlock.BorderSizePixel = 0
  46. jamklescamlock.Position = UDim2.new(0.240750387, 0, 0.278962016, 0)
  47. jamklescamlock.Size = UDim2.new(0, 101, 0, 24)
  48. jamklescamlock.Font = Enum.Font.SourceSans
  49. jamklescamlock.Text = "Camlock"
  50. jamklescamlock.TextColor3 = Color3.fromRGB(255, 255, 255)
  51. jamklescamlock.TextSize = 14.000
  52. jamklescamlock.MouseButton1Click:Connect(function()
  53. loadstring(game:HttpGet("https://pastebin.com/raw/N2WHaEmX", true))()
  54. end)
  55.  
  56. UICorner.CornerRadius = UDim.new(0.150000006, 0)
  57. UICorner.Parent = jamklescamlock
  58.  
  59. silentaim.Name = "silent aim"
  60. silentaim.Parent = jamkles
  61. silentaim.BackgroundColor3 = Color3.fromRGB(3, 3, 3)
  62. silentaim.BorderColor3 = Color3.fromRGB(0, 0, 0)
  63. silentaim.BorderSizePixel = 0
  64. silentaim.Position = UDim2.new(0.240750223, 0, 0.3643713, 0)
  65. silentaim.Size = UDim2.new(0, 101, 0, 24)
  66. silentaim.Font = Enum.Font.SourceSans
  67. silentaim.Text = "silent aim"
  68. silentaim.TextColor3 = Color3.fromRGB(255, 255, 255)
  69. silentaim.TextSize = 14.000
  70. silentaim.MouseButton1Click:Connect(function()
  71. loadstring(game:HttpGet("https://pastebin.com/raw/B1ufXMph", true))()
  72.  
  73. end)
  74.  
  75.  
  76. UICorner_2.CornerRadius = UDim.new(0.150000006, 0)
  77. UICorner_2.Parent = silentaim
  78.  
  79. TextLabel.Parent = jamkles
  80. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  81. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  82. TextLabel.BorderSizePixel = 0
  83. TextLabel.Position = UDim2.new(0.00764842704, 0, -0.00303101446, 0)
  84. TextLabel.Size = UDim2.new(0, 184, 0, 50)
  85. TextLabel.Font = Enum.Font.SourceSans
  86. TextLabel.Text = "welcome to jamkles lua"
  87. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  88. TextLabel.TextSize = 14.000
  89.  
  90. TextLabel_2.Parent = jamkles
  91. TextLabel_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  92. TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  93. TextLabel_2.BorderSizePixel = 0
  94. TextLabel_2.Position = UDim2.new(0.00764842704, 0, 0.818670213, 0)
  95. TextLabel_2.Size = UDim2.new(0, 184, 0, 50)
  96. TextLabel_2.Font = Enum.Font.SourceSans
  97. TextLabel_2.Text = "discord.gg/9qKxx6DCRM"
  98. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  99. TextLabel_2.TextSize = 14.000
  100.  
  101. resolver.Name = "resolver"
  102. resolver.Parent = jamkles
  103. resolver.BackgroundColor3 = Color3.fromRGB(3, 3, 3)
  104. resolver.BorderColor3 = Color3.fromRGB(0, 0, 0)
  105. resolver.BorderSizePixel = 0
  106. resolver.Position = UDim2.new(0.240750223, 0, 0.456898004, 0)
  107. resolver.Size = UDim2.new(0, 101, 0, 24)
  108. resolver.Font = Enum.Font.SourceSans
  109. resolver.Text = "resolver "
  110. resolver.TextColor3 = Color3.fromRGB(255, 255, 255)
  111. resolver.TextSize = 14.000
  112. resolver.MouseButton1Click:Connect(function()
  113. local RunService = game:GetService("RunService")
  114.  
  115. local function zeroOutYVelocity(hrp)
  116. hrp.Velocity = Vector3.new(hrp.Velocity.X, 0, hrp.Velocity.Z)
  117. hrp.AssemblyLinearVelocity = Vector3.new(hrp.Velocity.X, 0, hrp.Velocity.Z)
  118. end
  119.  
  120. local function onPlayerAdded(player)
  121. player.CharacterAdded:Connect(function(character)
  122. local hrp = character:WaitForChild("HumanoidRootPart")
  123. zeroOutYVelocity(hrp)
  124. end)
  125. end
  126.  
  127. local function onPlayerRemoving(player)
  128. player.CharacterAdded:Disconnect()
  129. end
  130.  
  131. game.Players.PlayerAdded:Connect(onPlayerAdded)
  132. game.Players.PlayerRemoving:Connect(onPlayerRemoving)
  133.  
  134. RunService.Heartbeat:Connect(function()
  135. pcall(function()
  136. for i, player in pairs(game.Players:GetChildren()) do
  137. if player.Name ~= game.Players.LocalPlayer.Name then
  138. local hrp = player.Character.HumanoidRootPart
  139. zeroOutYVelocity(hrp)
  140. end
  141. end
  142. end)
  143. end)
  144.  
  145. end)
  146.  
  147. UICorner_3.CornerRadius = UDim.new(0.150000006, 0)
  148. UICorner_3.Parent = resolver
  149.  
  150. -- Scripts:
  151.  
  152. local function EEFKFNY_fake_script() -- jamkles_lua.LocalScript
  153. local script = Instance.new('LocalScript', jamkles_lua)
  154.  
  155. frame = script.Parent.jamkles
  156. frame.Draggable = true
  157. frame.Selectable = true
  158. frame.Active = true
  159. end
  160. coroutine.wrap(EEFKFNY_fake_script)()
  161. local function VPWJLQ_fake_script() -- ImageButton.OPEN/CLOSE SCRIPT
  162. local script = Instance.new('LocalScript', ImageButton)
  163.  
  164. script.Parent.MouseButton1Click:Connect(function()
  165. script.Parent.Parent.jamkles.Visible = not script.Parent.Parent.jamkles.Visible
  166. end)
  167.  
  168. end
  169. coroutine.wrap(VPWJLQ_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement