Search results

  1. 0xf0rd

    Next Generation Gaming RolePlay v2.4.140 (NGRP's script)

    The original script was released on GitHub back in 2017, you can find working versions such as https://github.com/MaxAndolini/NG-RP You are bringing a post that is at least 6 years old.
  2. 0xf0rd

    NGRP Script+fixed Mysql [Release]

    No you don't need to update any includes. You simply need Visual Studio runtime 2010  https://www.microsoft.com/en-ca/download/details.aspx?id=5555
  3. 0xf0rd

    NGRP Script+fixed Mysql [Release]

    Pwn files are in the includes folder inside the gamemode  folder.
  4. 0xf0rd

    What are your ways of making money online?

    It's easy. Just create video tutorials on YouTube and enable Adsense on your videos. You will get something on each person viewing your videos. Of course it must be something alot of people are interested in.
  5. 0xf0rd

    Next Generation Gaming RolePlay v2.4.140 (NGRP's script)

    Actually the new script I found / given was the same version as this one unfortunately it was simply modified by a player to add a backpack system but failed. I will release a working version with a video when I have time.
  6. 0xf0rd

    Next Generation Gaming RolePlay v2.4.140 (NGRP's script)

    Yes. I removed it for now. I will upload the latest version of the script soon with a video on how to set it up and run it.
  7. 0xf0rd

    C++ learning help pls

    What if you are learning Java or C# and I told you to convert your program from C/C++ to Java. How would you do it if you don't have INT_MAX. You can't just define it because it has a different value on different systems. Also it's not supported on older C compilers you would have to manually...
  8. 0xf0rd

    C++ learning help pls

    Now that I looked at his code, he specifies INT_MAX for smallestnumber at the beginning. Yes it will continue however it's not a good practice to use INT_MAX for something like this. I think the OP's professor would agree with me on this.
  9. 0xf0rd

    C++ learning help pls

    Then this one without char :) #include <stdio.h> int main() { int number = 0; int digits[5] = {0}; while(number < 10000 || number > 99999) { printf("Enter a 5-digit integer: "); scanf_s("%d", &number); } digits[0] = (number / 10000) % 10; digits[1] = (number / 1000) % 10...
  10. 0xf0rd

    C++ learning help pls

    Here is the second program. #include <stdio.h> int main() { char digits[6] = {0}; printf("Enter a 5-digit integer: "); scanf("%s", digits); for(int i = 0; i < 5; i++) printf("Digit %d\t\t%c\n", i+1, digits[i]); if(digits[0] == digits[4] && digits[1] == digits[3]) { printf("This...
  11. 0xf0rd

    C++ learning help pls

    Here is program one, although I know I am not supposed to write for you the program and I want you to learn it by your self but I hope you could learn from it. #include <stdio.h> int main() { int count = 0, number = 0, smallestNumber = 0; printf("Please enter how many number you would...
  12. 0xf0rd

    C++ learning help pls

    The first program T3 wrote won't work because the program might not reach the if statement in the for loop. You need a solution that will always work with any value negative or posative.
  13. 0xf0rd

    C++ learning help pls

    If you are trying to use the Pythagoras theorem to check then it's very simple you need to square and add the first two numbers and check if they equal the square of the hypothonous Pesudo: Int number1 Int number2 Int hypothonous do scanf number1 While number <= 0 do scanf number2 While...
  14. 0xf0rd

    CLEO Help Explode Player (Client Sided)

    Death exploit
  15. 0xf0rd

    CLEO Help Explode Player (Client Sided)

    Hello, I would like to ask if its possible make your Player Character explode by pressing a button and it should show only in client so others in the server doesn't see you explode but they see you die. Also it shouldn't effect anyone around you. Is this possible in CLEO?
  16. 0xf0rd

    Next Generation Gaming RolePlay v2.4.140 (NGRP's script)

    What does it show for the server logs? Delete the server log fe then run it once. Try to login then exit and close the server and show me the log
  17. 0xf0rd

    Next Generation Gaming RolePlay v2.4.140 (NGRP's script)

    Are you trying to run it on linux?
  18. 0xf0rd

    CPP RELEASE Come on!

    You are using C and you included a C++ header? Lol Use stdio.h if you want to write in C and iostream if you want to use C++
  19. 0xf0rd

    NGRP Script+fixed Mysql [Release]

    You are not connecting to the database correctly. Either the MySQL server is offline or you did not import the database correctly.
  20. 0xf0rd

    CLEO Help Chat Text

    Hello, Is it possible to get the chat text using CLEO? What I mean is if someone send something with /b or /me or said anything using the chat I would get that sentence and store it in a variable or do whatever I want with it like probably store it in a file. If its possible I would like to...
  21. 0xf0rd

    Help Can someone help bypassing Italy mafia roleplay LAUNCHER"?

    You can always hook up an exe or dll after you join the game. This way the hack or mod does not need to be in the GTA folder
  22. 0xf0rd

    CLEO Help CLEO Problem

    Thank you, thats what I was looking for. I replaced RakNetDefines.txt with this line {$Include data/sa/SF} and I can now compile :)
  23. 0xf0rd

    CLEO Help CLEO Problem

    This is not the full code my problem is only in line 2
  24. 0xf0rd

    CLEO Help CLEO Problem

    Hello, I am trying to compile a simple code that has a raknet bit_stream but it can't compile and it says Couldn''t load includes/RakNetDefines.txt. What is RakNetDefines.txt and why it cant load it and where should I get it from to make the code compile? Here is the code {$CLEO .cs}...
  25. 0xf0rd

    Next Generation Gaming RolePlay v2.4.140 (NGRP's script)

    Yup you are right. The script here I posted is garbage that doesn't work on any SQL and contains thousands of bugs that can't be fixed.
  26. 0xf0rd

    Which MSVC Version do you prefer?

    2008
  27. 0xf0rd

    CLEO Help DialogHider.cs

    It's useless now because the exploit was fixed a very long time ago
  28. 0xf0rd

    NGRP Script+fixed Mysql [Release]

    I already replied to your post in the other thread. Stop trolling
  29. 0xf0rd

    Someone can translate this?

    http://m.letras.com/mc-brinquedo/roca-roca/
  30. 0xf0rd

    Next Generation Gaming RolePlay v2.4.140 (NGRP's script)

    You need to compile the file NGRP.pwn after editing any include files. Not compile the include files
  31. 0xf0rd

    Next Generation Gaming RolePlay v2.4.140 (NGRP's script)

    You probably didn't import the database fully. You need to import the SQL file using command prompt / terminal and be sure it completes.
  32. 0xf0rd

    Next Generation Gaming RolePlay v2.4.140 (NGRP's script)

    Because in the same place you edit the adminlevel you need to find the IP Address and next to it there is a secure IP. Its the IP whitelist field. Copy the same IP in both then save and try to login.
  33. 0xf0rd

    NGRP Script+fixed Mysql [Release]

    Of course
  34. 0xf0rd

    Memory adresses

    You need to have some knowledge of assembly then you need to look at what is the parameters that the function you are trying to find takes (their type and size) it will take you a long time to find it. However, since most offsets have been found previously you could download an older client and...
  35. 0xf0rd

    NGRP Script+fixed Mysql [Release]

    Edit the file scriptfiles/mysql.cfg
  36. 0xf0rd

    NGRP Script+fixed Mysql [Release]

    Import using terminal / command prompt (cmd) First install a mysql server or use the one included in XAMPP or any other web server package. Then add the mysql/bin path to environment variables and use mysql -u username -p database_name < file.sql
  37. 0xf0rd

    Grrrrr

    Re: Money bug spotted ~MUST CHECK~ Believe what you want, this thread will be closed because we don't want arguments between our members of this forum.
  38. 0xf0rd

    Grrrrr

    Re: Money bug spotted ~MUST CHECK~ Very simple exploit that have been there since ages and I used it a lot in NGRP. Unfortunately, If we talked about it or released it then it will get patched right away so if you really need to know how to do it then you need to try and figure it out yourself.
  39. 0xf0rd

    With GPCI Unbanner and New IP , i cant get detected ban evading ?

    You should be fine 100%
  40. 0xf0rd

    With GPCI Unbanner and New IP , i cant get detected ban evading ?

    No, unless you use a similar name to the banned one.
  41. 0xf0rd

    Next Generation Gaming RolePlay v2.4.140 (NGRP's script)

    Download the script I provided not the other one others provided on this forum or on other sites because mine was the original with no bugs. Also I included 3 SQL files in the zip file. One empty and one minimal and the original one. Be sure to import only one of them on a clean database using...
  42. 0xf0rd

    [REQ]: In need of any NGG .SQL

    nesadev.com/ngg.zip Import it using command prompt (CMD) not using phpmyadmin you will not get bugs or glitches and it will import in less than 5 minutes
  43. 0xf0rd

    Upgrade from XP to 8.1

    Here you could buy it from microsoft. Don't use pirated copies since it's illegal. http://www.microsoftstore.com/store/msca/en_CA/pdp/productID.288438900?VID=288439200&srccode=cii_363499683&cpncode=40-31945705-2&WT.mc_id=PLA_CAEN_GooglePLA
  44. 0xf0rd

    NGRP Script+fixed Mysql [Release]

    Same script that I released but this one seems to be modified a lot and not origoonal mapping.
  45. 0xf0rd

    Next Generation Gaming RolePlay v2.4.140 (NGRP's script)

    I really dont have any of those bugs. I am running the server now. If you want to come PM me and I will PM you the address
  46. 0xf0rd

    Next Generation Gaming RolePlay v2.4.140 (NGRP's script)

    Just tried it and it saves the editing, I didnt see any bug.
  47. 0xf0rd

    Next Generation Gaming RolePlay v2.4.140 (NGRP's script)

    It works fine for me. I haven't seen any bug in this script
  48. 0xf0rd

    NGRP 2014 Gamemode

    This one have the backpack system
  49. 0xf0rd

    NGRP 2014 Gamemode

    http://ugbase.eu/releases-35/next-generation-gaming-roleplay-v2-4-140-(ngrp's-script)/15/
  50. 0xf0rd

    CLEO Help CLEO Script Help

    I know it didn't because when I connect to a server and press ESC it shows on the bottom left how many scripts / plugins loaded and only 3 plugins load. Anyways I think I found the problem but I don't know why it happens. Its when I try to get the proc address for GetModuleHandleA it seems to...
  51. 0xf0rd

    Help [Help] Sampfuncs Error

    It will only work on 0.3z R1 not R2 because the offsets changed.
  52. 0xf0rd

    Next Generation Gaming RolePlay v2.4.140 (NGRP's script)

    I tried uploading it using attachments, it didn't work. It didn't even let me upload 8MB
  53. 0xf0rd

    CLEO Help CLEO Script Help

    Thank you for your quick answer. But, you did not tell me what was wrong with the code I wrote you just gave me a totally different code / coding style than my code. Please could you tell me what is wrong in my code? And in what way I could fix it. Thanks again. Also please try use...
  54. 0xf0rd

    CLEO Help CLEO Script Help

    Hello, So I decided to start learning CLEO, I am writing a basic script that will turn on/off something when the user presses a key on the keyboard. However, the code compiles fine but does not run. Could anyone experienced with CLEO scripting tells me why my code is not running? {$CLEO .cs}...
  55. 0xf0rd

    Next Generation Gaming RolePlay v2.4.140 (NGRP's script)

    I will do that when I open my PC. I just wanted everyone to have the full complete files so they have a working version and not be scammed by others saying that they are selling a working copy. The file that is taking the biggest size the original .sql file that contains all the real records...
  56. 0xf0rd

    Next Generation Gaming RolePlay v2.4.140 (NGRP's script)

    Actually this is the 2013 leak not that old. This one have the speed cameras. The new /ads and /vstorage /inv and /stats.
  57. 0xf0rd

    Hacking server-sided money on SAMP.

    I will soon don't you remember that I already shared a previous exploit but it got patched quickly. This time I want most people to take advantage from this exploit without it being patched. If you are willing to help me and I could trust you then we can work together on it.
  58. 0xf0rd

    Hacking server-sided money on SAMP.

    For sure there is a way. I already know a way and I do need someone or some people to help me do it but I need them to be trust worthy.
  59. 0xf0rd

    Hacking server-sided money on SAMP.

    What? Have I insulted you any where? If I did then I am really sorry. What I love about this community is that everyone respects others so I apologize if I did something wrong toward you. But please let me know I have done wrong before you call me names.
  60. 0xf0rd

    Hacking server-sided money on SAMP.

    Lol ok then. But let's leave it for others to find their own exploits to use the methods you mentioned
  61. 0xf0rd

    Next Generation Gaming RolePlay v2.4.140 (NGRP's script)

    You did not import the sql file correctly.
  62. 0xf0rd

    Next Generation Gaming RolePlay v2.4.140 (NGRP's script)

    As I said you need to setup MySQL correctly. Install xampp and set the password for MySQL then import the sql file provided then configure mysql.cfg in scriptfiles.. if you don't know how to do all that then you read about how to setup xampp some where or see a video on youtube
  63. 0xf0rd

    Next Generation Gaming RolePlay v2.4.140 (NGRP's script)

    Probably you didn't setup the MySQL connection correctly. Go to scriptfiles and edit mysql.cfg with your MySQL username and password and database you imported the .sql file to
  64. 0xf0rd

    Next Generation Gaming RolePlay v2.4.140 (NGRP's script)

    Hello, I would like to present you the old version that was leaked a while ago for the well known server Next Generation Gaming RolePlay (v2.4.140) This is the fully working version of the gamemode with MySQL working as well. All you have to do is setup a MySQL server with xampp or whatever...
  65. 0xf0rd

    Hacking server-sided money on SAMP.

    Why the hell would you reveal that.
  66. 0xf0rd

    Hacking server-sided money on SAMP.

    By C+P Logic he meant you would have to go through the script of the server's gamemode and find a hole to be able to exploit it.
  67. 0xf0rd

    Hacking server-sided money on SAMP.

    As I said you would have to use an exploit, you can't modify server side values. Please delete your last line. "The only possible way ...". We don't want people to know about it.
  68. 0xf0rd

    Hacking server-sided money on SAMP.

    It would work if you can use the packets you capture in some kind of exploit so when you edit the packet then replay it, it would use that exploit you found to get money. Also SAMP packets are encrypted so it will be hard to decrypt it then edit it then resend it unless someone had found a way...
  69. 0xf0rd

    [Q] BitStream & RakNet

    First why is under CLEO -> Help. I think its in the wrong section. RakNet is basically a multiplayer game engine, its an API used to create clients and servers for multiplayer games such as SA-MP for GTA San Andreas. BitStream is just a stream of bits used in RakNet to hold packets then a...
  70. 0xf0rd

    Best 0.3z DM servers?

    NGRP? Next Generation RolePlay, its one of the best DM servers I ever played on :)
  71. 0xf0rd

    Untagged Release RakSamp 0.3z

    That's the idea, the connection will be always open and valid. It doesn't have to be per player. Its not hard to inject an SQL query if I take the mysql plugin source code and combine it with the client code then find the correct offset for the handle. In any case this was just an idea of how I...
  72. 0xf0rd

    Untagged Release RakSamp 0.3z

    Exactly what I was saying .silent . I said from the beginning that I could recreate it but you started to say the f word and getting angry. I don't understand why you keep say that people would steal it and put their name on it because that's not my intension or anyone else's intension unless...
  73. 0xf0rd

    Untagged Release RakSamp 0.3z

    You mean its just how kids talk? As I said I am not fighting and I didn't start any fight :) All I asked at first is what is the reason you don't want to release the source then he started saying the f word and insulting me in some way. I replied to him respectfully then he replies with more...
  74. 0xf0rd

    Untagged Release RakSamp 0.3z

    What have I done, read my previous posts and see who is doing the wrong here. Besides I am not fighting, just read the conversation and see who is talking in a wrong way. Also go look at one of my posts. A post count does not matter what the person actually is, if they don't respect people then...
  75. 0xf0rd

    Untagged Release RakSamp 0.3z

    Do you even know how to read? Aren't you the noob? I have said it 3 times already and I will say it again, I am not saying I will update a source code that is already there, I said I could create my own client from scratch, therefore I need the structures and everything else which takes a lot of...
  76. 0xf0rd

    Untagged Release RakSamp 0.3z

  77. 0xf0rd

    Untagged Release RakSamp 0.3z

    You do need to find the structures of the Client protocol. When sending with Raknet and receiving. And why you don't want the source code to be released?
  78. 0xf0rd

    Untagged Release RakSamp 0.3z

    Can we have the source code? Or I will be forced to create my own client but I don't have the time to find all the structures and the protocol. Please upload the source code.
  79. 0xf0rd

    Untagged Release [Release] How to Exploit Gold VIP in NGRP - Next Generation Gaming

    Actually doing this, you can make around 24m in less than 30 minutes. Each Gold VIP is sold for 6m to 8m, if you sell 4 in 30 minutes you can make at least 24m :)
  80. 0xf0rd

    Untagged Release [Release] How to Exploit Gold VIP in NGRP - Next Generation Gaming

    Exploit Patched - Delete Topic
Top