myCompiler
English
Deutsch
English
Español
Français
Italiano
日本語
한국어
Nederlands
Polski
Português
Recent
Login
Sign up
Deutsch
English
Español
Français
Italiano
日本語
한국어
Nederlands
Polski
Português
Recent
Login
Sign up
M
@mgyoon
demon blade script
Lua
1 year ago
local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = "Demon Blade Script", LoadingTitle = "Demons Hub", LoadingSubtitle = "by D3M0N", ConfigurationSaving = { Enabled = false, FolderName = nil, -- Create a custom folder for your hub/game FileName = "D3M0N Hub"
Money Drop (USE KIDDONS MOD MENU) (Lua Script by Tobyz)
Lua
1 year ago
-- This script enables money drops on players using the Kiddons Mod Menu -- Define the money drop function function dropMoney(player) -- Set the amount of money to drop local amount = 1000000 -- Get the player's position local playerPos = GetEntityCoords(GetPlayerPed(player))
Tubers 93 gui
Lua
1 year ago
print 'script by tubers93BackBackBack' --[INSTANCES] local main = Instance.new("ScreenGui") local frame = Instance.new("Frame") local titler = Instance.new("TextLabel") local button = Instance.new("TextButton") local button2 = Instance.new("TextButton") local button3 = Instance.new("TextButton")
non overlap
Assembly
1 year ago
;for non-overlapping section .bss ans resb 2 ; Reserve 2 bytes for storing the ASCII representation of a single byte in hexadecimal %macro print 2 mov rax, 1 ; Syscall number for sys_write mov rdi, 1 ; File descriptor 1 (stdout) mov rsi, %1 ; Address of the message to print mov rdx, %2 ; Length of the message syscall ; Invoke the syscall to print the message
P001-매개변수
Python
1 year ago
''' def print_n_times(n=2, *values): for i in range(n): for value in values: print(value) print() print_n_times("안녕하세요", "즐거운", "파이썬 프로그래밍")
C001-자료형
C
1 year ago
#include <stdio.h> int main() { int a = 10; float b = 3.14; char c = 'a'; char d[10]= "Hello"; printf("a=%d\n", a); printf("b=%f\n", b);
원형큐
C
1 year ago
#include <ctype.h> #include <error.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #define CMD_S_INSERT "Insert" #define CMS_S_EXTRACT "Extract" #define CMD_S_PRINT "Print" #define CMD_S_EXIT "Exit"
Previous
Next page