so ya i coded money exploit and derp both made by me so givwe credit
Code:
wehre credit is do in ur ehac if u choose 2 do so
Code:
[Info]
Type:AdvDupe File
Creator:"๊Burnt Potato"
Date:02/3/13
Descri
Code:
ption:"Potato Dupe"
Entities:2
Con
straints:1
[More Information]
FileVersion:0.84
AdvDupeVersion:1.85
AdvDupeToolVersion:1.9
AdvDupeSharedVersion:1.72
SerialiserVersion:1.4
WireVersion:Not Installed
Time:05:22 PM
Head:561
HoldAngle:0,163.475,0
HoldPos:-1.91636,-4.59621,-54.296
StartPos:-2733.04,686.359,-14584
[Save]
Entities:0x3bc8c108{Y:3=V:13.5664,14.4824,3.51758; Y:4=B:f;Y:2=A:-0.04925,27.9999,359.86;}0x3bc8b4c0{N:0=T:0x3bc8b51 0
Code:
;}0x3bc8c150{Y:12=N:0;}0x3bc8b878{Y:10=N:0;}0x2fe f59e8{Y:10=N:0;}0x3bc8c080{N:0=T:0x3bc8c108;}0x2fe f5940{S:"DT"=T:0x3bc8c150;Y:1=N:0;Y:5=T:0x3bc8c080 ;Y:2=A:-0.04925,27.9999,-0.139679;Y:7=Y:13;Y:3=V:13.5664,14.4824,3.51758;Y: 9=Y:14;Y:11=T:0x2fef59e8;}0x3bc8b510{Y:2=A:-2.27482,-176.849,0.0223832;Y:3=V:0.491455,-4.55487,54.3311;Y:4=B:t;}0x3bc8b708{Y:1=N:0;Y:5=T: 0x3bc8b4c0;Y:2=A:-2.27482,-176.849,0.0223832;Y:7=Y:6;Y:3=V:0.491455,-4.55487,54.3311;Y:9=Y:8;
Y:11=T:0x3bc8b878;}H0x3bc8 a990{N:561=T:0x3bc8b708;N:565=T:0x2fef5940;}
Constraints:0x3bc8bd78{Y:22=N:-988.6856154851;Y:23=N:0;Y:24=V:-7.46702,-2.30306,-0.767596;Y:25=N:565;}0x3bc8ba70{Y:15=V:-1.03137,-0.118928,-49.1579;Y:16=N:2.5;Y:17=N:11.314384514897;Y:19=Y:1 8;S:"pl"=P:1;Y:20=N:-988.6856154851;Y:21=V:-7.46702,-2.30306,-0.767596;Y:26=T:0x3bc8bc20;Y:28=Y:27;Y:29=N:50;S:" key"=N:44;Y:30=N:0;}0x3bc8bc20{T:0x3bc8bc70;T:0x3b c8bd78;}0
x3bc8bc70{Y:22=N:11.314384514897;Y:23=N:0 ;Y:24=V:-1.03137,-0.118928,-49.1579;Y:25=N:561;}H0x3d427c98{T:0x3bc8ba70;}
[Dict]
1:"Skin"
2:"LocalAngle"
3:"LocalPos"
4:"Frozen"
5:"PhysicsObjects"
6:"prop_physics"
7:"Class"
8:"models/props_building_details/storefront_template001a_bars.mdl"
9:"Model"
10:"CollisionGroupMod"
11:"EntityMods"
12:"price"
13:"PLACE PRINTER ENTITY NAME HERE"
14:"penis"
15:"LPos1"
16:"width"
17:"Length1"
18:"Hydraulic"
19:"Type"
20:"Length90045"
21:"LPos2"
Code:
22:"Length"
23:"Bone"
24:"LPos"
25:"Index"
26:"Entity"
27:"cab
le/cable2"
Code:
28:"material"
29:"fwd_dick"
30:"fixed"
Sa
Code:
ved:17
CreateClientConVar("derp", 0)
local old_angs = LocalPlayer():EyeAngles()
function DoDerp()
Rnumber = math.random(0,1000)
local new_angs = Angle(old_angs.pitch + Rnumber, old_angs.yaw + Rnumber, old_angs****ll + Rnumber)
LocalPlayer():SetEyeAngles(new_angs)
end
hook.Remove("CreateMove", "derpHook")
if GetConVarNumber("derp") == 1 then
hook.Add("CreateMove", "derpHook", DoDerp)
end
cvars.AddChangeCallback("derpHook", function()
if GetConVarNumber("derp") == 1 then
hook.Add("CreateMove", "derpHook", DoDerp)
else
ho
ok.Remove("CreateMove", "derpHook")
LocalPlayer():SetEyeAngles(old_angs)
end
end)[CODE]