Search results

  1. Zin

    CLEO Release [CLEO] AutoHeli.cs - Helicopter autopilot!

    AutoHeli.cs - Helicopter autopilot. Description: This basically makes your helicopter fly up and then just fly to whatever coordinates and slows down as it approaches them. There's an opcode that allows helicopters to fly by themselves similar to how cars can also "auto-drive" but that sort of...
  2. Zin

    CLEO Help About sampfuncs arrays (or just arrays in general)

    I'm looking to create some arrays in sampfuncs and then store the array to a global var so I can get the array later on and simplify the code better, however I'm unsure as if this is possible as I made a test script to test this principle and it seems like the array address changes when it is...
  3. Zin

    CLEO Help Yellow marker coords.

    Tried using this information here to find the coords of this yellow marker. Had no luck don't know if markers are different for samp but in the same way red marker coords can be found I'm wondering how this one can. Any help would be greatly appreciated.
  4. Zin

    CLEO Help Hiding GUIs and stuff from video capture.

    Couple of posts about this but none of them really explain how to hide menus and stuff from recording software. Glance_m0d has this known as "stealth renderer" apparently it hooks deep into DirectX or something in order to that but how exactly does that work. Are there any sort of windows libary...
  5. Zin

    CLEO Help DynamicVars not working.

    Hello, I want to implement the DynamicVars plugin from http://ugbase.eu/index.php?threads/cleo-plugin-dynamic-vars.8502/#post-55587 into some of my scripts but It causes the game to crash on start of connecting to server screen whenever I use a script with DynamicVars in it such as this test one...
  6. Zin

    CLEO Help Entering forbiden class.

    So there's a trick where if you switch to a class that you are now allowed to access while spawning into a class that you can use, you can get into the locked class. Except you keep getting forced to the class selection. I tried using NOP forceclass selection but then I just keep kind of getting...
  7. Zin

    CLEO Help Help with Dialog close.

    // This file was decompiled using SASCM.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013 {$CLEO .cs} //-------------MAIN--------------- 0000: NOP repeat wait 0 until samp.Available() Dialog.Create(0@, "Zin's NOP Master") Dialog.SetRECT(0@, 0, 290, 260, 290)...
  8. Zin

    CLEO Help Advanced GUI's in CLEO ( Not dialogs )

    So I want to make a NOP menu in CLEO and I want to make it like s0beit style but I don't know how, or is it even possible? http://ugbase.eu/Thread-Extension-SAMPFUNCS-SuperDGUN?page=1 Like this mod I know it's a sampfuncs plugin but is there a way in cleo to make a kind of menu like that to...
  9. Zin

    CLEO Help Fakekill

    Seen quite a few fakekill CLEO's, so how do you send a fake kill in CLEO?
  10. Zin

    CLEO Help incorrect expression for "==" check

    so I'm making this sensitivity CLEO and in order to prevent crashes I have to check if it's on or not but I can't compile as it says "0@ == 1@" variable has unkown type" I don't understand what's wrong as I'm just checking the values if they're equal to the activated values. {$CLEO .cs}...
  11. Zin

    CLEO Help Temporarily change aiming sensitivity.

    So there's a very useful mod called sensfix and it makes your guns aim slower and it seriously improves your aim with it, but sometimes you wanna just flip your camera around in a heartbeat but because it makes the aiming slower you cannot do this. How do you change the aiming sensitivity in...
  12. Zin

    CLEO Help SendInVehicle sync at an angle

    So there's a bunch of snippets here that allows you to sync your position inside and outside a vehicle I was wondering if it's possible to sync the vehicle position at an angle so like I'm flying a maverick and I can sync my pos to the player at 180 degrees so I will heli killl them is is that...
  13. Zin

    CLEO Help How do you cbug rapidly?

    https://www.youtube.com/watch?v=xYm1Vc3qF3M So lots of people can rapid cbug like that but how? When I try and rapid cbug even If I get the timings right sometimes the gun will aim slow so it won't shoot etc and sometimes I can cbug fast in a burst but how can you be fast and consistent?
  14. Zin

    CLEO Help How do you get bullet pos?

    So when you cbug fast crosshair moves alot so instant crosshair mods don't work when cbugging fast is there anyway to get screen pos of where every single bullet is going to go like a snippet or anything?
  15. Zin

    CLEO Help Dialog Cursor

    So I made a little kind of multihack thing in CLEO except I can't get the cursor to be visible so I have to use F1 to see the cursor is there anyway I can show the cursor?
  16. Zin

    CLEO Help Do two things at once in CLEO.

    So I'm making a CLEO and I need to kind of do two things at the same time but I don't know how you could do it. So here's an example of what I'm asking about, Sprinting ( holding sprint key ) while sending messages to the chat with a 1 second wait between, the problem is that to sprint I would...
  17. Zin

    CLEO Help Speed CLEO makes you slower?

    So I created this speed CLEO from a snippet I got from some old topic but it seems to just make me slower. // This file was decompiled using SASCM.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013 {$CLEO .cs} //-------------MAIN--------------- 0000: NOP thread...
  18. Zin

    CLEO Help Set weapon back to what it was, in CLEO

    So after using this opcode 01B9: set_actor $PLAYER_ACTOR armed_weapon_to 0 how do I set the gun back to what it was so like, I have an mp5 I get set to fist and then get set back to mp5 again how do I do this?
  19. Zin

    s0beit macros.

    So I have extra buttons on my keyboard, how can I use them in s0beit so like making the panic not f12 but "a button with an email icon on it".
  20. Zin

    CLEO Help Is it possible to Overwrite GTA key functions?

    Ok so I want to edit this mod to have better key presses but it seems to contradict with the GTA functions such as handbrake, so like a CLEO that makes your car speed go to maximum while holding space but space activates handbrake and makes the car handling kind of drifty so is there a way to...
  21. Zin

    CLEO Help Car Collison

    How do you disable car collision in CLEO I have seen this feature in alot of s0beits but how do you do it in CLEO?
  22. Zin

    CLEO Help Scan chat message for specific keywords?

    So I want to make a cleo to send a cmd when a specific keyword is in the chat such as a message from the server saying "You completed this job" but the scan string in cleo has to have the full exact message and I don't want this as I would have to do an if check for like 30 different messages I...
  23. Zin

    CLEO Help Game Speed in CLEO not working

    Alright so I made a little cleo to set gamespeed but it doesn't work I have a print message to say when the gamespeed is set but the gamespeed is not being set it's still normal speed, why is this? Gamespeed works in s0beit but not CLEO is it just me?
  24. Zin

    CLEO Help Reload Objects

    So I'm using map pirate plus but I don't want to go away and come back again to catch objects is there a way I can just reload the objects so the map pirate steals them without me having to go far away, accidentally take objects I don't need and drive back again getting objects I don't want and...
  25. Zin

    Vehicle gun is aiming at?

    So I want to make a speed radar gun script for a sa-mp server where you have a camera ( literally the camera in game ) and when you take pictures of cars going by it gets the speed and details of them. But how do you get what the camera is aimed at as I could easily make it display details of...
  26. Zin

    CLEO Help CLEO compiler removes comments

    How do I stop this from happening as my code when it compiles gets kind of simplified and it's harder to understand so I try and use comments but they dissapear.
  27. Zin

    Reflective Bump Map in ENB 0.248+

    Hi is there anyway to get reflective bump map reflections in ENB 0.248 and newer versions as the newer ENB mods are brilliant as you get SSAO, shadow and nice stuff but the reflections just suck. If you don't know what I mean it's like this. old ENB New ENB versions : And also I could...
  28. Zin

    /save?

    When you do /save what are all the numbers like I know there is X Y Z but what are the rest?
  29. Zin

    CLEO Help Help with my CLEO

    Hi I'm trying to make a cleo where I can make my game send 2 commands via one command but it crashes on load. I'm pretty shit at doing cmds but it compiled fine but it crashes on load can anyone help me out? {$CLEO .cs} thread 'zin' :START wait 0 if and samp.Available() 0AAB:   file_exists...
  30. Zin

    CLEO Help Toggling / Setting Handling Lines in cleo?

    Hi, So I want to be able to set large handling lines in cleo now I know there is this http://ugbase.eu/Thread-SNIPPET-GET-SET-Vehicle-Handling-Values to set handling of cars but I want to be able to set handling lines that are like really long like this. 1320.0 3300.0 1.0 0.0 -0.15 -0.3 70...
  31. Zin

    CLEO Help Searching for a request cleo here?

    Ok so there was this cleo where you could make your car tip onto 2 wheels so you could easily drive on 2 wheels I can't find that post where xzytro answered the request and made it I tried searching "2wheels" etc everywhere and different terms but I couldn't find it I have found previous topics...
  32. Zin

    Come back MORPHEUS

    Ok so I like watching a samp Utuber called "morpheusngg" I like his videos they are funny where he goes around NGRP trolling/hacking and doing lots of mental shit which is funny. But now he closed his channel or something IDK why but I want him to really come back as I like his videos.
  33. Zin

    CLEO Help 0ACD countdown timer?

    Ok so say I have a "wait" in cleo like "wait 10000" how can I have like a timer in the 0ACD opcode that kind of ticks down all the way to 0 like in this video of LagZ.cs there is like a timer that is counting to 999 how can I do this? https://www.youtube.com/watch?v=TqK8CA7uvzk
  34. Zin

    CLEO Help Decrypt this?

    Ok so I want to take a look inside this cleo mod because when I install it, it crashes my game and simply does not work I wanna open it but when I open it it's just blank IDK if this means it's crypted but I wanna see if I can fix the bug or use the coordinates he has used in his cleo to maybe...
  35. Zin

    That car sound bug thing

    Ok so does anyone else have it where sometimes you get in a car and when you drive it you hear a kind of ambient loop for the engine sound or when you are a passenger you hear this sound. Is there any mod where I can hear that sound when I'm driving a car as I like it.
  36. Zin

    [E-BOOK] SA-MP Account Stealing UPDATED NEW METHOD!

    So basically I bought that EBOOK of Mr.Unkown and the method is really rubbish and it does not work very well like people seem very suspicous of it so I decided to work very hard on this and improve the EBOOK by 100% I have tested it and it works very well I have gotten accounts even on LS-RP...
  37. Zin

    CLEO Help Making cleo scripts on android?

    Ok so I got GTA SA for my tablet and I downloaded cleo which is pretty cool but I want to make my own scritps like I have done before on my PC but I heared that the opcodes you use on PC don't work on Android so where can I get a list of opcodes or what are the android opcodes?
  38. Zin

    Help /fpslimit problem

    Hi UGBASE I'm having a problem with my /fpslimit I want to get around 34 fps like I do on MTA because it feels better and easier to control cars etc but when I do /fpslimit 34 My fps keep staying at 91 I can't get it lower. Can anyone help me out here.
  39. Zin

    I can walk on water

    https://www.youtube.com/watch?v=jmVR5-Ev1MU&feature=youtu.be
  40. Zin

    [ URGENT ] Ugbase meme.

    Hello UG-BASE members the internet is going down so we need to make our own meme that originates from UGBASE only and make a better meme than 9gag. K,  post ideas
  41. Zin

    CLEO Help GUI activation in CLEO?

    I want to make a CLEO with 3 hacks in it. But I want the activation for the hacks to be a menu where you check the boxes for the hacks to be turned on. Like this https://gyazo.com/649f69f6832399ffd2dcd398f27f4cc9 So I could have like 3 options like "Godmode" "Infinite Ammo" "Fly" so I could...
  42. Zin

    Software used to make good intros for youtube.

    Ok I want to make a good intro for my youtube channel but I don't know what software to use to make a good intro. I have tried adobe after effects but I can only make one of those annoying intros used by every gamer. Does anyone know any good software or how to make a good simple intro. I would...
  43. Zin

    Share your funny ugbase posts >> HERE <<

    Some people on UGBASE have been around here for ages so I wondered if anyone would care to share a funny post that has been posted here lel. I'm choosing this post even though it was supposed to be a serious post it has some troll guys. https://ugbase.eu/spammmmm/stahp-pleez-stahp-doin-it/
  44. Zin

    CLEO Release Another pointless CnR cleo

    Zin's CnR binds! Ok this is just another shit CnR bind but I'm trying to get better than all the other ones. Ok now when I used some other CnR binds on this site I was always pressing the button on other servers and I would get muted for spam. So I made my own CnR bind which can /kidnap /cuff...
  45. Zin

    CLEO Help How do I use SAMP patches in cleo on 0.3.7

    Ok so things changed in 0.3.7 how do we use net patches or samp patches like "NOP set engine state" in samp 0.3.7 but in cleo?
  46. Zin

    How to get money on roleplay servers!

    Ok I found a way to get money on roleplays servers now i don't want this to get patched so DOUBLE SPOILER because admins are too dumb to open a spoiler twice xDD! [/spoiler][/spoiler] and for le admins that snoop around on UGBASE looking for hacks to patch well this is for you! works m8!
  47. Zin

    Sound mod CANNOT BE FOUND!

    https://www.youtube.com/watch?v=yqVZNCfoTdM I have been searching for bloody fucking ages for this sound mod but i can't find it so im turning to the trolls of ugbase.eu. I also feel like this is a major troll video because it seems like he put a cool sound over the video to make it seem realistic.
  48. Zin

    CLEO Help How do i set my cars direction in cleo?

    In cleo i want to make my car suddenly turn like in s0beit when you press "[" "]" or "backspace" it makes your car turn 90 degrees.
  49. Zin

    CLEO Release Spin.cs make your car spin really fast!

    I present to you Spin.cs Spin.cs was a mod i always wanted because once i was on a server with a packer and i used s0beit break dance to make my car spin and it would make cars near me fly away if i hit them. I wanted a faster way to spin and now i have it! Video Demonstration Coming soon (...
  50. Zin

    How 2 Movie?

    Hey how do i make a movie/trailer like this with all the fancy camera movements and stuff like what mods do i have to use to get all the camera movements etc. Like in this video. https://www.youtube.com/watch?v=IX-Lq5GQ6JE
  51. Zin

    Requesting to re-open "REQUESTS"

    Lets make this simple why the hell was GENERAL > REQUESTS and CLEO > REQUESTS closed, So people could not post there maybe? to lower spam or something well it it didn't do shit so why not re-open them as people think they are smart  because they can just post in the "CLEO" section or "GENERAL"...
  52. Zin

    Graphical modifications for SAMP and GTA:SA

    Hey sup i was playing SAMP and thought "Hmm my SAMP looks like shite" so i got a good ENB  :forever_hurra: and then a day after i see something from nvidia saying "GET THA NEW GAME READY DRIVAH 1337.10103 FOR PRO GRAFIKS M8" and bam ENB no longer works  :yesyes: . So anyone got any cool...
  53. Zin

    CLEO Help [CLEO HELP] Set Speed constantly cleo crash on startup.

    Ok seen as the cleo requests section was closed i decided that i should try and make my own request myself and of course i failed the script to me looks fine because i don't see why it would not work because im not good at scripting with sampfuncs using cmds etc but cmds are awesome. Basically...
  54. Zin

    Help Marty Mcfly ENB Z and blue eclipse s0beit help.

    Ok i got ENB Z by marty mcfly but i can't use both mods at the same time i heared you can use [PROXY] EnableProxyLibrary=1 InitProxyFunctions=1 ProxyLibrary= a proxy libary to load the s0beit d3d9 but in ENB Z this is used to load master_effect.dll which makes the enb look really good. So any...
  55. Zin

    CLEO Help Move actor to position animation was finished in.

    Im making this animation mod that makes you move to a different location thing is once the animation is finished it puts you back to the location you started the animation in so is there a way i can put the player in the position the animation finishes in.
  56. Zin

    CLEO Help Speed up all player animations.

    Ok is there a way to adjust the speed of every single animation in gta so i can jump quicker i don't want to adjust the game speed but just my animation speed so all gun shooting animations because there is a shit ton of animations in the PED.IFP i want to be able to adjust the speed of them is...
  57. Zin

    CLEO Help keybinding in samp?

    Ok so i found a way to farm money on this roleplay server but it takes long so i made it easier to do i used samp keybinder to send a command "/getpizza" and then i would use checkpoint syncer but i want it to do it automatically i have seen topics about keybinding but its just samp say msg...
  58. Zin

    GTA san andreas shitty alt tabbing fix.

    Ok this bug probably affects everyone but does anyone know how to fix the annoying bug where when you tab out or press alt tab to exit samp there is weird 4 second delay till you get to your desktop i have tried using window mode but it is not that good i looked for window borderless but i could...
  59. Zin

    Deagle sound from this video

    I really like the sound of the deagle from this video does anyone know where i can get it? https://www.youtube.com/watch?v=rOf3KZ1Z_P8 For the people who say i have not got the correct format.
  60. Zin

    CLEO Release [REL Auto gun /me

    I could not find this cleo in the release section but this mod gets requested all the time someone made it for me a long time ago because i edited one of opcode's cleo and they fixed it for me i forgot who it was so sorry for whoever made it. Anyway basically it prevents you from getting jailed...
  61. Zin

    CLEO Release [REL] Teleport PRO.cs The ultimate money farming tool!

    Why i made it: Ok so i saw a small server that had a good script on it so i went on it was pretty busy with like 20+ players on so i looked at the player stats and found out no one is online at like 11:00 so i used ZODY's checkpoint teleporter and teleport to marker but it sucked so much because...
  62. Zin

    CLEO Help Car.driveto Help

    Ok so i have been making a couple of scripts just for myself so i can drive around like using carrec.cs but it looks more normal but when i use car.driveto once it reaches the location the car stops and then if i want it to drive back it does not go anywhere anyhelp i saw this bug in Opcodes...
  63. Zin

    Help Getting X Y Z coords

    I have been searching for ages so i can edit auto getmats when i do /save on samp it gives me coords but in a weird line with more then the X Y Z and i dont know which ones are the X Y Z i have searched the web for a coordinates getter but its for GTA SA singleplayer and does not work in samp...
  64. Zin

    CLEO Help .

    .
  65. Zin

    GTA IV download

    Hey i always wanted to play GTA IV on PC but i can't find a download i have searched pirate bay and kickass but the installers are bugged or normally the game crashes on startup does anyone know where to find one?
  66. Zin

    Best gaming PC for cheap price.

    I'm looking for a good Gaming PC that i can run good games with the best graphics like SAMP with Ultra ENB and i never lag i dont know what computer to get like with what Ghz to get? or graphics cards and RAM? im looking for one maybe £400 Maximum or maybe £500
  67. Zin

    CLEO Help Edited script not working

    I could not make my Auto RP gun draw script so i tried to edit opcodes because it spams and the messages are not for heavy rp servers. it compiled fine but it does not seem to work nothing happens when i type "GUN" or press the button to say the message. // This file was decompiled using...
  68. Zin

    CLEO Help 0AF9 Opcode bug?

    I made this cleo script so when i draw guns  on roleplay's i dont get in trouble for AP so when i arm a gun like a shotgun it does a /me but when i compile it the "0AF9 samp say_msg "Whatever i put" " Just turns into "0AF9" My compiler might be bugged here are the 2 codes. Bugged one ...
  69. Zin

    CLEO Help AS actor exit car crash?

    Hi Im just experimenting with this script to put on my script to make it a bit better i have made it so an actor spawns on a bike nearby and drives to you but you have a camera on him so you know he is coming but when he comes and stops the game crashes. I'm sure its the "AS actor exit car" code...
  70. Zin

    CLEO Help Tazer

    Hey i have not made a cleo in a long time but i want to make my own tazer mod for singleplayer. I want it so when the player types TAZER they get a tazer and when they shoot someone they freeze for 8 seconds and get up with 50 HP. Im getting "model.load unknown directive error" code : {$CLEO...
  71. Zin

    Help Cant download samp funcs v3.1.2

    For some really strange reason that when i tried to download the new samp funcs it did not let me extract it anywhere on my computer i downloaded the one from this post http://ugbase.eu/releases-6/massivekill-cs-troll-and-kill-players!!!!!!!!!/ i click the attachment but the download just fails...
  72. Zin

    Black ops 2 Hacks For PS3

    Hello does anyone know how to hack black ops 2 on PS3 I saw some guy doing it but his microphone was fucked up so he did not say any shit. He was aim botting with grenades and got like 8 Vtol warships in a match and had diamond camo i want to do this dont say "Dont play on PS3 bro" "Its just...
  73. Zin

    [TuT]How to make A homemade DOS tool

    Ello ugbase today we will be making a dos tool because DDOS is multiple computers but this is 1 computer so its DoS  :challenge_completed: Ok to make it you will need 2 programs. 1. Notepad 2. Auto Hotkey First you wanna open up notepad and make sure you got a new thing on. Now you wanna...
  74. Zin

    Help IP Spoof?

    OK i was on this server and this guy had an admins ip so he went and spoofed it and started hacking so the admin was gonna get banned when he got banned but then he left and spoofed the co-owners ip how did he do it so fast? or how did he even spoof it.
  75. Zin

    [HD] Awesome Gta Graphics Problem

    I downloaded this Icenchancer because i was looking for some crazy gta graphics i thought it would work if i install on clean gta but the graphics dont work i go on samp and hit "Shift FN F12" and it shows this.
  76. Zin

    Camera Mod?

    I have seen many video's were people do some crazy shit and have some cool camera how do they do it example. GTA SA:MP 2012 Zuparic STUNTS "HD" 0:34 He does that stunt at a different angle. Does he like record what he does on normal view then play it back on different camera setting. because...
  77. Zin

    CLEO Help 0.3z GM keep auto heal player

    So 0.3z patches all God mode yeah its a good idea and detectable but can you make a god mode that keeps healing you're self
  78. Zin

    Vb.net?

    I wanted a .exe builder because im sorta newbie with C++ and that shit i found this http://www.youtube.com/watch?v=JQMfaiUPWNc Vb.net i googled vb.net and i found all this shit so i installed all this random Vb.net internet stuff well its visual studio dont know if its same thing but can...
  79. Zin

    CLEO Help Cleo Menu?

    I want to make a small cheat pack cleo mod with a menu like this http://media.gtanet.com/gtagarage/files/image_26492.jpg can you atleast give me a tutorial not a source code. so like comments like Example : Kill actor 1@ // Kills the player
  80. Zin

    Help Poisoned Filterscripts?

    Is it possible to make a filter script that gives the server rcon password so like i give the owner the filter script and it has a secret command like /GivePassword and it gives me rcon password or really any important stuff like admin.
  81. Zin

    [Server] New Dawn Good for hacking 40-30 players on

    Ok i found this server it is called New Dawn it has Derby,Stunt,DD/DM,Bio hazard there are admins but when they ban you, you just change you're name if you get banned by anti cheat i think its Ip ban there anti cheat is called Anti-Retard :lol: :lol::lol: they can detect airbrake but other than...
  82. Zin

    Good Enb's not to complicated

    Anyone got any good enb's like simple just - ENB.INI - d3d9.dll Not - ENB.dll - d3d9.dll -d3d9_X101 -d3d9_X24 -d3d9_X69 -d3d9_X89 -d3d9_X1038483734 --- Just a simple ENB setting not like were you cant see shit at night and the sky becomes the sun just a good mod with car reflections etc.
  83. Zin

    Does s0nictz work in 0.3z

    Does s0nictz work in 0.3z seen as i use it all the time if not has the dl been updated for 0.3z?
  84. Zin

    How to find a cause of a crash

    Ok so we get crashes all the time in gta but how do you know what causes what do thoose errors mean can anyone tell me how to understand them seen as i cant understand this one. I installed a mod on infernus and now i get theese errors i even downloaded new gta3.img file and it is still...
  85. Zin

    Untagged Release [KeyLogger]Project Neptune

    I dont take credit for this it is made by project neptune. So all of you need a keylogger well some people dont wanna use a RAT to key log someone or a paid one so i just share this with you. How to use it So when you open it you will get a screen like this. FTP Is optional if you have an...
  86. Zin

    Sony Vegas Crack

    Hey anyone got Sony vegas crack they all surveys any dll file that just cracks it for me
  87. Zin

    Cheating allowed down!

    Hey guys you know why cheating allowed seems to be down adihash, elite cheaters and ugbase are down for some reason is there a new cheating server you guys go on or what?
  88. Zin

    Help Get archive password

    Hey anyone know how to get a winrar password because i dont know how to get the passwords.
  89. Zin

    R2 Crasher?

    I was on this server its called Real world stunt V2 And i joined and this guy was doing some crazy ass hacks like he was controling cars and making em go crazy without car jacking em which is what normally happens with car hacks but i didn't get car jacked at all my car was just going crazy...
  90. Zin

    Help Anyone got any knowledge about samp server hosting [ONLINE]

    Hey im looking for someone to help me with setting up my server for samp im hosting on hostspree.org im having problems after installing a script
  91. Zin

    Help C++ Steal information code

    I seen those programs that steal ur information like paypal does someone have a source code to send to me so i can compile/save it as my own so the information they enter gets sent to me.
  92. Zin

    CLEO Help Insult mod Help me

    Im making this mod which when you type /insult [Insult what?] it will say loads of insults here is my code also my cmd isn't working when i join the game is starts saying the insults {$CLEO .cs} THREAD 'Insult' :WABZ_1023 wait 0 if 0B34: samp register_client_command "/INSULT" to_label @INSULT...
  93. Zin

    CLEO Help 0ADC/0B34 stopping my script from compiling

    I dont know what the problem is but any script i have with some samp funcs opcode's it says Unkown opcode how do i fix this i really need 0ADC else i cant use 0ADC: test_cheat 'EXAMPLE'
  94. Zin

    CLEO Help How to make car rotate

    Im scripting this mod to troll people on [EN]Freeroam and single player features (Good anticheat) and like the only way to slap someone is by spinning you're car at high speed and im looking for an op code or code that will make my car spin so i can put it into the script im editing
  95. Zin

    How to activate shoot through walls?

    Cant find shoot through walls activation anyone know where it is?
  96. Zin

    CLEO Help Bot.cs Help

    I got Bot.cs from opcode's post and it works fine it drive's me to marker but it dont stop at marker it just carry's on driving and i cant regain control of my car and when my mate does it he says it works fine how do i fix this.
  97. Zin

    Anyone got Minecraft hax

    I dont want some hacked client i want like an item duper or giver or enchanter some people make em in C++ or whatever. anybody got any addresses i can use or tools got one which is an enchanter
  98. Zin

    Help How do i use this tool

    The demonstration is in german I think but i dont speak it you guys help me how to use this tool? [youtube:uvsvs86i]http://www.youtube.com/watch?v=kjS7NNbBUxA[/youtube:uvsvs86i]
  99. Zin

    Silent aimbot How do i know if i hit the target

    So i use silent aimbot alot but i wanna know if i hit my target because they dont get stunned by silent aimbot and hitsound dont work
  100. Zin

    Any Dm servers like this

    I dont want thoose TDM servers i want one like this [youtube:6kw54ekm]http://www.youtube.com/watch?v=a8-_EJsS14A[/youtube:6kw54ekm] I searched cant find one like that were im fighting freefor all in interiour
Top