Forum > Coding >

lua to C#?

Posts: 9

Threads: 3

Joined: Apr, 2019

Reputation: 0

Posted

how do I make a Lua script work in (VisualStudio 2017) C#

  • 0

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

  • 0

Posts: 250

Threads: 111

Joined: Jun, 2018

Reputation: 5

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.

  • 0

Exploits I own: Synapse, Electron

Scripts I've made: Aimbot GUI, Draco Admin

Scripts I'm working on: More game ESPs

Posts: 6

Threads: 1

Joined: May, 2019

Reputation: 0

Replied

waw ty ive also wanted to know this for a while

  • 0

Posts: 9

Threads: 3

Joined: Apr, 2019

Reputation: 0

Replied

 

JohnnyDoe you need to have internet to play roblox XD

  • 0

Added

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )