Posted
how do I make a Lua script work in (VisualStudio 2017) C#
Added
like this script Local = game:GetService('Players').LocalPlayer
Char = Local.Character
touched,tpdback = false, false
Local.CharacterAdded:connect(function(char)
if script.Disabled ~= true then
wait(.25)
loc = Char.HumanoidRootPart.Position
Char:MoveTo(box.Position + Vector3.new(0,.5,0))
end
end)
game:GetService('UserInputService').InputBegan:connect(function(key)
if key.KeyCode == Enum.KeyCode.Equals then
if script.Disabled ~= true then
script.Disabled = true
print'you may re-execute'
end
end
end)
box = Instance.new('Part',workspace)
box.Anchored = true
box.CanCollide = true
+ more but MINE script
xD
Cancel
Post
Replied
Hi there, a simple code to store it into a button would be this code:
https://ghostbin.com/paste/axtmb
Just replace the 'pastebin/ghostbinrawlink' with any text editor with raw text (for example, ghostbin/pastebin).
P.S, put System.Net; at the top, you also need internet in order to execute it.
Cancel
Post
Exploits I own:Â Synapse, Electron
Scripts I've made: Aimbot GUI, Draco Admin
Scripts I'm working on: More game ESPs
Replied
waw ty ive also wanted to know this for a while
Cancel
Post
Replied
JohnnyDoe you need to have internet to play roblox XD
Cancel
Post
Added
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post